Home | History | Annotate | Download | only in dev

Lines Matching refs:ncr53c9x_softc

113 static uint8_t	esp_read_reg(struct ncr53c9x_softc *, int);
114 static void esp_write_reg(struct ncr53c9x_softc *, int, uint8_t);
115 static int esp_dma_isintr(struct ncr53c9x_softc *);
116 static void esp_dma_reset(struct ncr53c9x_softc *);
117 static int esp_dma_intr(struct ncr53c9x_softc *);
118 static int esp_dma_setup(struct ncr53c9x_softc *, uint8_t **,
120 static void esp_dma_go(struct ncr53c9x_softc *);
121 static void esp_dma_stop(struct ncr53c9x_softc *);
122 static int esp_dma_isactive(struct ncr53c9x_softc *);
163 struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
255 esp_read_reg(struct ncr53c9x_softc *sc, int reg)
264 esp_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val)
274 esp_dma_isintr(struct ncr53c9x_softc *sc)
281 esp_dma_reset(struct ncr53c9x_softc *sc)
290 esp_dma_intr(struct ncr53c9x_softc *sc)
298 esp_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
360 esp_dma_go(struct ncr53c9x_softc *sc)
369 esp_dma_stop(struct ncr53c9x_softc *sc)
378 esp_dma_isactive(struct ncr53c9x_softc *sc)
396 struct ncr53c9x_softc *nsc = (struct ncr53c9x_softc *)sc;
504 struct ncr53c9x_softc *sc;