Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-arm/arch-ebsa285/
Dirqs.h18 #define _DC21285_IRQ(x) (16 + (x)) macro
25 #define IRQ_CONRX _DC21285_IRQ(0)
26 #define IRQ_CONTX _DC21285_IRQ(1)
27 #define IRQ_TIMER1 _DC21285_IRQ(2)
28 #define IRQ_TIMER2 _DC21285_IRQ(3)
29 #define IRQ_TIMER3 _DC21285_IRQ(4)
30 #define IRQ_IN0 _DC21285_IRQ(5)
31 #define IRQ_IN1 _DC21285_IRQ(6)
32 #define IRQ_IN2 _DC21285_IRQ(7)
33 #define IRQ_IN3 _DC21285_IRQ(8)
[all …]
/linux-2.4.37.9/arch/arm/mach-footbridge/
Dirq.c79 for (irq = _DC21285_IRQ(0); irq < _DC21285_IRQ(20); irq++) { in __fb_init_irq()