Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/jz4740/
Dirq.c44 #define IRQ_BIT(x) BIT((x) - JZ4740_IRQ_BASE)
86 generic_handle_irq(__fls(irq_reg) + JZ4740_IRQ_BASE); in jz4740_cascade()
106 for (i = JZ4740_IRQ_BASE; i < JZ4740_IRQ_BASE + 32; i++) { in arch_init_irq()
/linux-2.6.39/arch/mips/include/asm/mach-jz4740/
Dirq.h20 #define JZ4740_IRQ_BASE 8 macro
23 #define JZ4740_IRQ(x) (JZ4740_IRQ_BASE + (x))