Searched refs:dma_xfer_out (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/amiga/dev/
H A Dscivar.h65 int (*dma_xfer_out)(struct sci_softc *, int, u_char *, int); member in struct:sci_softc
H A Dsci.c656 if (count >= 128 && dev->dma_xfer_out)
657 (*dev->dma_xfer_out)(dev, count, addr, phase);
H A Dotgsc.c148 sc->dma_xfer_out = otgsc_dma_xfer_out;
H A Dwstsc.c161 sc->dma_xfer_out = (int(*)(struct sci_softc *, int, u_char *, int))wstsc_dma_xfer_out2;
165 sc->dma_xfer_out = wstsc_dma_xfer_out;
H A Divsc.c154 sc->dma_xfer_out = ivsc_dma_xfer_out;
H A Dmlhsc.c146 sc->dma_xfer_out = mlhsc_dma_xfer_out;

Completed in 128 milliseconds