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

/netbsd-current/sys/arch/amiga/dev/
H A Dscivar.h63 int (*dma_xfer_in)(struct sci_softc *, int, u_char *, int); member in struct:sci_softc
H A Dsci.c645 if (count >= 128 && dev->dma_xfer_in)
646 (*dev->dma_xfer_in)(dev, count, addr, phase);
H A Dotgsc.c147 sc->dma_xfer_in = otgsc_dma_xfer_in;
H A Dwstsc.c160 sc->dma_xfer_in = (int(*)(struct sci_softc *, int, u_char *, int))wstsc_dma_xfer_in2;
164 sc->dma_xfer_in = wstsc_dma_xfer_in;
H A Divsc.c153 sc->dma_xfer_in = ivsc_dma_xfer_in;
H A Dmlhsc.c145 sc->dma_xfer_in = mlhsc_dma_xfer_in;

Completed in 180 milliseconds