Home
last modified time | relevance | path

Searched refs:irq2evt (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/arch/sh/include/asm/
Dirq.h28 #define irq2evt(irq) (((irq) + 16) << 5) macro
31 #define irq2evt(irq) (irq) macro
/linux-2.6.39/arch/sh/kernel/cpu/sh4a/
Dintc-shx3.c26 __raw_writel(irq2evt(irq), INTACKCLR); in irq_finish()
/linux-2.6.39/arch/arm/mach-shmobile/include/mach/
Dirqs.h11 #define irq2evt(irq) (((irq) + 16) << 5) macro
/linux-2.6.39/include/linux/
Dsh_intc.h14 #define INTC_IRQ(enum_id, irq) INTC_VECT(enum_id, irq2evt(irq))
/linux-2.6.39/drivers/sh/intc/
Dcore.c106 irq, irq2evt(irq)); in intc_register_irq()