Lines Matching defs:ncr5380_softc
114 struct ncr5380_softc {
146 int (*sc_pio_out)(struct ncr5380_softc *,
148 int (*sc_pio_in)(struct ncr5380_softc *,
150 void (*sc_dma_alloc)(struct ncr5380_softc *);
151 void (*sc_dma_free)(struct ncr5380_softc *);
153 void (*sc_dma_setup)(struct ncr5380_softc *);
154 void (*sc_dma_start)(struct ncr5380_softc *);
155 void (*sc_dma_poll)(struct ncr5380_softc *);
156 void (*sc_dma_eop)(struct ncr5380_softc *);
157 void (*sc_dma_stop)(struct ncr5380_softc *);
159 void (*sc_intr_on)(struct ncr5380_softc *);
160 void (*sc_intr_off)(struct ncr5380_softc *);
229 void ncr5380_attach(struct ncr5380_softc *);
230 int ncr5380_detach(struct ncr5380_softc *, int);
234 int ncr5380_pio_in(struct ncr5380_softc *, int, int, uint8_t *);
235 int ncr5380_pio_out(struct ncr5380_softc *, int, int, uint8_t *);
236 void ncr5380_init(struct ncr5380_softc *);
239 extern struct ncr5380_softc *ncr5380_debug_sc;