Home | History | Annotate | Download | only in tc

Lines Matching refs:ncr53c9x_softc

56 	struct ncr53c9x_softc sc_ncr53c9x;	/* glue to MI code */
84 static uint8_t asc_read_reg(struct ncr53c9x_softc *, int);
85 static void asc_write_reg(struct ncr53c9x_softc *, int, u_char);
86 static int asc_dma_isintr(struct ncr53c9x_softc *sc);
87 static void asc_ioasic_reset(struct ncr53c9x_softc *);
88 static int asc_ioasic_intr(struct ncr53c9x_softc *);
89 static int asc_ioasic_setup(struct ncr53c9x_softc *,
91 static void asc_ioasic_go(struct ncr53c9x_softc *);
92 static void asc_ioasic_stop(struct ncr53c9x_softc *);
93 static int asc_dma_isactive(struct ncr53c9x_softc *);
123 struct ncr53c9x_softc *sc = &asc->sc_ncr53c9x;
195 asc_ioasic_reset(struct ncr53c9x_softc *sc)
213 asc_ioasic_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
289 asc_ioasic_go(struct ncr53c9x_softc *sc)
309 asc_ioasic_intr(struct ncr53c9x_softc *sc)
403 asc_ioasic_stop(struct ncr53c9x_softc *sc)
419 asc_read_reg(struct ncr53c9x_softc *sc, int reg)
427 asc_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val)
435 asc_dma_isintr(struct ncr53c9x_softc *sc)
443 asc_dma_isactive(struct ncr53c9x_softc *sc)