/src/sys/arch/acorn32/podulebus/ |
csc.c | 137 sc->sc_softc.sc_dev = self; 138 sc->sc_softc.sc_fas = (sfas_regmap_p)rp; 139 sc->sc_softc.sc_spec = &sc->sc_specific; 141 sc->sc_softc.sc_led = csc_led; 143 sc->sc_softc.sc_setup_dma = csc_setup_dma; 144 sc->sc_softc.sc_build_dma_chain = csc_build_dma_chain; 145 sc->sc_softc.sc_need_bump = csc_need_bump; 147 sc->sc_softc.sc_clock_freq = 8; /* Cumana runs at 8MHz */ 148 sc->sc_softc.sc_timeout = 250; /* Set default timeout to 250ms */ 149 sc->sc_softc.sc_config_flags = SFAS_NO_DMA /*| SFAS_NF_DEBUG*/ [all...] |
cosc.c | 205 sc->sc_softc.sc_config4 = sc->sc_iobase[COSC_CONFIG_CONTROL_REG4]; 207 sc->sc_softc.sc_esc = (esc_regmap_p)rp; 208 /* sc->sc_softc.sc_spec = &sc->sc_specific;*/ 210 sc->sc_softc.sc_led = cosc_led; 211 sc->sc_softc.sc_setup_dma = cosc_setup_dma; 212 sc->sc_softc.sc_build_dma_chain = cosc_build_dma_chain; 213 sc->sc_softc.sc_need_bump = cosc_need_bump; 215 sc->sc_softc.sc_clock_freq = 40; /* Connect32 runs at 40MHz */ 216 sc->sc_softc.sc_timeout = 250; /* Set default timeout to 250ms */ 217 sc->sc_softc.sc_config_flags = ESC_NO_DMA [all...] |
ptsc.c | 179 sc->sc_softc.sc_dev = self; 180 sc->sc_softc.sc_fas = (sfas_regmap_p)rp; 181 sc->sc_softc.sc_spec = &sc->sc_specific; 183 sc->sc_softc.sc_led = ptsc_led; 185 sc->sc_softc.sc_setup_dma = ptsc_setup_dma; 186 sc->sc_softc.sc_build_dma_chain = ptsc_build_dma_chain; 187 sc->sc_softc.sc_need_bump = ptsc_need_bump; 189 sc->sc_softc.sc_clock_freq = 40; /* Power-Tec runs at 8MHz */ 190 sc->sc_softc.sc_timeout = 250; /* Set default timeout to 250ms */ 191 sc->sc_softc.sc_config_flags = SFAS_NO_DMA /*| SFAS_NF_DEBUG*/ [all...] |
ascvar.h | 42 struct sbic_softc sc_softc; member in struct:asc_softc
|
coscvar.h | 42 struct esc_softc sc_softc; member in struct:cosc_softc
|
cscvar.h | 48 struct sfas_softc sc_softc; member in struct:csc_softc
|
ptscvar.h | 47 struct sfas_softc sc_softc; member in struct:ptsc_softc
|
asc.c | 199 sbic = &sc->sc_softc; 344 sbic_dump(&sc->sc_softc);
|
/src/sys/arch/newsmips/dev/ |
sc_wrap.c | 39 CFATTACH_DECL_NEW(sc, sizeof(struct sc_softc), 42 void cxd1185_init(struct sc_softc *); 43 static void free_scb(struct sc_softc *, struct sc_scb *); 44 static struct sc_scb *get_scb(struct sc_softc *, int); 47 static int sc_poll(struct sc_softc *, int, int); 48 static void sc_sched(struct sc_softc *); 56 extern int sc_busy(struct sc_softc *, int); 75 struct sc_softc *sc = device_private(self); 133 cxd1185_init(struct sc_softc *sc) 144 free_scb(struct sc_softc *sc, struct sc_scb *scb [all...] |
scsi_1185.c | 141 void scsi_chipreset(struct sc_softc *); 142 void scsi_softreset(struct sc_softc *); 143 int sc_busy(struct sc_softc *, int); 147 static void SET_CMD(struct sc_softc *, int); 151 static void sc_start(struct sc_softc *); 152 static void sc_resel(struct sc_softc *); 153 static void sc_discon(struct sc_softc *); 154 static void sc_pmatch(struct sc_softc *); 155 static void flush_fifo(struct sc_softc *); 156 static void sc_cout(struct sc_softc *, struct sc_chan_stat *) [all...] |
scsireg.h | 228 struct sc_softc *scb_softc; 244 struct sc_softc { struct
|
/src/sys/dev/qbus/ |
uda.c | 103 struct mscp_softc *sc_softc; /* MSCP info (per mscpvar.h) */ member in struct:uda_softc 245 ma.ma_softc = &sc->sc_softc; 280 mscp_dgo(sc->sc_softc, mxi); 314 mscp_dgo(sc->sc_softc, mxi); 385 mscp_requeue(sc->sc_softc); 420 mscp_intr(sc->sc_softc); 442 mscp_requeue(sc->sc_softc);
|
/src/sys/dev/ic/ |
cissvar.h | 89 struct ciss_softc *sc_softc; member in struct:ciss_rawsoftc
|
/src/sys/dev/bi/ |
kdb.c | 85 struct mscp_softc *sc_softc; /* MSCP info (per mscpvar.h) */ member in struct:kdb_softc 195 ma.ma_softc = &sc->sc_softc; 271 mscp_dgo(sc->sc_softc, mxi); 301 mscp_intr(sc->sc_softc);
|
/src/sys/dev/cardbus/ |
if_ex_cardbus.c | 89 struct ex_softc sc_softc; member in struct:ex_cardbus_softc 215 struct ex_softc *sc = &csc->sc_softc; 303 struct ex_softc *sc = &csc->sc_softc;
|