Searched refs:C_IRQ4 (Results 1 – 3 of 3) sorted by relevance
68 if (pending & C_IRQ4) /* do the peripherals first, that's the timer */ in plat_irq_dispatch()99 else if (pending & C_IRQ4) in plat_irq_dispatch()
282 else if (pending & C_IRQ4) in sni_pcimt_hwint()
286 #define C_IRQ4 (_ULCAST_(1) << 14) macro