Home
last modified time | relevance | path

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

/linux-3.3/arch/mips/kernel/
Di8259.c64 unsigned int mask, irq = d->irq - I8259A_IRQ_BASE; in disable_8259A_irq()
79 unsigned int mask, irq = d->irq - I8259A_IRQ_BASE; in enable_8259A_irq()
98 irq -= I8259A_IRQ_BASE; in i8259A_irq_pending()
148 unsigned int irqmask, irq = d->irq - I8259A_IRQ_BASE; in mask_and_ack_8259A()
264 …outb_p(I8259A_IRQ_BASE + 0, PIC_MASTER_IMR); /* ICW2: 8259A-1 IR0 mapped to I8259A_IRQ_BASE + 0x00… in init_8259A()
272 …outb_p(I8259A_IRQ_BASE + 8, PIC_SLAVE_IMR); /* ICW2: 8259A-2 IR0 mapped to I8259A_IRQ_BASE + 0x08 … in init_8259A()
329 for (i = I8259A_IRQ_BASE; i < I8259A_IRQ_BASE + 16; i++) { in init_i8259_irqs()
334 setup_irq(I8259A_IRQ_BASE + PIC_CASCADE_IR, &irq2); in init_i8259_irqs()
/linux-3.3/arch/mips/include/asm/mach-generic/
Dirq.h16 #ifndef I8259A_IRQ_BASE
17 #define I8259A_IRQ_BASE 0 macro
/linux-3.3/arch/mips/include/asm/mach-cobalt/
Dirq.h24 #define I8259A_IRQ_BASE 0 macro
26 #define PCISLOT_IRQ (I8259A_IRQ_BASE + 9)
/linux-3.3/arch/mips/include/asm/
Dirq.h26 return ((irq == I8259A_IRQ_BASE + 2) ? I8259A_IRQ_BASE + 9 : irq); in irq_canonicalize()
Dtxx9irq.h18 #define TXX9_IRQ_BASE (I8259A_IRQ_BASE + 16)
Di8259.h83 return likely(irq >= 0) ? irq + I8259A_IRQ_BASE : irq; in i8259_irq()
/linux-3.3/arch/mips/txx9/generic/
Dpci.c253 if (unlikely(isairq <= I8259A_IRQ_BASE)) in i8259_interrupt()