Home
last modified time | relevance | path

Searched defs:irq2evt (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/arch/sh/include/asm/
Dirq.h28 #define irq2evt(irq) (((irq) + 16) << 5) macro
31 #define irq2evt(irq) (irq) macro
/linux-3.3/arch/arm/mach-shmobile/include/mach/
Dirqs.h11 #define irq2evt(irq) (((irq) + 16) << 5) macro