Searched refs:bcm_dma_setup_dst (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_dma.h | 60 int bcm_dma_setup_dst(int ch, int dreq, int inc_addr, int width);
|
H A D | bcm2835_sdhci.c | 594 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 D | bcm2835_dma.c | 477 bcm_dma_setup_dst(int ch, int dreq, int inc_addr, int width) in bcm_dma_setup_dst() function
|