Searched refs:GT641XX_IRQ_BASE (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dirq_gt641xx.h23 #ifndef GT641XX_IRQ_BASE
24 #define GT641XX_IRQ_BASE 8 macro
27 #define GT641XX_MEMORY_OUT_OF_RANGE_IRQ (GT641XX_IRQ_BASE + 1)
28 #define GT641XX_DMA_OUT_OF_RANGE_IRQ (GT641XX_IRQ_BASE + 2)
29 #define GT641XX_CPU_ACCESS_OUT_OF_RANGE_IRQ (GT641XX_IRQ_BASE + 3)
30 #define GT641XX_DMA0_IRQ (GT641XX_IRQ_BASE + 4)
31 #define GT641XX_DMA1_IRQ (GT641XX_IRQ_BASE + 5)
32 #define GT641XX_DMA2_IRQ (GT641XX_IRQ_BASE + 6)
33 #define GT641XX_DMA3_IRQ (GT641XX_IRQ_BASE + 7)
34 #define GT641XX_TIMER0_IRQ (GT641XX_IRQ_BASE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-cobalt/
H A Dirq.h51 #define GT641XX_IRQ_BASE 24 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dirq-gt641xx.c28 #define GT641XX_IRQ_TO_BIT(irq) (1U << (irq - GT641XX_IRQ_BASE))
108 do_IRQ(GT641XX_IRQ_BASE + i);
129 set_irq_chip_and_handler(GT641XX_IRQ_BASE + i,

Completed in 156 milliseconds