HomeSort by: relevance | last modified time | path
    Searched refs:IRQ_BITS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/evbarm/iq80310/
iq80310_intr.h 55 #define IRQ_BITS 0x1f
65 #define IRQ_BITS 0xff
101 if ((iq80310_ipending & ~IRQ_BITS) & ~new)
115 if ((new & IRQ_BITS) == 0 && (iq80310_ipending & IRQ_BITS))
iq80310_intr.c 120 disabled = (~intr_enabled) & IRQ_BITS;
318 if ((iq80310_ipending & ~IRQ_BITS) & ~curcpl())
481 if ((iq80310_ipending & ~IRQ_BITS) & ~ci->ci_cpl) {
492 if ((iq80310_ipending & IRQ_BITS) == 0)

Completed in 12 milliseconds