Searched refs:IE_IRQ4 (Results 1 – 4 of 4) sorted by relevance
57 #define SRB_ERR IE_IRQ4 /* 0x4000 */
97 if (pending & IE_IRQ4) { in plat_irq_dispatch()
481 else if (unlikely(pending & IE_IRQ4)) in plat_irq_dispatch()530 #define ALLINTS (IE_IRQ0 | IE_IRQ1 | IE_IRQ2 | IE_IRQ3 | IE_IRQ4 | IE_IRQ5) in arch_init_irq()
235 #define IE_IRQ4 (_ULCAST_(1) << 14) macro