Lines Matching refs:ncr53c9x_softc
97 static uint8_t esp_read_reg(struct ncr53c9x_softc *, int);
98 static void esp_write_reg(struct ncr53c9x_softc *, int, uint8_t);
99 static int esp_dma_isintr(struct ncr53c9x_softc *);
100 static void esp_dma_reset(struct ncr53c9x_softc *);
101 static int esp_dma_intr(struct ncr53c9x_softc *);
102 static int esp_dma_setup(struct ncr53c9x_softc *, uint8_t **,
104 static void esp_dma_go(struct ncr53c9x_softc *);
105 static void esp_dma_stop(struct ncr53c9x_softc *);
106 static int esp_dma_isactive(struct ncr53c9x_softc *);
138 struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
264 esp_read_reg(struct ncr53c9x_softc *sc, int reg)
272 esp_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val)
280 esp_dma_isintr(struct ncr53c9x_softc *sc)
290 esp_dma_reset(struct ncr53c9x_softc *sc)
308 esp_dma_intr(struct ncr53c9x_softc *sc)
353 esp_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
390 esp_dma_go(struct ncr53c9x_softc *sc)
400 esp_dma_stop(struct ncr53c9x_softc *sc)
409 esp_dma_isactive(struct ncr53c9x_softc *sc)