Searched refs:JZ4740_IRQ_BASE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-jz4740/
H A Dirq.h20 #define JZ4740_IRQ_BASE 8 macro
23 #define JZ4740_IRQ(x) (JZ4740_IRQ_BASE + (x))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/jz4740/
H A Dirq.c44 #define IRQ_BIT(x) BIT((x) - JZ4740_IRQ_BASE)
81 generic_handle_irq(__fls(irq_reg) + JZ4740_IRQ_BASE);
98 for (i = JZ4740_IRQ_BASE; i < JZ4740_IRQ_BASE + 32; i++) {

Completed in 87 milliseconds