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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/mach-cobalt/
H A Dirq.h51 #define GT641XX_IRQ_BASE 24 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/mach-cobalt/
H A Dirq.h51 #define GT641XX_IRQ_BASE 24 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 172 milliseconds