Searched refs:irq2evt (Results 1 – 5 of 5) sorted by relevance
28 #define irq2evt(irq) (((irq) + 16) << 5) macro31 #define irq2evt(irq) (irq) macro
26 __raw_writel(irq2evt(irq), INTACKCLR); in irq_finish()
11 #define irq2evt(irq) (((irq) + 16) << 5) macro
14 #define INTC_IRQ(enum_id, irq) INTC_VECT(enum_id, irq2evt(irq))
106 irq, irq2evt(irq)); in intc_register_irq()