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

  /src/sys/arch/arm/apple/
apple_intc.c 106 u_int sc_nirq; /* number of supported IRQs */ member in struct:apple_intc_softc
321 KASSERT(evdata < sc->sc_nirq);
469 sc->sc_nirq = AIC_READ(sc, AIC_INFO) & AIC_INFO_NIRQ;
472 aprint_normal(": Apple AIC (%u IRQs, 1 FIQ)\n", sc->sc_nirq);
473 KASSERT(sc->sc_nirq % 32 == 0);
476 sc->sc_pic.pic_maxsources = sc->sc_nirq;

Completed in 14 milliseconds