Lines Matching refs:ncr53c9x_softc
84 struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
108 static uint8_t asc_read_reg(struct ncr53c9x_softc *, int);
109 static void asc_write_reg(struct ncr53c9x_softc *, int, uint8_t);
110 static int tcds_dma_isintr(struct ncr53c9x_softc *);
111 static void tcds_dma_reset(struct ncr53c9x_softc *);
112 static int tcds_dma_intr(struct ncr53c9x_softc *);
113 static int tcds_dma_setup(struct ncr53c9x_softc *, uint8_t **,
115 static void tcds_dma_go(struct ncr53c9x_softc *);
116 static void tcds_dma_stop(struct ncr53c9x_softc *);
117 static int tcds_dma_isactive(struct ncr53c9x_softc *);
118 static void tcds_clear_latched_intr(struct ncr53c9x_softc *);
150 struct ncr53c9x_softc *sc = &asc->sc_ncr53c9x;
231 tcds_dma_reset(struct ncr53c9x_softc *sc)
247 tcds_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
304 tcds_dma_go(struct ncr53c9x_softc *sc)
316 tcds_dma_stop(struct ncr53c9x_softc *sc)
335 tcds_dma_intr(struct ncr53c9x_softc *sc)
461 asc_read_reg(struct ncr53c9x_softc *sc, int reg)
473 asc_write_reg(struct ncr53c9x_softc *sc, int reg, u_char val)
482 tcds_dma_isintr(struct ncr53c9x_softc *sc)
494 tcds_dma_isactive(struct ncr53c9x_softc *sc)
502 tcds_clear_latched_intr(struct ncr53c9x_softc *sc)