Lines Matching refs:sunscpal_softc
159 struct sunscpal_softc {
196 void (*sc_dma_alloc)(struct sunscpal_softc *);
197 void (*sc_dma_free)(struct sunscpal_softc *);
199 void (*sc_dma_setup)(struct sunscpal_softc *);
202 void (*sc_intr_on)(struct sunscpal_softc *);
203 void (*sc_intr_off)(struct sunscpal_softc *);
267 void sunscpal_attach(struct sunscpal_softc *, int);
268 int sunscpal_detach(struct sunscpal_softc *, int);
272 int sunscpal_pio_in(struct sunscpal_softc *, int, int, uint8_t *);
273 int sunscpal_pio_out(struct sunscpal_softc *, int, int, uint8_t *);
274 void sunscpal_init(struct sunscpal_softc *);
282 struct sunscpal_softc *sunscpal_debug_sc;