Lines Matching refs:sci_softc
79 int wstsc_dma_xfer_in(struct sci_softc *dev, int len,
81 int wstsc_dma_xfer_out(struct sci_softc *dev, int len,
83 int wstsc_dma_xfer_in2(struct sci_softc *dev, int len,
85 int wstsc_dma_xfer_out2(struct sci_softc *dev, int len,
100 CFATTACH_DECL_NEW(wstsc, sizeof(struct sci_softc),
128 struct sci_softc *sc = device_private(self); in wstscattach()
160 sc->dma_xfer_in = (int(*)(struct sci_softc *, int, u_char *, int))wstsc_dma_xfer_in2; in wstscattach()
161 sc->dma_xfer_out = (int(*)(struct sci_softc *, int, u_char *, int))wstsc_dma_xfer_out2; in wstscattach()
204 wstsc_dma_xfer_in(struct sci_softc *dev, int len, register u_char *buf, in wstsc_dma_xfer_in()
288 wstsc_dma_xfer_out(struct sci_softc *dev, int len, register u_char *buf, in wstsc_dma_xfer_out()
338 wstsc_dma_xfer_in2(struct sci_softc *dev, int len, register u_short *buf, in wstsc_dma_xfer_in2()
426 wstsc_dma_xfer_out2(struct sci_softc *dev, int len, register u_short *buf, in wstsc_dma_xfer_out2()
532 struct sci_softc *dev = arg; in wstsc_intr()