Go to the documentation of this file.
9 #ifndef _LANTIQ_XWAY_IRQ_H__
10 #define _LANTIQ_XWAY_IRQ_H__
12 #define INT_NUM_IRQ0 8
13 #define INT_NUM_IM0_IRL0 (INT_NUM_IRQ0 + 0)
14 #define INT_NUM_IM1_IRL0 (INT_NUM_IRQ0 + 32)
15 #define INT_NUM_IM2_IRL0 (INT_NUM_IRQ0 + 64)
16 #define INT_NUM_IM3_IRL0 (INT_NUM_IRQ0 + 96)
17 #define INT_NUM_IM4_IRL0 (INT_NUM_IRQ0 + 128)
18 #define INT_NUM_IM_OFFSET (INT_NUM_IM1_IRL0 - INT_NUM_IM0_IRL0)
20 #define LTQ_DMA_CH0_INT (INT_NUM_IM2_IRL0)
22 #define MIPS_CPU_TIMER_IRQ 7