Lines Matching defs:esc
303 struct nca_isa_softc *esc = device_private(self);
304 struct ncr5380_softc *sc = &esc->sc_ncr5380;
382 esc->sc_ih = isa_intr_establish(ic, ia->ia_irq[0].ir_irq,
383 IST_EDGE, IPL_BIO, ncr5380_intr, esc);
384 if (esc->sc_ih == NULL) {
399 esc->sc_options = 0x00000; /* no options */
401 esc->sc_options = 0x0ffff; /* all options except force poll */
404 sc->sc_no_disconnect = (esc->sc_options & NCA_NO_DISCONNECT);
405 sc->sc_parity_disable = (esc->sc_options & NCA_NO_PARITY_CHK) >> 8;
406 if (esc->sc_options & NCA_FORCE_POLLING)