Home | History | Annotate | Download | only in isa

Lines Matching refs:isc

165 	struct com_isa_softc *isc = device_private(self);
166 struct com_softc *sc = &isc->sc_com;
214 isc->sc_ic = ia->ia_ic;
215 isc->sc_irq = irq;
216 isc->sc_ih = isa_intr_establish_xname(ia->ia_ic, irq, IST_EDGE,
223 struct com_isa_softc *isc = device_private(self);
228 isa_intr_disestablish(isc->sc_ic, isc->sc_ih);
229 isc->sc_ih = NULL;
237 struct com_isa_softc *isc = device_private(self);
238 struct com_softc *sc = &isc->sc_com;
240 isc->sc_ih = isa_intr_establish(isc->sc_ic, isc->sc_irq, IST_EDGE,
249 struct com_isa_softc *isc = device_private(self);
250 struct com_softc *sc = &isc->sc_com;
257 if (isc->sc_ih != NULL)
258 isa_intr_disestablish(isc->sc_ic, isc->sc_ih);