Home
last modified time | relevance | path

Searched refs:bcm_dma_setup_dst (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_dma.h60 int bcm_dma_setup_dst(int ch, int dreq, int inc_addr, int width);
H A Dbcm2835_sdhci.c594 bcm_dma_setup_dst(sc->sc_dma_ch, BCM_DMA_DREQ_NONE, in bcm_sdhci_start_dma_seg()
606 bcm_dma_setup_dst(sc->sc_dma_ch, sc->conf->emmc_dreq, in bcm_sdhci_start_dma_seg()
H A Dbcm2835_dma.c477 bcm_dma_setup_dst(int ch, int dreq, int inc_addr, int width) in bcm_dma_setup_dst() function