Home
last modified time | relevance | path

Searched refs:sc_ist (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/eisa/
Ddepca_eisa.c79 int sc_ist; member
148 esc->sc_ist = eci.eci_ist; in depca_eisa_attach()
168 rv = eisa_intr_establish(esc->sc_ec, ih, esc->sc_ist, IPL_NET, in depca_eisa_intr_establish()
169 (esc->sc_ist == IST_LEVEL) ? am7990_intr : depca_intredge, child); in depca_eisa_intr_establish()
181 (esc->sc_ist == IST_LEVEL) ? "level" : "edge", intrstr); in depca_eisa_intr_establish()
Dahb.c114 int sc_ist; member
254 sc->sc_ih = eisa_intr_establish(ec, ih, apd.sc_ist, IPL_BIO, in ahbattach()
266 apd.sc_ist == IST_EDGE ? "edge" : "level"); in ahbattach()
701 sc->sc_ist = ist; in ahb_find()
/netbsd/src/sys/arch/i386/pnpbios/
Dpckbc_pnpbios.c73 int sc_ist; member
126 &psc->sc_ist) != 0) { in pckbc_pnpbios_attach()
198 ist = psc->sc_ist; in pckbc_pnpbios_intr_establish()