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

/linux-4.1.27/arch/mips/txx9/rbtx4927/
H A Dirq.c30 * I8259A_IRQ_BASE+00
31 * I8259A_IRQ_BASE+01 PS2/Keyboard
32 * I8259A_IRQ_BASE+02 Cascade RBTX4927-ISA (irqs 8-15)
33 * I8259A_IRQ_BASE+03
34 * I8259A_IRQ_BASE+04
35 * I8259A_IRQ_BASE+05
36 * I8259A_IRQ_BASE+06
37 * I8259A_IRQ_BASE+07
38 * I8259A_IRQ_BASE+08
39 * I8259A_IRQ_BASE+09
40 * I8259A_IRQ_BASE+10
41 * I8259A_IRQ_BASE+11
42 * I8259A_IRQ_BASE+12 PS2/Mouse (not supported at this time)
43 * I8259A_IRQ_BASE+13
44 * I8259A_IRQ_BASE+14 IDE
45 * I8259A_IRQ_BASE+15
/linux-4.1.27/arch/mips/include/asm/mach-generic/
H A Dirq.h16 #ifndef I8259A_IRQ_BASE
17 #define I8259A_IRQ_BASE 0 macro
/linux-4.1.27/arch/mips/include/asm/mach-cobalt/
H A Dirq.h24 #define I8259A_IRQ_BASE 0 macro
26 #define PCISLOT_IRQ (I8259A_IRQ_BASE + 9)
/linux-4.1.27/arch/mips/kernel/
H A Di8259.c62 unsigned int mask, irq = d->irq - I8259A_IRQ_BASE; disable_8259A_irq()
77 unsigned int mask, irq = d->irq - I8259A_IRQ_BASE; enable_8259A_irq()
96 irq -= I8259A_IRQ_BASE; i8259A_irq_pending()
146 unsigned int irqmask, irq = d->irq - I8259A_IRQ_BASE; mask_and_ack_8259A()
261 outb_p(I8259A_IRQ_BASE + 0, PIC_MASTER_IMR); /* ICW2: 8259A-1 IR0 mapped to I8259A_IRQ_BASE + 0x00 */ init_8259A()
269 outb_p(I8259A_IRQ_BASE + 8, PIC_SLAVE_IMR); /* ICW2: 8259A-2 IR0 mapped to I8259A_IRQ_BASE + 0x08 */ init_8259A()
339 domain = irq_domain_add_legacy(NULL, 16, I8259A_IRQ_BASE, 0, init_i8259_irqs()
344 setup_irq(I8259A_IRQ_BASE + PIC_CASCADE_IR, &irq2); init_i8259_irqs()
/linux-4.1.27/arch/mips/include/asm/
H A Dtxx9irq.h18 #define TXX9_IRQ_BASE (I8259A_IRQ_BASE + 16)
H A Dirq.h23 return ((irq == I8259A_IRQ_BASE + 2) ? I8259A_IRQ_BASE + 9 : irq); irq_canonicalize()
H A Di8259.h83 return likely(irq >= 0) ? irq + I8259A_IRQ_BASE : irq; i8259_irq()
/linux-4.1.27/arch/mips/txx9/generic/
H A Dpci.c253 if (unlikely(isairq <= I8259A_IRQ_BASE)) i8259_interrupt()

Completed in 281 milliseconds