Home
last modified time | relevance | path

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

/arch/mips/include/asm/mach-generic/
Dirq.h16 #ifndef I8259A_IRQ_BASE
17 #define I8259A_IRQ_BASE 0 macro
/arch/mips/include/asm/mach-cobalt/
Dirq.h24 #define I8259A_IRQ_BASE 0 macro
26 #define PCISLOT_IRQ (I8259A_IRQ_BASE + 9)
/arch/mips/include/asm/
Dirq.h50 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.h89 return likely(irq >= 0) ? irq + I8259A_IRQ_BASE : irq; in i8259_irq()
/arch/mips/mti-malta/
Dmalta-int.c185 WARN(irq_alloc_descs(I8259A_IRQ_BASE, I8259A_IRQ_BASE, in arch_init_irq()
187 "Cannot reserve i8259 virqs at IRQ%d\n", I8259A_IRQ_BASE); in arch_init_irq()
/arch/mips/loongson64/loongson-3/
Dirq.c139 chip = irq_get_chip(I8259A_IRQ_BASE); in mach_init_irq()
/arch/mips/txx9/generic/
Dpci.c248 if (unlikely(isairq <= I8259A_IRQ_BASE)) in i8259_interrupt()