HomeSort by: relevance | last modified time | path
    Searched refs:dma_xfer_in (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/amiga/dev/
scivar.h 63 int (*dma_xfer_in)(struct sci_softc *, int, u_char *, int); member in struct:sci_softc
sci.c 645 if (count >= 128 && dev->dma_xfer_in)
646 (*dev->dma_xfer_in)(dev, count, addr, phase);
otgsc.c 147 sc->dma_xfer_in = otgsc_dma_xfer_in;
wstsc.c 160 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;
ivsc.c 153 sc->dma_xfer_in = ivsc_dma_xfer_in;
mlhsc.c 145 sc->dma_xfer_in = mlhsc_dma_xfer_in;

Completed in 15 milliseconds