Home
last modified time | relevance | path

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

/freebsd/sys/dev/mmc/host/
H A Ddwmmc.c153 static int dma_done(struct dwmmc_softc *, struct mmc_command *);
397 dma_done(sc, cmd); in dwmmc_intr()
438 dma_done(sc, cmd); in dwmmc_intr()
918 dma_done(struct dwmmc_softc *sc, struct mmc_command *cmd) in dma_done() function