Home
last modified time | relevance | path

Searched refs:dma_setup (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/arm/freescale/vybrid/
H A Dvf_edma.c206 dma_setup(struct edma_softc *sc, struct tcd_conf *tcd) in dma_setup() function
291 sc->dma_setup = dma_setup; in edma_attach()
H A Dvf_edma.h184 int (*dma_setup) (struct edma_softc *, struct tcd_conf *); member
H A Dvf_sai.c504 sc->edma_sc->dma_setup(sc->edma_sc, sc->tcd); in setup_dma()
/freebsd/sys/dev/sound/pci/
H A Dcs4281.c79 int dma_setup, dma_active, dma_chan; member
334 ch->dma_setup = 0; in cs4281chan_init()
355 ch->dma_setup = 0; in cs4281chan_setblocksize()
402 ch->dma_setup = 0; in cs4281chan_setformat()
493 if (!ch->dma_setup) { in adcdac_prog()
499 ch->dma_setup = 1; in adcdac_prog()
/freebsd/sys/dev/mmc/host/
H A Ddwmmc.c231 dma_setup(struct dwmmc_softc *sc) in dma_setup() function
718 if (dma_setup(sc)) in dwmmc_attach()