2440addr.h
上传用户:dzdeming
上传日期:2022-08-03
资源大小:381k
文件大小:40k
源码类别:

Windows CE

开发平台:

Visual C++

  1. //=============================================================================
  2. // File Name : 2440addr.h
  3. // Function  : S3C2440 Define Address Register
  4. // History
  5. //   0.0 : Programming start (February 15,2002) -> SOP
  6. // Revision : 03.11.2003 ver 0.0 Attatched for 2440
  7. //=============================================================================
  8. #ifndef __2440ADDR_H__
  9. #define __2440ADDR_H__
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13. #include "option.h"
  14. // Memory control 
  15. #define rBWSCON    (*(volatile unsigned *)0x48000000) //Bus width & wait status
  16. #define rBANKCON0  (*(volatile unsigned *)0x48000004) //Boot ROM control
  17. #define rBANKCON1  (*(volatile unsigned *)0x48000008) //BANK1 control
  18. #define rBANKCON2  (*(volatile unsigned *)0x4800000c) //BANK2 cControl
  19. #define rBANKCON3  (*(volatile unsigned *)0x48000010) //BANK3 control
  20. #define rBANKCON4  (*(volatile unsigned *)0x48000014) //BANK4 control
  21. #define rBANKCON5  (*(volatile unsigned *)0x48000018) //BANK5 control
  22. #define rBANKCON6  (*(volatile unsigned *)0x4800001c) //BANK6 control
  23. #define rBANKCON7  (*(volatile unsigned *)0x48000020) //BANK7 control
  24. #define rREFRESH   (*(volatile unsigned *)0x48000024) //DRAM/SDRAM refresh
  25. #define rBANKSIZE  (*(volatile unsigned *)0x48000028) //Flexible Bank Size
  26. #define rMRSRB6    (*(volatile unsigned *)0x4800002c) //Mode register set for SDRAM
  27. #define rMRSRB7    (*(volatile unsigned *)0x48000030) //Mode register set for SDRAM
  28. // USB Host
  29. // INTERRUPT
  30. #define rSRCPND     (*(volatile unsigned *)0x4a000000) //Interrupt request status
  31. #define rINTMOD     (*(volatile unsigned *)0x4a000004) //Interrupt mode control
  32. #define rINTMSK     (*(volatile unsigned *)0x4a000008) //Interrupt mask control
  33. #define rPRIORITY   (*(volatile unsigned *)0x4a00000c) //IRQ priority control
  34. #define rINTPND     (*(volatile unsigned *)0x4a000010) //Interrupt request status
  35. #define rINTOFFSET  (*(volatile unsigned *)0x4a000014) //Interruot request source offset
  36. #define rSUBSRCPND  (*(volatile unsigned *)0x4a000018) //Sub source pending
  37. #define rINTSUBMSK  (*(volatile unsigned *)0x4a00001c) //Interrupt sub mask
  38. // DMA
  39. #define rDISRC0     (*(volatile unsigned *)0x4b000000) //DMA 0 Initial source
  40. #define rDISRCC0    (*(volatile unsigned *)0x4b000004) //DMA 0 Initial source control
  41. #define rDIDST0     (*(volatile unsigned *)0x4b000008) //DMA 0 Initial Destination
  42. #define rDIDSTC0    (*(volatile unsigned *)0x4b00000c) //DMA 0 Initial Destination control
  43. #define rDCON0      (*(volatile unsigned *)0x4b000010) //DMA 0 Control
  44. #define rDSTAT0     (*(volatile unsigned *)0x4b000014) //DMA 0 Status
  45. #define rDCSRC0     (*(volatile unsigned *)0x4b000018) //DMA 0 Current source
  46. #define rDCDST0     (*(volatile unsigned *)0x4b00001c) //DMA 0 Current destination
  47. #define rDMASKTRIG0 (*(volatile unsigned *)0x4b000020) //DMA 0 Mask trigger
  48. #define rDISRC1     (*(volatile unsigned *)0x4b000040) //DMA 1 Initial source
  49. #define rDISRCC1    (*(volatile unsigned *)0x4b000044) //DMA 1 Initial source control
  50. #define rDIDST1     (*(volatile unsigned *)0x4b000048) //DMA 1 Initial Destination
  51. #define rDIDSTC1    (*(volatile unsigned *)0x4b00004c) //DMA 1 Initial Destination control
  52. #define rDCON1      (*(volatile unsigned *)0x4b000050) //DMA 1 Control
  53. #define rDSTAT1     (*(volatile unsigned *)0x4b000054) //DMA 1 Status
  54. #define rDCSRC1     (*(volatile unsigned *)0x4b000058) //DMA 1 Current source
  55. #define rDCDST1     (*(volatile unsigned *)0x4b00005c) //DMA 1 Current destination
  56. #define rDMASKTRIG1 (*(volatile unsigned *)0x4b000060) //DMA 1 Mask trigger
  57. #define rDISRC2     (*(volatile unsigned *)0x4b000080) //DMA 2 Initial source
  58. #define rDISRCC2    (*(volatile unsigned *)0x4b000084) //DMA 2 Initial source control
  59. #define rDIDST2     (*(volatile unsigned *)0x4b000088) //DMA 2 Initial Destination
  60. #define rDIDSTC2    (*(volatile unsigned *)0x4b00008c) //DMA 2 Initial Destination control
  61. #define rDCON2      (*(volatile unsigned *)0x4b000090) //DMA 2 Control
  62. #define rDSTAT2     (*(volatile unsigned *)0x4b000094) //DMA 2 Status
  63. #define rDCSRC2     (*(volatile unsigned *)0x4b000098) //DMA 2 Current source
  64. #define rDCDST2     (*(volatile unsigned *)0x4b00009c) //DMA 2 Current destination
  65. #define rDMASKTRIG2 (*(volatile unsigned *)0x4b0000a0) //DMA 2 Mask trigger
  66. #define rDISRC3     (*(volatile unsigned *)0x4b0000c0) //DMA 3 Initial source
  67. #define rDISRCC3    (*(volatile unsigned *)0x4b0000c4) //DMA 3 Initial source control
  68. #define rDIDST3     (*(volatile unsigned *)0x4b0000c8) //DMA 3 Initial Destination
  69. #define rDIDSTC3    (*(volatile unsigned *)0x4b0000cc) //DMA 3 Initial Destination control
  70. #define rDCON3      (*(volatile unsigned *)0x4b0000d0) //DMA 3 Control
  71. #define rDSTAT3     (*(volatile unsigned *)0x4b0000d4) //DMA 3 Status
  72. #define rDCSRC3     (*(volatile unsigned *)0x4b0000d8) //DMA 3 Current source
  73. #define rDCDST3     (*(volatile unsigned *)0x4b0000dc) //DMA 3 Current destination
  74. #define rDMASKTRIG3 (*(volatile unsigned *)0x4b0000e0) //DMA 3 Mask trigger
  75. // CLOCK & POWER MANAGEMENT
  76. #define rLOCKTIME   (*(volatile unsigned *)0x4c000000) //PLL lock time counter
  77. #define rMPLLCON    (*(volatile unsigned *)0x4c000004) //MPLL Control
  78. #define rUPLLCON    (*(volatile unsigned *)0x4c000008) //UPLL Control
  79. #define rCLKCON     (*(volatile unsigned *)0x4c00000c) //Clock generator control
  80. #define rCLKSLOW    (*(volatile unsigned *)0x4c000010) //Slow clock control
  81. #define rCLKDIVN    (*(volatile unsigned *)0x4c000014) //Clock divider control
  82. #define rCAMDIVN    (*(volatile unsigned *)0x4c000018) //USB, CAM Clock divider control
  83. // LCD CONTROLLER
  84. #define rLCDCON1    (*(volatile unsigned *)0x4d000000) //LCD control 1
  85. #define rLCDCON2    (*(volatile unsigned *)0x4d000004) //LCD control 2
  86. #define rLCDCON3    (*(volatile unsigned *)0x4d000008) //LCD control 3
  87. #define rLCDCON4    (*(volatile unsigned *)0x4d00000c) //LCD control 4
  88. #define rLCDCON5    (*(volatile unsigned *)0x4d000010) //LCD control 5
  89. #define rLCDSADDR1  (*(volatile unsigned *)0x4d000014) //STN/TFT Frame buffer start address 1
  90. #define rLCDSADDR2  (*(volatile unsigned *)0x4d000018) //STN/TFT Frame buffer start address 2
  91. #define rLCDSADDR3  (*(volatile unsigned *)0x4d00001c) //STN/TFT Virtual screen address set
  92. #define rREDLUT     (*(volatile unsigned *)0x4d000020) //STN Red lookup table
  93. #define rGREENLUT   (*(volatile unsigned *)0x4d000024) //STN Green lookup table 
  94. #define rBLUELUT    (*(volatile unsigned *)0x4d000028) //STN Blue lookup table
  95. #define rDITHMODE   (*(volatile unsigned *)0x4d00004c) //STN Dithering mode
  96. #define rTPAL       (*(volatile unsigned *)0x4d000050) //TFT Temporary palette
  97. #define rLCDINTPND  (*(volatile unsigned *)0x4d000054) //LCD Interrupt pending
  98. #define rLCDSRCPND  (*(volatile unsigned *)0x4d000058) //LCD Interrupt source
  99. #define rLCDINTMSK  (*(volatile unsigned *)0x4d00005c) //LCD Interrupt mask
  100. #define rTCONSEL     (*(volatile unsigned *)0x4d000060) //LPC3600 Control --- edited by junon
  101. #define PALETTE     0x4d000400 //Palette start address
  102. //Nand Flash
  103. #define rNFCONF (*(volatile unsigned *)0x4E000000) //NAND Flash configuration
  104. #define rNFCONT (*(volatile unsigned *)0x4E000004)      //NAND Flash control
  105. #define rNFCMD (*(volatile unsigned *)0x4E000008)      //NAND Flash command
  106. #define rNFADDR (*(volatile unsigned *)0x4E00000C)      //NAND Flash address
  107. #define rNFDATA (*(volatile unsigned *)0x4E000010)      //NAND Flash data
  108. #define rNFDATA8 (*(volatile unsigned char *)0x4E000010)     //NAND Flash data
  109. #define NFDATA (0x4E000010)      //NAND Flash data address
  110. #define rNFMECCD0 (*(volatile unsigned *)0x4E000014)      //NAND Flash ECC for Main Area
  111. #define rNFMECCD1 (*(volatile unsigned *)0x4E000018)
  112. #define rNFSECCD (*(volatile unsigned *)0x4E00001C) //NAND Flash ECC for Spare Area
  113. #define rNFSTAT (*(volatile unsigned *)0x4E000020) //NAND Flash operation status
  114. #define rNFESTAT0 (*(volatile unsigned *)0x4E000024)
  115. #define rNFESTAT1 (*(volatile unsigned *)0x4E000028)
  116. #define rNFMECC0 (*(volatile unsigned *)0x4E00002C)
  117. #define rNFMECC1 (*(volatile unsigned *)0x4E000030)
  118. #define rNFSECC (*(volatile unsigned *)0x4E000034)
  119. #define rNFSBLK (*(volatile unsigned *)0x4E000038) //NAND Flash Start block address
  120. #define rNFEBLK (*(volatile unsigned *)0x4E00003C) //NAND Flash End block address
  121. //Camera Interface.  Edited for 2440A                              
  122. #define rCISRCFMT           (*(volatile unsigned *)0x4F000000)        
  123. #define rCIWDOFST           (*(volatile unsigned *)0x4F000004)        
  124. #define rCIGCTRL            (*(volatile unsigned *)0x4F000008)        
  125. #define rCICOYSA1           (*(volatile unsigned *)0x4F000018)
  126. #define rCICOYSA2           (*(volatile unsigned *)0x4F00001C)
  127. #define rCICOYSA3           (*(volatile unsigned *)0x4F000020)        
  128. #define rCICOYSA4           (*(volatile unsigned *)0x4F000024)        
  129. #define rCICOCBSA1          (*(volatile unsigned *)0x4F000028)        
  130. #define rCICOCBSA2          (*(volatile unsigned *)0x4F00002C)        
  131. #define rCICOCBSA3          (*(volatile unsigned *)0x4F000030)        
  132. #define rCICOCBSA4          (*(volatile unsigned *)0x4F000034)
  133. #define rCICOCRSA1          (*(volatile unsigned *)0x4F000038)
  134. #define rCICOCRSA2          (*(volatile unsigned *)0x4F00003C)
  135. #define rCICOCRSA3          (*(volatile unsigned *)0x4F000040)
  136. #define rCICOCRSA4          (*(volatile unsigned *)0x4F000044)
  137. #define rCICOTRGFMT         (*(volatile unsigned *)0x4F000048)
  138. #define rCICOCTRL           (*(volatile unsigned *)0x4F00004C)        
  139. #define rCICOSCPRERATIO     (*(volatile unsigned *)0x4F000050)        
  140. #define rCICOSCPREDST       (*(volatile unsigned *)0x4F000054)
  141. #define rCICOSCCTRL         (*(volatile unsigned *)0x4F000058)
  142. #define rCICOTAREA          (*(volatile unsigned *)0x4F00005C)
  143. #define rCICOSTATUS         (*(volatile unsigned *)0x4F000064)
  144. #define rCIPRCLRSA1         (*(volatile unsigned *)0x4F00006C)
  145. #define rCIPRCLRSA2         (*(volatile unsigned *)0x4F000070)
  146. #define rCIPRCLRSA3         (*(volatile unsigned *)0x4F000074)        
  147. #define rCIPRCLRSA4         (*(volatile unsigned *)0x4F000078)        
  148. #define rCIPRTRGFMT         (*(volatile unsigned *)0x4F00007C)        
  149. #define rCIPRCTRL           (*(volatile unsigned *)0x4F000080)        
  150. #define rCIPRSCPRERATIO     (*(volatile unsigned *)0x4F000084)        
  151. #define rCIPRSCPREDST       (*(volatile unsigned *)0x4F000088)        
  152. #define rCIPRSCCTRL         (*(volatile unsigned *)0x4F00008C)        
  153. #define rCIPRTAREA          (*(volatile unsigned *)0x4F000090)
  154. #define rCIPRSTATUS         (*(volatile unsigned *)0x4F000098)
  155. #define rCIIMGCPT           (*(volatile unsigned *)0x4F0000A0)
  156. // UART
  157. #define rULCON0     (*(volatile unsigned *)0x50000000) //UART 0 Line control
  158. #define rUCON0      (*(volatile unsigned *)0x50000004) //UART 0 Control
  159. #define rUFCON0     (*(volatile unsigned *)0x50000008) //UART 0 FIFO control
  160. #define rUMCON0     (*(volatile unsigned *)0x5000000c) //UART 0 Modem control
  161. #define rUTRSTAT0   (*(volatile unsigned *)0x50000010) //UART 0 Tx/Rx status
  162. #define rUERSTAT0   (*(volatile unsigned *)0x50000014) //UART 0 Rx error status
  163. #define rUFSTAT0    (*(volatile unsigned *)0x50000018) //UART 0 FIFO status
  164. #define rUMSTAT0    (*(volatile unsigned *)0x5000001c) //UART 0 Modem status
  165. #define rUBRDIV0    (*(volatile unsigned *)0x50000028) //UART 0 Baud rate divisor
  166. #define rULCON1     (*(volatile unsigned *)0x50004000) //UART 1 Line control
  167. #define rUCON1      (*(volatile unsigned *)0x50004004) //UART 1 Control
  168. #define rUFCON1     (*(volatile unsigned *)0x50004008) //UART 1 FIFO control
  169. #define rUMCON1     (*(volatile unsigned *)0x5000400c) //UART 1 Modem control
  170. #define rUTRSTAT1   (*(volatile unsigned *)0x50004010) //UART 1 Tx/Rx status
  171. #define rUERSTAT1   (*(volatile unsigned *)0x50004014) //UART 1 Rx error status
  172. #define rUFSTAT1    (*(volatile unsigned *)0x50004018) //UART 1 FIFO status
  173. #define rUMSTAT1    (*(volatile unsigned *)0x5000401c) //UART 1 Modem status
  174. #define rUBRDIV1    (*(volatile unsigned *)0x50004028) //UART 1 Baud rate divisor
  175. #define rULCON2     (*(volatile unsigned *)0x50008000) //UART 2 Line control
  176. #define rUCON2      (*(volatile unsigned *)0x50008004) //UART 2 Control
  177. #define rUFCON2     (*(volatile unsigned *)0x50008008) //UART 2 FIFO control
  178. #define rUMCON2     (*(volatile unsigned *)0x5000800c) //UART 2 Modem control
  179. #define rUTRSTAT2   (*(volatile unsigned *)0x50008010) //UART 2 Tx/Rx status
  180. #define rUERSTAT2   (*(volatile unsigned *)0x50008014) //UART 2 Rx error status
  181. #define rUFSTAT2    (*(volatile unsigned *)0x50008018) //UART 2 FIFO status
  182. #define rUMSTAT2    (*(volatile unsigned *)0x5000801c) //UART 2 Modem status
  183. #define rUBRDIV2    (*(volatile unsigned *)0x50008028) //UART 2 Baud rate divisor
  184. #ifdef __BIG_ENDIAN
  185. #define rUTXH0      (*(volatile unsigned char *)0x50000023) //UART 0 Transmission Hold
  186. #define rURXH0      (*(volatile unsigned char *)0x50000027) //UART 0 Receive buffer
  187. #define rUTXH1      (*(volatile unsigned char *)0x50004023) //UART 1 Transmission Hold
  188. #define rURXH1      (*(volatile unsigned char *)0x50004027) //UART 1 Receive buffer
  189. #define rUTXH2      (*(volatile unsigned char *)0x50008023) //UART 2 Transmission Hold
  190. #define rURXH2      (*(volatile unsigned char *)0x50008027) //UART 2 Receive buffer
  191. #define WrUTXH0(ch) (*(volatile unsigned char *)0x50000023)=(unsigned char)(ch)
  192. #define RdURXH0()   (*(volatile unsigned char *)0x50000027)
  193. #define WrUTXH1(ch) (*(volatile unsigned char *)0x50004023)=(unsigned char)(ch)
  194. #define RdURXH1()   (*(volatile unsigned char *)0x50004027)
  195. #define WrUTXH2(ch) (*(volatile unsigned char *)0x50008023)=(unsigned char)(ch)
  196. #define RdURXH2()   (*(volatile unsigned char *)0x50008027)
  197. #define UTXH0       (0x50000020+3)  //Byte_access address by DMA
  198. #define URXH0       (0x50000024+3)
  199. #define UTXH1       (0x50004020+3)
  200. #define URXH1       (0x50004024+3)
  201. #define UTXH2       (0x50008020+3)
  202. #define URXH2       (0x50008024+3)
  203. #else //Little Endian
  204. #define rUTXH0 (*(volatile unsigned char *)0x50000020) //UART 0 Transmission Hold
  205. #define rURXH0 (*(volatile unsigned char *)0x50000024) //UART 0 Receive buffer
  206. #define rUTXH1 (*(volatile unsigned char *)0x50004020) //UART 1 Transmission Hold
  207. #define rURXH1 (*(volatile unsigned char *)0x50004024) //UART 1 Receive buffer
  208. #define rUTXH2 (*(volatile unsigned char *)0x50008020) //UART 2 Transmission Hold
  209. #define rURXH2 (*(volatile unsigned char *)0x50008024) //UART 2 Receive buffer
  210. #define WrUTXH0(ch) (*(volatile unsigned char *)0x50000020)=(unsigned char)(ch)
  211. #define RdURXH0()   (*(volatile unsigned char *)0x50000024)
  212. #define WrUTXH1(ch) (*(volatile unsigned char *)0x50004020)=(unsigned char)(ch)
  213. #define RdURXH1()   (*(volatile unsigned char *)0x50004024)
  214. #define WrUTXH2(ch) (*(volatile unsigned char *)0x50008020)=(unsigned char)(ch)
  215. #define RdURXH2()   (*(volatile unsigned char *)0x50008024)
  216. #define UTXH0       (0x50000020)    //Byte_access address by DMA
  217. #define URXH0       (0x50000024)
  218. #define UTXH1       (0x50004020)
  219. #define URXH1       (0x50004024)
  220. #define UTXH2       (0x50008020)
  221. #define URXH2       (0x50008024)
  222. #endif
  223. // PWM TIMER
  224. #define rTCFG0  (*(volatile unsigned *)0x51000000) //Timer 0 configuration
  225. #define rTCFG1  (*(volatile unsigned *)0x51000004) //Timer 1 configuration
  226. #define rTCON   (*(volatile unsigned *)0x51000008) //Timer control
  227. #define rTCNTB0 (*(volatile unsigned *)0x5100000c) //Timer count buffer 0
  228. #define rTCMPB0 (*(volatile unsigned *)0x51000010) //Timer compare buffer 0
  229. #define rTCNTO0 (*(volatile unsigned *)0x51000014) //Timer count observation 0
  230. #define rTCNTB1 (*(volatile unsigned *)0x51000018) //Timer count buffer 1
  231. #define rTCMPB1 (*(volatile unsigned *)0x5100001c) //Timer compare buffer 1
  232. #define rTCNTO1 (*(volatile unsigned *)0x51000020) //Timer count observation 1
  233. #define rTCNTB2 (*(volatile unsigned *)0x51000024) //Timer count buffer 2
  234. #define rTCMPB2 (*(volatile unsigned *)0x51000028) //Timer compare buffer 2
  235. #define rTCNTO2 (*(volatile unsigned *)0x5100002c) //Timer count observation 2
  236. #define rTCNTB3 (*(volatile unsigned *)0x51000030) //Timer count buffer 3
  237. #define rTCMPB3 (*(volatile unsigned *)0x51000034) //Timer compare buffer 3
  238. #define rTCNTO3 (*(volatile unsigned *)0x51000038) //Timer count observation 3
  239. #define rTCNTB4 (*(volatile unsigned *)0x5100003c) //Timer count buffer 4
  240. #define rTCNTO4 (*(volatile unsigned *)0x51000040) //Timer count observation 4
  241. // USB DEVICE
  242. #ifdef __BIG_ENDIAN
  243. <ERROR IF BIG_ENDIAN>
  244. #define rFUNC_ADDR_REG     (*(volatile unsigned char *)0x52000143) //Function address
  245. #define rPWR_REG           (*(volatile unsigned char *)0x52000147) //Power management
  246. #define rEP_INT_REG        (*(volatile unsigned char *)0x5200014b) //EP Interrupt pending and clear
  247. #define rUSB_INT_REG       (*(volatile unsigned char *)0x5200015b) //USB Interrupt pending and clear
  248. #define rEP_INT_EN_REG     (*(volatile unsigned char *)0x5200015f) //Interrupt enable
  249. #define rUSB_INT_EN_REG    (*(volatile unsigned char *)0x5200016f)
  250. #define rFRAME_NUM1_REG    (*(volatile unsigned char *)0x52000173) //Frame number lower byte
  251. #define rFRAME_NUM2_REG    (*(volatile unsigned char *)0x52000177) //Frame number higher byte
  252. #define rINDEX_REG         (*(volatile unsigned char *)0x5200017b) //Register index
  253. #define rMAXP_REG          (*(volatile unsigned char *)0x52000183) //Endpoint max packet
  254. #define rEP0_CSR           (*(volatile unsigned char *)0x52000187) //Endpoint 0 status
  255. #define rIN_CSR1_REG       (*(volatile unsigned char *)0x52000187) //In endpoint control status
  256. #define rIN_CSR2_REG       (*(volatile unsigned char *)0x5200018b)
  257. #define rOUT_CSR1_REG      (*(volatile unsigned char *)0x52000193) //Out endpoint control status
  258. #define rOUT_CSR2_REG      (*(volatile unsigned char *)0x52000197)
  259. #define rOUT_FIFO_CNT1_REG (*(volatile unsigned char *)0x5200019b) //Endpoint out write count
  260. #define rOUT_FIFO_CNT2_REG (*(volatile unsigned char *)0x5200019f)
  261. #define rEP0_FIFO          (*(volatile unsigned char *)0x520001c3) //Endpoint 0 FIFO
  262. #define rEP1_FIFO          (*(volatile unsigned char *)0x520001c7) //Endpoint 1 FIFO
  263. #define rEP2_FIFO          (*(volatile unsigned char *)0x520001cb) //Endpoint 2 FIFO
  264. #define rEP3_FIFO          (*(volatile unsigned char *)0x520001cf) //Endpoint 3 FIFO
  265. #define rEP4_FIFO          (*(volatile unsigned char *)0x520001d3) //Endpoint 4 FIFO
  266. #define rEP1_DMA_CON       (*(volatile unsigned char *)0x52000203) //EP1 DMA interface control
  267. #define rEP1_DMA_UNIT      (*(volatile unsigned char *)0x52000207) //EP1 DMA Tx unit counter
  268. #define rEP1_DMA_FIFO      (*(volatile unsigned char *)0x5200020b) //EP1 DMA Tx FIFO counter
  269. #define rEP1_DMA_TTC_L     (*(volatile unsigned char *)0x5200020f) //EP1 DMA total Tx counter
  270. #define rEP1_DMA_TTC_M     (*(volatile unsigned char *)0x52000213)
  271. #define rEP1_DMA_TTC_H     (*(volatile unsigned char *)0x52000217)
  272. #define rEP2_DMA_CON       (*(volatile unsigned char *)0x5200021b) //EP2 DMA interface control
  273. #define rEP2_DMA_UNIT      (*(volatile unsigned char *)0x5200021f) //EP2 DMA Tx unit counter
  274. #define rEP2_DMA_FIFO      (*(volatile unsigned char *)0x52000223) //EP2 DMA Tx FIFO counter
  275. #define rEP2_DMA_TTC_L     (*(volatile unsigned char *)0x52000227) //EP2 DMA total Tx counter
  276. #define rEP2_DMA_TTC_M     (*(volatile unsigned char *)0x5200022b)
  277. #define rEP2_DMA_TTC_H     (*(volatile unsigned char *)0x5200022f)
  278. #define rEP3_DMA_CON       (*(volatile unsigned char *)0x52000243) //EP3 DMA interface control
  279. #define rEP3_DMA_UNIT      (*(volatile unsigned char *)0x52000247) //EP3 DMA Tx unit counter
  280. #define rEP3_DMA_FIFO      (*(volatile unsigned char *)0x5200024b) //EP3 DMA Tx FIFO counter
  281. #define rEP3_DMA_TTC_L     (*(volatile unsigned char *)0x5200024f) //EP3 DMA total Tx counter
  282. #define rEP3_DMA_TTC_M     (*(volatile unsigned char *)0x52000253)
  283. #define rEP3_DMA_TTC_H     (*(volatile unsigned char *)0x52000257) 
  284. #define rEP4_DMA_CON       (*(volatile unsigned char *)0x5200025b) //EP4 DMA interface control
  285. #define rEP4_DMA_UNIT      (*(volatile unsigned char *)0x5200025f) //EP4 DMA Tx unit counter
  286. #define rEP4_DMA_FIFO      (*(volatile unsigned char *)0x52000263) //EP4 DMA Tx FIFO counter
  287. #define rEP4_DMA_TTC_L     (*(volatile unsigned char *)0x52000267) //EP4 DMA total Tx counter
  288. #define rEP4_DMA_TTC_M     (*(volatile unsigned char *)0x5200026b)
  289. #define rEP4_DMA_TTC_H     (*(volatile unsigned char *)0x5200026f)
  290. #else  // Little Endian
  291. #define rFUNC_ADDR_REG     (*(volatile unsigned char *)0x52000140) //Function address
  292. #define rPWR_REG           (*(volatile unsigned char *)0x52000144) //Power management
  293. #define rEP_INT_REG        (*(volatile unsigned char *)0x52000148) //EP Interrupt pending and clear
  294. #define rUSB_INT_REG       (*(volatile unsigned char *)0x52000158) //USB Interrupt pending and clear
  295. #define rEP_INT_EN_REG     (*(volatile unsigned char *)0x5200015c) //Interrupt enable
  296. #define rUSB_INT_EN_REG    (*(volatile unsigned char *)0x5200016c)
  297. #define rFRAME_NUM1_REG    (*(volatile unsigned char *)0x52000170) //Frame number lower byte
  298. #define rFRAME_NUM2_REG    (*(volatile unsigned char *)0x52000174) //Frame number higher byte
  299. #define rINDEX_REG         (*(volatile unsigned char *)0x52000178) //Register index
  300. #define rMAXP_REG          (*(volatile unsigned char *)0x52000180) //Endpoint max packet
  301. #define rEP0_CSR           (*(volatile unsigned char *)0x52000184) //Endpoint 0 status
  302. #define rIN_CSR1_REG       (*(volatile unsigned char *)0x52000184) //In endpoint control status
  303. #define rIN_CSR2_REG       (*(volatile unsigned char *)0x52000188)
  304. #define rOUT_CSR1_REG      (*(volatile unsigned char *)0x52000190) //Out endpoint control status
  305. #define rOUT_CSR2_REG      (*(volatile unsigned char *)0x52000194)
  306. #define rOUT_FIFO_CNT1_REG (*(volatile unsigned char *)0x52000198) //Endpoint out write count
  307. #define rOUT_FIFO_CNT2_REG (*(volatile unsigned char *)0x5200019c)
  308. #define rEP0_FIFO          (*(volatile unsigned char *)0x520001c0) //Endpoint 0 FIFO
  309. #define rEP1_FIFO          (*(volatile unsigned char *)0x520001c4) //Endpoint 1 FIFO
  310. #define rEP2_FIFO          (*(volatile unsigned char *)0x520001c8) //Endpoint 2 FIFO
  311. #define rEP3_FIFO          (*(volatile unsigned char *)0x520001cc) //Endpoint 3 FIFO
  312. #define rEP4_FIFO          (*(volatile unsigned char *)0x520001d0) //Endpoint 4 FIFO
  313. #define rEP1_DMA_CON       (*(volatile unsigned char *)0x52000200) //EP1 DMA interface control
  314. #define rEP1_DMA_UNIT      (*(volatile unsigned char *)0x52000204) //EP1 DMA Tx unit counter
  315. #define rEP1_DMA_FIFO      (*(volatile unsigned char *)0x52000208) //EP1 DMA Tx FIFO counter
  316. #define rEP1_DMA_TTC_L     (*(volatile unsigned char *)0x5200020c) //EP1 DMA total Tx counter
  317. #define rEP1_DMA_TTC_M     (*(volatile unsigned char *)0x52000210)
  318. #define rEP1_DMA_TTC_H     (*(volatile unsigned char *)0x52000214)
  319. #define rEP2_DMA_CON       (*(volatile unsigned char *)0x52000218) //EP2 DMA interface control
  320. #define rEP2_DMA_UNIT      (*(volatile unsigned char *)0x5200021c) //EP2 DMA Tx unit counter
  321. #define rEP2_DMA_FIFO      (*(volatile unsigned char *)0x52000220) //EP2 DMA Tx FIFO counter
  322. #define rEP2_DMA_TTC_L     (*(volatile unsigned char *)0x52000224) //EP2 DMA total Tx counter
  323. #define rEP2_DMA_TTC_M     (*(volatile unsigned char *)0x52000228)
  324. #define rEP2_DMA_TTC_H     (*(volatile unsigned char *)0x5200022c)
  325. #define rEP3_DMA_CON       (*(volatile unsigned char *)0x52000240) //EP3 DMA interface control
  326. #define rEP3_DMA_UNIT      (*(volatile unsigned char *)0x52000244) //EP3 DMA Tx unit counter
  327. #define rEP3_DMA_FIFO      (*(volatile unsigned char *)0x52000248) //EP3 DMA Tx FIFO counter
  328. #define rEP3_DMA_TTC_L     (*(volatile unsigned char *)0x5200024c) //EP3 DMA total Tx counter
  329. #define rEP3_DMA_TTC_M     (*(volatile unsigned char *)0x52000250)
  330. #define rEP3_DMA_TTC_H     (*(volatile unsigned char *)0x52000254)
  331. #define rEP4_DMA_CON       (*(volatile unsigned char *)0x52000258) //EP4 DMA interface control
  332. #define rEP4_DMA_UNIT      (*(volatile unsigned char *)0x5200025c) //EP4 DMA Tx unit counter
  333. #define rEP4_DMA_FIFO      (*(volatile unsigned char *)0x52000260) //EP4 DMA Tx FIFO counter
  334. #define rEP4_DMA_TTC_L     (*(volatile unsigned char *)0x52000264) //EP4 DMA total Tx counter
  335. #define rEP4_DMA_TTC_M     (*(volatile unsigned char *)0x52000268)
  336. #define rEP4_DMA_TTC_H     (*(volatile unsigned char *)0x5200026c)
  337. #endif   // __BIG_ENDIAN
  338. // WATCH DOG TIMER
  339. #define rWTCON   (*(volatile unsigned *)0x53000000) //Watch-dog timer mode
  340. #define rWTDAT   (*(volatile unsigned *)0x53000004) //Watch-dog timer data
  341. #define rWTCNT   (*(volatile unsigned *)0x53000008) //Eatch-dog timer count
  342. // IIC
  343. #define rIICCON (*(volatile unsigned *)0x54000000) //IIC control
  344. #define rIICSTAT (*(volatile unsigned *)0x54000004) //IIC status
  345. #define rIICADD (*(volatile unsigned *)0x54000008) //IIC address
  346. #define rIICDS (*(volatile unsigned *)0x5400000c) //IIC data shift
  347. #define rIICLC (*(volatile unsigned *)0x54000010) //IIC multi-master line control
  348. // IIS
  349. #define rIISCON  (*(volatile unsigned *)0x55000000) //IIS Control
  350. #define rIISMOD  (*(volatile unsigned *)0x55000004) //IIS Mode
  351. #define rIISPSR  (*(volatile unsigned *)0x55000008) //IIS Prescaler
  352. #define rIISFCON (*(volatile unsigned *)0x5500000c) //IIS FIFO control
  353. #ifdef __BIG_ENDIAN
  354. #define IISFIFO  ((volatile unsigned short *)0x55000012) //IIS FIFO entry
  355. #else //Little Endian
  356. #define IISFIFO  ((volatile unsigned short *)0x55000010) //IIS FIFO entry
  357. #endif
  358. //AC97, Added for S3C2440A 
  359. #define rAC_GLBCTRL *(volatile unsigned *)0x5b000000
  360. #define rAC_GLBSTAT *(volatile unsigned *)0x5b000004
  361. #define rAC_CODEC_CMD *(volatile unsigned *)0x5b000008
  362. #define rAC_CODEC_STAT *(volatile unsigned *)0x5b00000C
  363. #define rAC_PCMADDR *(volatile unsigned *)0x5b000010
  364. #define rAC_MICADDR *(volatile unsigned *)0x5b000014
  365. #define rAC_PCMDATA *(volatile unsigned *)0x5b000018
  366. #define rAC_MICDATA *(volatile unsigned *)0x5b00001C
  367. #define AC_PCMDATA 0x5b000018
  368. #define AC_MICDATA 0x5b00001C
  369. // I/O PORT 
  370. #define rGPACON    (*(volatile unsigned *)0x56000000) //Port A control
  371. #define rGPADAT    (*(volatile unsigned *)0x56000004) //Port A data
  372. #define rGPBCON    (*(volatile unsigned *)0x56000010) //Port B control
  373. #define rGPBDAT    (*(volatile unsigned *)0x56000014) //Port B data
  374. #define rGPBUP     (*(volatile unsigned *)0x56000018) //Pull-up control B
  375. #define rGPCCON    (*(volatile unsigned *)0x56000020) //Port C control
  376. #define rGPCDAT    (*(volatile unsigned *)0x56000024) //Port C data
  377. #define rGPCUP     (*(volatile unsigned *)0x56000028) //Pull-up control C
  378. #define rGPDCON    (*(volatile unsigned *)0x56000030) //Port D control
  379. #define rGPDDAT    (*(volatile unsigned *)0x56000034) //Port D data
  380. #define rGPDUP     (*(volatile unsigned *)0x56000038) //Pull-up control D
  381. #define rGPECON    (*(volatile unsigned *)0x56000040) //Port E control
  382. #define rGPEDAT    (*(volatile unsigned *)0x56000044) //Port E data
  383. #define rGPEUP     (*(volatile unsigned *)0x56000048) //Pull-up control E
  384. #define rGPFCON    (*(volatile unsigned *)0x56000050) //Port F control
  385. #define rGPFDAT    (*(volatile unsigned *)0x56000054) //Port F data
  386. #define rGPFUP     (*(volatile unsigned *)0x56000058) //Pull-up control F
  387. #define rGPGCON    (*(volatile unsigned *)0x56000060) //Port G control
  388. #define rGPGDAT    (*(volatile unsigned *)0x56000064) //Port G data
  389. #define rGPGUP     (*(volatile unsigned *)0x56000068) //Pull-up control G
  390. #define rGPHCON    (*(volatile unsigned *)0x56000070) //Port H control
  391. #define rGPHDAT    (*(volatile unsigned *)0x56000074) //Port H data
  392. #define rGPHUP     (*(volatile unsigned *)0x56000078) //Pull-up control H
  393. #define rGPJCON    (*(volatile unsigned *)0x560000d0) //Port J control
  394. #define rGPJDAT    (*(volatile unsigned *)0x560000d4) //Port J data
  395. #define rGPJUP     (*(volatile unsigned *)0x560000d8) //Pull-up control J
  396. #define rMISCCR    (*(volatile unsigned *)0x56000080) //Miscellaneous control
  397. #define rDCLKCON   (*(volatile unsigned *)0x56000084) //DCLK0/1 control
  398. #define rEXTINT0   (*(volatile unsigned *)0x56000088) //External interrupt control register 0
  399. #define rEXTINT1   (*(volatile unsigned *)0x5600008c) //External interrupt control register 1
  400. #define rEXTINT2   (*(volatile unsigned *)0x56000090) //External interrupt control register 2
  401. #define rEINTFLT0  (*(volatile unsigned *)0x56000094) //Reserved
  402. #define rEINTFLT1  (*(volatile unsigned *)0x56000098) //Reserved
  403. #define rEINTFLT2  (*(volatile unsigned *)0x5600009c) //External interrupt filter control register 2
  404. #define rEINTFLT3  (*(volatile unsigned *)0x560000a0) //External interrupt filter control register 3
  405. #define rEINTMASK  (*(volatile unsigned *)0x560000a4) //External interrupt mask
  406. #define rEINTPEND  (*(volatile unsigned *)0x560000a8) //External interrupt pending
  407. #define rGSTATUS0  (*(volatile unsigned *)0x560000ac) //External pin status
  408. #define rGSTATUS1  (*(volatile unsigned *)0x560000b0) //Chip ID(0x32440000)
  409. #define rGSTATUS2  (*(volatile unsigned *)0x560000b4) //Reset type
  410. #define rGSTATUS3  (*(volatile unsigned *)0x560000b8) //Saved data0(32-bit) before entering POWER_OFF mode 
  411. #define rGSTATUS4  (*(volatile unsigned *)0x560000bc) //Saved data0(32-bit) before entering POWER_OFF mode 
  412. // Added for 2440
  413. #define rFLTOUT (*(volatile unsigned *)0x560000c0) // Filter output(Read only)
  414. #define rDSC0 (*(volatile unsigned *)0x560000c4) // Strength control register 0
  415. #define rDSC1 (*(volatile unsigned *)0x560000c8) // Strength control register 1
  416. #define rMSLCON (*(volatile unsigned *)0x560000cc) // Memory sleep control register
  417. // RTC
  418. #ifdef __BIG_ENDIAN
  419. #define rRTCCON    (*(volatile unsigned char *)0x57000043) //RTC control
  420. #define rTICNT     (*(volatile unsigned char *)0x57000047) //Tick time count
  421. #define rRTCALM    (*(volatile unsigned char *)0x57000053) //RTC alarm control
  422. #define rALMSEC    (*(volatile unsigned char *)0x57000057) //Alarm second
  423. #define rALMMIN    (*(volatile unsigned char *)0x5700005b) //Alarm minute
  424. #define rALMHOUR   (*(volatile unsigned char *)0x5700005f) //Alarm Hour
  425. #define rALMDATE   (*(volatile unsigned char *)0x57000063) //Alarm date   //edited by junon
  426. #define rALMMON    (*(volatile unsigned char *)0x57000067) //Alarm month
  427. #define rALMYEAR   (*(volatile unsigned char *)0x5700006b) //Alarm year
  428. #define rRTCRST    (*(volatile unsigned char *)0x5700006f) //RTC round reset
  429. #define rBCDSEC    (*(volatile unsigned char *)0x57000073) //BCD second
  430. #define rBCDMIN    (*(volatile unsigned char *)0x57000077) //BCD minute
  431. #define rBCDHOUR   (*(volatile unsigned char *)0x5700007b) //BCD hour
  432. #define rBCDDATE   (*(volatile unsigned char *)0x5700007f) //BCD date  //edited by junon
  433. #define rBCDDAY    (*(volatile unsigned char *)0x57000083) //BCD day   //edited by junon
  434. #define rBCDMON    (*(volatile unsigned char *)0x57000087) //BCD month
  435. #define rBCDYEAR   (*(volatile unsigned char *)0x5700008b) //BCD year
  436. #else //Little Endian
  437. #define rRTCCON    (*(volatile unsigned char *)0x57000040) //RTC control
  438. #define rTICNT     (*(volatile unsigned char *)0x57000044) //Tick time count
  439. #define rRTCALM    (*(volatile unsigned char *)0x57000050) //RTC alarm control
  440. #define rALMSEC    (*(volatile unsigned char *)0x57000054) //Alarm second
  441. #define rALMMIN    (*(volatile unsigned char *)0x57000058) //Alarm minute
  442. #define rALMHOUR   (*(volatile unsigned char *)0x5700005c) //Alarm Hour
  443. #define rALMDATE   (*(volatile unsigned char *)0x57000060) //Alarm date  // edited by junon
  444. #define rALMMON    (*(volatile unsigned char *)0x57000064) //Alarm month
  445. #define rALMYEAR   (*(volatile unsigned char *)0x57000068) //Alarm year
  446. #define rRTCRST    (*(volatile unsigned char *)0x5700006c) //RTC round reset
  447. #define rBCDSEC    (*(volatile unsigned char *)0x57000070) //BCD second
  448. #define rBCDMIN    (*(volatile unsigned char *)0x57000074) //BCD minute
  449. #define rBCDHOUR   (*(volatile unsigned char *)0x57000078) //BCD hour
  450. #define rBCDDATE   (*(volatile unsigned char *)0x5700007c) //BCD date  //edited by junon
  451. #define rBCDDAY    (*(volatile unsigned char *)0x57000080) //BCD day   //edited by junon
  452. #define rBCDMON    (*(volatile unsigned char *)0x57000084) //BCD month
  453. #define rBCDYEAR   (*(volatile unsigned char *)0x57000088) //BCD year
  454. #endif  //RTC
  455. // ADC
  456. #define rADCCON    (*(volatile unsigned *)0x58000000) //ADC control
  457. #define rADCTSC    (*(volatile unsigned *)0x58000004) //ADC touch screen control
  458. #define rADCDLY    (*(volatile unsigned *)0x58000008) //ADC start or Interval Delay
  459. #define rADCDAT0   (*(volatile unsigned *)0x5800000c) //ADC conversion data 0
  460. #define rADCDAT1   (*(volatile unsigned *)0x58000010) //ADC conversion data 1
  461. #define rADCUPDN   (*(volatile unsigned *)0x58000014) //Stylus Up/Down interrupt status
  462. // SPI       
  463. #define rSPCON0    (*(volatile unsigned *)0x59000000) //SPI0 control
  464. #define rSPSTA0    (*(volatile unsigned *)0x59000004) //SPI0 status
  465. #define rSPPIN0    (*(volatile unsigned *)0x59000008) //SPI0 pin control
  466. #define rSPPRE0    (*(volatile unsigned *)0x5900000c) //SPI0 baud rate prescaler
  467. #define rSPTDAT0   (*(volatile unsigned *)0x59000010) //SPI0 Tx data
  468. #define rSPRDAT0   (*(volatile unsigned *)0x59000014) //SPI0 Rx data
  469. #define rSPCON1    (*(volatile unsigned *)0x59000020) //SPI1 control
  470. #define rSPSTA1    (*(volatile unsigned *)0x59000024) //SPI1 status
  471. #define rSPPIN1    (*(volatile unsigned *)0x59000028) //SPI1 pin control
  472. #define rSPPRE1    (*(volatile unsigned *)0x5900002c) //SPI1 baud rate prescaler
  473. #define rSPTDAT1   (*(volatile unsigned *)0x59000030) //SPI1 Tx data
  474. #define rSPRDAT1   (*(volatile unsigned *)0x59000034) //SPI1 Rx data
  475. // SD Interface
  476. #define rSDICON     (*(volatile unsigned *)0x5a000000) //SDI control
  477. #define rSDIPRE     (*(volatile unsigned *)0x5a000004) //SDI baud rate prescaler
  478. #define rSDICARG    (*(volatile unsigned *)0x5a000008) //SDI command argument
  479. #define rSDICCON    (*(volatile unsigned *)0x5a00000c) //SDI command control
  480. #define rSDICSTA    (*(volatile unsigned *)0x5a000010) //SDI command status
  481. #define rSDIRSP0    (*(volatile unsigned *)0x5a000014) //SDI response 0
  482. #define rSDIRSP1    (*(volatile unsigned *)0x5a000018) //SDI response 1
  483. #define rSDIRSP2    (*(volatile unsigned *)0x5a00001c) //SDI response 2
  484. #define rSDIRSP3    (*(volatile unsigned *)0x5a000020) //SDI response 3
  485. #define rSDIDTIMER  (*(volatile unsigned *)0x5a000024) //SDI data/busy timer
  486. #define rSDIBSIZE   (*(volatile unsigned *)0x5a000028) //SDI block size
  487. #define rSDIDCON    (*(volatile unsigned *)0x5a00002c) //SDI data control
  488. #define rSDIDCNT    (*(volatile unsigned *)0x5a000030) //SDI data remain counter
  489. #define rSDIDSTA    (*(volatile unsigned *)0x5a000034) //SDI data status
  490. #define rSDIFSTA    (*(volatile unsigned *)0x5a000038) //SDI FIFO status
  491. #define rSDIIMSK    (*(volatile unsigned *)0x5a00003c) //SDI interrupt mask. edited for 2440A
  492. #ifdef __BIG_ENDIAN  /* edited for 2440A */
  493. #define rSDIDAT    (*(volatile unsigned *)0x5a00004c) //SDI data
  494. #define SDIDAT     0x5a00004c  
  495. #else  // Little Endian
  496. #define rSDIDAT    (*(volatile unsigned *)0x5a000040) //SDI data 
  497. #define SDIDAT     0x5a000040  
  498. #endif   //SD Interface
  499. // Exception vector
  500. #define pISR_RESET (*(unsigned *)(_ISR_STARTADDRESS+0x0))
  501. #define pISR_UNDEF (*(unsigned *)(_ISR_STARTADDRESS+0x4))
  502. #define pISR_SWI (*(unsigned *)(_ISR_STARTADDRESS+0x8))
  503. #define pISR_PABORT (*(unsigned *)(_ISR_STARTADDRESS+0xc))
  504. #define pISR_DABORT (*(unsigned *)(_ISR_STARTADDRESS+0x10))
  505. #define pISR_RESERVED (*(unsigned *)(_ISR_STARTADDRESS+0x14))
  506. #define pISR_IRQ (*(unsigned *)(_ISR_STARTADDRESS+0x18))
  507. #define pISR_FIQ (*(unsigned *)(_ISR_STARTADDRESS+0x1c))
  508. // Interrupt vector
  509. #define pISR_EINT0 (*(unsigned *)(_ISR_STARTADDRESS+0x20))
  510. #define pISR_EINT1 (*(unsigned *)(_ISR_STARTADDRESS+0x24))
  511. #define pISR_EINT2 (*(unsigned *)(_ISR_STARTADDRESS+0x28))
  512. #define pISR_EINT3 (*(unsigned *)(_ISR_STARTADDRESS+0x2c))
  513. #define pISR_EINT4_7 (*(unsigned *)(_ISR_STARTADDRESS+0x30))
  514. #define pISR_EINT8_23 (*(unsigned *)(_ISR_STARTADDRESS+0x34))
  515. #define pISR_CAM (*(unsigned *)(_ISR_STARTADDRESS+0x38)) // Added for 2440.
  516. #define pISR_BAT_FLT (*(unsigned *)(_ISR_STARTADDRESS+0x3c))
  517. #define pISR_TICK (*(unsigned *)(_ISR_STARTADDRESS+0x40))
  518. #define pISR_WDT_AC97 (*(unsigned *)(_ISR_STARTADDRESS+0x44))   //Changed to pISR_WDT_AC97 for 2440A 
  519. #define pISR_TIMER0   (*(unsigned *)(_ISR_STARTADDRESS+0x48))
  520. #define pISR_TIMER1   (*(unsigned *)(_ISR_STARTADDRESS+0x4c))
  521. #define pISR_TIMER2 (*(unsigned *)(_ISR_STARTADDRESS+0x50))
  522. #define pISR_TIMER3 (*(unsigned *)(_ISR_STARTADDRESS+0x54))
  523. #define pISR_TIMER4 (*(unsigned *)(_ISR_STARTADDRESS+0x58))
  524. #define pISR_UART2 (*(unsigned *)(_ISR_STARTADDRESS+0x5c))
  525. #define pISR_LCD (*(unsigned *)(_ISR_STARTADDRESS+0x60))
  526. #define pISR_DMA0 (*(unsigned *)(_ISR_STARTADDRESS+0x64))
  527. #define pISR_DMA1 (*(unsigned *)(_ISR_STARTADDRESS+0x68))
  528. #define pISR_DMA2 (*(unsigned *)(_ISR_STARTADDRESS+0x6c))
  529. #define pISR_DMA3 (*(unsigned *)(_ISR_STARTADDRESS+0x70))
  530. #define pISR_SDI (*(unsigned *)(_ISR_STARTADDRESS+0x74))
  531. #define pISR_SPI0 (*(unsigned *)(_ISR_STARTADDRESS+0x78))
  532. #define pISR_UART1 (*(unsigned *)(_ISR_STARTADDRESS+0x7c))
  533. #define pISR_NFCON (*(unsigned *)(_ISR_STARTADDRESS+0x80)) // Added for 2440.
  534. #define pISR_USBD (*(unsigned *)(_ISR_STARTADDRESS+0x84))
  535. #define pISR_USBH (*(unsigned *)(_ISR_STARTADDRESS+0x88))
  536. #define pISR_IIC (*(unsigned *)(_ISR_STARTADDRESS+0x8c))
  537. #define pISR_UART0 (*(unsigned *)(_ISR_STARTADDRESS+0x90))
  538. #define pISR_SPI1 (*(unsigned *)(_ISR_STARTADDRESS+0x94))
  539. #define pISR_RTC (*(unsigned *)(_ISR_STARTADDRESS+0x98))
  540. #define pISR_ADC (*(unsigned *)(_ISR_STARTADDRESS+0x9c))
  541. // PENDING BIT
  542. #define BIT_EINT0 (0x1)
  543. #define BIT_EINT1 (0x1<<1)
  544. #define BIT_EINT2 (0x1<<2)
  545. #define BIT_EINT3 (0x1<<3)
  546. #define BIT_EINT4_7 (0x1<<4)
  547. #define BIT_EINT8_23 (0x1<<5)
  548. #define BIT_CAM (0x1<<6) // Added for 2440.
  549. #define BIT_BAT_FLT (0x1<<7)
  550. #define BIT_TICK (0x1<<8)
  551. #define BIT_WDT_AC97 (0x1<<9) // Changed from BIT_WDT to BIT_WDT_AC97 for 2440A  
  552. #define BIT_TIMER0 (0x1<<10)
  553. #define BIT_TIMER1 (0x1<<11)
  554. #define BIT_TIMER2 (0x1<<12)
  555. #define BIT_TIMER3 (0x1<<13)
  556. #define BIT_TIMER4 (0x1<<14)
  557. #define BIT_UART2 (0x1<<15)
  558. #define BIT_LCD (0x1<<16)
  559. #define BIT_DMA0 (0x1<<17)
  560. #define BIT_DMA1 (0x1<<18)
  561. #define BIT_DMA2 (0x1<<19)
  562. #define BIT_DMA3 (0x1<<20)
  563. #define BIT_SDI (0x1<<21)
  564. #define BIT_SPI0 (0x1<<22)
  565. #define BIT_UART1 (0x1<<23)
  566. #define BIT_NFCON (0x1<<24) // Added for 2440.
  567. #define BIT_USBD (0x1<<25)
  568. #define BIT_USBH (0x1<<26)
  569. #define BIT_IIC (0x1<<27)
  570. #define BIT_UART0 (0x1<<28)
  571. #define BIT_SPI1 (0x1<<29)
  572. #define BIT_RTC (0x1<<30)
  573. #define BIT_ADC (0x1<<31)
  574. #define BIT_ALLMSK (0xffffffff)
  575. #define BIT_SUB_ALLMSK (0x7fff) //Changed from 0x7ff to 0x7fff for 2440A 
  576. #define BIT_SUB_AC97 (0x1<<14) //Added for 2440A 
  577. #define BIT_SUB_WDT (0x1<<13) //Added for 2440A 
  578. #define BIT_SUB_CAM_P (0x1<<12) // edited for 2440A.
  579. #define BIT_SUB_CAM_C   (0x1<<11)       // edited for 2440A
  580. #define BIT_SUB_ADC (0x1<<10)
  581. #define BIT_SUB_TC (0x1<<9)
  582. #define BIT_SUB_ERR2 (0x1<<8)
  583. #define BIT_SUB_TXD2 (0x1<<7)
  584. #define BIT_SUB_RXD2 (0x1<<6)
  585. #define BIT_SUB_ERR1 (0x1<<5)
  586. #define BIT_SUB_TXD1 (0x1<<4)
  587. #define BIT_SUB_RXD1 (0x1<<3)
  588. #define BIT_SUB_ERR0 (0x1<<2)
  589. #define BIT_SUB_TXD0 (0x1<<1)
  590. #define BIT_SUB_RXD0 (0x1<<0)
  591. //Wait until rINTPND is changed for the case that the ISR is very short.
  592. /*
  593. #define ClearPending(bit) {
  594. rSRCPND = bit;
  595. rINTPND = bit;
  596. rINTPND;
  597. }
  598. */
  599. #define EnableIrq(bit) rINTMSK &= ~(bit)
  600. #define DisableIrq(bit) rINTMSK |= (bit)
  601. #define EnableSubIrq(bit) rINTSUBMSK &= ~(bit)
  602. #define DisableSubIrq(bit) rINTSUBMSK |= (bit)
  603. __inline void ClearPending(int bit)
  604. {
  605. register i;
  606. rSRCPND = bit;
  607. rINTPND = bit;
  608. i = rINTPND;
  609. }
  610. __inline void ClearSubPending(int bit)
  611. {
  612. register i;
  613. rSUBSRCPND = bit;
  614. i = rINTPND;
  615. }                       
  616. //Wait until rINTPND is changed for the case that the ISR is very short.
  617. #ifdef __cplusplus
  618. }
  619. #endif
  620. #endif  //__2440ADDR_H__