Lines Matching defs:ncr53c9x_softc
243 struct ncr53c9x_softc;
250 uint8_t (*gl_read_reg)(struct ncr53c9x_softc *, int);
251 void (*gl_write_reg)(struct ncr53c9x_softc *, int, uint8_t);
252 int (*gl_dma_isintr)(struct ncr53c9x_softc *);
253 void (*gl_dma_reset)(struct ncr53c9x_softc *);
254 int (*gl_dma_intr)(struct ncr53c9x_softc *);
255 int (*gl_dma_setup)(struct ncr53c9x_softc *,
257 void (*gl_dma_go)(struct ncr53c9x_softc *);
258 void (*gl_dma_stop)(struct ncr53c9x_softc *);
259 int (*gl_dma_isactive)(struct ncr53c9x_softc *);
262 void (*gl_clear_latched_intr)(struct ncr53c9x_softc *);
265 struct ncr53c9x_softc {
440 void ncr53c9x_attach(struct ncr53c9x_softc *);
441 int ncr53c9x_detach(struct ncr53c9x_softc *, int);
444 void ncr53c9x_reset(struct ncr53c9x_softc *);
446 void ncr53c9x_init(struct ncr53c9x_softc *, int);
447 void ncr53c9x_abort(struct ncr53c9x_softc *, struct ncr53c9x_ecb *);