mv643xx.h 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979
  1. /*
  2. * mv643xx.h - MV-643XX Internal registers definition file.
  3. *
  4. * Copyright 2002 Momentum Computer, Inc.
  5. * Author: Matthew Dharm <mdharm@momenco.com>
  6. * Copyright 2002 GALILEO TECHNOLOGY, LTD.
  7. *
  8. * This program is free software; you can redistribute it and/or modify it
  9. * under the terms of the GNU General Public License as published by the
  10. * Free Software Foundation; either version 2 of the License, or (at your
  11. * option) any later version.
  12. */
  13. #ifndef __ASM_MV643XX_H
  14. #define __ASM_MV643XX_H
  15. #include <asm/types.h>
  16. #include <linux/mv643xx_eth.h>
  17. #include <linux/mv643xx_i2c.h>
  18. /****************************************/
  19. /* Processor Address Space */
  20. /****************************************/
  21. /* DDR SDRAM BAR and size registers */
  22. #define MV64340_CS_0_BASE_ADDR 0x008
  23. #define MV64340_CS_0_SIZE 0x010
  24. #define MV64340_CS_1_BASE_ADDR 0x208
  25. #define MV64340_CS_1_SIZE 0x210
  26. #define MV64340_CS_2_BASE_ADDR 0x018
  27. #define MV64340_CS_2_SIZE 0x020
  28. #define MV64340_CS_3_BASE_ADDR 0x218
  29. #define MV64340_CS_3_SIZE 0x220
  30. /* Devices BAR and size registers */
  31. #define MV64340_DEV_CS0_BASE_ADDR 0x028
  32. #define MV64340_DEV_CS0_SIZE 0x030
  33. #define MV64340_DEV_CS1_BASE_ADDR 0x228
  34. #define MV64340_DEV_CS1_SIZE 0x230
  35. #define MV64340_DEV_CS2_BASE_ADDR 0x248
  36. #define MV64340_DEV_CS2_SIZE 0x250
  37. #define MV64340_DEV_CS3_BASE_ADDR 0x038
  38. #define MV64340_DEV_CS3_SIZE 0x040
  39. #define MV64340_BOOTCS_BASE_ADDR 0x238
  40. #define MV64340_BOOTCS_SIZE 0x240
  41. /* PCI 0 BAR and size registers */
  42. #define MV64340_PCI_0_IO_BASE_ADDR 0x048
  43. #define MV64340_PCI_0_IO_SIZE 0x050
  44. #define MV64340_PCI_0_MEMORY0_BASE_ADDR 0x058
  45. #define MV64340_PCI_0_MEMORY0_SIZE 0x060
  46. #define MV64340_PCI_0_MEMORY1_BASE_ADDR 0x080
  47. #define MV64340_PCI_0_MEMORY1_SIZE 0x088
  48. #define MV64340_PCI_0_MEMORY2_BASE_ADDR 0x258
  49. #define MV64340_PCI_0_MEMORY2_SIZE 0x260
  50. #define MV64340_PCI_0_MEMORY3_BASE_ADDR 0x280
  51. #define MV64340_PCI_0_MEMORY3_SIZE 0x288
  52. /* PCI 1 BAR and size registers */
  53. #define MV64340_PCI_1_IO_BASE_ADDR 0x090
  54. #define MV64340_PCI_1_IO_SIZE 0x098
  55. #define MV64340_PCI_1_MEMORY0_BASE_ADDR 0x0a0
  56. #define MV64340_PCI_1_MEMORY0_SIZE 0x0a8
  57. #define MV64340_PCI_1_MEMORY1_BASE_ADDR 0x0b0
  58. #define MV64340_PCI_1_MEMORY1_SIZE 0x0b8
  59. #define MV64340_PCI_1_MEMORY2_BASE_ADDR 0x2a0
  60. #define MV64340_PCI_1_MEMORY2_SIZE 0x2a8
  61. #define MV64340_PCI_1_MEMORY3_BASE_ADDR 0x2b0
  62. #define MV64340_PCI_1_MEMORY3_SIZE 0x2b8
  63. /* SRAM base address */
  64. #define MV64340_INTEGRATED_SRAM_BASE_ADDR 0x268
  65. /* internal registers space base address */
  66. #define MV64340_INTERNAL_SPACE_BASE_ADDR 0x068
  67. /* Enables the CS , DEV_CS , PCI 0 and PCI 1
  68. windows above */
  69. #define MV64340_BASE_ADDR_ENABLE 0x278
  70. /****************************************/
  71. /* PCI remap registers */
  72. /****************************************/
  73. /* PCI 0 */
  74. #define MV64340_PCI_0_IO_ADDR_REMAP 0x0f0
  75. #define MV64340_PCI_0_MEMORY0_LOW_ADDR_REMAP 0x0f8
  76. #define MV64340_PCI_0_MEMORY0_HIGH_ADDR_REMAP 0x320
  77. #define MV64340_PCI_0_MEMORY1_LOW_ADDR_REMAP 0x100
  78. #define MV64340_PCI_0_MEMORY1_HIGH_ADDR_REMAP 0x328
  79. #define MV64340_PCI_0_MEMORY2_LOW_ADDR_REMAP 0x2f8
  80. #define MV64340_PCI_0_MEMORY2_HIGH_ADDR_REMAP 0x330
  81. #define MV64340_PCI_0_MEMORY3_LOW_ADDR_REMAP 0x300
  82. #define MV64340_PCI_0_MEMORY3_HIGH_ADDR_REMAP 0x338
  83. /* PCI 1 */
  84. #define MV64340_PCI_1_IO_ADDR_REMAP 0x108
  85. #define MV64340_PCI_1_MEMORY0_LOW_ADDR_REMAP 0x110
  86. #define MV64340_PCI_1_MEMORY0_HIGH_ADDR_REMAP 0x340
  87. #define MV64340_PCI_1_MEMORY1_LOW_ADDR_REMAP 0x118
  88. #define MV64340_PCI_1_MEMORY1_HIGH_ADDR_REMAP 0x348
  89. #define MV64340_PCI_1_MEMORY2_LOW_ADDR_REMAP 0x310
  90. #define MV64340_PCI_1_MEMORY2_HIGH_ADDR_REMAP 0x350
  91. #define MV64340_PCI_1_MEMORY3_LOW_ADDR_REMAP 0x318
  92. #define MV64340_PCI_1_MEMORY3_HIGH_ADDR_REMAP 0x358
  93. #define MV64340_CPU_PCI_0_HEADERS_RETARGET_CONTROL 0x3b0
  94. #define MV64340_CPU_PCI_0_HEADERS_RETARGET_BASE 0x3b8
  95. #define MV64340_CPU_PCI_1_HEADERS_RETARGET_CONTROL 0x3c0
  96. #define MV64340_CPU_PCI_1_HEADERS_RETARGET_BASE 0x3c8
  97. #define MV64340_CPU_GE_HEADERS_RETARGET_CONTROL 0x3d0
  98. #define MV64340_CPU_GE_HEADERS_RETARGET_BASE 0x3d8
  99. #define MV64340_CPU_IDMA_HEADERS_RETARGET_CONTROL 0x3e0
  100. #define MV64340_CPU_IDMA_HEADERS_RETARGET_BASE 0x3e8
  101. /****************************************/
  102. /* CPU Control Registers */
  103. /****************************************/
  104. #define MV64340_CPU_CONFIG 0x000
  105. #define MV64340_CPU_MODE 0x120
  106. #define MV64340_CPU_MASTER_CONTROL 0x160
  107. #define MV64340_CPU_CROSS_BAR_CONTROL_LOW 0x150
  108. #define MV64340_CPU_CROSS_BAR_CONTROL_HIGH 0x158
  109. #define MV64340_CPU_CROSS_BAR_TIMEOUT 0x168
  110. /****************************************/
  111. /* SMP RegisterS */
  112. /****************************************/
  113. #define MV64340_SMP_WHO_AM_I 0x200
  114. #define MV64340_SMP_CPU0_DOORBELL 0x214
  115. #define MV64340_SMP_CPU0_DOORBELL_CLEAR 0x21C
  116. #define MV64340_SMP_CPU1_DOORBELL 0x224
  117. #define MV64340_SMP_CPU1_DOORBELL_CLEAR 0x22C
  118. #define MV64340_SMP_CPU0_DOORBELL_MASK 0x234
  119. #define MV64340_SMP_CPU1_DOORBELL_MASK 0x23C
  120. #define MV64340_SMP_SEMAPHOR0 0x244
  121. #define MV64340_SMP_SEMAPHOR1 0x24c
  122. #define MV64340_SMP_SEMAPHOR2 0x254
  123. #define MV64340_SMP_SEMAPHOR3 0x25c
  124. #define MV64340_SMP_SEMAPHOR4 0x264
  125. #define MV64340_SMP_SEMAPHOR5 0x26c
  126. #define MV64340_SMP_SEMAPHOR6 0x274
  127. #define MV64340_SMP_SEMAPHOR7 0x27c
  128. /****************************************/
  129. /* CPU Sync Barrier Register */
  130. /****************************************/
  131. #define MV64340_CPU_0_SYNC_BARRIER_TRIGGER 0x0c0
  132. #define MV64340_CPU_0_SYNC_BARRIER_VIRTUAL 0x0c8
  133. #define MV64340_CPU_1_SYNC_BARRIER_TRIGGER 0x0d0
  134. #define MV64340_CPU_1_SYNC_BARRIER_VIRTUAL 0x0d8
  135. /****************************************/
  136. /* CPU Access Protect */
  137. /****************************************/
  138. #define MV64340_CPU_PROTECT_WINDOW_0_BASE_ADDR 0x180
  139. #define MV64340_CPU_PROTECT_WINDOW_0_SIZE 0x188
  140. #define MV64340_CPU_PROTECT_WINDOW_1_BASE_ADDR 0x190
  141. #define MV64340_CPU_PROTECT_WINDOW_1_SIZE 0x198
  142. #define MV64340_CPU_PROTECT_WINDOW_2_BASE_ADDR 0x1a0
  143. #define MV64340_CPU_PROTECT_WINDOW_2_SIZE 0x1a8
  144. #define MV64340_CPU_PROTECT_WINDOW_3_BASE_ADDR 0x1b0
  145. #define MV64340_CPU_PROTECT_WINDOW_3_SIZE 0x1b8
  146. /****************************************/
  147. /* CPU Error Report */
  148. /****************************************/
  149. #define MV64340_CPU_ERROR_ADDR_LOW 0x070
  150. #define MV64340_CPU_ERROR_ADDR_HIGH 0x078
  151. #define MV64340_CPU_ERROR_DATA_LOW 0x128
  152. #define MV64340_CPU_ERROR_DATA_HIGH 0x130
  153. #define MV64340_CPU_ERROR_PARITY 0x138
  154. #define MV64340_CPU_ERROR_CAUSE 0x140
  155. #define MV64340_CPU_ERROR_MASK 0x148
  156. /****************************************/
  157. /* CPU Interface Debug Registers */
  158. /****************************************/
  159. #define MV64340_PUNIT_SLAVE_DEBUG_LOW 0x360
  160. #define MV64340_PUNIT_SLAVE_DEBUG_HIGH 0x368
  161. #define MV64340_PUNIT_MASTER_DEBUG_LOW 0x370
  162. #define MV64340_PUNIT_MASTER_DEBUG_HIGH 0x378
  163. #define MV64340_PUNIT_MMASK 0x3e4
  164. /****************************************/
  165. /* Integrated SRAM Registers */
  166. /****************************************/
  167. #define MV64340_SRAM_CONFIG 0x380
  168. #define MV64340_SRAM_TEST_MODE 0X3F4
  169. #define MV64340_SRAM_ERROR_CAUSE 0x388
  170. #define MV64340_SRAM_ERROR_ADDR 0x390
  171. #define MV64340_SRAM_ERROR_ADDR_HIGH 0X3F8
  172. #define MV64340_SRAM_ERROR_DATA_LOW 0x398
  173. #define MV64340_SRAM_ERROR_DATA_HIGH 0x3a0
  174. #define MV64340_SRAM_ERROR_DATA_PARITY 0x3a8
  175. /****************************************/
  176. /* SDRAM Configuration */
  177. /****************************************/
  178. #define MV64340_SDRAM_CONFIG 0x1400
  179. #define MV64340_D_UNIT_CONTROL_LOW 0x1404
  180. #define MV64340_D_UNIT_CONTROL_HIGH 0x1424
  181. #define MV64340_SDRAM_TIMING_CONTROL_LOW 0x1408
  182. #define MV64340_SDRAM_TIMING_CONTROL_HIGH 0x140c
  183. #define MV64340_SDRAM_ADDR_CONTROL 0x1410
  184. #define MV64340_SDRAM_OPEN_PAGES_CONTROL 0x1414
  185. #define MV64340_SDRAM_OPERATION 0x1418
  186. #define MV64340_SDRAM_MODE 0x141c
  187. #define MV64340_EXTENDED_DRAM_MODE 0x1420
  188. #define MV64340_SDRAM_CROSS_BAR_CONTROL_LOW 0x1430
  189. #define MV64340_SDRAM_CROSS_BAR_CONTROL_HIGH 0x1434
  190. #define MV64340_SDRAM_CROSS_BAR_TIMEOUT 0x1438
  191. #define MV64340_SDRAM_ADDR_CTRL_PADS_CALIBRATION 0x14c0
  192. #define MV64340_SDRAM_DATA_PADS_CALIBRATION 0x14c4
  193. /****************************************/
  194. /* SDRAM Error Report */
  195. /****************************************/
  196. #define MV64340_SDRAM_ERROR_DATA_LOW 0x1444
  197. #define MV64340_SDRAM_ERROR_DATA_HIGH 0x1440
  198. #define MV64340_SDRAM_ERROR_ADDR 0x1450
  199. #define MV64340_SDRAM_RECEIVED_ECC 0x1448
  200. #define MV64340_SDRAM_CALCULATED_ECC 0x144c
  201. #define MV64340_SDRAM_ECC_CONTROL 0x1454
  202. #define MV64340_SDRAM_ECC_ERROR_COUNTER 0x1458
  203. /******************************************/
  204. /* Controlled Delay Line (CDL) Registers */
  205. /******************************************/
  206. #define MV64340_DFCDL_CONFIG0 0x1480
  207. #define MV64340_DFCDL_CONFIG1 0x1484
  208. #define MV64340_DLL_WRITE 0x1488
  209. #define MV64340_DLL_READ 0x148c
  210. #define MV64340_SRAM_ADDR 0x1490
  211. #define MV64340_SRAM_DATA0 0x1494
  212. #define MV64340_SRAM_DATA1 0x1498
  213. #define MV64340_SRAM_DATA2 0x149c
  214. #define MV64340_DFCL_PROBE 0x14a0
  215. /******************************************/
  216. /* Debug Registers */
  217. /******************************************/
  218. #define MV64340_DUNIT_DEBUG_LOW 0x1460
  219. #define MV64340_DUNIT_DEBUG_HIGH 0x1464
  220. #define MV64340_DUNIT_MMASK 0X1b40
  221. /****************************************/
  222. /* Device Parameters */
  223. /****************************************/
  224. #define MV64340_DEVICE_BANK0_PARAMETERS 0x45c
  225. #define MV64340_DEVICE_BANK1_PARAMETERS 0x460
  226. #define MV64340_DEVICE_BANK2_PARAMETERS 0x464
  227. #define MV64340_DEVICE_BANK3_PARAMETERS 0x468
  228. #define MV64340_DEVICE_BOOT_BANK_PARAMETERS 0x46c
  229. #define MV64340_DEVICE_INTERFACE_CONTROL 0x4c0
  230. #define MV64340_DEVICE_INTERFACE_CROSS_BAR_CONTROL_LOW 0x4c8
  231. #define MV64340_DEVICE_INTERFACE_CROSS_BAR_CONTROL_HIGH 0x4cc
  232. #define MV64340_DEVICE_INTERFACE_CROSS_BAR_TIMEOUT 0x4c4
  233. /****************************************/
  234. /* Device interrupt registers */
  235. /****************************************/
  236. #define MV64340_DEVICE_INTERRUPT_CAUSE 0x4d0
  237. #define MV64340_DEVICE_INTERRUPT_MASK 0x4d4
  238. #define MV64340_DEVICE_ERROR_ADDR 0x4d8
  239. #define MV64340_DEVICE_ERROR_DATA 0x4dc
  240. #define MV64340_DEVICE_ERROR_PARITY 0x4e0
  241. /****************************************/
  242. /* Device debug registers */
  243. /****************************************/
  244. #define MV64340_DEVICE_DEBUG_LOW 0x4e4
  245. #define MV64340_DEVICE_DEBUG_HIGH 0x4e8
  246. #define MV64340_RUNIT_MMASK 0x4f0
  247. /****************************************/
  248. /* PCI Slave Address Decoding registers */
  249. /****************************************/
  250. #define MV64340_PCI_0_CS_0_BANK_SIZE 0xc08
  251. #define MV64340_PCI_1_CS_0_BANK_SIZE 0xc88
  252. #define MV64340_PCI_0_CS_1_BANK_SIZE 0xd08
  253. #define MV64340_PCI_1_CS_1_BANK_SIZE 0xd88
  254. #define MV64340_PCI_0_CS_2_BANK_SIZE 0xc0c
  255. #define MV64340_PCI_1_CS_2_BANK_SIZE 0xc8c
  256. #define MV64340_PCI_0_CS_3_BANK_SIZE 0xd0c
  257. #define MV64340_PCI_1_CS_3_BANK_SIZE 0xd8c
  258. #define MV64340_PCI_0_DEVCS_0_BANK_SIZE 0xc10
  259. #define MV64340_PCI_1_DEVCS_0_BANK_SIZE 0xc90
  260. #define MV64340_PCI_0_DEVCS_1_BANK_SIZE 0xd10
  261. #define MV64340_PCI_1_DEVCS_1_BANK_SIZE 0xd90
  262. #define MV64340_PCI_0_DEVCS_2_BANK_SIZE 0xd18
  263. #define MV64340_PCI_1_DEVCS_2_BANK_SIZE 0xd98
  264. #define MV64340_PCI_0_DEVCS_3_BANK_SIZE 0xc14
  265. #define MV64340_PCI_1_DEVCS_3_BANK_SIZE 0xc94
  266. #define MV64340_PCI_0_DEVCS_BOOT_BANK_SIZE 0xd14
  267. #define MV64340_PCI_1_DEVCS_BOOT_BANK_SIZE 0xd94
  268. #define MV64340_PCI_0_P2P_MEM0_BAR_SIZE 0xd1c
  269. #define MV64340_PCI_1_P2P_MEM0_BAR_SIZE 0xd9c
  270. #define MV64340_PCI_0_P2P_MEM1_BAR_SIZE 0xd20
  271. #define MV64340_PCI_1_P2P_MEM1_BAR_SIZE 0xda0
  272. #define MV64340_PCI_0_P2P_I_O_BAR_SIZE 0xd24
  273. #define MV64340_PCI_1_P2P_I_O_BAR_SIZE 0xda4
  274. #define MV64340_PCI_0_CPU_BAR_SIZE 0xd28
  275. #define MV64340_PCI_1_CPU_BAR_SIZE 0xda8
  276. #define MV64340_PCI_0_INTERNAL_SRAM_BAR_SIZE 0xe00
  277. #define MV64340_PCI_1_INTERNAL_SRAM_BAR_SIZE 0xe80
  278. #define MV64340_PCI_0_EXPANSION_ROM_BAR_SIZE 0xd2c
  279. #define MV64340_PCI_1_EXPANSION_ROM_BAR_SIZE 0xd9c
  280. #define MV64340_PCI_0_BASE_ADDR_REG_ENABLE 0xc3c
  281. #define MV64340_PCI_1_BASE_ADDR_REG_ENABLE 0xcbc
  282. #define MV64340_PCI_0_CS_0_BASE_ADDR_REMAP 0xc48
  283. #define MV64340_PCI_1_CS_0_BASE_ADDR_REMAP 0xcc8
  284. #define MV64340_PCI_0_CS_1_BASE_ADDR_REMAP 0xd48
  285. #define MV64340_PCI_1_CS_1_BASE_ADDR_REMAP 0xdc8
  286. #define MV64340_PCI_0_CS_2_BASE_ADDR_REMAP 0xc4c
  287. #define MV64340_PCI_1_CS_2_BASE_ADDR_REMAP 0xccc
  288. #define MV64340_PCI_0_CS_3_BASE_ADDR_REMAP 0xd4c
  289. #define MV64340_PCI_1_CS_3_BASE_ADDR_REMAP 0xdcc
  290. #define MV64340_PCI_0_CS_0_BASE_HIGH_ADDR_REMAP 0xF04
  291. #define MV64340_PCI_1_CS_0_BASE_HIGH_ADDR_REMAP 0xF84
  292. #define MV64340_PCI_0_CS_1_BASE_HIGH_ADDR_REMAP 0xF08
  293. #define MV64340_PCI_1_CS_1_BASE_HIGH_ADDR_REMAP 0xF88
  294. #define MV64340_PCI_0_CS_2_BASE_HIGH_ADDR_REMAP 0xF0C
  295. #define MV64340_PCI_1_CS_2_BASE_HIGH_ADDR_REMAP 0xF8C
  296. #define MV64340_PCI_0_CS_3_BASE_HIGH_ADDR_REMAP 0xF10
  297. #define MV64340_PCI_1_CS_3_BASE_HIGH_ADDR_REMAP 0xF90
  298. #define MV64340_PCI_0_DEVCS_0_BASE_ADDR_REMAP 0xc50
  299. #define MV64340_PCI_1_DEVCS_0_BASE_ADDR_REMAP 0xcd0
  300. #define MV64340_PCI_0_DEVCS_1_BASE_ADDR_REMAP 0xd50
  301. #define MV64340_PCI_1_DEVCS_1_BASE_ADDR_REMAP 0xdd0
  302. #define MV64340_PCI_0_DEVCS_2_BASE_ADDR_REMAP 0xd58
  303. #define MV64340_PCI_1_DEVCS_2_BASE_ADDR_REMAP 0xdd8
  304. #define MV64340_PCI_0_DEVCS_3_BASE_ADDR_REMAP 0xc54
  305. #define MV64340_PCI_1_DEVCS_3_BASE_ADDR_REMAP 0xcd4
  306. #define MV64340_PCI_0_DEVCS_BOOTCS_BASE_ADDR_REMAP 0xd54
  307. #define MV64340_PCI_1_DEVCS_BOOTCS_BASE_ADDR_REMAP 0xdd4
  308. #define MV64340_PCI_0_P2P_MEM0_BASE_ADDR_REMAP_LOW 0xd5c
  309. #define MV64340_PCI_1_P2P_MEM0_BASE_ADDR_REMAP_LOW 0xddc
  310. #define MV64340_PCI_0_P2P_MEM0_BASE_ADDR_REMAP_HIGH 0xd60
  311. #define MV64340_PCI_1_P2P_MEM0_BASE_ADDR_REMAP_HIGH 0xde0
  312. #define MV64340_PCI_0_P2P_MEM1_BASE_ADDR_REMAP_LOW 0xd64
  313. #define MV64340_PCI_1_P2P_MEM1_BASE_ADDR_REMAP_LOW 0xde4
  314. #define MV64340_PCI_0_P2P_MEM1_BASE_ADDR_REMAP_HIGH 0xd68
  315. #define MV64340_PCI_1_P2P_MEM1_BASE_ADDR_REMAP_HIGH 0xde8
  316. #define MV64340_PCI_0_P2P_I_O_BASE_ADDR_REMAP 0xd6c
  317. #define MV64340_PCI_1_P2P_I_O_BASE_ADDR_REMAP 0xdec
  318. #define MV64340_PCI_0_CPU_BASE_ADDR_REMAP_LOW 0xd70
  319. #define MV64340_PCI_1_CPU_BASE_ADDR_REMAP_LOW 0xdf0
  320. #define MV64340_PCI_0_CPU_BASE_ADDR_REMAP_HIGH 0xd74
  321. #define MV64340_PCI_1_CPU_BASE_ADDR_REMAP_HIGH 0xdf4
  322. #define MV64340_PCI_0_INTEGRATED_SRAM_BASE_ADDR_REMAP 0xf00
  323. #define MV64340_PCI_1_INTEGRATED_SRAM_BASE_ADDR_REMAP 0xf80
  324. #define MV64340_PCI_0_EXPANSION_ROM_BASE_ADDR_REMAP 0xf38
  325. #define MV64340_PCI_1_EXPANSION_ROM_BASE_ADDR_REMAP 0xfb8
  326. #define MV64340_PCI_0_ADDR_DECODE_CONTROL 0xd3c
  327. #define MV64340_PCI_1_ADDR_DECODE_CONTROL 0xdbc
  328. #define MV64340_PCI_0_HEADERS_RETARGET_CONTROL 0xF40
  329. #define MV64340_PCI_1_HEADERS_RETARGET_CONTROL 0xFc0
  330. #define MV64340_PCI_0_HEADERS_RETARGET_BASE 0xF44
  331. #define MV64340_PCI_1_HEADERS_RETARGET_BASE 0xFc4
  332. #define MV64340_PCI_0_HEADERS_RETARGET_HIGH 0xF48
  333. #define MV64340_PCI_1_HEADERS_RETARGET_HIGH 0xFc8
  334. /***********************************/
  335. /* PCI Control Register Map */
  336. /***********************************/
  337. #define MV64340_PCI_0_DLL_STATUS_AND_COMMAND 0x1d20
  338. #define MV64340_PCI_1_DLL_STATUS_AND_COMMAND 0x1da0
  339. #define MV64340_PCI_0_MPP_PADS_DRIVE_CONTROL 0x1d1C
  340. #define MV64340_PCI_1_MPP_PADS_DRIVE_CONTROL 0x1d9C
  341. #define MV64340_PCI_0_COMMAND 0xc00
  342. #define MV64340_PCI_1_COMMAND 0xc80
  343. #define MV64340_PCI_0_MODE 0xd00
  344. #define MV64340_PCI_1_MODE 0xd80
  345. #define MV64340_PCI_0_RETRY 0xc04
  346. #define MV64340_PCI_1_RETRY 0xc84
  347. #define MV64340_PCI_0_READ_BUFFER_DISCARD_TIMER 0xd04
  348. #define MV64340_PCI_1_READ_BUFFER_DISCARD_TIMER 0xd84
  349. #define MV64340_PCI_0_MSI_TRIGGER_TIMER 0xc38
  350. #define MV64340_PCI_1_MSI_TRIGGER_TIMER 0xcb8
  351. #define MV64340_PCI_0_ARBITER_CONTROL 0x1d00
  352. #define MV64340_PCI_1_ARBITER_CONTROL 0x1d80
  353. #define MV64340_PCI_0_CROSS_BAR_CONTROL_LOW 0x1d08
  354. #define MV64340_PCI_1_CROSS_BAR_CONTROL_LOW 0x1d88
  355. #define MV64340_PCI_0_CROSS_BAR_CONTROL_HIGH 0x1d0c
  356. #define MV64340_PCI_1_CROSS_BAR_CONTROL_HIGH 0x1d8c
  357. #define MV64340_PCI_0_CROSS_BAR_TIMEOUT 0x1d04
  358. #define MV64340_PCI_1_CROSS_BAR_TIMEOUT 0x1d84
  359. #define MV64340_PCI_0_SYNC_BARRIER_TRIGGER_REG 0x1D18
  360. #define MV64340_PCI_1_SYNC_BARRIER_TRIGGER_REG 0x1D98
  361. #define MV64340_PCI_0_SYNC_BARRIER_VIRTUAL_REG 0x1d10
  362. #define MV64340_PCI_1_SYNC_BARRIER_VIRTUAL_REG 0x1d90
  363. #define MV64340_PCI_0_P2P_CONFIG 0x1d14
  364. #define MV64340_PCI_1_P2P_CONFIG 0x1d94
  365. #define MV64340_PCI_0_ACCESS_CONTROL_BASE_0_LOW 0x1e00
  366. #define MV64340_PCI_0_ACCESS_CONTROL_BASE_0_HIGH 0x1e04
  367. #define MV64340_PCI_0_ACCESS_CONTROL_SIZE_0 0x1e08
  368. #define MV64340_PCI_0_ACCESS_CONTROL_BASE_1_LOW 0x1e10
  369. #define MV64340_PCI_0_ACCESS_CONTROL_BASE_1_HIGH 0x1e14
  370. #define MV64340_PCI_0_ACCESS_CONTROL_SIZE_1 0x1e18
  371. #define MV64340_PCI_0_ACCESS_CONTROL_BASE_2_LOW 0x1e20
  372. #define MV64340_PCI_0_ACCESS_CONTROL_BASE_2_HIGH 0x1e24
  373. #define MV64340_PCI_0_ACCESS_CONTROL_SIZE_2 0x1e28
  374. #define MV64340_PCI_0_ACCESS_CONTROL_BASE_3_LOW 0x1e30
  375. #define MV64340_PCI_0_ACCESS_CONTROL_BASE_3_HIGH 0x1e34
  376. #define MV64340_PCI_0_ACCESS_CONTROL_SIZE_3 0x1e38
  377. #define MV64340_PCI_0_ACCESS_CONTROL_BASE_4_LOW 0x1e40
  378. #define MV64340_PCI_0_ACCESS_CONTROL_BASE_4_HIGH 0x1e44
  379. #define MV64340_PCI_0_ACCESS_CONTROL_SIZE_4 0x1e48
  380. #define MV64340_PCI_0_ACCESS_CONTROL_BASE_5_LOW 0x1e50
  381. #define MV64340_PCI_0_ACCESS_CONTROL_BASE_5_HIGH 0x1e54
  382. #define MV64340_PCI_0_ACCESS_CONTROL_SIZE_5 0x1e58
  383. #define MV64340_PCI_1_ACCESS_CONTROL_BASE_0_LOW 0x1e80
  384. #define MV64340_PCI_1_ACCESS_CONTROL_BASE_0_HIGH 0x1e84
  385. #define MV64340_PCI_1_ACCESS_CONTROL_SIZE_0 0x1e88
  386. #define MV64340_PCI_1_ACCESS_CONTROL_BASE_1_LOW 0x1e90
  387. #define MV64340_PCI_1_ACCESS_CONTROL_BASE_1_HIGH 0x1e94
  388. #define MV64340_PCI_1_ACCESS_CONTROL_SIZE_1 0x1e98
  389. #define MV64340_PCI_1_ACCESS_CONTROL_BASE_2_LOW 0x1ea0
  390. #define MV64340_PCI_1_ACCESS_CONTROL_BASE_2_HIGH 0x1ea4
  391. #define MV64340_PCI_1_ACCESS_CONTROL_SIZE_2 0x1ea8
  392. #define MV64340_PCI_1_ACCESS_CONTROL_BASE_3_LOW 0x1eb0
  393. #define MV64340_PCI_1_ACCESS_CONTROL_BASE_3_HIGH 0x1eb4
  394. #define MV64340_PCI_1_ACCESS_CONTROL_SIZE_3 0x1eb8
  395. #define MV64340_PCI_1_ACCESS_CONTROL_BASE_4_LOW 0x1ec0
  396. #define MV64340_PCI_1_ACCESS_CONTROL_BASE_4_HIGH 0x1ec4
  397. #define MV64340_PCI_1_ACCESS_CONTROL_SIZE_4 0x1ec8
  398. #define MV64340_PCI_1_ACCESS_CONTROL_BASE_5_LOW 0x1ed0
  399. #define MV64340_PCI_1_ACCESS_CONTROL_BASE_5_HIGH 0x1ed4
  400. #define MV64340_PCI_1_ACCESS_CONTROL_SIZE_5 0x1ed8
  401. /****************************************/
  402. /* PCI Configuration Access Registers */
  403. /****************************************/
  404. #define MV64340_PCI_0_CONFIG_ADDR 0xcf8
  405. #define MV64340_PCI_0_CONFIG_DATA_VIRTUAL_REG 0xcfc
  406. #define MV64340_PCI_1_CONFIG_ADDR 0xc78
  407. #define MV64340_PCI_1_CONFIG_DATA_VIRTUAL_REG 0xc7c
  408. #define MV64340_PCI_0_INTERRUPT_ACKNOWLEDGE_VIRTUAL_REG 0xc34
  409. #define MV64340_PCI_1_INTERRUPT_ACKNOWLEDGE_VIRTUAL_REG 0xcb4
  410. /****************************************/
  411. /* PCI Error Report Registers */
  412. /****************************************/
  413. #define MV64340_PCI_0_SERR_MASK 0xc28
  414. #define MV64340_PCI_1_SERR_MASK 0xca8
  415. #define MV64340_PCI_0_ERROR_ADDR_LOW 0x1d40
  416. #define MV64340_PCI_1_ERROR_ADDR_LOW 0x1dc0
  417. #define MV64340_PCI_0_ERROR_ADDR_HIGH 0x1d44
  418. #define MV64340_PCI_1_ERROR_ADDR_HIGH 0x1dc4
  419. #define MV64340_PCI_0_ERROR_ATTRIBUTE 0x1d48
  420. #define MV64340_PCI_1_ERROR_ATTRIBUTE 0x1dc8
  421. #define MV64340_PCI_0_ERROR_COMMAND 0x1d50
  422. #define MV64340_PCI_1_ERROR_COMMAND 0x1dd0
  423. #define MV64340_PCI_0_ERROR_CAUSE 0x1d58
  424. #define MV64340_PCI_1_ERROR_CAUSE 0x1dd8
  425. #define MV64340_PCI_0_ERROR_MASK 0x1d5c
  426. #define MV64340_PCI_1_ERROR_MASK 0x1ddc
  427. /****************************************/
  428. /* PCI Debug Registers */
  429. /****************************************/
  430. #define MV64340_PCI_0_MMASK 0X1D24
  431. #define MV64340_PCI_1_MMASK 0X1DA4
  432. /*********************************************/
  433. /* PCI Configuration, Function 0, Registers */
  434. /*********************************************/
  435. #define MV64340_PCI_DEVICE_AND_VENDOR_ID 0x000
  436. #define MV64340_PCI_STATUS_AND_COMMAND 0x004
  437. #define MV64340_PCI_CLASS_CODE_AND_REVISION_ID 0x008
  438. #define MV64340_PCI_BIST_HEADER_TYPE_LATENCY_TIMER_CACHE_LINE 0x00C
  439. #define MV64340_PCI_SCS_0_BASE_ADDR_LOW 0x010
  440. #define MV64340_PCI_SCS_0_BASE_ADDR_HIGH 0x014
  441. #define MV64340_PCI_SCS_1_BASE_ADDR_LOW 0x018
  442. #define MV64340_PCI_SCS_1_BASE_ADDR_HIGH 0x01C
  443. #define MV64340_PCI_INTERNAL_REG_MEM_MAPPED_BASE_ADDR_LOW 0x020
  444. #define MV64340_PCI_INTERNAL_REG_MEM_MAPPED_BASE_ADDR_HIGH 0x024
  445. #define MV64340_PCI_SUBSYSTEM_ID_AND_SUBSYSTEM_VENDOR_ID 0x02c
  446. #define MV64340_PCI_EXPANSION_ROM_BASE_ADDR_REG 0x030
  447. #define MV64340_PCI_CAPABILTY_LIST_POINTER 0x034
  448. #define MV64340_PCI_INTERRUPT_PIN_AND_LINE 0x03C
  449. /* capability list */
  450. #define MV64340_PCI_POWER_MANAGEMENT_CAPABILITY 0x040
  451. #define MV64340_PCI_POWER_MANAGEMENT_STATUS_AND_CONTROL 0x044
  452. #define MV64340_PCI_VPD_ADDR 0x048
  453. #define MV64340_PCI_VPD_DATA 0x04c
  454. #define MV64340_PCI_MSI_MESSAGE_CONTROL 0x050
  455. #define MV64340_PCI_MSI_MESSAGE_ADDR 0x054
  456. #define MV64340_PCI_MSI_MESSAGE_UPPER_ADDR 0x058
  457. #define MV64340_PCI_MSI_MESSAGE_DATA 0x05c
  458. #define MV64340_PCI_X_COMMAND 0x060
  459. #define MV64340_PCI_X_STATUS 0x064
  460. #define MV64340_PCI_COMPACT_PCI_HOT_SWAP 0x068
  461. /***********************************************/
  462. /* PCI Configuration, Function 1, Registers */
  463. /***********************************************/
  464. #define MV64340_PCI_SCS_2_BASE_ADDR_LOW 0x110
  465. #define MV64340_PCI_SCS_2_BASE_ADDR_HIGH 0x114
  466. #define MV64340_PCI_SCS_3_BASE_ADDR_LOW 0x118
  467. #define MV64340_PCI_SCS_3_BASE_ADDR_HIGH 0x11c
  468. #define MV64340_PCI_INTERNAL_SRAM_BASE_ADDR_LOW 0x120
  469. #define MV64340_PCI_INTERNAL_SRAM_BASE_ADDR_HIGH 0x124
  470. /***********************************************/
  471. /* PCI Configuration, Function 2, Registers */
  472. /***********************************************/
  473. #define MV64340_PCI_DEVCS_0_BASE_ADDR_LOW 0x210
  474. #define MV64340_PCI_DEVCS_0_BASE_ADDR_HIGH 0x214
  475. #define MV64340_PCI_DEVCS_1_BASE_ADDR_LOW 0x218
  476. #define MV64340_PCI_DEVCS_1_BASE_ADDR_HIGH 0x21c
  477. #define MV64340_PCI_DEVCS_2_BASE_ADDR_LOW 0x220
  478. #define MV64340_PCI_DEVCS_2_BASE_ADDR_HIGH 0x224
  479. /***********************************************/
  480. /* PCI Configuration, Function 3, Registers */
  481. /***********************************************/
  482. #define MV64340_PCI_DEVCS_3_BASE_ADDR_LOW 0x310
  483. #define MV64340_PCI_DEVCS_3_BASE_ADDR_HIGH 0x314
  484. #define MV64340_PCI_BOOT_CS_BASE_ADDR_LOW 0x318
  485. #define MV64340_PCI_BOOT_CS_BASE_ADDR_HIGH 0x31c
  486. #define MV64340_PCI_CPU_BASE_ADDR_LOW 0x220
  487. #define MV64340_PCI_CPU_BASE_ADDR_HIGH 0x224
  488. /***********************************************/
  489. /* PCI Configuration, Function 4, Registers */
  490. /***********************************************/
  491. #define MV64340_PCI_P2P_MEM0_BASE_ADDR_LOW 0x410
  492. #define MV64340_PCI_P2P_MEM0_BASE_ADDR_HIGH 0x414
  493. #define MV64340_PCI_P2P_MEM1_BASE_ADDR_LOW 0x418
  494. #define MV64340_PCI_P2P_MEM1_BASE_ADDR_HIGH 0x41c
  495. #define MV64340_PCI_P2P_I_O_BASE_ADDR 0x420
  496. #define MV64340_PCI_INTERNAL_REGS_I_O_MAPPED_BASE_ADDR 0x424
  497. /****************************************/
  498. /* Messaging Unit Registers (I20) */
  499. /****************************************/
  500. #define MV64340_I2O_INBOUND_MESSAGE_REG0_PCI_0_SIDE 0x010
  501. #define MV64340_I2O_INBOUND_MESSAGE_REG1_PCI_0_SIDE 0x014
  502. #define MV64340_I2O_OUTBOUND_MESSAGE_REG0_PCI_0_SIDE 0x018
  503. #define MV64340_I2O_OUTBOUND_MESSAGE_REG1_PCI_0_SIDE 0x01C
  504. #define MV64340_I2O_INBOUND_DOORBELL_REG_PCI_0_SIDE 0x020
  505. #define MV64340_I2O_INBOUND_INTERRUPT_CAUSE_REG_PCI_0_SIDE 0x024
  506. #define MV64340_I2O_INBOUND_INTERRUPT_MASK_REG_PCI_0_SIDE 0x028
  507. #define MV64340_I2O_OUTBOUND_DOORBELL_REG_PCI_0_SIDE 0x02C
  508. #define MV64340_I2O_OUTBOUND_INTERRUPT_CAUSE_REG_PCI_0_SIDE 0x030
  509. #define MV64340_I2O_OUTBOUND_INTERRUPT_MASK_REG_PCI_0_SIDE 0x034
  510. #define MV64340_I2O_INBOUND_QUEUE_PORT_VIRTUAL_REG_PCI_0_SIDE 0x040
  511. #define MV64340_I2O_OUTBOUND_QUEUE_PORT_VIRTUAL_REG_PCI_0_SIDE 0x044
  512. #define MV64340_I2O_QUEUE_CONTROL_REG_PCI_0_SIDE 0x050
  513. #define MV64340_I2O_QUEUE_BASE_ADDR_REG_PCI_0_SIDE 0x054
  514. #define MV64340_I2O_INBOUND_FREE_HEAD_POINTER_REG_PCI_0_SIDE 0x060
  515. #define MV64340_I2O_INBOUND_FREE_TAIL_POINTER_REG_PCI_0_SIDE 0x064
  516. #define MV64340_I2O_INBOUND_POST_HEAD_POINTER_REG_PCI_0_SIDE 0x068
  517. #define MV64340_I2O_INBOUND_POST_TAIL_POINTER_REG_PCI_0_SIDE 0x06C
  518. #define MV64340_I2O_OUTBOUND_FREE_HEAD_POINTER_REG_PCI_0_SIDE 0x070
  519. #define MV64340_I2O_OUTBOUND_FREE_TAIL_POINTER_REG_PCI_0_SIDE 0x074
  520. #define MV64340_I2O_OUTBOUND_POST_HEAD_POINTER_REG_PCI_0_SIDE 0x0F8
  521. #define MV64340_I2O_OUTBOUND_POST_TAIL_POINTER_REG_PCI_0_SIDE 0x0FC
  522. #define MV64340_I2O_INBOUND_MESSAGE_REG0_PCI_1_SIDE 0x090
  523. #define MV64340_I2O_INBOUND_MESSAGE_REG1_PCI_1_SIDE 0x094
  524. #define MV64340_I2O_OUTBOUND_MESSAGE_REG0_PCI_1_SIDE 0x098
  525. #define MV64340_I2O_OUTBOUND_MESSAGE_REG1_PCI_1_SIDE 0x09C
  526. #define MV64340_I2O_INBOUND_DOORBELL_REG_PCI_1_SIDE 0x0A0
  527. #define MV64340_I2O_INBOUND_INTERRUPT_CAUSE_REG_PCI_1_SIDE 0x0A4
  528. #define MV64340_I2O_INBOUND_INTERRUPT_MASK_REG_PCI_1_SIDE 0x0A8
  529. #define MV64340_I2O_OUTBOUND_DOORBELL_REG_PCI_1_SIDE 0x0AC
  530. #define MV64340_I2O_OUTBOUND_INTERRUPT_CAUSE_REG_PCI_1_SIDE 0x0B0
  531. #define MV64340_I2O_OUTBOUND_INTERRUPT_MASK_REG_PCI_1_SIDE 0x0B4
  532. #define MV64340_I2O_INBOUND_QUEUE_PORT_VIRTUAL_REG_PCI_1_SIDE 0x0C0
  533. #define MV64340_I2O_OUTBOUND_QUEUE_PORT_VIRTUAL_REG_PCI_1_SIDE 0x0C4
  534. #define MV64340_I2O_QUEUE_CONTROL_REG_PCI_1_SIDE 0x0D0
  535. #define MV64340_I2O_QUEUE_BASE_ADDR_REG_PCI_1_SIDE 0x0D4
  536. #define MV64340_I2O_INBOUND_FREE_HEAD_POINTER_REG_PCI_1_SIDE 0x0E0
  537. #define MV64340_I2O_INBOUND_FREE_TAIL_POINTER_REG_PCI_1_SIDE 0x0E4
  538. #define MV64340_I2O_INBOUND_POST_HEAD_POINTER_REG_PCI_1_SIDE 0x0E8
  539. #define MV64340_I2O_INBOUND_POST_TAIL_POINTER_REG_PCI_1_SIDE 0x0EC
  540. #define MV64340_I2O_OUTBOUND_FREE_HEAD_POINTER_REG_PCI_1_SIDE 0x0F0
  541. #define MV64340_I2O_OUTBOUND_FREE_TAIL_POINTER_REG_PCI_1_SIDE 0x0F4
  542. #define MV64340_I2O_OUTBOUND_POST_HEAD_POINTER_REG_PCI_1_SIDE 0x078
  543. #define MV64340_I2O_OUTBOUND_POST_TAIL_POINTER_REG_PCI_1_SIDE 0x07C
  544. #define MV64340_I2O_INBOUND_MESSAGE_REG0_CPU0_SIDE 0x1C10
  545. #define MV64340_I2O_INBOUND_MESSAGE_REG1_CPU0_SIDE 0x1C14
  546. #define MV64340_I2O_OUTBOUND_MESSAGE_REG0_CPU0_SIDE 0x1C18
  547. #define MV64340_I2O_OUTBOUND_MESSAGE_REG1_CPU0_SIDE 0x1C1C
  548. #define MV64340_I2O_INBOUND_DOORBELL_REG_CPU0_SIDE 0x1C20
  549. #define MV64340_I2O_INBOUND_INTERRUPT_CAUSE_REG_CPU0_SIDE 0x1C24
  550. #define MV64340_I2O_INBOUND_INTERRUPT_MASK_REG_CPU0_SIDE 0x1C28
  551. #define MV64340_I2O_OUTBOUND_DOORBELL_REG_CPU0_SIDE 0x1C2C
  552. #define MV64340_I2O_OUTBOUND_INTERRUPT_CAUSE_REG_CPU0_SIDE 0x1C30
  553. #define MV64340_I2O_OUTBOUND_INTERRUPT_MASK_REG_CPU0_SIDE 0x1C34
  554. #define MV64340_I2O_INBOUND_QUEUE_PORT_VIRTUAL_REG_CPU0_SIDE 0x1C40
  555. #define MV64340_I2O_OUTBOUND_QUEUE_PORT_VIRTUAL_REG_CPU0_SIDE 0x1C44
  556. #define MV64340_I2O_QUEUE_CONTROL_REG_CPU0_SIDE 0x1C50
  557. #define MV64340_I2O_QUEUE_BASE_ADDR_REG_CPU0_SIDE 0x1C54
  558. #define MV64340_I2O_INBOUND_FREE_HEAD_POINTER_REG_CPU0_SIDE 0x1C60
  559. #define MV64340_I2O_INBOUND_FREE_TAIL_POINTER_REG_CPU0_SIDE 0x1C64
  560. #define MV64340_I2O_INBOUND_POST_HEAD_POINTER_REG_CPU0_SIDE 0x1C68
  561. #define MV64340_I2O_INBOUND_POST_TAIL_POINTER_REG_CPU0_SIDE 0x1C6C
  562. #define MV64340_I2O_OUTBOUND_FREE_HEAD_POINTER_REG_CPU0_SIDE 0x1C70
  563. #define MV64340_I2O_OUTBOUND_FREE_TAIL_POINTER_REG_CPU0_SIDE 0x1C74
  564. #define MV64340_I2O_OUTBOUND_POST_HEAD_POINTER_REG_CPU0_SIDE 0x1CF8
  565. #define MV64340_I2O_OUTBOUND_POST_TAIL_POINTER_REG_CPU0_SIDE 0x1CFC
  566. #define MV64340_I2O_INBOUND_MESSAGE_REG0_CPU1_SIDE 0x1C90
  567. #define MV64340_I2O_INBOUND_MESSAGE_REG1_CPU1_SIDE 0x1C94
  568. #define MV64340_I2O_OUTBOUND_MESSAGE_REG0_CPU1_SIDE 0x1C98
  569. #define MV64340_I2O_OUTBOUND_MESSAGE_REG1_CPU1_SIDE 0x1C9C
  570. #define MV64340_I2O_INBOUND_DOORBELL_REG_CPU1_SIDE 0x1CA0
  571. #define MV64340_I2O_INBOUND_INTERRUPT_CAUSE_REG_CPU1_SIDE 0x1CA4
  572. #define MV64340_I2O_INBOUND_INTERRUPT_MASK_REG_CPU1_SIDE 0x1CA8
  573. #define MV64340_I2O_OUTBOUND_DOORBELL_REG_CPU1_SIDE 0x1CAC
  574. #define MV64340_I2O_OUTBOUND_INTERRUPT_CAUSE_REG_CPU1_SIDE 0x1CB0
  575. #define MV64340_I2O_OUTBOUND_INTERRUPT_MASK_REG_CPU1_SIDE 0x1CB4
  576. #define MV64340_I2O_INBOUND_QUEUE_PORT_VIRTUAL_REG_CPU1_SIDE 0x1CC0
  577. #define MV64340_I2O_OUTBOUND_QUEUE_PORT_VIRTUAL_REG_CPU1_SIDE 0x1CC4
  578. #define MV64340_I2O_QUEUE_CONTROL_REG_CPU1_SIDE 0x1CD0
  579. #define MV64340_I2O_QUEUE_BASE_ADDR_REG_CPU1_SIDE 0x1CD4
  580. #define MV64340_I2O_INBOUND_FREE_HEAD_POINTER_REG_CPU1_SIDE 0x1CE0
  581. #define MV64340_I2O_INBOUND_FREE_TAIL_POINTER_REG_CPU1_SIDE 0x1CE4
  582. #define MV64340_I2O_INBOUND_POST_HEAD_POINTER_REG_CPU1_SIDE 0x1CE8
  583. #define MV64340_I2O_INBOUND_POST_TAIL_POINTER_REG_CPU1_SIDE 0x1CEC
  584. #define MV64340_I2O_OUTBOUND_FREE_HEAD_POINTER_REG_CPU1_SIDE 0x1CF0
  585. #define MV64340_I2O_OUTBOUND_FREE_TAIL_POINTER_REG_CPU1_SIDE 0x1CF4
  586. #define MV64340_I2O_OUTBOUND_POST_HEAD_POINTER_REG_CPU1_SIDE 0x1C78
  587. #define MV64340_I2O_OUTBOUND_POST_TAIL_POINTER_REG_CPU1_SIDE 0x1C7C
  588. /****************************************/
  589. /* Ethernet Unit Registers */
  590. /****************************************/
  591. /*******************************************/
  592. /* CUNIT Registers */
  593. /*******************************************/
  594. /* Address Decoding Register Map */
  595. #define MV64340_CUNIT_BASE_ADDR_REG0 0xf200
  596. #define MV64340_CUNIT_BASE_ADDR_REG1 0xf208
  597. #define MV64340_CUNIT_BASE_ADDR_REG2 0xf210
  598. #define MV64340_CUNIT_BASE_ADDR_REG3 0xf218
  599. #define MV64340_CUNIT_SIZE0 0xf204
  600. #define MV64340_CUNIT_SIZE1 0xf20c
  601. #define MV64340_CUNIT_SIZE2 0xf214
  602. #define MV64340_CUNIT_SIZE3 0xf21c
  603. #define MV64340_CUNIT_HIGH_ADDR_REMAP_REG0 0xf240
  604. #define MV64340_CUNIT_HIGH_ADDR_REMAP_REG1 0xf244
  605. #define MV64340_CUNIT_BASE_ADDR_ENABLE_REG 0xf250
  606. #define MV64340_MPSC0_ACCESS_PROTECTION_REG 0xf254
  607. #define MV64340_MPSC1_ACCESS_PROTECTION_REG 0xf258
  608. #define MV64340_CUNIT_INTERNAL_SPACE_BASE_ADDR_REG 0xf25C
  609. /* Error Report Registers */
  610. #define MV64340_CUNIT_INTERRUPT_CAUSE_REG 0xf310
  611. #define MV64340_CUNIT_INTERRUPT_MASK_REG 0xf314
  612. #define MV64340_CUNIT_ERROR_ADDR 0xf318
  613. /* Cunit Control Registers */
  614. #define MV64340_CUNIT_ARBITER_CONTROL_REG 0xf300
  615. #define MV64340_CUNIT_CONFIG_REG 0xb40c
  616. #define MV64340_CUNIT_CRROSBAR_TIMEOUT_REG 0xf304
  617. /* Cunit Debug Registers */
  618. #define MV64340_CUNIT_DEBUG_LOW 0xf340
  619. #define MV64340_CUNIT_DEBUG_HIGH 0xf344
  620. #define MV64340_CUNIT_MMASK 0xf380
  621. /* MPSCs Clocks Routing Registers */
  622. #define MV64340_MPSC_ROUTING_REG 0xb400
  623. #define MV64340_MPSC_RX_CLOCK_ROUTING_REG 0xb404
  624. #define MV64340_MPSC_TX_CLOCK_ROUTING_REG 0xb408
  625. /* MPSCs Interrupts Registers */
  626. #define MV64340_MPSC_CAUSE_REG(port) (0xb804 + (port<<3))
  627. #define MV64340_MPSC_MASK_REG(port) (0xb884 + (port<<3))
  628. #define MV64340_MPSC_MAIN_CONFIG_LOW(port) (0x8000 + (port<<12))
  629. #define MV64340_MPSC_MAIN_CONFIG_HIGH(port) (0x8004 + (port<<12))
  630. #define MV64340_MPSC_PROTOCOL_CONFIG(port) (0x8008 + (port<<12))
  631. #define MV64340_MPSC_CHANNEL_REG1(port) (0x800c + (port<<12))
  632. #define MV64340_MPSC_CHANNEL_REG2(port) (0x8010 + (port<<12))
  633. #define MV64340_MPSC_CHANNEL_REG3(port) (0x8014 + (port<<12))
  634. #define MV64340_MPSC_CHANNEL_REG4(port) (0x8018 + (port<<12))
  635. #define MV64340_MPSC_CHANNEL_REG5(port) (0x801c + (port<<12))
  636. #define MV64340_MPSC_CHANNEL_REG6(port) (0x8020 + (port<<12))
  637. #define MV64340_MPSC_CHANNEL_REG7(port) (0x8024 + (port<<12))
  638. #define MV64340_MPSC_CHANNEL_REG8(port) (0x8028 + (port<<12))
  639. #define MV64340_MPSC_CHANNEL_REG9(port) (0x802c + (port<<12))
  640. #define MV64340_MPSC_CHANNEL_REG10(port) (0x8030 + (port<<12))
  641. /* MPSC0 Registers */
  642. /***************************************/
  643. /* SDMA Registers */
  644. /***************************************/
  645. #define MV64340_SDMA_CONFIG_REG(channel) (0x4000 + (channel<<13))
  646. #define MV64340_SDMA_COMMAND_REG(channel) (0x4008 + (channel<<13))
  647. #define MV64340_SDMA_CURRENT_RX_DESCRIPTOR_POINTER(channel) (0x4810 + (channel<<13))
  648. #define MV64340_SDMA_CURRENT_TX_DESCRIPTOR_POINTER(channel) (0x4c10 + (channel<<13))
  649. #define MV64340_SDMA_FIRST_TX_DESCRIPTOR_POINTER(channel) (0x4c14 + (channel<<13))
  650. #define MV64340_SDMA_CAUSE_REG 0xb800
  651. #define MV64340_SDMA_MASK_REG 0xb880
  652. /* BRG Interrupts */
  653. #define MV64340_BRG_CONFIG_REG(brg) (0xb200 + (brg<<3))
  654. #define MV64340_BRG_BAUDE_TUNING_REG(brg) (0xb208 + (brg<<3))
  655. #define MV64340_BRG_CAUSE_REG 0xb834
  656. #define MV64340_BRG_MASK_REG 0xb8b4
  657. /****************************************/
  658. /* DMA Channel Control */
  659. /****************************************/
  660. #define MV64340_DMA_CHANNEL0_CONTROL 0x840
  661. #define MV64340_DMA_CHANNEL0_CONTROL_HIGH 0x880
  662. #define MV64340_DMA_CHANNEL1_CONTROL 0x844
  663. #define MV64340_DMA_CHANNEL1_CONTROL_HIGH 0x884
  664. #define MV64340_DMA_CHANNEL2_CONTROL 0x848
  665. #define MV64340_DMA_CHANNEL2_CONTROL_HIGH 0x888
  666. #define MV64340_DMA_CHANNEL3_CONTROL 0x84C
  667. #define MV64340_DMA_CHANNEL3_CONTROL_HIGH 0x88C
  668. /****************************************/
  669. /* IDMA Registers */
  670. /****************************************/
  671. #define MV64340_DMA_CHANNEL0_BYTE_COUNT 0x800
  672. #define MV64340_DMA_CHANNEL1_BYTE_COUNT 0x804
  673. #define MV64340_DMA_CHANNEL2_BYTE_COUNT 0x808
  674. #define MV64340_DMA_CHANNEL3_BYTE_COUNT 0x80C
  675. #define MV64340_DMA_CHANNEL0_SOURCE_ADDR 0x810
  676. #define MV64340_DMA_CHANNEL1_SOURCE_ADDR 0x814
  677. #define MV64340_DMA_CHANNEL2_SOURCE_ADDR 0x818
  678. #define MV64340_DMA_CHANNEL3_SOURCE_ADDR 0x81c
  679. #define MV64340_DMA_CHANNEL0_DESTINATION_ADDR 0x820
  680. #define MV64340_DMA_CHANNEL1_DESTINATION_ADDR 0x824
  681. #define MV64340_DMA_CHANNEL2_DESTINATION_ADDR 0x828
  682. #define MV64340_DMA_CHANNEL3_DESTINATION_ADDR 0x82C
  683. #define MV64340_DMA_CHANNEL0_NEXT_DESCRIPTOR_POINTER 0x830
  684. #define MV64340_DMA_CHANNEL1_NEXT_DESCRIPTOR_POINTER 0x834
  685. #define MV64340_DMA_CHANNEL2_NEXT_DESCRIPTOR_POINTER 0x838
  686. #define MV64340_DMA_CHANNEL3_NEXT_DESCRIPTOR_POINTER 0x83C
  687. #define MV64340_DMA_CHANNEL0_CURRENT_DESCRIPTOR_POINTER 0x870
  688. #define MV64340_DMA_CHANNEL1_CURRENT_DESCRIPTOR_POINTER 0x874
  689. #define MV64340_DMA_CHANNEL2_CURRENT_DESCRIPTOR_POINTER 0x878
  690. #define MV64340_DMA_CHANNEL3_CURRENT_DESCRIPTOR_POINTER 0x87C
  691. /* IDMA Address Decoding Base Address Registers */
  692. #define MV64340_DMA_BASE_ADDR_REG0 0xa00
  693. #define MV64340_DMA_BASE_ADDR_REG1 0xa08
  694. #define MV64340_DMA_BASE_ADDR_REG2 0xa10
  695. #define MV64340_DMA_BASE_ADDR_REG3 0xa18
  696. #define MV64340_DMA_BASE_ADDR_REG4 0xa20
  697. #define MV64340_DMA_BASE_ADDR_REG5 0xa28
  698. #define MV64340_DMA_BASE_ADDR_REG6 0xa30
  699. #define MV64340_DMA_BASE_ADDR_REG7 0xa38
  700. /* IDMA Address Decoding Size Address Register */
  701. #define MV64340_DMA_SIZE_REG0 0xa04
  702. #define MV64340_DMA_SIZE_REG1 0xa0c
  703. #define MV64340_DMA_SIZE_REG2 0xa14
  704. #define MV64340_DMA_SIZE_REG3 0xa1c
  705. #define MV64340_DMA_SIZE_REG4 0xa24
  706. #define MV64340_DMA_SIZE_REG5 0xa2c
  707. #define MV64340_DMA_SIZE_REG6 0xa34
  708. #define MV64340_DMA_SIZE_REG7 0xa3C
  709. /* IDMA Address Decoding High Address Remap and Access
  710. Protection Registers */
  711. #define MV64340_DMA_HIGH_ADDR_REMAP_REG0 0xa60
  712. #define MV64340_DMA_HIGH_ADDR_REMAP_REG1 0xa64
  713. #define MV64340_DMA_HIGH_ADDR_REMAP_REG2 0xa68
  714. #define MV64340_DMA_HIGH_ADDR_REMAP_REG3 0xa6C
  715. #define MV64340_DMA_BASE_ADDR_ENABLE_REG 0xa80
  716. #define MV64340_DMA_CHANNEL0_ACCESS_PROTECTION_REG 0xa70
  717. #define MV64340_DMA_CHANNEL1_ACCESS_PROTECTION_REG 0xa74
  718. #define MV64340_DMA_CHANNEL2_ACCESS_PROTECTION_REG 0xa78
  719. #define MV64340_DMA_CHANNEL3_ACCESS_PROTECTION_REG 0xa7c
  720. #define MV64340_DMA_ARBITER_CONTROL 0x860
  721. #define MV64340_DMA_CROSS_BAR_TIMEOUT 0x8d0
  722. /* IDMA Headers Retarget Registers */
  723. #define MV64340_DMA_HEADERS_RETARGET_CONTROL 0xa84
  724. #define MV64340_DMA_HEADERS_RETARGET_BASE 0xa88
  725. /* IDMA Interrupt Register */
  726. #define MV64340_DMA_INTERRUPT_CAUSE_REG 0x8c0
  727. #define MV64340_DMA_INTERRUPT_CAUSE_MASK 0x8c4
  728. #define MV64340_DMA_ERROR_ADDR 0x8c8
  729. #define MV64340_DMA_ERROR_SELECT 0x8cc
  730. /* IDMA Debug Register ( for internal use ) */
  731. #define MV64340_DMA_DEBUG_LOW 0x8e0
  732. #define MV64340_DMA_DEBUG_HIGH 0x8e4
  733. #define MV64340_DMA_SPARE 0xA8C
  734. /****************************************/
  735. /* Timer_Counter */
  736. /****************************************/
  737. #define MV64340_TIMER_COUNTER0 0x850
  738. #define MV64340_TIMER_COUNTER1 0x854
  739. #define MV64340_TIMER_COUNTER2 0x858
  740. #define MV64340_TIMER_COUNTER3 0x85C
  741. #define MV64340_TIMER_COUNTER_0_3_CONTROL 0x864
  742. #define MV64340_TIMER_COUNTER_0_3_INTERRUPT_CAUSE 0x868
  743. #define MV64340_TIMER_COUNTER_0_3_INTERRUPT_MASK 0x86c
  744. /****************************************/
  745. /* Watchdog registers */
  746. /****************************************/
  747. #define MV64340_WATCHDOG_CONFIG_REG 0xb410
  748. #define MV64340_WATCHDOG_VALUE_REG 0xb414
  749. /****************************************/
  750. /* I2C Registers */
  751. /****************************************/
  752. #define MV64XXX_I2C_OFFSET 0xc000
  753. #define MV64XXX_I2C_REG_BLOCK_SIZE 0x0020
  754. /****************************************/
  755. /* GPP Interface Registers */
  756. /****************************************/
  757. #define MV64340_GPP_IO_CONTROL 0xf100
  758. #define MV64340_GPP_LEVEL_CONTROL 0xf110
  759. #define MV64340_GPP_VALUE 0xf104
  760. #define MV64340_GPP_INTERRUPT_CAUSE 0xf108
  761. #define MV64340_GPP_INTERRUPT_MASK0 0xf10c
  762. #define MV64340_GPP_INTERRUPT_MASK1 0xf114
  763. #define MV64340_GPP_VALUE_SET 0xf118
  764. #define MV64340_GPP_VALUE_CLEAR 0xf11c
  765. /****************************************/
  766. /* Interrupt Controller Registers */
  767. /****************************************/
  768. /****************************************/
  769. /* Interrupts */
  770. /****************************************/
  771. #define MV64340_MAIN_INTERRUPT_CAUSE_LOW 0x004
  772. #define MV64340_MAIN_INTERRUPT_CAUSE_HIGH 0x00c
  773. #define MV64340_CPU_INTERRUPT0_MASK_LOW 0x014
  774. #define MV64340_CPU_INTERRUPT0_MASK_HIGH 0x01c
  775. #define MV64340_CPU_INTERRUPT0_SELECT_CAUSE 0x024
  776. #define MV64340_CPU_INTERRUPT1_MASK_LOW 0x034
  777. #define MV64340_CPU_INTERRUPT1_MASK_HIGH 0x03c
  778. #define MV64340_CPU_INTERRUPT1_SELECT_CAUSE 0x044
  779. #define MV64340_INTERRUPT0_MASK_0_LOW 0x054
  780. #define MV64340_INTERRUPT0_MASK_0_HIGH 0x05c
  781. #define MV64340_INTERRUPT0_SELECT_CAUSE 0x064
  782. #define MV64340_INTERRUPT1_MASK_0_LOW 0x074
  783. #define MV64340_INTERRUPT1_MASK_0_HIGH 0x07c
  784. #define MV64340_INTERRUPT1_SELECT_CAUSE 0x084
  785. /****************************************/
  786. /* MPP Interface Registers */
  787. /****************************************/
  788. #define MV64340_MPP_CONTROL0 0xf000
  789. #define MV64340_MPP_CONTROL1 0xf004
  790. #define MV64340_MPP_CONTROL2 0xf008
  791. #define MV64340_MPP_CONTROL3 0xf00c
  792. /****************************************/
  793. /* Serial Initialization registers */
  794. /****************************************/
  795. #define MV64340_SERIAL_INIT_LAST_DATA 0xf324
  796. #define MV64340_SERIAL_INIT_CONTROL 0xf328
  797. #define MV64340_SERIAL_INIT_STATUS 0xf32c
  798. extern void mv64340_irq_init(unsigned int base);
  799. /* MPSC Platform Device, Driver Data (Shared register regions) */
  800. #define MPSC_SHARED_NAME "mpsc_shared"
  801. #define MPSC_ROUTING_BASE_ORDER 0
  802. #define MPSC_SDMA_INTR_BASE_ORDER 1
  803. #define MPSC_ROUTING_REG_BLOCK_SIZE 0x000c
  804. #define MPSC_SDMA_INTR_REG_BLOCK_SIZE 0x0084
  805. struct mpsc_shared_pdata {
  806. u32 mrr_val;
  807. u32 rcrr_val;
  808. u32 tcrr_val;
  809. u32 intr_cause_val;
  810. u32 intr_mask_val;
  811. };
  812. /* MPSC Platform Device, Driver Data */
  813. #define MPSC_CTLR_NAME "mpsc"
  814. #define MPSC_BASE_ORDER 0
  815. #define MPSC_SDMA_BASE_ORDER 1
  816. #define MPSC_BRG_BASE_ORDER 2
  817. #define MPSC_REG_BLOCK_SIZE 0x0038
  818. #define MPSC_SDMA_REG_BLOCK_SIZE 0x0c18
  819. #define MPSC_BRG_REG_BLOCK_SIZE 0x0008
  820. struct mpsc_pdata {
  821. u8 mirror_regs;
  822. u8 cache_mgmt;
  823. u8 max_idle;
  824. int default_baud;
  825. int default_bits;
  826. int default_parity;
  827. int default_flow;
  828. u32 chr_1_val;
  829. u32 chr_2_val;
  830. u32 chr_10_val;
  831. u32 mpcr_val;
  832. u32 bcr_val;
  833. u8 brg_can_tune;
  834. u8 brg_clk_src;
  835. u32 brg_clk_freq;
  836. };
  837. /* Watchdog Platform Device, Driver Data */
  838. #define MV64x60_WDT_NAME "mv64x60_wdt"
  839. struct mv64x60_wdt_pdata {
  840. int timeout; /* watchdog expiry in seconds, default 10 */
  841. int bus_clk; /* bus clock in MHz, default 133 */
  842. };
  843. #endif /* __ASM_MV643XX_H */