Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sh/include/cpu-sh5/cpu/
Dirq.h76 #define START_EXT_IRQS 64 macro
79 #define IRQ_P2INTA (START_EXT_IRQS + (3*8) + 0)
80 #define IRQ_P2INTB (START_EXT_IRQS + (3*8) + 1)
81 #define IRQ_P2INTC (START_EXT_IRQS + (3*8) + 2)
82 #define IRQ_P2INTD (START_EXT_IRQS + (3*8) + 3)
84 #define I8042_KBD_IRQ (START_EXT_IRQS + 2)
85 #define I8042_AUX_IRQ (START_EXT_IRQS + 6)
87 #define IRQ_CFCARD (START_EXT_IRQS + 7)
/linux-2.6.39/arch/sh/boards/mach-cayman/
Dirq.c66 irq -= START_EXT_IRQS; in enable_cayman_irq()
84 irq -= START_EXT_IRQS; in disable_cayman_irq()
117 irq = START_EXT_IRQS + i; in cayman_irq_demux()
134 irq = START_EXT_IRQS + (3 * 8) + i; in cayman_irq_demux()
152 irq_set_chip_and_handler(START_EXT_IRQS + i, in init_cayman_irq()