Home | History | Annotate | Download | only in isa

Lines Matching defs:lsc

220 	struct lpt_softc *lsc = &sc->sc_lpt;
225 lsc->sc_dev = self;
239 iot = lsc->sc_iot = ia->ia_iot;
244 lsc->sc_ioh = ioh;
246 lpt_attach_subr(lsc);
250 lsc->sc_ih = isa_intr_establish_xname(sc->sc_ic, sc->sc_irq,
251 IST_EDGE, IPL_TTY, lptintr, lsc, device_xname(lsc->sc_dev));
259 struct lpt_softc *lsc = &sc->sc_lpt;
265 isa_intr_disestablish(sc->sc_ic, lsc->sc_ih);
267 bus_space_unmap(lsc->sc_iot, lsc->sc_ioh, LPT_NPORTS);