HomeSort by: relevance | last modified time | path
    Searched defs:sc_error_ih (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/xscale/
i80321_aau.c 66 void *sc_error_ih; member in struct:aau321_softc
176 sc321->sc_error_ih = i80321_intr_establish(ICU_INT_AAUE, IPL_BIO,
178 if (sc321->sc_error_ih == NULL) {
  /src/sys/dev/marvell/
mvxpsecvar.h 418 void * sc_error_ih; member in struct:mvxpsec_softc
  /src/sys/arch/powerpc/booke/dev/
pq3etsec.c 214 void *sc_error_ih; member in struct:pq3etsec_softc
686 sc->sc_error_ih = intr_establish(cnl->cnl_intrs[2], IPL_VM, IST_ONCHIP,
688 if (sc->sc_error_ih == NULL) {
830 intr_disestablish(sc->sc_error_ih);

Completed in 15 milliseconds