Home | History | Annotate | Download | only in dev

Lines Matching defs:asc

88 	struct com_aubus_softc *asc = device_private(self);
89 struct com_softc *sc = &asc->sc_com;
95 asc->sc_irq = aa->aa_irq[0];
136 struct com_aubus_softc *asc = (void *)sc; /* XXX mi prototype */
139 if (ISSET(sc->sc_hwflags, COM_HW_CONSOLE) && (asc->sc_ih != NULL))
147 asc->sc_ih = au_intr_establish(asc->sc_irq, 0, IPL_SERIAL, IST_LEVEL,
149 if (asc->sc_ih == NULL) {
161 struct com_aubus_softc *asc = (void *)sc; /* XXX mi prototype */
168 au_intr_disestablish(asc->sc_ih);