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