Home
last modified time | relevance | path

Searched refs:START_EXT_IRQS (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/asm-sh64/
Dirq.h78 #define START_EXT_IRQS 64 macro
81 #define IRQ_P2INTA (START_EXT_IRQS + (3*8) + 0)
82 #define IRQ_P2INTB (START_EXT_IRQS + (3*8) + 1)
83 #define IRQ_P2INTC (START_EXT_IRQS + (3*8) + 2)
84 #define IRQ_P2INTD (START_EXT_IRQS + (3*8) + 3)
86 #define START_EXT_IRQS 64 macro
Dkeyboard.h22 #define KEYBOARD_IRQ (START_EXT_IRQS + 2) /* SMSC SuperIO IRQ 1 */
64 #define AUX_IRQ (START_EXT_IRQS + 6) /* SMSC SuperIO IRQ12 */
/linux-2.4.37.9/arch/sh64/mach-cayman/
Dirq.c62 irq -= START_EXT_IRQS; in enable_cayman_irq()
79 irq -= START_EXT_IRQS; in disable_cayman_irq()
138 irq = START_EXT_IRQS + i; in cayman_irq_demux()
155 irq = START_EXT_IRQS + (3 * 8) + i; in cayman_irq_demux()
188 irq_desc[START_EXT_IRQS + i].handler = &cayman_irq_type; in init_cayman_irq()