Lines Matching defs:esc
102 struct depca_eisa_softc *esc = device_private(self);
103 struct depca_softc *sc = &esc->sc_depca;
115 esc->sc_ec = ea->ea_ec;
147 esc->sc_irq = eci.eci_irq;
148 esc->sc_ist = eci.eci_ist;
156 struct depca_eisa_softc *esc = (struct depca_eisa_softc *)sc;
162 if (eisa_intr_map(esc->sc_ec, esc->sc_irq, &ih)) {
164 "unable to map interrupt (%d)\n", esc->sc_irq);
167 intrstr = eisa_intr_string(esc->sc_ec, ih, intrbuf, sizeof(intrbuf));
168 rv = eisa_intr_establish(esc->sc_ec, ih, esc->sc_ist, IPL_NET,
169 (esc->sc_ist == IST_LEVEL) ? am7990_intr : depca_intredge, child);
181 (esc->sc_ist == IST_LEVEL) ? "level" : "edge", intrstr);