Searched refs:irq2evt (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dintc-shx3.c23 __raw_writel(irq2evt(irq), INTACKCLR);
/linux-master/include/linux/
H A Dsh_intc.h18 #define irq2evt(irq) ((irq) << 5) macro
21 #define irq2evt(irq) (irq) macro
32 #define INTC_IRQ(enum_id, irq) INTC_VECT(enum_id, irq2evt(irq))
/linux-master/drivers/sh/intc/
H A Dcore.c104 irq, irq2evt(irq));

Completed in 112 milliseconds