Home | History | Annotate | Download | only in mca

Lines Matching defs:wsc

151 	struct we_softc *wsc = device_private(self);
152 struct dp8390_softc *sc = &wsc->sc_dp8390;
258 wsc->sc_type = wep->we_type;
260 wsc->sc_flags = WE_16BIT_ENABLE|WE_16BIT_NOTOGGLE;
273 wsc->sc_asict = asict;
274 wsc->sc_asich = asich;
282 wsc->sc_maddr = maddr;
287 wsc->sc_init_hook = we_mca_init_hook;
289 if (we_config(self, wsc, typestr))
293 wsc->sc_ih = mca_intr_establish(ma->ma_mc, irq,
295 if (wsc->sc_ih == NULL) {
302 we_mca_init_hook(struct we_softc *wsc)
309 bus_space_write_1(wsc->sc_asict, wsc->sc_asich, WE_LAAR, 0x04);
310 wsc->sc_laar_proto |= 0x04;