diff options
Diffstat (limited to 'include/asm-arm/arch-s3c2410/irqs.h')
| -rw-r--r-- | include/asm-arm/arch-s3c2410/irqs.h | 74 |
1 files changed, 54 insertions, 20 deletions
diff --git a/include/asm-arm/arch-s3c2410/irqs.h b/include/asm-arm/arch-s3c2410/irqs.h index 4b7cff456c4e..c79cb1819913 100644 --- a/include/asm-arm/arch-s3c2410/irqs.h +++ b/include/asm-arm/arch-s3c2410/irqs.h | |||
| @@ -34,10 +34,10 @@ | |||
| 34 | #define IRQ_EINT4t7 S3C2410_IRQ(4) /* 20 */ | 34 | #define IRQ_EINT4t7 S3C2410_IRQ(4) /* 20 */ |
| 35 | #define IRQ_EINT8t23 S3C2410_IRQ(5) | 35 | #define IRQ_EINT8t23 S3C2410_IRQ(5) |
| 36 | #define IRQ_RESERVED6 S3C2410_IRQ(6) /* for s3c2410 */ | 36 | #define IRQ_RESERVED6 S3C2410_IRQ(6) /* for s3c2410 */ |
| 37 | #define IRQ_CAM S3C2410_IRQ(6) /* for s3c2440 */ | 37 | #define IRQ_CAM S3C2410_IRQ(6) /* for s3c2440,s3c2443 */ |
| 38 | #define IRQ_BATT_FLT S3C2410_IRQ(7) | 38 | #define IRQ_BATT_FLT S3C2410_IRQ(7) |
| 39 | #define IRQ_TICK S3C2410_IRQ(8) /* 24 */ | 39 | #define IRQ_TICK S3C2410_IRQ(8) /* 24 */ |
| 40 | #define IRQ_WDT S3C2410_IRQ(9) | 40 | #define IRQ_WDT S3C2410_IRQ(9) /* WDT/AC97 for s3c2443 */ |
| 41 | #define IRQ_TIMER0 S3C2410_IRQ(10) | 41 | #define IRQ_TIMER0 S3C2410_IRQ(10) |
| 42 | #define IRQ_TIMER1 S3C2410_IRQ(11) | 42 | #define IRQ_TIMER1 S3C2410_IRQ(11) |
| 43 | #define IRQ_TIMER2 S3C2410_IRQ(12) | 43 | #define IRQ_TIMER2 S3C2410_IRQ(12) |
| @@ -45,7 +45,7 @@ | |||
| 45 | #define IRQ_TIMER4 S3C2410_IRQ(14) | 45 | #define IRQ_TIMER4 S3C2410_IRQ(14) |
| 46 | #define IRQ_UART2 S3C2410_IRQ(15) | 46 | #define IRQ_UART2 S3C2410_IRQ(15) |
| 47 | #define IRQ_LCD S3C2410_IRQ(16) /* 32 */ | 47 | #define IRQ_LCD S3C2410_IRQ(16) /* 32 */ |
| 48 | #define IRQ_DMA0 S3C2410_IRQ(17) | 48 | #define IRQ_DMA0 S3C2410_IRQ(17) /* IRQ_DMA for s3c2443 */ |
| 49 | #define IRQ_DMA1 S3C2410_IRQ(18) | 49 | #define IRQ_DMA1 S3C2410_IRQ(18) |
| 50 | #define IRQ_DMA2 S3C2410_IRQ(19) | 50 | #define IRQ_DMA2 S3C2410_IRQ(19) |
| 51 | #define IRQ_DMA3 S3C2410_IRQ(20) | 51 | #define IRQ_DMA3 S3C2410_IRQ(20) |
| @@ -94,29 +94,63 @@ | |||
| 94 | * these need to be ordered in number of appearance in the | 94 | * these need to be ordered in number of appearance in the |
| 95 | * SUBSRC mask register | 95 | * SUBSRC mask register |
| 96 | */ | 96 | */ |
| 97 | #define IRQ_S3CUART_RX0 S3C2410_IRQ(54) /* 70 */ | ||
| 98 | #define IRQ_S3CUART_TX0 S3C2410_IRQ(55) /* 71 */ | ||
| 99 | #define IRQ_S3CUART_ERR0 S3C2410_IRQ(56) | ||
| 100 | 97 | ||
| 101 | #define IRQ_S3CUART_RX1 S3C2410_IRQ(57) | 98 | #define S3C2410_IRQSUB(x) S3C2410_IRQ((x)+54) |
| 102 | #define IRQ_S3CUART_TX1 S3C2410_IRQ(58) | ||
| 103 | #define IRQ_S3CUART_ERR1 S3C2410_IRQ(59) | ||
| 104 | 99 | ||
| 105 | #define IRQ_S3CUART_RX2 S3C2410_IRQ(60) | 100 | #define IRQ_S3CUART_RX0 S3C2410_IRQSUB(0) /* 70 */ |
| 106 | #define IRQ_S3CUART_TX2 S3C2410_IRQ(61) | 101 | #define IRQ_S3CUART_TX0 S3C2410_IRQSUB(1) |
| 107 | #define IRQ_S3CUART_ERR2 S3C2410_IRQ(62) | 102 | #define IRQ_S3CUART_ERR0 S3C2410_IRQSUB(2) |
| 108 | 103 | ||
| 109 | #define IRQ_TC S3C2410_IRQ(63) | 104 | #define IRQ_S3CUART_RX1 S3C2410_IRQSUB(3) /* 73 */ |
| 110 | #define IRQ_ADC S3C2410_IRQ(64) | 105 | #define IRQ_S3CUART_TX1 S3C2410_IRQSUB(4) |
| 106 | #define IRQ_S3CUART_ERR1 S3C2410_IRQSUB(5) | ||
| 111 | 107 | ||
| 112 | /* extra irqs for s3c2440 */ | 108 | #define IRQ_S3CUART_RX2 S3C2410_IRQSUB(6) /* 76 */ |
| 109 | #define IRQ_S3CUART_TX2 S3C2410_IRQSUB(7) | ||
| 110 | #define IRQ_S3CUART_ERR2 S3C2410_IRQSUB(8) | ||
| 113 | 111 | ||
| 114 | #define IRQ_S3C2440_CAM_C S3C2410_IRQ(65) | 112 | #define IRQ_TC S3C2410_IRQSUB(9) |
| 115 | #define IRQ_S3C2440_CAM_P S3C2410_IRQ(66) | 113 | #define IRQ_ADC S3C2410_IRQSUB(10) |
| 116 | #define IRQ_S3C2440_WDT S3C2410_IRQ(67) | ||
| 117 | #define IRQ_S3C2440_AC97 S3C2410_IRQ(68) | ||
| 118 | 114 | ||
| 119 | #define NR_IRQS (IRQ_S3C2440_AC97+1) | 115 | /* extra irqs for s3c2440 */ |
| 120 | 116 | ||
| 117 | #define IRQ_S3C2440_CAM_C S3C2410_IRQSUB(11) /* S3C2443 too */ | ||
| 118 | #define IRQ_S3C2440_CAM_P S3C2410_IRQSUB(12) /* S3C2443 too */ | ||
| 119 | #define IRQ_S3C2440_WDT S3C2410_IRQSUB(13) | ||
| 120 | #define IRQ_S3C2440_AC97 S3C2410_IRQSUB(14) | ||
| 121 | |||
| 122 | /* irqs for s3c2443 */ | ||
| 123 | |||
| 124 | #define IRQ_S3C2443_DMA S3C2410_IRQ(17) /* IRQ_DMA1 */ | ||
| 125 | #define IRQ_S3C2443_UART3 S3C2410_IRQ(18) /* IRQ_DMA2 */ | ||
| 126 | #define IRQ_S3C2443_CFCON S3C2410_IRQ(19) /* IRQ_DMA3 */ | ||
| 127 | #define IRQ_S3C2443_SDI1 S3C2410_IRQ(20) /* IRQ_SDI */ | ||
| 128 | #define IRQ_S3C2443_NAND S3C2410_IRQ(24) /* reserved */ | ||
| 129 | |||
| 130 | #define IRQ_S3C2443_LCD1 S3C2410_IRQSUB(14) | ||
| 131 | #define IRQ_S3C2443_LCD2 S3C2410_IRQSUB(15) | ||
| 132 | #define IRQ_S3C2443_LCD3 S3C2410_IRQSUB(16) | ||
| 133 | #define IRQ_S3C2443_LCD4 S3C2410_IRQSUB(17) | ||
| 134 | |||
| 135 | #define IRQ_S3C2443_DMA0 S3C2410_IRQSUB(18) | ||
| 136 | #define IRQ_S3C2443_DMA1 S3C2410_IRQSUB(19) | ||
| 137 | #define IRQ_S3C2443_DMA2 S3C2410_IRQSUB(20) | ||
| 138 | #define IRQ_S3C2443_DMA3 S3C2410_IRQSUB(21) | ||
| 139 | #define IRQ_S3C2443_DMA4 S3C2410_IRQSUB(22) | ||
| 140 | #define IRQ_S3C2443_DMA5 S3C2410_IRQSUB(23) | ||
| 141 | |||
| 142 | /* UART3 */ | ||
| 143 | #define IRQ_S3C2443_RX3 S3C2410_IRQSUB(24) | ||
| 144 | #define IRQ_S3C2443_TX3 S3C2410_IRQSUB(25) | ||
| 145 | #define IRQ_S3C2443_ERR3 S3C2410_IRQSUB(26) | ||
| 146 | |||
| 147 | #define IRQ_S3C2443_WDT S3C2410_IRQSUB(27) | ||
| 148 | #define IRQ_S3C2443_AC97 S3C2410_IRQSUB(28) | ||
| 149 | |||
| 150 | #ifdef CONFIG_CPU_S3C2443 | ||
| 151 | #define NR_IRQS (IRQ_S3C2443_AC97+1) | ||
| 152 | #else | ||
| 153 | #define NR_IRQS (IRQ_S3C2440_AC97+1) | ||
| 154 | #endif | ||
| 121 | 155 | ||
| 122 | #endif /* __ASM_ARCH_IRQ_H */ | 156 | #endif /* __ASM_ARCH_IRQ_H */ |
