Home
last modified time | relevance | path

Searched refs:sunscpal_softc (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/dev/ic/
Dsunscpalvar.h159 struct sunscpal_softc { struct
196 void (*sc_dma_alloc)(struct sunscpal_softc *); argument
197 void (*sc_dma_free)(struct sunscpal_softc *); argument
199 void (*sc_dma_setup)(struct sunscpal_softc *); argument
202 void (*sc_intr_on)(struct sunscpal_softc *); argument
203 void (*sc_intr_off)(struct sunscpal_softc *); argument
267 void sunscpal_attach(struct sunscpal_softc *, int); argument
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 *);
[all …]
Dsunscpal.c105 static void sunscpal_reset_scsibus(struct sunscpal_softc *);
106 static void sunscpal_sched(struct sunscpal_softc *);
107 static void sunscpal_done(struct sunscpal_softc *);
109 static int sunscpal_select(struct sunscpal_softc *, struct sunscpal_req *);
110 static void sunscpal_reselect(struct sunscpal_softc *);
112 static int sunscpal_msg_in(struct sunscpal_softc *);
113 static int sunscpal_msg_out(struct sunscpal_softc *);
114 static int sunscpal_data_xfer(struct sunscpal_softc *, int);
115 static int sunscpal_command(struct sunscpal_softc *);
116 static int sunscpal_status(struct sunscpal_softc *);
[all …]
/netbsd/src/sys/arch/sun2/dev/
Dsc_mbmem.c103 CFATTACH_DECL_NEW(sc_mbmem, sizeof(struct sunscpal_softc),
142 struct sunscpal_softc *sc = device_private(self); in sunsc_mbmem_attach()
189 struct sunscpal_softc *sc = arg; in sunsc_mbmem_intr()
/netbsd/src/sys/dev/vme/
Dsc_vme.c113 CFATTACH_DECL_NEW(sc_vme, sizeof(struct sunscpal_softc),
143 struct sunscpal_softc *sc = device_private(self); in sc_vme_attach()
227 struct sunscpal_softc *sc = arg; in sc_vme_intr()