2440addr.h
上传用户:qiulin1960
上传日期:2013-10-16
资源大小:2844k
文件大小:36k
源码类别:

Windows CE

开发平台:

Windows_Unix

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