Home | History | Annotate | Download | only in podulebus

Lines Matching refs:ncr53c9x_softc

46 	struct ncr53c9x_softc sc_ncr53c9x;
65 static int esp_podule_dma_isintr(struct ncr53c9x_softc *);
66 static void esp_podule_dma_reset(struct ncr53c9x_softc *);
67 static int esp_podule_dma_intr(struct ncr53c9x_softc *);
68 static int esp_podule_dma_setup(struct ncr53c9x_softc *, uint8_t **, size_t *,
70 static void esp_podule_dma_go(struct ncr53c9x_softc *);
71 static void esp_podule_dma_stop(struct ncr53c9x_softc *);
72 static int esp_podule_dma_isactive(struct ncr53c9x_softc *);
74 static uint8_t castle_read_reg(struct ncr53c9x_softc *, int);
75 static void castle_write_reg(struct ncr53c9x_softc *, int, uint8_t);
99 uint8_t (*read_reg)(struct ncr53c9x_softc *, int);
100 void (*write_reg)(struct ncr53c9x_softc *, int, uint8_t);
124 struct ncr53c9x_softc *sc = &esc->sc_ncr53c9x;
171 esp_podule_dma_isintr(struct ncr53c9x_softc *sc)
178 esp_podule_dma_reset(struct ncr53c9x_softc *sc)
187 esp_podule_dma_intr(struct ncr53c9x_softc *sc)
257 esp_podule_dma_setup(struct ncr53c9x_softc *sc, uint8_t **addr, size_t *len,
272 esp_podule_dma_go(struct ncr53c9x_softc *sc)
286 esp_podule_dma_stop(struct ncr53c9x_softc *sc)
292 esp_podule_dma_isactive(struct ncr53c9x_softc *sc)
310 castle_read_reg(struct ncr53c9x_softc *sc, int reg)
320 castle_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t val)