Home | History | Annotate | Download | only in dev

Lines Matching refs:ncr53c9x_softc

86 uint8_t	bztzsc_read_reg(struct ncr53c9x_softc *, int);
87 void bztzsc_write_reg(struct ncr53c9x_softc *, int, uint8_t);
88 int bztzsc_dma_isintr(struct ncr53c9x_softc *);
89 void bztzsc_dma_reset(struct ncr53c9x_softc *);
90 int bztzsc_dma_intr(struct ncr53c9x_softc *);
91 int bztzsc_dma_setup(struct ncr53c9x_softc *, uint8_t **,
93 void bztzsc_dma_go(struct ncr53c9x_softc *);
94 void bztzsc_dma_stop(struct ncr53c9x_softc *);
95 int bztzsc_dma_isactive(struct ncr53c9x_softc *);
161 struct ncr53c9x_softc *sc = &bsc->sc_ncr53c9x;
251 bztzsc_read_reg(struct ncr53c9x_softc *sc, int reg)
259 bztzsc_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val)
275 bztzsc_dma_isintr(struct ncr53c9x_softc *sc)
299 bztzsc_dma_reset(struct ncr53c9x_softc *sc)
307 bztzsc_dma_intr(struct ncr53c9x_softc *sc)
341 bztzsc_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
425 bztzsc_dma_go(struct ncr53c9x_softc *sc)
430 bztzsc_dma_stop(struct ncr53c9x_softc *sc)
435 bztzsc_dma_isactive(struct ncr53c9x_softc *sc)