Home | History | Annotate | Download | only in dev

Lines Matching refs:ncr53c9x_softc

62 	struct ncr53c9x_softc sc_ncr53c9x;	/* glue to MI code */
80 static uint8_t esp_read_reg(struct ncr53c9x_softc *, int);
81 static void esp_write_reg(struct ncr53c9x_softc *, int, uint8_t);
82 static int esp_dma_isintr(struct ncr53c9x_softc *);
83 static void esp_dma_reset(struct ncr53c9x_softc *);
84 static int esp_dma_intr(struct ncr53c9x_softc *);
85 static int esp_dma_setup(struct ncr53c9x_softc *, uint8_t **,
87 static void esp_dma_go(struct ncr53c9x_softc *);
88 static void esp_dma_stop(struct ncr53c9x_softc *);
89 static int esp_dma_isactive(struct ncr53c9x_softc *);
125 struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
262 esp_read_reg(struct ncr53c9x_softc *sc, int reg)
270 esp_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t v)
278 esp_dma_isintr(struct ncr53c9x_softc *sc)
286 esp_dma_reset(struct ncr53c9x_softc *sc)
294 esp_dma_intr(struct ncr53c9x_softc *sc)
302 esp_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
311 esp_dma_go(struct ncr53c9x_softc *sc)
319 esp_dma_stop(struct ncr53c9x_softc *sc)
330 esp_dma_isactive(struct ncr53c9x_softc *sc)