Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_dma.h62 int bcm_dma_setup_dst(int ch, int dreq, int inc_addr, int width);
H A Dbcm2835_sdhci.c601 bcm_dma_setup_dst(sc->sc_dma_ch, BCM_DMA_DREQ_NONE, in bcm_sdhci_start_dma_seg()
613 bcm_dma_setup_dst(sc->sc_dma_ch, sc->conf->emmc_dreq, in bcm_sdhci_start_dma_seg()
H A Dbcm2835_dma.c474 bcm_dma_setup_dst(int ch, int dreq, int inc_addr, int width) in bcm_dma_setup_dst() function