wdenk | 13f9bf1 | 2002-07-15 06:49:56 +0000 | [diff] [blame] | 1 | /************************************************ |
| 2 | * NAME : s3c2400.h |
| 3 | * Version : 3.7.2002 |
| 4 | * |
| 5 | * Based on 24x.h for the Samsung Development Board |
| 6 | ************************************************/ |
| 7 | |
| 8 | #ifndef __S3C2400_H__ |
| 9 | #define __S3C2400_H__ |
| 10 | |
| 11 | /* Memory control */ |
| 12 | #define rBWSCON (*(volatile unsigned *)0x14000000) |
| 13 | #define rBANKCON0 (*(volatile unsigned *)0x14000004) |
| 14 | #define rBANKCON1 (*(volatile unsigned *)0x14000008) |
| 15 | #define rBANKCON2 (*(volatile unsigned *)0x1400000C) |
| 16 | #define rBANKCON3 (*(volatile unsigned *)0x14000010) |
| 17 | #define rBANKCON4 (*(volatile unsigned *)0x14000014) |
| 18 | #define rBANKCON5 (*(volatile unsigned *)0x14000018) |
| 19 | #define rBANKCON6 (*(volatile unsigned *)0x1400001C) |
| 20 | #define rBANKCON7 (*(volatile unsigned *)0x14000020) |
| 21 | #define rREFRESH (*(volatile unsigned *)0x14000024) |
| 22 | #define rBANKSIZE (*(volatile unsigned *)0x14000028) |
| 23 | #define rMRSRB6 (*(volatile unsigned *)0x1400002C) |
| 24 | #define rMRSRB7 (*(volatile unsigned *)0x14000030) |
| 25 | |
| 26 | |
| 27 | /* INTERRUPT */ |
| 28 | #define rSRCPND (*(volatile unsigned *)0x14400000) |
| 29 | #define rINTMOD (*(volatile unsigned *)0x14400004) |
| 30 | #define rINTMSK (*(volatile unsigned *)0x14400008) |
| 31 | #define rPRIORITY (*(volatile unsigned *)0x1440000C) |
| 32 | #define rINTPND (*(volatile unsigned *)0x14400010) |
| 33 | #define rINTOFFSET (*(volatile unsigned *)0x14400014) |
| 34 | |
| 35 | |
| 36 | /* DMA */ |
| 37 | #define rDISRC0 (*(volatile unsigned *)0x14600000) |
| 38 | #define rDIDST0 (*(volatile unsigned *)0x14600004) |
| 39 | #define rDCON0 (*(volatile unsigned *)0x14600008) |
| 40 | #define rDSTAT0 (*(volatile unsigned *)0x1460000C) |
| 41 | #define rDCSRC0 (*(volatile unsigned *)0x14600010) |
| 42 | #define rDCDST0 (*(volatile unsigned *)0x14600014) |
| 43 | #define rDMASKTRIG0 (*(volatile unsigned *)0x14600018) |
| 44 | #define rDISRC1 (*(volatile unsigned *)0x14600020) |
| 45 | #define rDIDST1 (*(volatile unsigned *)0x14600024) |
| 46 | #define rDCON1 (*(volatile unsigned *)0x14600028) |
| 47 | #define rDSTAT1 (*(volatile unsigned *)0x1460002C) |
| 48 | #define rDCSRC1 (*(volatile unsigned *)0x14600030) |
| 49 | #define rDCDST1 (*(volatile unsigned *)0x14600034) |
| 50 | #define rDMASKTRIG1 (*(volatile unsigned *)0x14600038) |
| 51 | #define rDISRC2 (*(volatile unsigned *)0x14600040) |
| 52 | #define rDIDST2 (*(volatile unsigned *)0x14600044) |
| 53 | #define rDCON2 (*(volatile unsigned *)0x14600048) |
| 54 | #define rDSTAT2 (*(volatile unsigned *)0x1460004C) |
| 55 | #define rDCSRC2 (*(volatile unsigned *)0x14600050) |
| 56 | #define rDCDST2 (*(volatile unsigned *)0x14600054) |
| 57 | #define rDMASKTRIG2 (*(volatile unsigned *)0x14600058) |
| 58 | #define rDISRC3 (*(volatile unsigned *)0x14600060) |
| 59 | #define rDIDST3 (*(volatile unsigned *)0x14600064) |
| 60 | #define rDCON3 (*(volatile unsigned *)0x14600068) |
| 61 | #define rDSTAT3 (*(volatile unsigned *)0x1460006C) |
| 62 | #define rDCSRC3 (*(volatile unsigned *)0x14600070) |
| 63 | #define rDCDST3 (*(volatile unsigned *)0x14600074) |
| 64 | #define rDMASKTRIG3 (*(volatile unsigned *)0x14600078) |
| 65 | |
| 66 | |
| 67 | /* CLOCK & POWER MANAGEMENT */ |
| 68 | #define rLOCKTIME (*(volatile unsigned *)0x14800000) |
| 69 | #define rMPLLCON (*(volatile unsigned *)0x14800004) |
| 70 | #define rUPLLCON (*(volatile unsigned *)0x14800008) |
| 71 | #define rCLKCON (*(volatile unsigned *)0x1480000C) |
| 72 | #define rCLKSLOW (*(volatile unsigned *)0x14800010) |
| 73 | #define rCLKDIVN (*(volatile unsigned *)0x14800014) |
| 74 | |
| 75 | |
| 76 | /* LCD CONTROLLER */ |
| 77 | #define rLCDCON1 (*(volatile unsigned *)0x14A00000) |
| 78 | #define rLCDCON2 (*(volatile unsigned *)0x14A00004) |
| 79 | #define rLCDCON3 (*(volatile unsigned *)0x14A00008) |
| 80 | #define rLCDCON4 (*(volatile unsigned *)0x14A0000C) |
| 81 | #define rLCDCON5 (*(volatile unsigned *)0x14A00010) |
| 82 | #define rLCDSADDR1 (*(volatile unsigned *)0x14A00014) |
| 83 | #define rLCDSADDR2 (*(volatile unsigned *)0x14A00018) |
| 84 | #define rLCDSADDR3 (*(volatile unsigned *)0x14A0001C) |
| 85 | #define rREDLUT (*(volatile unsigned *)0x14A00020) |
| 86 | #define rGREENLUT (*(volatile unsigned *)0x14A00024) |
| 87 | #define rBLUELUT (*(volatile unsigned *)0x14A00028) |
| 88 | #define rDP1_2 (*(volatile unsigned *)0x14A0002C) |
| 89 | #define rDP4_7 (*(volatile unsigned *)0x14A00030) |
| 90 | #define rDP3_5 (*(volatile unsigned *)0x14A00034) |
| 91 | #define rDP2_3 (*(volatile unsigned *)0x14A00038) |
| 92 | #define rDP5_7 (*(volatile unsigned *)0x14A0003c) |
| 93 | #define rDP3_4 (*(volatile unsigned *)0x14A00040) |
| 94 | #define rDP4_5 (*(volatile unsigned *)0x14A00044) |
| 95 | #define rDP6_7 (*(volatile unsigned *)0x14A00048) |
| 96 | #define rDITHMODE (*(volatile unsigned *)0x14A0004C) |
| 97 | #define rTPAL (*(volatile unsigned *)0x14A00050) |
| 98 | #define PALETTE (0x14A00400) /* SJS */ |
| 99 | |
| 100 | |
| 101 | /* UART */ |
| 102 | #define rULCON0 (*(volatile unsigned char *)0x15000000) |
| 103 | #define rUCON0 (*(volatile unsigned short *)0x15000004) |
| 104 | #define rUFCON0 (*(volatile unsigned char *)0x15000008) |
| 105 | #define rUMCON0 (*(volatile unsigned char *)0x1500000C) |
| 106 | #define rUTRSTAT0 (*(volatile unsigned char *)0x15000010) |
| 107 | #define rUERSTAT0 (*(volatile unsigned char *)0x15000014) |
| 108 | #define rUFSTAT0 (*(volatile unsigned short *)0x15000018) |
| 109 | #define rUMSTAT0 (*(volatile unsigned char *)0x1500001C) |
| 110 | #define rUBRDIV0 (*(volatile unsigned short *)0x15000028) |
| 111 | |
| 112 | #define rULCON1 (*(volatile unsigned char *)0x15004000) |
| 113 | #define rUCON1 (*(volatile unsigned short *)0x15004004) |
| 114 | #define rUFCON1 (*(volatile unsigned char *)0x15004008) |
| 115 | #define rUMCON1 (*(volatile unsigned char *)0x1500400C) |
| 116 | #define rUTRSTAT1 (*(volatile unsigned char *)0x15004010) |
| 117 | #define rUERSTAT1 (*(volatile unsigned char *)0x15004014) |
| 118 | #define rUFSTAT1 (*(volatile unsigned short *)0x15004018) |
| 119 | #define rUMSTAT1 (*(volatile unsigned char *)0x1500401C) |
| 120 | #define rUBRDIV1 (*(volatile unsigned short *)0x15004028) |
| 121 | |
| 122 | #ifdef __BIG_ENDIAN |
| 123 | #define rUTXH0 (*(volatile unsigned char *)0x15000023) |
| 124 | #define rURXH0 (*(volatile unsigned char *)0x15000027) |
| 125 | #define rUTXH1 (*(volatile unsigned char *)0x15004023) |
| 126 | #define rURXH1 (*(volatile unsigned char *)0x15004027) |
| 127 | |
| 128 | #define WrUTXH0(ch) (*(volatile unsigned char *)0x15000023)=(unsigned char)(ch) |
| 129 | #define RdURXH0() (*(volatile unsigned char *)0x15000027) |
| 130 | #define WrUTXH1(ch) (*(volatile unsigned char *)0x15004023)=(unsigned char)(ch) |
| 131 | #define RdURXH1() (*(volatile unsigned char *)0x15004027) |
| 132 | |
| 133 | #define UTXH0 (0x15000020+3) /* byte_access address by DMA */ |
| 134 | #define URXH0 (0x15000024+3) |
| 135 | #define UTXH1 (0x15004020+3) |
| 136 | #define URXH1 (0x15004024+3) |
| 137 | |
| 138 | #else /* Little Endian */ |
| 139 | #define rUTXH0 (*(volatile unsigned char *)0x15000020) |
| 140 | #define rURXH0 (*(volatile unsigned char *)0x15000024) |
| 141 | #define rUTXH1 (*(volatile unsigned char *)0x15004020) |
| 142 | #define rURXH1 (*(volatile unsigned char *)0x15004024) |
| 143 | |
| 144 | #define WrUTXH0(ch) (*(volatile unsigned char *)0x15000020)=(unsigned char)(ch) |
| 145 | #define RdURXH0() (*(volatile unsigned char *)0x15000024) |
| 146 | #define WrUTXH1(ch) (*(volatile unsigned char *)0x15004020)=(unsigned char)(ch) |
| 147 | #define RdURXH1() (*(volatile unsigned char *)0x15004024) |
| 148 | |
| 149 | #define UTXH0 (0x15000020) /* byte_access address by DMA */ |
| 150 | #define URXH0 (0x15000024) |
| 151 | #define UTXH1 (0x15004020) |
| 152 | #define URXH1 (0x15004024) |
| 153 | #endif |
| 154 | |
| 155 | |
| 156 | /* PWM TIMER */ |
| 157 | #define rTCFG0 (*(volatile unsigned *)0x15100000) |
| 158 | #define rTCFG1 (*(volatile unsigned *)0x15100004) |
| 159 | #define rTCON (*(volatile unsigned *)0x15100008) |
| 160 | #define rTCNTB0 (*(volatile unsigned *)0x1510000C) |
| 161 | #define rTCMPB0 (*(volatile unsigned *)0x15100010) |
| 162 | #define rTCNTO0 (*(volatile unsigned *)0x15100014) |
| 163 | #define rTCNTB1 (*(volatile unsigned *)0x15100018) |
| 164 | #define rTCMPB1 (*(volatile unsigned *)0x1510001C) |
| 165 | #define rTCNTO1 (*(volatile unsigned *)0x15100020) |
| 166 | #define rTCNTB2 (*(volatile unsigned *)0x15100024) |
| 167 | #define rTCMPB2 (*(volatile unsigned *)0x15100028) |
| 168 | #define rTCNTO2 (*(volatile unsigned *)0x1510002C) |
| 169 | #define rTCNTB3 (*(volatile unsigned *)0x15100030) |
| 170 | #define rTCMPB3 (*(volatile unsigned *)0x15100034) |
| 171 | #define rTCNTO3 (*(volatile unsigned *)0x15100038) |
| 172 | #define rTCNTB4 (*(volatile unsigned *)0x1510003C) |
| 173 | #define rTCNTO4 (*(volatile unsigned *)0x15100040) |
| 174 | |
| 175 | |
| 176 | /* USB DEVICE */ |
| 177 | #define rFUNC_ADDR_REG (*(volatile unsigned *)0x15200140) |
| 178 | #define rPWR_REG (*(volatile unsigned *)0x15200144) |
| 179 | #define rINT_REG (*(volatile unsigned *)0x15200148) |
| 180 | #define rINT_MASK_REG (*(volatile unsigned *)0x1520014C) |
| 181 | #define rFRAME_NUM_REG (*(volatile unsigned *)0x15200150) |
| 182 | #define rRESUME_CON_REG (*(volatile unsigned *)0x15200154) |
| 183 | #define rEP0_CSR (*(volatile unsigned *)0x15200160) |
| 184 | #define rEP0_MAXP (*(volatile unsigned *)0x15200164) |
| 185 | #define rEP0_OUT_CNT (*(volatile unsigned *)0x15200168) |
| 186 | #define rEP0_FIFO (*(volatile unsigned *)0x1520016C) |
| 187 | #define rEP1_IN_CSR (*(volatile unsigned *)0x15200180) |
| 188 | #define rEP1_IN_MAXP (*(volatile unsigned *)0x15200184) |
| 189 | #define rEP1_FIFO (*(volatile unsigned *)0x15200188) |
| 190 | #define rEP2_IN_CSR (*(volatile unsigned *)0x15200190) |
| 191 | #define rEP2_IN_MAXP (*(volatile unsigned *)0x15200194) |
| 192 | #define rEP2_FIFO (*(volatile unsigned *)0x15200198) |
| 193 | #define rEP3_OUT_CSR (*(volatile unsigned *)0x152001A0) |
| 194 | #define rEP3_OUT_MAXP (*(volatile unsigned *)0x152001A4) |
| 195 | #define rEP3_OUT_CNT (*(volatile unsigned *)0x152001A8) |
| 196 | #define rEP3_FIFO (*(volatile unsigned *)0x152001AC) |
| 197 | #define rEP4_OUT_CSR (*(volatile unsigned *)0x152001B0) |
| 198 | #define rEP4_OUT_MAXP (*(volatile unsigned *)0x152001B4) |
| 199 | #define rEP4_OUT_CNT (*(volatile unsigned *)0x152001B8) |
| 200 | #define rEP4_FIFO (*(volatile unsigned *)0x152001BC) |
| 201 | #define rDMA_CON (*(volatile unsigned *)0x152001C0) |
| 202 | #define rDMA_UNIT (*(volatile unsigned *)0x152001C4) |
| 203 | #define rDMA_FIFO (*(volatile unsigned *)0x152001C8) |
| 204 | #define rDMA_TX (*(volatile unsigned *)0x152001CC) |
| 205 | #define rTEST_MODE (*(volatile unsigned *)0x152001F4) |
| 206 | #define rIN_CON_REG (*(volatile unsigned *)0x152001F8) |
| 207 | |
| 208 | |
| 209 | /* WATCH DOG TIMER */ |
| 210 | #define rWTCON (*(volatile unsigned *)0x15300000) |
| 211 | #define rWTDAT (*(volatile unsigned *)0x15300004) |
| 212 | #define rWTCNT (*(volatile unsigned *)0x15300008) |
| 213 | |
| 214 | |
| 215 | /* IIC */ |
| 216 | #define rIICCON (*(volatile unsigned *)0x15400000) |
| 217 | #define rIICSTAT (*(volatile unsigned *)0x15400004) |
| 218 | #define rIICADD (*(volatile unsigned *)0x15400008) |
| 219 | #define rIICDS (*(volatile unsigned *)0x1540000C) |
| 220 | |
| 221 | |
| 222 | /* IIS */ |
| 223 | #define rIISCON (*(volatile unsigned *)0x15508000) |
| 224 | #define rIISMOD (*(volatile unsigned *)0x15508004) |
| 225 | #define rIISPSR (*(volatile unsigned *)0x15508008) |
| 226 | #define rIISFIFCON (*(volatile unsigned *)0x1550800C) |
| 227 | |
| 228 | #ifdef __BIG_ENDIAN |
| 229 | #define IISFIF ((volatile unsigned short *)0x15508012) |
| 230 | |
| 231 | #else /* Little Endian */ |
| 232 | #define IISFIF ((volatile unsigned short *)0x15508010) |
| 233 | #endif |
| 234 | |
| 235 | |
| 236 | /* I/O PORT */ |
| 237 | #define rPACON (*(volatile unsigned *)0x15600000) |
| 238 | #define rPADAT (*(volatile unsigned *)0x15600004) |
| 239 | |
| 240 | #define rPBCON (*(volatile unsigned *)0x15600008) |
| 241 | #define rPBDAT (*(volatile unsigned *)0x1560000C) |
| 242 | #define rPBUP (*(volatile unsigned *)0x15600010) |
| 243 | |
| 244 | #define rPCCON (*(volatile unsigned *)0x15600014) |
| 245 | #define rPCDAT (*(volatile unsigned *)0x15600018) |
| 246 | #define rPCUP (*(volatile unsigned *)0x1560001C) |
| 247 | |
| 248 | #define rPDCON (*(volatile unsigned *)0x15600020) |
| 249 | #define rPDDAT (*(volatile unsigned *)0x15600024) |
| 250 | #define rPDUP (*(volatile unsigned *)0x15600028) |
| 251 | |
| 252 | #define rPECON (*(volatile unsigned *)0x1560002C) |
| 253 | #define rPEDAT (*(volatile unsigned *)0x15600030) |
| 254 | #define rPEUP (*(volatile unsigned *)0x15600034) |
| 255 | |
| 256 | #define rPFCON (*(volatile unsigned *)0x15600038) |
| 257 | #define rPFDAT (*(volatile unsigned *)0x1560003C) |
| 258 | #define rPFUP (*(volatile unsigned *)0x15600040) |
| 259 | |
| 260 | #define rPGCON (*(volatile unsigned *)0x15600044) |
| 261 | #define rPGDAT (*(volatile unsigned *)0x15600048) |
| 262 | #define rPGUP (*(volatile unsigned *)0x1560004C) |
| 263 | |
| 264 | #define rOPENCR (*(volatile unsigned *)0x15600050) |
| 265 | #define rMISCCR (*(volatile unsigned *)0x15600054) |
| 266 | #define rEXTINT (*(volatile unsigned *)0x15600058) |
| 267 | |
| 268 | |
| 269 | /* RTC */ |
| 270 | #ifdef __BIG_ENDIAN |
| 271 | #define rRTCCON (*(volatile unsigned char *)0x15700043) |
| 272 | #define rRTCALM (*(volatile unsigned char *)0x15700053) |
| 273 | #define rALMSEC (*(volatile unsigned char *)0x15700057) |
| 274 | #define rALMMIN (*(volatile unsigned char *)0x1570005B) |
| 275 | #define rALMHOUR (*(volatile unsigned char *)0x1570005F) |
| 276 | #define rALMDAY (*(volatile unsigned char *)0x15700063) |
| 277 | #define rALMMON (*(volatile unsigned char *)0x15700067) |
| 278 | #define rALMYEAR (*(volatile unsigned char *)0x1570006B) |
| 279 | #define rRTCRST (*(volatile unsigned char *)0x1570006F) |
| 280 | #define rBCDSEC (*(volatile unsigned char *)0x15700073) |
| 281 | #define rBCDMIN (*(volatile unsigned char *)0x15700077) |
| 282 | #define rBCDHOUR (*(volatile unsigned char *)0x1570007B) |
| 283 | #define rBCDDAY (*(volatile unsigned char *)0x1570007F) |
| 284 | #define rBCDDATE (*(volatile unsigned char *)0x15700083) |
| 285 | #define rBCDMON (*(volatile unsigned char *)0x15700087) |
| 286 | #define rBCDYEAR (*(volatile unsigned char *)0x1570008B) |
| 287 | #define rTICINT (*(volatile unsigned char *)0x15700047) |
| 288 | |
| 289 | #else /* Little Endian */ |
| 290 | #define rRTCCON (*(volatile unsigned char *)0x15700040) |
| 291 | #define rRTCALM (*(volatile unsigned char *)0x15700050) |
| 292 | #define rALMSEC (*(volatile unsigned char *)0x15700054) |
| 293 | #define rALMMIN (*(volatile unsigned char *)0x15700058) |
| 294 | #define rALMHOUR (*(volatile unsigned char *)0x1570005C) |
| 295 | #define rALMDAY (*(volatile unsigned char *)0x15700060) |
| 296 | #define rALMMON (*(volatile unsigned char *)0x15700064) |
| 297 | #define rALMYEAR (*(volatile unsigned char *)0x15700068) |
| 298 | #define rRTCRST (*(volatile unsigned char *)0x1570006C) |
| 299 | #define rBCDSEC (*(volatile unsigned char *)0x15700070) |
| 300 | #define rBCDMIN (*(volatile unsigned char *)0x15700074) |
| 301 | #define rBCDHOUR (*(volatile unsigned char *)0x15700078) |
| 302 | #define rBCDDAY (*(volatile unsigned char *)0x1570007C) |
| 303 | #define rBCDDATE (*(volatile unsigned char *)0x15700080) |
| 304 | #define rBCDMON (*(volatile unsigned char *)0x15700084) |
| 305 | #define rBCDYEAR (*(volatile unsigned char *)0x15700088) |
| 306 | #define rTICINT (*(volatile unsigned char *)0x15700044) |
| 307 | #endif |
| 308 | |
| 309 | |
| 310 | /* ADC */ |
| 311 | #define rADCCON (*(volatile unsigned *)0x15800000) |
| 312 | #define rADCDAT (*(volatile unsigned *)0x15800004) |
| 313 | |
| 314 | |
| 315 | /* SPI */ |
| 316 | #define rSPCON (*(volatile unsigned *)0x15900000) |
| 317 | #define rSPSTA (*(volatile unsigned *)0x15900004) |
| 318 | #define rSPPIN (*(volatile unsigned *)0x15900008) |
| 319 | #define rSPPRE (*(volatile unsigned *)0x1590000C) |
| 320 | #define rSPTDAT (*(volatile unsigned *)0x15900010) |
| 321 | #define rSPRDAT (*(volatile unsigned *)0x15900014) |
| 322 | |
| 323 | |
| 324 | /* MMC INTERFACE */ |
| 325 | #define rMMCON (*(volatile unsigned *)0x15a00000) |
| 326 | #define rMMCRR (*(volatile unsigned *)0x15a00004) |
| 327 | #define rMMFCON (*(volatile unsigned *)0x15a00008) |
| 328 | #define rMMSTA (*(volatile unsigned *)0x15a0000C) |
| 329 | #define rMMFSTA (*(volatile unsigned *)0x15a00010) |
| 330 | #define rMMPRE (*(volatile unsigned *)0x15a00014) |
| 331 | #define rMMLEN (*(volatile unsigned *)0x15a00018) |
| 332 | #define rMMCR7 (*(volatile unsigned *)0x15a0001C) |
| 333 | #define rMMRSP0 (*(volatile unsigned *)0x15a00020) |
| 334 | #define rMMRSP1 (*(volatile unsigned *)0x15a00024) |
| 335 | #define rMMRSP2 (*(volatile unsigned *)0x15a00028) |
| 336 | #define rMMRSP3 (*(volatile unsigned *)0x15a0002C) |
| 337 | #define rMMCMD0 (*(volatile unsigned *)0x15a00030) |
| 338 | #define rMMCMD1 (*(volatile unsigned *)0x15a00034) |
| 339 | #define rMMCR16 (*(volatile unsigned *)0x15a00038) |
| 340 | #define rMMDAT (*(volatile unsigned *)0x15a0003C) |
| 341 | |
| 342 | |
| 343 | |
| 344 | /* ISR */ |
| 345 | #define pISR_RESET (*(unsigned *)(_ISR_STARTADDRESS+0x0)) |
| 346 | #define pISR_UNDEF (*(unsigned *)(_ISR_STARTADDRESS+0x4)) |
| 347 | #define pISR_SWI (*(unsigned *)(_ISR_STARTADDRESS+0x8)) |
| 348 | #define pISR_PABORT (*(unsigned *)(_ISR_STARTADDRESS+0xC)) |
| 349 | #define pISR_DABORT (*(unsigned *)(_ISR_STARTADDRESS+0x10)) |
| 350 | #define pISR_RESERVED (*(unsigned *)(_ISR_STARTADDRESS+0x14)) |
| 351 | #define pISR_IRQ (*(unsigned *)(_ISR_STARTADDRESS+0x18)) |
| 352 | #define pISR_FIQ (*(unsigned *)(_ISR_STARTADDRESS+0x1C)) |
| 353 | |
| 354 | #define pISR_EINT0 (*(unsigned *)(_ISR_STARTADDRESS+0x20)) |
| 355 | #define pISR_EINT1 (*(unsigned *)(_ISR_STARTADDRESS+0x24)) |
| 356 | #define pISR_EINT2 (*(unsigned *)(_ISR_STARTADDRESS+0x28)) |
| 357 | #define pISR_EINT3 (*(unsigned *)(_ISR_STARTADDRESS+0x2C)) |
| 358 | #define pISR_EINT4 (*(unsigned *)(_ISR_STARTADDRESS+0x30)) |
| 359 | #define pISR_EINT5 (*(unsigned *)(_ISR_STARTADDRESS+0x34)) |
| 360 | #define pISR_EINT6 (*(unsigned *)(_ISR_STARTADDRESS+0x38)) |
| 361 | #define pISR_EINT7 (*(unsigned *)(_ISR_STARTADDRESS+0x3C)) |
| 362 | #define pISR_TICK (*(unsigned *)(_ISR_STARTADDRESS+0x40)) |
| 363 | #define pISR_WDT (*(unsigned *)(_ISR_STARTADDRESS+0x44)) |
| 364 | #define pISR_TIMER0 (*(unsigned *)(_ISR_STARTADDRESS+0x48)) |
| 365 | #define pISR_TIMER1 (*(unsigned *)(_ISR_STARTADDRESS+0x4C)) |
| 366 | #define pISR_TIMER2 (*(unsigned *)(_ISR_STARTADDRESS+0x50)) |
| 367 | #define pISR_TIMER3 (*(unsigned *)(_ISR_STARTADDRESS+0x54)) |
| 368 | #define pISR_TIMER4 (*(unsigned *)(_ISR_STARTADDRESS+0x58)) |
| 369 | #define pISR_UERR01 (*(unsigned *)(_ISR_STARTADDRESS+0x5C)) |
| 370 | #define pISR_NOTUSED (*(unsigned *)(_ISR_STARTADDRESS+0x60)) |
| 371 | #define pISR_DMA0 (*(unsigned *)(_ISR_STARTADDRESS+0x64)) |
| 372 | #define pISR_DMA1 (*(unsigned *)(_ISR_STARTADDRESS+0x68)) |
| 373 | #define pISR_DMA2 (*(unsigned *)(_ISR_STARTADDRESS+0x6C)) |
| 374 | #define pISR_DMA3 (*(unsigned *)(_ISR_STARTADDRESS+0x70)) |
| 375 | #define pISR_MMC (*(unsigned *)(_ISR_STARTADDRESS+0x74)) |
| 376 | #define pISR_SPI (*(unsigned *)(_ISR_STARTADDRESS+0x78)) |
| 377 | #define pISR_URXD0 (*(unsigned *)(_ISR_STARTADDRESS+0x7C)) |
| 378 | #define pISR_URXD1 (*(unsigned *)(_ISR_STARTADDRESS+0x80)) |
| 379 | #define pISR_USBD (*(unsigned *)(_ISR_STARTADDRESS+0x84)) |
| 380 | #define pISR_USBH (*(unsigned *)(_ISR_STARTADDRESS+0x88)) |
| 381 | #define pISR_IIC (*(unsigned *)(_ISR_STARTADDRESS+0x8C)) |
| 382 | #define pISR_UTXD0 (*(unsigned *)(_ISR_STARTADDRESS+0x90)) |
| 383 | #define pISR_UTXD1 (*(unsigned *)(_ISR_STARTADDRESS+0x94)) |
| 384 | #define pISR_RTC (*(unsigned *)(_ISR_STARTADDRESS+0x98)) |
| 385 | #define pISR_ADC (*(unsigned *)(_ISR_STARTADDRESS+0xA0)) |
| 386 | |
| 387 | |
| 388 | /* PENDING BIT */ |
| 389 | #define BIT_EINT0 (0x1) |
| 390 | #define BIT_EINT1 (0x1<<1) |
| 391 | #define BIT_EINT2 (0x1<<2) |
| 392 | #define BIT_EINT3 (0x1<<3) |
| 393 | #define BIT_EINT4 (0x1<<4) |
| 394 | #define BIT_EINT5 (0x1<<5) |
| 395 | #define BIT_EINT6 (0x1<<6) |
| 396 | #define BIT_EINT7 (0x1<<7) |
| 397 | #define BIT_TICK (0x1<<8) |
| 398 | #define BIT_WDT (0x1<<9) |
| 399 | #define BIT_TIMER0 (0x1<<10) |
| 400 | #define BIT_TIMER1 (0x1<<11) |
| 401 | #define BIT_TIMER2 (0x1<<12) |
| 402 | #define BIT_TIMER3 (0x1<<13) |
| 403 | #define BIT_TIMER4 (0x1<<14) |
| 404 | #define BIT_UERR01 (0x1<<15) |
| 405 | #define BIT_NOTUSED (0x1<<16) |
| 406 | #define BIT_DMA0 (0x1<<17) |
| 407 | #define BIT_DMA1 (0x1<<18) |
| 408 | #define BIT_DMA2 (0x1<<19) |
| 409 | #define BIT_DMA3 (0x1<<20) |
| 410 | #define BIT_MMC (0x1<<21) |
| 411 | #define BIT_SPI (0x1<<22) |
| 412 | #define BIT_URXD0 (0x1<<23) |
| 413 | #define BIT_URXD1 (0x1<<24) |
| 414 | #define BIT_USBD (0x1<<25) |
| 415 | #define BIT_USBH (0x1<<26) |
| 416 | #define BIT_IIC (0x1<<27) |
| 417 | #define BIT_UTXD0 (0x1<<28) |
| 418 | #define BIT_UTXD1 (0x1<<29) |
| 419 | #define BIT_RTC (0x1<<30) |
| 420 | #define BIT_ADC (0x1<<31) |
| 421 | #define BIT_ALLMSK (0xFFFFFFFF) |
| 422 | |
| 423 | #define ClearPending(bit) {\ |
| 424 | rSRCPND = bit;\ |
| 425 | rINTPND = bit;\ |
| 426 | rINTPND;\ |
| 427 | } |
| 428 | /* Wait until rINTPND is changed for the case that the ISR is very short. */ |
| 429 | #endif /*__S3C2400_H__*/ |