2410addr.h
上传用户:mhstny
上传日期:2022-08-05
资源大小:793k
文件大小:35k
源码类别:

微处理器开发

开发平台:

Unix_Linux

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