Searched refs:sc_dmac (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm2835_emmc.c76 struct bcm_dmac_channel *sc_dmac; member in struct:bcmemmc_softc
192 sc->sc_dmac = bcm_dmac_alloc(BCM_DMAC_TYPE_NORMAL, IPL_SDMMC,
194 if (sc->sc_dmac == NULL)
343 bcm_dmac_set_conblk_addr(sc->sc_dmac,
345 error = bcm_dmac_transfer(sc->sc_dmac);
353 bcm_dmac_halt(sc->sc_dmac);
H A Dbcm2835_sdhost.c157 struct bcm_dmac_channel *sc_dmac; member in struct:sdhost_softc
263 sc->sc_dmac = bcm_dmac_alloc(BCM_DMAC_TYPE_NORMAL, IPL_SDMMC,
265 if (sc->sc_dmac == NULL)
414 bcm_dmac_set_conblk_addr(sc->sc_dmac,
416 error = bcm_dmac_transfer(sc->sc_dmac);
432 bcm_dmac_halt(sc->sc_dmac);
/netbsd-current/sys/arch/x68k/dev/
H A Dintiovar.h64 device_t sc_dmac; member in struct:intio_softc
H A Dintio_dmac.c126 intio->sc_dmac = self;
168 struct dmac_softc *dmac = device_private(intio->sc_dmac);
248 struct dmac_softc *dmac = device_private(intio->sc_dmac);
H A Dintio.c170 sc->sc_dmac = 0;
/netbsd-current/sys/arch/arm/imx/
H A Dimx23_ssp.c66 apbdma_softc_t sc_dmac; member in struct:issp_softc
236 sc->sc_dmac = device_private(sc_parent->dmac);
301 apbdma_chan_init(sc->sc_dmac, sc->dma_channel);
500 apbdma_chan_set_chain(sc->sc_dmac, sc->dma_channel, sc->sc_dmamp);
514 apbdma_run(sc->sc_dmac, sc->dma_channel);
527 apbdma_chan_reset(sc->sc_dmac, sc->dma_channel);
743 dma_err = apbdma_intr_status(sc->sc_dmac, sc->dma_channel);
746 apbdma_ack_error_intr(sc->sc_dmac, sc->dma_channel);
748 apbdma_ack_intr(sc->sc_dmac, sc->dma_channel);
H A Dimx23_digfilt.c119 apbdma_softc_t sc_dmac; member in struct:digfilt_softc
218 sc->sc_dmac = device_private(sc_parent->dmac);
337 apbdma_chan_init(sc->sc_dmac, DIGFILT_DMA_CHANNEL);
423 apbdma_chan_set_chain(sc->sc_dmac, DIGFILT_DMA_CHANNEL, sc->sc_c_dmamp);
452 apbdma_run(sc->sc_dmac, DIGFILT_DMA_CHANNEL);
815 dma_err = apbdma_intr_status(sc->sc_dmac, DIGFILT_DMA_CHANNEL);
818 apbdma_ack_error_intr(sc->sc_dmac, DIGFILT_DMA_CHANNEL);
822 apbdma_ack_intr(sc->sc_dmac, DIGFILT_DMA_CHANNEL);

Completed in 162 milliseconds