|
@@ -179,3 +179,67 @@
|
|
#define IRQ_PA15 BFIN_PA_IRQ(15)
|
|
#define IRQ_PA15 BFIN_PA_IRQ(15)
|
|
|
|
|
|
#define BFIN_PB_IRQ(x) ((x) + IRQ_PA15 + 1)
|
|
#define BFIN_PB_IRQ(x) ((x) + IRQ_PA15 + 1)
|
|
|
|
+#define IRQ_PB0 BFIN_PB_IRQ(0)
|
|
|
|
+#define IRQ_PB1 BFIN_PB_IRQ(1)
|
|
|
|
+#define IRQ_PB2 BFIN_PB_IRQ(2)
|
|
|
|
+#define IRQ_PB3 BFIN_PB_IRQ(3)
|
|
|
|
+#define IRQ_PB4 BFIN_PB_IRQ(4)
|
|
|
|
+#define IRQ_PB5 BFIN_PB_IRQ(5)
|
|
|
|
+#define IRQ_PB6 BFIN_PB_IRQ(6)
|
|
|
|
+#define IRQ_PB7 BFIN_PB_IRQ(7)
|
|
|
|
+#define IRQ_PB8 BFIN_PB_IRQ(8)
|
|
|
|
+#define IRQ_PB9 BFIN_PB_IRQ(9)
|
|
|
|
+#define IRQ_PB10 BFIN_PB_IRQ(10)
|
|
|
|
+#define IRQ_PB11 BFIN_PB_IRQ(11)
|
|
|
|
+#define IRQ_PB12 BFIN_PB_IRQ(12)
|
|
|
|
+#define IRQ_PB13 BFIN_PB_IRQ(13)
|
|
|
|
+#define IRQ_PB14 BFIN_PB_IRQ(14)
|
|
|
|
+#define IRQ_PB15 BFIN_PB_IRQ(15) /* N/A */
|
|
|
|
+
|
|
|
|
+#define BFIN_PC_IRQ(x) ((x) + IRQ_PB15 + 1)
|
|
|
|
+#define IRQ_PC0 BFIN_PC_IRQ(0)
|
|
|
|
+#define IRQ_PC1 BFIN_PC_IRQ(1)
|
|
|
|
+#define IRQ_PC2 BFIN_PC_IRQ(2)
|
|
|
|
+#define IRQ_PC3 BFIN_PC_IRQ(3)
|
|
|
|
+#define IRQ_PC4 BFIN_PC_IRQ(4)
|
|
|
|
+#define IRQ_PC5 BFIN_PC_IRQ(5)
|
|
|
|
+#define IRQ_PC6 BFIN_PC_IRQ(6)
|
|
|
|
+#define IRQ_PC7 BFIN_PC_IRQ(7)
|
|
|
|
+#define IRQ_PC8 BFIN_PC_IRQ(8)
|
|
|
|
+#define IRQ_PC9 BFIN_PC_IRQ(9)
|
|
|
|
+#define IRQ_PC10 BFIN_PC_IRQ(10)
|
|
|
|
+#define IRQ_PC11 BFIN_PC_IRQ(11)
|
|
|
|
+#define IRQ_PC12 BFIN_PC_IRQ(12)
|
|
|
|
+#define IRQ_PC13 BFIN_PC_IRQ(13)
|
|
|
|
+#define IRQ_PC14 BFIN_PC_IRQ(14) /* N/A */
|
|
|
|
+#define IRQ_PC15 BFIN_PC_IRQ(15) /* N/A */
|
|
|
|
+
|
|
|
|
+#define BFIN_PD_IRQ(x) ((x) + IRQ_PC15 + 1)
|
|
|
|
+#define IRQ_PD0 BFIN_PD_IRQ(0)
|
|
|
|
+#define IRQ_PD1 BFIN_PD_IRQ(1)
|
|
|
|
+#define IRQ_PD2 BFIN_PD_IRQ(2)
|
|
|
|
+#define IRQ_PD3 BFIN_PD_IRQ(3)
|
|
|
|
+#define IRQ_PD4 BFIN_PD_IRQ(4)
|
|
|
|
+#define IRQ_PD5 BFIN_PD_IRQ(5)
|
|
|
|
+#define IRQ_PD6 BFIN_PD_IRQ(6)
|
|
|
|
+#define IRQ_PD7 BFIN_PD_IRQ(7)
|
|
|
|
+#define IRQ_PD8 BFIN_PD_IRQ(8)
|
|
|
|
+#define IRQ_PD9 BFIN_PD_IRQ(9)
|
|
|
|
+#define IRQ_PD10 BFIN_PD_IRQ(10)
|
|
|
|
+#define IRQ_PD11 BFIN_PD_IRQ(11)
|
|
|
|
+#define IRQ_PD12 BFIN_PD_IRQ(12)
|
|
|
|
+#define IRQ_PD13 BFIN_PD_IRQ(13)
|
|
|
|
+#define IRQ_PD14 BFIN_PD_IRQ(14)
|
|
|
|
+#define IRQ_PD15 BFIN_PD_IRQ(15)
|
|
|
|
+
|
|
|
|
+#define BFIN_PE_IRQ(x) ((x) + IRQ_PD15 + 1)
|
|
|
|
+#define IRQ_PE0 BFIN_PE_IRQ(0)
|
|
|
|
+#define IRQ_PE1 BFIN_PE_IRQ(1)
|
|
|
|
+#define IRQ_PE2 BFIN_PE_IRQ(2)
|
|
|
|
+#define IRQ_PE3 BFIN_PE_IRQ(3)
|
|
|
|
+#define IRQ_PE4 BFIN_PE_IRQ(4)
|
|
|
|
+#define IRQ_PE5 BFIN_PE_IRQ(5)
|
|
|
|
+#define IRQ_PE6 BFIN_PE_IRQ(6)
|
|
|
|
+#define IRQ_PE7 BFIN_PE_IRQ(7)
|
|
|
|
+#define IRQ_PE8 BFIN_PE_IRQ(8)
|
|
|
|
+#define IRQ_PE9 BFIN_PE_IRQ(9)
|