Home | History | Annotate | Download | only in isa

Lines Matching defs:wsc

262 	struct we_softc *wsc = device_private(self);
263 struct dp8390_softc *sc = &wsc->sc_dp8390;
287 typestr = we_params(asict, asich, &wsc->sc_type, NULL,
288 &wsc->sc_flags, &sc->is790);
304 wsc->sc_asict = asict;
305 wsc->sc_asich = asich;
313 wsc->sc_maddr = ia->ia_iomem[0].ir_addr;
319 if (we_config(self, wsc, typestr))
329 else if (wsc->sc_type & WE_SOFTCONFIG)
339 wsc->sc_ih = isa_intr_establish(ia->ia_ic, ia->ia_irq[0].ir_irq,
341 if (wsc->sc_ih == NULL)