Home
last modified time | relevance | path

Searched refs:sc_error_ih (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/arch/arm/xscale/
Di80321_aau.c66 void *sc_error_ih; member
176 sc321->sc_error_ih = i80321_intr_establish(ICU_INT_AAUE, IPL_BIO, in aau321_attach()
178 if (sc321->sc_error_ih == NULL) { in aau321_attach()
/netbsd/src/sys/dev/marvell/
Dmvxpsecvar.h418 void * sc_error_ih; member
Dmvxpsec.c407 sc->sc_error_ih = marvell_intr_establish(MVXPSEC_ERR_INT(sc), in mvxpsec_attach()
/netbsd/src/sys/arch/powerpc/booke/dev/
Dpq3etsec.c214 void *sc_error_ih; member
686 sc->sc_error_ih = intr_establish(cnl->cnl_intrs[2], IPL_VM, IST_ONCHIP, in pq3etsec_attach()
688 if (sc->sc_error_ih == NULL) { in pq3etsec_attach()
830 intr_disestablish(sc->sc_error_ih); in pq3etsec_attach()