Searched refs:I8259A_IRQ_BASE (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-generic/
H A Dirq.h16 #ifndef I8259A_IRQ_BASE
17 #define I8259A_IRQ_BASE 0 macro
/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.h24 #define I8259A_IRQ_BASE 0 macro
26 #define PCISLOT_IRQ (I8259A_IRQ_BASE + 9)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dtxx9irq.h18 #define TXX9_IRQ_BASE (I8259A_IRQ_BASE + 16)
H A Dirq.h22 return ((irq == I8259A_IRQ_BASE + 2) ? I8259A_IRQ_BASE + 9 : irq);
H A Di8259.h83 return likely(irq >= 0) ? irq + I8259A_IRQ_BASE : irq;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Di8259.c66 irq -= I8259A_IRQ_BASE;
82 irq -= I8259A_IRQ_BASE;
99 irq -= I8259A_IRQ_BASE;
152 irq -= I8259A_IRQ_BASE;
276 outb_p(I8259A_IRQ_BASE + 0, PIC_MASTER_IMR); /* ICW2: 8259A-1 IR0 mapped to I8259A_IRQ_BASE + 0x00 */
284 outb_p(I8259A_IRQ_BASE + 8, PIC_SLAVE_IMR); /* ICW2: 8259A-2 IR0 mapped to I8259A_IRQ_BASE + 0x08 */
340 for (i = I8259A_IRQ_BASE; i < I8259A_IRQ_BASE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/txx9/generic/
H A Dpci.c256 if (unlikely(isairq <= I8259A_IRQ_BASE))

Completed in 40 milliseconds