Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/
H A Dirqs.h11 #define irq2evt(irq) (((irq) + 16) << 5) macro
/openbmc/linux/include/linux/
H A Dsh_intc.h18 #define irq2evt(irq) ((irq) << 5) macro
21 #define irq2evt(irq) (irq) macro