Home
last modified time | relevance | path

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

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