mpc83xx.h 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272
  1. /*
  2. * Copyright (C) 2004-2007, 2010 Freescale Semiconductor, Inc.
  3. *
  4. * See file CREDITS for list of people who contributed to this
  5. * project.
  6. *
  7. * This program is free software; you can redistribute it and/or
  8. * modify it under the terms of the GNU General Public License as
  9. * published by the Free Software Foundation; either version 2 of
  10. * the License, or (at your option) any later version.
  11. */
  12. #ifndef __MPC83XX_H__
  13. #define __MPC83XX_H__
  14. #include <config.h>
  15. #include <asm/fsl_lbc.h>
  16. #if defined(CONFIG_E300)
  17. #include <asm/e300.h>
  18. #endif
  19. /* MPC83xx cpu provide RCR register to do reset thing specially
  20. */
  21. #define MPC83xx_RESET
  22. /* System reset offset (PowerPC standard)
  23. */
  24. #define EXC_OFF_SYS_RESET 0x0100
  25. #define _START_OFFSET EXC_OFF_SYS_RESET
  26. /* IMMRBAR - Internal Memory Register Base Address
  27. */
  28. #ifndef CONFIG_DEFAULT_IMMR
  29. #define CONFIG_DEFAULT_IMMR 0xFF400000 /* Default IMMR base address */
  30. #endif
  31. #define IMMRBAR 0x0000 /* Register offset to immr */
  32. #define IMMRBAR_BASE_ADDR 0xFFF00000 /* Base address mask */
  33. #define IMMRBAR_RES ~(IMMRBAR_BASE_ADDR)
  34. /* LAWBAR - Local Access Window Base Address Register
  35. */
  36. #define LBLAWBAR0 0x0020 /* Register offset to immr */
  37. #define LBLAWAR0 0x0024
  38. #define LBLAWBAR1 0x0028
  39. #define LBLAWAR1 0x002C
  40. #define LBLAWBAR2 0x0030
  41. #define LBLAWAR2 0x0034
  42. #define LBLAWBAR3 0x0038
  43. #define LBLAWAR3 0x003C
  44. #define LAWBAR_BAR 0xFFFFF000 /* Base address mask */
  45. /* SPRIDR - System Part and Revision ID Register
  46. */
  47. #define SPRIDR_PARTID 0xFFFF0000 /* Part Id */
  48. #define SPRIDR_REVID 0x0000FFFF /* Revision Id */
  49. #if defined(CONFIG_MPC834x)
  50. #define REVID_MAJOR(spridr) ((spridr & 0x0000FF00) >> 8)
  51. #define REVID_MINOR(spridr) (spridr & 0x000000FF)
  52. #else
  53. #define REVID_MAJOR(spridr) ((spridr & 0x000000F0) >> 4)
  54. #define REVID_MINOR(spridr) (spridr & 0x0000000F)
  55. #endif
  56. #define PARTID_NO_E(spridr) ((spridr & 0xFFFE0000) >> 16)
  57. #define SPR_FAMILY(spridr) ((spridr & 0xFFF00000) >> 20)
  58. #define SPR_8308 0x8100
  59. #define SPR_831X_FAMILY 0x80B
  60. #define SPR_8311 0x80B2
  61. #define SPR_8313 0x80B0
  62. #define SPR_8314 0x80B6
  63. #define SPR_8315 0x80B4
  64. #define SPR_832X_FAMILY 0x806
  65. #define SPR_8321 0x8066
  66. #define SPR_8323 0x8062
  67. #define SPR_834X_FAMILY 0x803
  68. #define SPR_8343 0x8036
  69. #define SPR_8347_TBGA_ 0x8032
  70. #define SPR_8347_PBGA_ 0x8034
  71. #define SPR_8349 0x8030
  72. #define SPR_836X_FAMILY 0x804
  73. #define SPR_8358_TBGA_ 0x804A
  74. #define SPR_8358_PBGA_ 0x804E
  75. #define SPR_8360 0x8048
  76. #define SPR_837X_FAMILY 0x80C
  77. #define SPR_8377 0x80C6
  78. #define SPR_8378 0x80C4
  79. #define SPR_8379 0x80C2
  80. /* SPCR - System Priority Configuration Register
  81. */
  82. #define SPCR_PCIHPE 0x10000000 /* PCI Highest Priority Enable */
  83. #define SPCR_PCIHPE_SHIFT (31-3)
  84. #define SPCR_PCIPR 0x03000000 /* PCI bridge system bus request priority */
  85. #define SPCR_PCIPR_SHIFT (31-7)
  86. #define SPCR_OPT 0x00800000 /* Optimize */
  87. #define SPCR_OPT_SHIFT (31-8)
  88. #define SPCR_TBEN 0x00400000 /* E300 PowerPC core time base unit enable */
  89. #define SPCR_TBEN_SHIFT (31-9)
  90. #define SPCR_COREPR 0x00300000 /* E300 PowerPC Core system bus request priority */
  91. #define SPCR_COREPR_SHIFT (31-11)
  92. #if defined(CONFIG_MPC834x)
  93. /* SPCR bits - MPC8349 specific */
  94. #define SPCR_TSEC1DP 0x00003000 /* TSEC1 data priority */
  95. #define SPCR_TSEC1DP_SHIFT (31-19)
  96. #define SPCR_TSEC1BDP 0x00000C00 /* TSEC1 buffer descriptor priority */
  97. #define SPCR_TSEC1BDP_SHIFT (31-21)
  98. #define SPCR_TSEC1EP 0x00000300 /* TSEC1 emergency priority */
  99. #define SPCR_TSEC1EP_SHIFT (31-23)
  100. #define SPCR_TSEC2DP 0x00000030 /* TSEC2 data priority */
  101. #define SPCR_TSEC2DP_SHIFT (31-27)
  102. #define SPCR_TSEC2BDP 0x0000000C /* TSEC2 buffer descriptor priority */
  103. #define SPCR_TSEC2BDP_SHIFT (31-29)
  104. #define SPCR_TSEC2EP 0x00000003 /* TSEC2 emergency priority */
  105. #define SPCR_TSEC2EP_SHIFT (31-31)
  106. #elif defined(CONFIG_MPC8308) || defined(CONFIG_MPC831x) || \
  107. defined(CONFIG_MPC837x)
  108. /* SPCR bits - MPC8308, MPC831x and MPC837x specific */
  109. #define SPCR_TSECDP 0x00003000 /* TSEC data priority */
  110. #define SPCR_TSECDP_SHIFT (31-19)
  111. #define SPCR_TSECBDP 0x00000C00 /* TSEC buffer descriptor priority */
  112. #define SPCR_TSECBDP_SHIFT (31-21)
  113. #define SPCR_TSECEP 0x00000300 /* TSEC emergency priority */
  114. #define SPCR_TSECEP_SHIFT (31-23)
  115. #endif
  116. /* SICRL/H - System I/O Configuration Register Low/High
  117. */
  118. #if defined(CONFIG_MPC834x)
  119. /* SICRL bits - MPC8349 specific */
  120. #define SICRL_LDP_A 0x80000000
  121. #define SICRL_USB1 0x40000000
  122. #define SICRL_USB0 0x20000000
  123. #define SICRL_UART 0x0C000000
  124. #define SICRL_GPIO1_A 0x02000000
  125. #define SICRL_GPIO1_B 0x01000000
  126. #define SICRL_GPIO1_C 0x00800000
  127. #define SICRL_GPIO1_D 0x00400000
  128. #define SICRL_GPIO1_E 0x00200000
  129. #define SICRL_GPIO1_F 0x00180000
  130. #define SICRL_GPIO1_G 0x00040000
  131. #define SICRL_GPIO1_H 0x00020000
  132. #define SICRL_GPIO1_I 0x00010000
  133. #define SICRL_GPIO1_J 0x00008000
  134. #define SICRL_GPIO1_K 0x00004000
  135. #define SICRL_GPIO1_L 0x00003000
  136. /* SICRH bits - MPC8349 specific */
  137. #define SICRH_DDR 0x80000000
  138. #define SICRH_TSEC1_A 0x10000000
  139. #define SICRH_TSEC1_B 0x08000000
  140. #define SICRH_TSEC1_C 0x04000000
  141. #define SICRH_TSEC1_D 0x02000000
  142. #define SICRH_TSEC1_E 0x01000000
  143. #define SICRH_TSEC1_F 0x00800000
  144. #define SICRH_TSEC2_A 0x00400000
  145. #define SICRH_TSEC2_B 0x00200000
  146. #define SICRH_TSEC2_C 0x00100000
  147. #define SICRH_TSEC2_D 0x00080000
  148. #define SICRH_TSEC2_E 0x00040000
  149. #define SICRH_TSEC2_F 0x00020000
  150. #define SICRH_TSEC2_G 0x00010000
  151. #define SICRH_TSEC2_H 0x00008000
  152. #define SICRH_GPIO2_A 0x00004000
  153. #define SICRH_GPIO2_B 0x00002000
  154. #define SICRH_GPIO2_C 0x00001000
  155. #define SICRH_GPIO2_D 0x00000800
  156. #define SICRH_GPIO2_E 0x00000400
  157. #define SICRH_GPIO2_F 0x00000200
  158. #define SICRH_GPIO2_G 0x00000180
  159. #define SICRH_GPIO2_H 0x00000060
  160. #define SICRH_TSOBI1 0x00000002
  161. #define SICRH_TSOBI2 0x00000001
  162. #elif defined(CONFIG_MPC8360)
  163. /* SICRL bits - MPC8360 specific */
  164. #define SICRL_LDP_A 0xC0000000
  165. #define SICRL_LCLK_1 0x10000000
  166. #define SICRL_LCLK_2 0x08000000
  167. #define SICRL_SRCID_A 0x03000000
  168. #define SICRL_IRQ_CKSTP_A 0x00C00000
  169. /* SICRH bits - MPC8360 specific */
  170. #define SICRH_DDR 0x80000000
  171. #define SICRH_SECONDARY_DDR 0x40000000
  172. #define SICRH_SDDROE 0x20000000
  173. #define SICRH_IRQ3 0x10000000
  174. #define SICRH_UC1EOBI 0x00000004
  175. #define SICRH_UC2E1OBI 0x00000002
  176. #define SICRH_UC2E2OBI 0x00000001
  177. #elif defined(CONFIG_MPC832x)
  178. /* SICRL bits - MPC832x specific */
  179. #define SICRL_LDP_LCS_A 0x80000000
  180. #define SICRL_IRQ_CKS 0x20000000
  181. #define SICRL_PCI_MSRC 0x10000000
  182. #define SICRL_URT_CTPR 0x06000000
  183. #define SICRL_IRQ_CTPR 0x00C00000
  184. #elif defined(CONFIG_MPC8313)
  185. /* SICRL bits - MPC8313 specific */
  186. #define SICRL_LBC 0x30000000
  187. #define SICRL_UART 0x0C000000
  188. #define SICRL_SPI_A 0x03000000
  189. #define SICRL_SPI_B 0x00C00000
  190. #define SICRL_SPI_C 0x00300000
  191. #define SICRL_SPI_D 0x000C0000
  192. #define SICRL_USBDR_11 0x00000C00
  193. #define SICRL_USBDR_10 0x00000800
  194. #define SICRL_USBDR_01 0x00000400
  195. #define SICRL_USBDR_00 0x00000000
  196. #define SICRL_ETSEC1_A 0x0000000C
  197. #define SICRL_ETSEC2_A 0x00000003
  198. /* SICRH bits - MPC8313 specific */
  199. #define SICRH_INTR_A 0x02000000
  200. #define SICRH_INTR_B 0x00C00000
  201. #define SICRH_IIC 0x00300000
  202. #define SICRH_ETSEC2_B 0x000C0000
  203. #define SICRH_ETSEC2_C 0x00030000
  204. #define SICRH_ETSEC2_D 0x0000C000
  205. #define SICRH_ETSEC2_E 0x00003000
  206. #define SICRH_ETSEC2_F 0x00000C00
  207. #define SICRH_ETSEC2_G 0x00000300
  208. #define SICRH_ETSEC1_B 0x00000080
  209. #define SICRH_ETSEC1_C 0x00000060
  210. #define SICRH_GTX1_DLY 0x00000008
  211. #define SICRH_GTX2_DLY 0x00000004
  212. #define SICRH_TSOBI1 0x00000002
  213. #define SICRH_TSOBI2 0x00000001
  214. #elif defined(CONFIG_MPC8315)
  215. /* SICRL bits - MPC8315 specific */
  216. #define SICRL_DMA_CH0 0xc0000000
  217. #define SICRL_DMA_SPI 0x30000000
  218. #define SICRL_UART 0x0c000000
  219. #define SICRL_IRQ4 0x02000000
  220. #define SICRL_IRQ5 0x01800000
  221. #define SICRL_IRQ6_7 0x00400000
  222. #define SICRL_IIC1 0x00300000
  223. #define SICRL_TDM 0x000c0000
  224. #define SICRL_TDM_SHARED 0x00030000
  225. #define SICRL_PCI_A 0x0000c000
  226. #define SICRL_ELBC_A 0x00003000
  227. #define SICRL_ETSEC1_A 0x000000c0
  228. #define SICRL_ETSEC1_B 0x00000030
  229. #define SICRL_ETSEC1_C 0x0000000c
  230. #define SICRL_TSEXPOBI 0x00000001
  231. /* SICRH bits - MPC8315 specific */
  232. #define SICRH_GPIO_0 0xc0000000
  233. #define SICRH_GPIO_1 0x30000000
  234. #define SICRH_GPIO_2 0x0c000000
  235. #define SICRH_GPIO_3 0x03000000
  236. #define SICRH_GPIO_4 0x00c00000
  237. #define SICRH_GPIO_5 0x00300000
  238. #define SICRH_GPIO_6 0x000c0000
  239. #define SICRH_GPIO_7 0x00030000
  240. #define SICRH_GPIO_8 0x0000c000
  241. #define SICRH_GPIO_9 0x00003000
  242. #define SICRH_GPIO_10 0x00000c00
  243. #define SICRH_GPIO_11 0x00000300
  244. #define SICRH_ETSEC2_A 0x000000c0
  245. #define SICRH_TSOBI1 0x00000002
  246. #define SICRH_TSOBI2 0x00000001
  247. #elif defined(CONFIG_MPC837x)
  248. /* SICRL bits - MPC837x specific */
  249. #define SICRL_USB_A 0xC0000000
  250. #define SICRL_USB_B 0x30000000
  251. #define SICRL_USB_B_SD 0x20000000
  252. #define SICRL_UART 0x0C000000
  253. #define SICRL_GPIO_A 0x02000000
  254. #define SICRL_GPIO_B 0x01000000
  255. #define SICRL_GPIO_C 0x00800000
  256. #define SICRL_GPIO_D 0x00400000
  257. #define SICRL_GPIO_E 0x00200000
  258. #define SICRL_GPIO_F 0x00180000
  259. #define SICRL_GPIO_G 0x00040000
  260. #define SICRL_GPIO_H 0x00020000
  261. #define SICRL_GPIO_I 0x00010000
  262. #define SICRL_GPIO_J 0x00008000
  263. #define SICRL_GPIO_K 0x00004000
  264. #define SICRL_GPIO_L 0x00003000
  265. #define SICRL_DMA_A 0x00000800
  266. #define SICRL_DMA_B 0x00000400
  267. #define SICRL_DMA_C 0x00000200
  268. #define SICRL_DMA_D 0x00000100
  269. #define SICRL_DMA_E 0x00000080
  270. #define SICRL_DMA_F 0x00000040
  271. #define SICRL_DMA_G 0x00000020
  272. #define SICRL_DMA_H 0x00000010
  273. #define SICRL_DMA_I 0x00000008
  274. #define SICRL_DMA_J 0x00000004
  275. #define SICRL_LDP_A 0x00000002
  276. #define SICRL_LDP_B 0x00000001
  277. /* SICRH bits - MPC837x specific */
  278. #define SICRH_DDR 0x80000000
  279. #define SICRH_TSEC1_A 0x10000000
  280. #define SICRH_TSEC1_B 0x08000000
  281. #define SICRH_TSEC2_A 0x00400000
  282. #define SICRH_TSEC2_B 0x00200000
  283. #define SICRH_TSEC2_C 0x00100000
  284. #define SICRH_TSEC2_D 0x00080000
  285. #define SICRH_TSEC2_E 0x00040000
  286. #define SICRH_TMR 0x00010000
  287. #define SICRH_GPIO2_A 0x00008000
  288. #define SICRH_GPIO2_B 0x00004000
  289. #define SICRH_GPIO2_C 0x00002000
  290. #define SICRH_GPIO2_D 0x00001000
  291. #define SICRH_GPIO2_E 0x00000C00
  292. #define SICRH_GPIO2_E_SD 0x00000800
  293. #define SICRH_GPIO2_F 0x00000300
  294. #define SICRH_GPIO2_G 0x000000C0
  295. #define SICRH_GPIO2_H 0x00000030
  296. #define SICRH_SPI 0x00000003
  297. #define SICRH_SPI_SD 0x00000001
  298. #elif defined(CONFIG_MPC8308)
  299. /* SICRL bits - MPC8308 specific */
  300. #define SICRL_SPI_PF0 (0 << 28)
  301. #define SICRL_SPI_PF1 (1 << 28)
  302. #define SICRL_SPI_PF3 (3 << 28)
  303. #define SICRL_UART_PF0 (0 << 26)
  304. #define SICRL_UART_PF1 (1 << 26)
  305. #define SICRL_UART_PF3 (3 << 26)
  306. #define SICRL_IRQ_PF0 (0 << 24)
  307. #define SICRL_IRQ_PF1 (1 << 24)
  308. #define SICRL_I2C2_PF0 (0 << 20)
  309. #define SICRL_I2C2_PF1 (1 << 20)
  310. #define SICRL_ETSEC1_TX_CLK (0 << 6)
  311. #define SICRL_ETSEC1_GTX_CLK125 (1 << 6)
  312. /* SICRH bits - MPC8308 specific */
  313. #define SICRH_ESDHC_A_SD (0 << 30)
  314. #define SICRH_ESDHC_A_GTM (1 << 30)
  315. #define SICRH_ESDHC_A_GPIO (3 << 30)
  316. #define SICRH_ESDHC_B_SD (0 << 28)
  317. #define SICRH_ESDHC_B_GTM (1 << 28)
  318. #define SICRH_ESDHC_B_GPIO (3 << 28)
  319. #define SICRH_ESDHC_C_SD (0 << 26)
  320. #define SICRH_ESDHC_C_GTM (1 << 26)
  321. #define SICRH_ESDHC_C_GPIO (3 << 26)
  322. #define SICRH_GPIO_A_GPIO (0 << 24)
  323. #define SICRH_GPIO_A_TSEC2 (1 << 24)
  324. #define SICRH_GPIO_B_GPIO (0 << 22)
  325. #define SICRH_GPIO_B_TSEC2_TX_CLK (1 << 22)
  326. #define SICRH_GPIO_B_TSEC2_GTX_CLK125 (2 << 22)
  327. #define SICRH_IEEE1588_A_TMR (1 << 20)
  328. #define SICRH_IEEE1588_A_GPIO (3 << 20)
  329. #define SICRH_USB (1 << 18)
  330. #define SICRH_GTM_GTM (1 << 16)
  331. #define SICRH_GTM_GPIO (3 << 16)
  332. #define SICRH_IEEE1588_B_TMR (1 << 14)
  333. #define SICRH_IEEE1588_B_GPIO (3 << 14)
  334. #define SICRH_ETSEC2_CRS (1 << 12)
  335. #define SICRH_ETSEC2_GPIO (3 << 12)
  336. #define SICRH_GPIOSEL_0 (0 << 8)
  337. #define SICRH_GPIOSEL_1 (1 << 8)
  338. #define SICRH_TMROBI_V3P3 (0 << 4)
  339. #define SICRH_TMROBI_V2P5 (1 << 4)
  340. #define SICRH_TSOBI1_V3P3 (0 << 1)
  341. #define SICRH_TSOBI1_V2P5 (1 << 1)
  342. #define SICRH_TSOBI2_V3P3 (0 << 0)
  343. #define SICRH_TSOBI2_V2P5 (1 << 0)
  344. #endif
  345. /* SWCRR - System Watchdog Control Register
  346. */
  347. #define SWCRR 0x0204 /* Register offset to immr */
  348. #define SWCRR_SWTC 0xFFFF0000 /* Software Watchdog Time Count */
  349. #define SWCRR_SWEN 0x00000004 /* Watchdog Enable bit */
  350. #define SWCRR_SWRI 0x00000002 /* Software Watchdog Reset/Interrupt Select bit */
  351. #define SWCRR_SWPR 0x00000001 /* Software Watchdog Counter Prescale bit */
  352. #define SWCRR_RES ~(SWCRR_SWTC | SWCRR_SWEN | SWCRR_SWRI | SWCRR_SWPR)
  353. /* SWCNR - System Watchdog Counter Register
  354. */
  355. #define SWCNR 0x0208 /* Register offset to immr */
  356. #define SWCNR_SWCN 0x0000FFFF /* Software Watchdog Count mask */
  357. #define SWCNR_RES ~(SWCNR_SWCN)
  358. /* SWSRR - System Watchdog Service Register
  359. */
  360. #define SWSRR 0x020E /* Register offset to immr */
  361. /* ACR - Arbiter Configuration Register
  362. */
  363. #define ACR_COREDIS 0x10000000 /* Core disable */
  364. #define ACR_COREDIS_SHIFT (31-7)
  365. #define ACR_PIPE_DEP 0x00070000 /* Pipeline depth */
  366. #define ACR_PIPE_DEP_SHIFT (31-15)
  367. #define ACR_PCI_RPTCNT 0x00007000 /* PCI repeat count */
  368. #define ACR_PCI_RPTCNT_SHIFT (31-19)
  369. #define ACR_RPTCNT 0x00000700 /* Repeat count */
  370. #define ACR_RPTCNT_SHIFT (31-23)
  371. #define ACR_APARK 0x00000030 /* Address parking */
  372. #define ACR_APARK_SHIFT (31-27)
  373. #define ACR_PARKM 0x0000000F /* Parking master */
  374. #define ACR_PARKM_SHIFT (31-31)
  375. /* ATR - Arbiter Timers Register
  376. */
  377. #define ATR_DTO 0x00FF0000 /* Data time out */
  378. #define ATR_DTO_SHIFT 16
  379. #define ATR_ATO 0x000000FF /* Address time out */
  380. #define ATR_ATO_SHIFT 0
  381. /* AER - Arbiter Event Register
  382. */
  383. #define AER_ETEA 0x00000020 /* Transfer error */
  384. #define AER_RES 0x00000010 /* Reserved transfer type */
  385. #define AER_ECW 0x00000008 /* External control word transfer type */
  386. #define AER_AO 0x00000004 /* Address Only transfer type */
  387. #define AER_DTO 0x00000002 /* Data time out */
  388. #define AER_ATO 0x00000001 /* Address time out */
  389. /* AEATR - Arbiter Event Address Register
  390. */
  391. #define AEATR_EVENT 0x07000000 /* Event type */
  392. #define AEATR_EVENT_SHIFT 24
  393. #define AEATR_MSTR_ID 0x001F0000 /* Master Id */
  394. #define AEATR_MSTR_ID_SHIFT 16
  395. #define AEATR_TBST 0x00000800 /* Transfer burst */
  396. #define AEATR_TBST_SHIFT 11
  397. #define AEATR_TSIZE 0x00000700 /* Transfer Size */
  398. #define AEATR_TSIZE_SHIFT 8
  399. #define AEATR_TTYPE 0x0000001F /* Transfer Type */
  400. #define AEATR_TTYPE_SHIFT 0
  401. /* HRCWL - Hard Reset Configuration Word Low
  402. */
  403. #define HRCWL_LBIUCM 0x80000000
  404. #define HRCWL_LBIUCM_SHIFT 31
  405. #define HRCWL_LCL_BUS_TO_SCB_CLK_1X1 0x00000000
  406. #define HRCWL_LCL_BUS_TO_SCB_CLK_2X1 0x80000000
  407. #define HRCWL_DDRCM 0x40000000
  408. #define HRCWL_DDRCM_SHIFT 30
  409. #define HRCWL_DDR_TO_SCB_CLK_1X1 0x00000000
  410. #define HRCWL_DDR_TO_SCB_CLK_2X1 0x40000000
  411. #define HRCWL_SPMF 0x0f000000
  412. #define HRCWL_SPMF_SHIFT 24
  413. #define HRCWL_CSB_TO_CLKIN_16X1 0x00000000
  414. #define HRCWL_CSB_TO_CLKIN_1X1 0x01000000
  415. #define HRCWL_CSB_TO_CLKIN_2X1 0x02000000
  416. #define HRCWL_CSB_TO_CLKIN_3X1 0x03000000
  417. #define HRCWL_CSB_TO_CLKIN_4X1 0x04000000
  418. #define HRCWL_CSB_TO_CLKIN_5X1 0x05000000
  419. #define HRCWL_CSB_TO_CLKIN_6X1 0x06000000
  420. #define HRCWL_CSB_TO_CLKIN_7X1 0x07000000
  421. #define HRCWL_CSB_TO_CLKIN_8X1 0x08000000
  422. #define HRCWL_CSB_TO_CLKIN_9X1 0x09000000
  423. #define HRCWL_CSB_TO_CLKIN_10X1 0x0A000000
  424. #define HRCWL_CSB_TO_CLKIN_11X1 0x0B000000
  425. #define HRCWL_CSB_TO_CLKIN_12X1 0x0C000000
  426. #define HRCWL_CSB_TO_CLKIN_13X1 0x0D000000
  427. #define HRCWL_CSB_TO_CLKIN_14X1 0x0E000000
  428. #define HRCWL_CSB_TO_CLKIN_15X1 0x0F000000
  429. #define HRCWL_VCO_BYPASS 0x00000000
  430. #define HRCWL_VCO_1X2 0x00000000
  431. #define HRCWL_VCO_1X4 0x00200000
  432. #define HRCWL_VCO_1X8 0x00400000
  433. #define HRCWL_COREPLL 0x007F0000
  434. #define HRCWL_COREPLL_SHIFT 16
  435. #define HRCWL_CORE_TO_CSB_BYPASS 0x00000000
  436. #define HRCWL_CORE_TO_CSB_1X1 0x00020000
  437. #define HRCWL_CORE_TO_CSB_1_5X1 0x00030000
  438. #define HRCWL_CORE_TO_CSB_2X1 0x00040000
  439. #define HRCWL_CORE_TO_CSB_2_5X1 0x00050000
  440. #define HRCWL_CORE_TO_CSB_3X1 0x00060000
  441. #if defined(CONFIG_MPC8360) || defined(CONFIG_MPC832x)
  442. #define HRCWL_CEVCOD 0x000000C0
  443. #define HRCWL_CEVCOD_SHIFT 6
  444. #define HRCWL_CE_PLL_VCO_DIV_4 0x00000000
  445. #define HRCWL_CE_PLL_VCO_DIV_8 0x00000040
  446. #define HRCWL_CE_PLL_VCO_DIV_2 0x00000080
  447. #define HRCWL_CEPDF 0x00000020
  448. #define HRCWL_CEPDF_SHIFT 5
  449. #define HRCWL_CE_PLL_DIV_1X1 0x00000000
  450. #define HRCWL_CE_PLL_DIV_2X1 0x00000020
  451. #define HRCWL_CEPMF 0x0000001F
  452. #define HRCWL_CEPMF_SHIFT 0
  453. #define HRCWL_CE_TO_PLL_1X16_ 0x00000000
  454. #define HRCWL_CE_TO_PLL_1X2 0x00000002
  455. #define HRCWL_CE_TO_PLL_1X3 0x00000003
  456. #define HRCWL_CE_TO_PLL_1X4 0x00000004
  457. #define HRCWL_CE_TO_PLL_1X5 0x00000005
  458. #define HRCWL_CE_TO_PLL_1X6 0x00000006
  459. #define HRCWL_CE_TO_PLL_1X7 0x00000007
  460. #define HRCWL_CE_TO_PLL_1X8 0x00000008
  461. #define HRCWL_CE_TO_PLL_1X9 0x00000009
  462. #define HRCWL_CE_TO_PLL_1X10 0x0000000A
  463. #define HRCWL_CE_TO_PLL_1X11 0x0000000B
  464. #define HRCWL_CE_TO_PLL_1X12 0x0000000C
  465. #define HRCWL_CE_TO_PLL_1X13 0x0000000D
  466. #define HRCWL_CE_TO_PLL_1X14 0x0000000E
  467. #define HRCWL_CE_TO_PLL_1X15 0x0000000F
  468. #define HRCWL_CE_TO_PLL_1X16 0x00000010
  469. #define HRCWL_CE_TO_PLL_1X17 0x00000011
  470. #define HRCWL_CE_TO_PLL_1X18 0x00000012
  471. #define HRCWL_CE_TO_PLL_1X19 0x00000013
  472. #define HRCWL_CE_TO_PLL_1X20 0x00000014
  473. #define HRCWL_CE_TO_PLL_1X21 0x00000015
  474. #define HRCWL_CE_TO_PLL_1X22 0x00000016
  475. #define HRCWL_CE_TO_PLL_1X23 0x00000017
  476. #define HRCWL_CE_TO_PLL_1X24 0x00000018
  477. #define HRCWL_CE_TO_PLL_1X25 0x00000019
  478. #define HRCWL_CE_TO_PLL_1X26 0x0000001A
  479. #define HRCWL_CE_TO_PLL_1X27 0x0000001B
  480. #define HRCWL_CE_TO_PLL_1X28 0x0000001C
  481. #define HRCWL_CE_TO_PLL_1X29 0x0000001D
  482. #define HRCWL_CE_TO_PLL_1X30 0x0000001E
  483. #define HRCWL_CE_TO_PLL_1X31 0x0000001F
  484. #elif defined(CONFIG_MPC8308) || defined(CONFIG_MPC8315)
  485. #define HRCWL_SVCOD 0x30000000
  486. #define HRCWL_SVCOD_SHIFT 28
  487. #define HRCWL_SVCOD_DIV_2 0x00000000
  488. #define HRCWL_SVCOD_DIV_4 0x10000000
  489. #define HRCWL_SVCOD_DIV_8 0x20000000
  490. #define HRCWL_SVCOD_DIV_1 0x30000000
  491. #elif defined(CONFIG_MPC837x)
  492. #define HRCWL_SVCOD 0x30000000
  493. #define HRCWL_SVCOD_SHIFT 28
  494. #define HRCWL_SVCOD_DIV_4 0x00000000
  495. #define HRCWL_SVCOD_DIV_8 0x10000000
  496. #define HRCWL_SVCOD_DIV_2 0x20000000
  497. #define HRCWL_SVCOD_DIV_1 0x30000000
  498. #endif
  499. /* HRCWH - Hardware Reset Configuration Word High
  500. */
  501. #define HRCWH_PCI_HOST 0x80000000
  502. #define HRCWH_PCI_HOST_SHIFT 31
  503. #define HRCWH_PCI_AGENT 0x00000000
  504. #if defined(CONFIG_MPC834x)
  505. #define HRCWH_32_BIT_PCI 0x00000000
  506. #define HRCWH_64_BIT_PCI 0x40000000
  507. #endif
  508. #define HRCWH_PCI1_ARBITER_DISABLE 0x00000000
  509. #define HRCWH_PCI1_ARBITER_ENABLE 0x20000000
  510. #define HRCWH_PCI_ARBITER_DISABLE 0x00000000
  511. #define HRCWH_PCI_ARBITER_ENABLE 0x20000000
  512. #if defined(CONFIG_MPC834x)
  513. #define HRCWH_PCI2_ARBITER_DISABLE 0x00000000
  514. #define HRCWH_PCI2_ARBITER_ENABLE 0x10000000
  515. #elif defined(CONFIG_MPC8360)
  516. #define HRCWH_PCICKDRV_DISABLE 0x00000000
  517. #define HRCWH_PCICKDRV_ENABLE 0x10000000
  518. #endif
  519. #define HRCWH_CORE_DISABLE 0x08000000
  520. #define HRCWH_CORE_ENABLE 0x00000000
  521. #define HRCWH_FROM_0X00000100 0x00000000
  522. #define HRCWH_FROM_0XFFF00100 0x04000000
  523. #define HRCWH_BOOTSEQ_DISABLE 0x00000000
  524. #define HRCWH_BOOTSEQ_NORMAL 0x01000000
  525. #define HRCWH_BOOTSEQ_EXTENDED 0x02000000
  526. #define HRCWH_SW_WATCHDOG_DISABLE 0x00000000
  527. #define HRCWH_SW_WATCHDOG_ENABLE 0x00800000
  528. #define HRCWH_ROM_LOC_DDR_SDRAM 0x00000000
  529. #define HRCWH_ROM_LOC_PCI1 0x00100000
  530. #if defined(CONFIG_MPC834x)
  531. #define HRCWH_ROM_LOC_PCI2 0x00200000
  532. #endif
  533. #if defined(CONFIG_MPC837x)
  534. #define HRCWH_ROM_LOC_ON_CHIP_ROM 0x00300000
  535. #endif
  536. #define HRCWH_ROM_LOC_LOCAL_8BIT 0x00500000
  537. #define HRCWH_ROM_LOC_LOCAL_16BIT 0x00600000
  538. #define HRCWH_ROM_LOC_LOCAL_32BIT 0x00700000
  539. #if defined(CONFIG_MPC8308) || defined(CONFIG_MPC831x) || \
  540. defined(CONFIG_MPC837x)
  541. #define HRCWH_ROM_LOC_NAND_SP_8BIT 0x00100000
  542. #define HRCWH_ROM_LOC_NAND_SP_16BIT 0x00200000
  543. #define HRCWH_ROM_LOC_NAND_LP_8BIT 0x00500000
  544. #define HRCWH_ROM_LOC_NAND_LP_16BIT 0x00600000
  545. #define HRCWH_RL_EXT_LEGACY 0x00000000
  546. #define HRCWH_RL_EXT_NAND 0x00040000
  547. #define HRCWH_TSEC1M_MASK 0x0000E000
  548. #define HRCWH_TSEC1M_IN_MII 0x00000000
  549. #define HRCWH_TSEC1M_IN_RMII 0x00002000
  550. #define HRCWH_TSEC1M_IN_RGMII 0x00006000
  551. #define HRCWH_TSEC1M_IN_RTBI 0x0000A000
  552. #define HRCWH_TSEC1M_IN_SGMII 0x0000C000
  553. #define HRCWH_TSEC2M_MASK 0x00001C00
  554. #define HRCWH_TSEC2M_IN_MII 0x00000000
  555. #define HRCWH_TSEC2M_IN_RMII 0x00000400
  556. #define HRCWH_TSEC2M_IN_RGMII 0x00000C00
  557. #define HRCWH_TSEC2M_IN_RTBI 0x00001400
  558. #define HRCWH_TSEC2M_IN_SGMII 0x00001800
  559. #endif
  560. #if defined(CONFIG_MPC834x)
  561. #define HRCWH_TSEC1M_IN_RGMII 0x00000000
  562. #define HRCWH_TSEC1M_IN_RTBI 0x00004000
  563. #define HRCWH_TSEC1M_IN_GMII 0x00008000
  564. #define HRCWH_TSEC1M_IN_TBI 0x0000C000
  565. #define HRCWH_TSEC2M_IN_RGMII 0x00000000
  566. #define HRCWH_TSEC2M_IN_RTBI 0x00001000
  567. #define HRCWH_TSEC2M_IN_GMII 0x00002000
  568. #define HRCWH_TSEC2M_IN_TBI 0x00003000
  569. #endif
  570. #if defined(CONFIG_MPC8360)
  571. #define HRCWH_SECONDARY_DDR_DISABLE 0x00000000
  572. #define HRCWH_SECONDARY_DDR_ENABLE 0x00000010
  573. #endif
  574. #define HRCWH_BIG_ENDIAN 0x00000000
  575. #define HRCWH_LITTLE_ENDIAN 0x00000008
  576. #define HRCWH_LALE_NORMAL 0x00000000
  577. #define HRCWH_LALE_EARLY 0x00000004
  578. #define HRCWH_LDP_SET 0x00000000
  579. #define HRCWH_LDP_CLEAR 0x00000002
  580. /* RSR - Reset Status Register
  581. */
  582. #if defined(CONFIG_MPC8308) || defined(CONFIG_MPC831x) || \
  583. defined(CONFIG_MPC837x)
  584. #define RSR_RSTSRC 0xF0000000 /* Reset source */
  585. #define RSR_RSTSRC_SHIFT 28
  586. #else
  587. #define RSR_RSTSRC 0xE0000000 /* Reset source */
  588. #define RSR_RSTSRC_SHIFT 29
  589. #endif
  590. #define RSR_BSF 0x00010000 /* Boot seq. fail */
  591. #define RSR_BSF_SHIFT 16
  592. #define RSR_SWSR 0x00002000 /* software soft reset */
  593. #define RSR_SWSR_SHIFT 13
  594. #define RSR_SWHR 0x00001000 /* software hard reset */
  595. #define RSR_SWHR_SHIFT 12
  596. #define RSR_JHRS 0x00000200 /* jtag hreset */
  597. #define RSR_JHRS_SHIFT 9
  598. #define RSR_JSRS 0x00000100 /* jtag sreset status */
  599. #define RSR_JSRS_SHIFT 8
  600. #define RSR_CSHR 0x00000010 /* checkstop reset status */
  601. #define RSR_CSHR_SHIFT 4
  602. #define RSR_SWRS 0x00000008 /* software watchdog reset status */
  603. #define RSR_SWRS_SHIFT 3
  604. #define RSR_BMRS 0x00000004 /* bus monitop reset status */
  605. #define RSR_BMRS_SHIFT 2
  606. #define RSR_SRS 0x00000002 /* soft reset status */
  607. #define RSR_SRS_SHIFT 1
  608. #define RSR_HRS 0x00000001 /* hard reset status */
  609. #define RSR_HRS_SHIFT 0
  610. #define RSR_RES ~(RSR_RSTSRC | RSR_BSF | RSR_SWSR | RSR_SWHR |\
  611. RSR_JHRS | RSR_JSRS | RSR_CSHR | RSR_SWRS |\
  612. RSR_BMRS | RSR_SRS | RSR_HRS)
  613. /* RMR - Reset Mode Register
  614. */
  615. #define RMR_CSRE 0x00000001 /* checkstop reset enable */
  616. #define RMR_CSRE_SHIFT 0
  617. #define RMR_RES ~(RMR_CSRE)
  618. /* RCR - Reset Control Register
  619. */
  620. #define RCR_SWHR 0x00000002 /* software hard reset */
  621. #define RCR_SWSR 0x00000001 /* software soft reset */
  622. #define RCR_RES ~(RCR_SWHR | RCR_SWSR)
  623. /* RCER - Reset Control Enable Register
  624. */
  625. #define RCER_CRE 0x00000001 /* software hard reset */
  626. #define RCER_RES ~(RCER_CRE)
  627. /* SPMR - System PLL Mode Register
  628. */
  629. #define SPMR_LBIUCM 0x80000000
  630. #define SPMR_DDRCM 0x40000000
  631. #define SPMR_SPMF 0x0F000000
  632. #define SPMR_CKID 0x00800000
  633. #define SPMR_CKID_SHIFT 23
  634. #define SPMR_COREPLL 0x007F0000
  635. #define SPMR_CEVCOD 0x000000C0
  636. #define SPMR_CEPDF 0x00000020
  637. #define SPMR_CEPMF 0x0000001F
  638. /* OCCR - Output Clock Control Register
  639. */
  640. #define OCCR_PCICOE0 0x80000000
  641. #define OCCR_PCICOE1 0x40000000
  642. #define OCCR_PCICOE2 0x20000000
  643. #define OCCR_PCICOE3 0x10000000
  644. #define OCCR_PCICOE4 0x08000000
  645. #define OCCR_PCICOE5 0x04000000
  646. #define OCCR_PCICOE6 0x02000000
  647. #define OCCR_PCICOE7 0x01000000
  648. #define OCCR_PCICD0 0x00800000
  649. #define OCCR_PCICD1 0x00400000
  650. #define OCCR_PCICD2 0x00200000
  651. #define OCCR_PCICD3 0x00100000
  652. #define OCCR_PCICD4 0x00080000
  653. #define OCCR_PCICD5 0x00040000
  654. #define OCCR_PCICD6 0x00020000
  655. #define OCCR_PCICD7 0x00010000
  656. #define OCCR_PCI1CR 0x00000002
  657. #define OCCR_PCI2CR 0x00000001
  658. #define OCCR_PCICR OCCR_PCI1CR
  659. /* SCCR - System Clock Control Register
  660. */
  661. #define SCCR_ENCCM 0x03000000
  662. #define SCCR_ENCCM_SHIFT 24
  663. #define SCCR_ENCCM_0 0x00000000
  664. #define SCCR_ENCCM_1 0x01000000
  665. #define SCCR_ENCCM_2 0x02000000
  666. #define SCCR_ENCCM_3 0x03000000
  667. #define SCCR_PCICM 0x00010000
  668. #define SCCR_PCICM_SHIFT 16
  669. #if defined(CONFIG_MPC834x)
  670. /* SCCR bits - MPC834x specific */
  671. #define SCCR_TSEC1CM 0xc0000000
  672. #define SCCR_TSEC1CM_SHIFT 30
  673. #define SCCR_TSEC1CM_0 0x00000000
  674. #define SCCR_TSEC1CM_1 0x40000000
  675. #define SCCR_TSEC1CM_2 0x80000000
  676. #define SCCR_TSEC1CM_3 0xC0000000
  677. #define SCCR_TSEC2CM 0x30000000
  678. #define SCCR_TSEC2CM_SHIFT 28
  679. #define SCCR_TSEC2CM_0 0x00000000
  680. #define SCCR_TSEC2CM_1 0x10000000
  681. #define SCCR_TSEC2CM_2 0x20000000
  682. #define SCCR_TSEC2CM_3 0x30000000
  683. /* The MPH must have the same clock ratio as DR, unless its clock disabled */
  684. #define SCCR_USBMPHCM 0x00c00000
  685. #define SCCR_USBMPHCM_SHIFT 22
  686. #define SCCR_USBDRCM 0x00300000
  687. #define SCCR_USBDRCM_SHIFT 20
  688. #define SCCR_USBCM 0x00f00000
  689. #define SCCR_USBCM_SHIFT 20
  690. #define SCCR_USBCM_0 0x00000000
  691. #define SCCR_USBCM_1 0x00500000
  692. #define SCCR_USBCM_2 0x00A00000
  693. #define SCCR_USBCM_3 0x00F00000
  694. #elif defined(CONFIG_MPC8313)
  695. /* TSEC1 bits are for TSEC2 as well */
  696. #define SCCR_TSEC1CM 0xc0000000
  697. #define SCCR_TSEC1CM_SHIFT 30
  698. #define SCCR_TSEC1CM_0 0x00000000
  699. #define SCCR_TSEC1CM_1 0x40000000
  700. #define SCCR_TSEC1CM_2 0x80000000
  701. #define SCCR_TSEC1CM_3 0xC0000000
  702. #define SCCR_TSEC1ON 0x20000000
  703. #define SCCR_TSEC1ON_SHIFT 29
  704. #define SCCR_TSEC2ON 0x10000000
  705. #define SCCR_TSEC2ON_SHIFT 28
  706. #define SCCR_USBDRCM 0x00300000
  707. #define SCCR_USBDRCM_SHIFT 20
  708. #define SCCR_USBDRCM_0 0x00000000
  709. #define SCCR_USBDRCM_1 0x00100000
  710. #define SCCR_USBDRCM_2 0x00200000
  711. #define SCCR_USBDRCM_3 0x00300000
  712. #elif defined(CONFIG_MPC8308) || defined(CONFIG_MPC8315)
  713. /* SCCR bits - MPC8315/MPC8308 specific */
  714. #define SCCR_TSEC1CM 0xc0000000
  715. #define SCCR_TSEC1CM_SHIFT 30
  716. #define SCCR_TSEC1CM_0 0x00000000
  717. #define SCCR_TSEC1CM_1 0x40000000
  718. #define SCCR_TSEC1CM_2 0x80000000
  719. #define SCCR_TSEC1CM_3 0xC0000000
  720. #define SCCR_TSEC2CM 0x30000000
  721. #define SCCR_TSEC2CM_SHIFT 28
  722. #define SCCR_TSEC2CM_0 0x00000000
  723. #define SCCR_TSEC2CM_1 0x10000000
  724. #define SCCR_TSEC2CM_2 0x20000000
  725. #define SCCR_TSEC2CM_3 0x30000000
  726. #define SCCR_SDHCCM 0x0c000000
  727. #define SCCR_SDHCCM_SHIFT 26
  728. #define SCCR_SDHCCM_0 0x00000000
  729. #define SCCR_SDHCCM_1 0x04000000
  730. #define SCCR_SDHCCM_2 0x08000000
  731. #define SCCR_SDHCCM_3 0x0c000000
  732. #define SCCR_USBDRCM 0x00c00000
  733. #define SCCR_USBDRCM_SHIFT 22
  734. #define SCCR_USBDRCM_0 0x00000000
  735. #define SCCR_USBDRCM_1 0x00400000
  736. #define SCCR_USBDRCM_2 0x00800000
  737. #define SCCR_USBDRCM_3 0x00c00000
  738. #define SCCR_SATA1CM 0x00003000
  739. #define SCCR_SATA1CM_SHIFT 12
  740. #define SCCR_SATACM 0x00003c00
  741. #define SCCR_SATACM_SHIFT 10
  742. #define SCCR_SATACM_0 0x00000000
  743. #define SCCR_SATACM_1 0x00001400
  744. #define SCCR_SATACM_2 0x00002800
  745. #define SCCR_SATACM_3 0x00003c00
  746. #define SCCR_TDMCM 0x00000030
  747. #define SCCR_TDMCM_SHIFT 4
  748. #define SCCR_TDMCM_0 0x00000000
  749. #define SCCR_TDMCM_1 0x00000010
  750. #define SCCR_TDMCM_2 0x00000020
  751. #define SCCR_TDMCM_3 0x00000030
  752. #elif defined(CONFIG_MPC837x)
  753. /* SCCR bits - MPC837x specific */
  754. #define SCCR_TSEC1CM 0xc0000000
  755. #define SCCR_TSEC1CM_SHIFT 30
  756. #define SCCR_TSEC1CM_0 0x00000000
  757. #define SCCR_TSEC1CM_1 0x40000000
  758. #define SCCR_TSEC1CM_2 0x80000000
  759. #define SCCR_TSEC1CM_3 0xC0000000
  760. #define SCCR_TSEC2CM 0x30000000
  761. #define SCCR_TSEC2CM_SHIFT 28
  762. #define SCCR_TSEC2CM_0 0x00000000
  763. #define SCCR_TSEC2CM_1 0x10000000
  764. #define SCCR_TSEC2CM_2 0x20000000
  765. #define SCCR_TSEC2CM_3 0x30000000
  766. #define SCCR_SDHCCM 0x0c000000
  767. #define SCCR_SDHCCM_SHIFT 26
  768. #define SCCR_SDHCCM_0 0x00000000
  769. #define SCCR_SDHCCM_1 0x04000000
  770. #define SCCR_SDHCCM_2 0x08000000
  771. #define SCCR_SDHCCM_3 0x0c000000
  772. #define SCCR_USBDRCM 0x00c00000
  773. #define SCCR_USBDRCM_SHIFT 22
  774. #define SCCR_USBDRCM_0 0x00000000
  775. #define SCCR_USBDRCM_1 0x00400000
  776. #define SCCR_USBDRCM_2 0x00800000
  777. #define SCCR_USBDRCM_3 0x00c00000
  778. /* All of the four SATA controllers must have the same clock ratio */
  779. #define SCCR_SATA1CM 0x000000c0
  780. #define SCCR_SATA1CM_SHIFT 6
  781. #define SCCR_SATACM 0x000000ff
  782. #define SCCR_SATACM_SHIFT 0
  783. #define SCCR_SATACM_0 0x00000000
  784. #define SCCR_SATACM_1 0x00000055
  785. #define SCCR_SATACM_2 0x000000aa
  786. #define SCCR_SATACM_3 0x000000ff
  787. #endif
  788. #define SCCR_PCIEXP1CM 0x00300000
  789. #define SCCR_PCIEXP1CM_SHIFT 20
  790. #define SCCR_PCIEXP1CM_0 0x00000000
  791. #define SCCR_PCIEXP1CM_1 0x00100000
  792. #define SCCR_PCIEXP1CM_2 0x00200000
  793. #define SCCR_PCIEXP1CM_3 0x00300000
  794. #define SCCR_PCIEXP2CM 0x000c0000
  795. #define SCCR_PCIEXP2CM_SHIFT 18
  796. #define SCCR_PCIEXP2CM_0 0x00000000
  797. #define SCCR_PCIEXP2CM_1 0x00040000
  798. #define SCCR_PCIEXP2CM_2 0x00080000
  799. #define SCCR_PCIEXP2CM_3 0x000c0000
  800. /* CSn_BDNS - Chip Select memory Bounds Register
  801. */
  802. #define CSBNDS_SA 0x00FF0000
  803. #define CSBNDS_SA_SHIFT 8
  804. #define CSBNDS_EA 0x000000FF
  805. #define CSBNDS_EA_SHIFT 24
  806. /* CSn_CONFIG - Chip Select Configuration Register
  807. */
  808. #define CSCONFIG_EN 0x80000000
  809. #define CSCONFIG_AP 0x00800000
  810. #define CSCONFIG_ODT_WR_ACS 0x00010000
  811. #if defined(CONFIG_MPC832x)
  812. #define CSCONFIG_ODT_WR_CFG 0x00040000
  813. #endif
  814. #define CSCONFIG_BANK_BIT_3 0x00004000
  815. #define CSCONFIG_ROW_BIT 0x00000700
  816. #define CSCONFIG_ROW_BIT_12 0x00000000
  817. #define CSCONFIG_ROW_BIT_13 0x00000100
  818. #define CSCONFIG_ROW_BIT_14 0x00000200
  819. #define CSCONFIG_COL_BIT 0x00000007
  820. #define CSCONFIG_COL_BIT_8 0x00000000
  821. #define CSCONFIG_COL_BIT_9 0x00000001
  822. #define CSCONFIG_COL_BIT_10 0x00000002
  823. #define CSCONFIG_COL_BIT_11 0x00000003
  824. /* TIMING_CFG_0 - DDR SDRAM Timing Configuration 0
  825. */
  826. #define TIMING_CFG0_RWT 0xC0000000
  827. #define TIMING_CFG0_RWT_SHIFT 30
  828. #define TIMING_CFG0_WRT 0x30000000
  829. #define TIMING_CFG0_WRT_SHIFT 28
  830. #define TIMING_CFG0_RRT 0x0C000000
  831. #define TIMING_CFG0_RRT_SHIFT 26
  832. #define TIMING_CFG0_WWT 0x03000000
  833. #define TIMING_CFG0_WWT_SHIFT 24
  834. #define TIMING_CFG0_ACT_PD_EXIT 0x00700000
  835. #define TIMING_CFG0_ACT_PD_EXIT_SHIFT 20
  836. #define TIMING_CFG0_PRE_PD_EXIT 0x00070000
  837. #define TIMING_CFG0_PRE_PD_EXIT_SHIFT 16
  838. #define TIMING_CFG0_ODT_PD_EXIT 0x00000F00
  839. #define TIMING_CFG0_ODT_PD_EXIT_SHIFT 8
  840. #define TIMING_CFG0_MRS_CYC 0x0000000F
  841. #define TIMING_CFG0_MRS_CYC_SHIFT 0
  842. /* TIMING_CFG_1 - DDR SDRAM Timing Configuration 1
  843. */
  844. #define TIMING_CFG1_PRETOACT 0x70000000
  845. #define TIMING_CFG1_PRETOACT_SHIFT 28
  846. #define TIMING_CFG1_ACTTOPRE 0x0F000000
  847. #define TIMING_CFG1_ACTTOPRE_SHIFT 24
  848. #define TIMING_CFG1_ACTTORW 0x00700000
  849. #define TIMING_CFG1_ACTTORW_SHIFT 20
  850. #define TIMING_CFG1_CASLAT 0x00070000
  851. #define TIMING_CFG1_CASLAT_SHIFT 16
  852. #define TIMING_CFG1_REFREC 0x0000F000
  853. #define TIMING_CFG1_REFREC_SHIFT 12
  854. #define TIMING_CFG1_WRREC 0x00000700
  855. #define TIMING_CFG1_WRREC_SHIFT 8
  856. #define TIMING_CFG1_ACTTOACT 0x00000070
  857. #define TIMING_CFG1_ACTTOACT_SHIFT 4
  858. #define TIMING_CFG1_WRTORD 0x00000007
  859. #define TIMING_CFG1_WRTORD_SHIFT 0
  860. #define TIMING_CFG1_CASLAT_20 0x00030000 /* CAS latency = 2.0 */
  861. #define TIMING_CFG1_CASLAT_25 0x00040000 /* CAS latency = 2.5 */
  862. #define TIMING_CFG1_CASLAT_30 0x00050000 /* CAS latency = 3.0 */
  863. #define TIMING_CFG1_CASLAT_35 0x00060000 /* CAS latency = 3.5 */
  864. #define TIMING_CFG1_CASLAT_40 0x00070000 /* CAS latency = 4.0 */
  865. #define TIMING_CFG1_CASLAT_45 0x00080000 /* CAS latency = 4.5 */
  866. #define TIMING_CFG1_CASLAT_50 0x00090000 /* CAS latency = 5.0 */
  867. /* TIMING_CFG_2 - DDR SDRAM Timing Configuration 2
  868. */
  869. #define TIMING_CFG2_CPO 0x0F800000
  870. #define TIMING_CFG2_CPO_SHIFT 23
  871. #define TIMING_CFG2_ACSM 0x00080000
  872. #define TIMING_CFG2_WR_DATA_DELAY 0x00001C00
  873. #define TIMING_CFG2_WR_DATA_DELAY_SHIFT 10
  874. #define TIMING_CFG2_CPO_DEF 0x00000000 /* default (= CASLAT + 1) */
  875. #define TIMING_CFG2_ADD_LAT 0x70000000
  876. #define TIMING_CFG2_ADD_LAT_SHIFT 28
  877. #define TIMING_CFG2_WR_LAT_DELAY 0x00380000
  878. #define TIMING_CFG2_WR_LAT_DELAY_SHIFT 19
  879. #define TIMING_CFG2_RD_TO_PRE 0x0000E000
  880. #define TIMING_CFG2_RD_TO_PRE_SHIFT 13
  881. #define TIMING_CFG2_CKE_PLS 0x000001C0
  882. #define TIMING_CFG2_CKE_PLS_SHIFT 6
  883. #define TIMING_CFG2_FOUR_ACT 0x0000003F
  884. #define TIMING_CFG2_FOUR_ACT_SHIFT 0
  885. /* DDR_SDRAM_CFG - DDR SDRAM Control Configuration
  886. */
  887. #define SDRAM_CFG_MEM_EN 0x80000000
  888. #define SDRAM_CFG_SREN 0x40000000
  889. #define SDRAM_CFG_ECC_EN 0x20000000
  890. #define SDRAM_CFG_RD_EN 0x10000000
  891. #define SDRAM_CFG_SDRAM_TYPE_DDR1 0x02000000
  892. #define SDRAM_CFG_SDRAM_TYPE_DDR2 0x03000000
  893. #define SDRAM_CFG_SDRAM_TYPE_MASK 0x07000000
  894. #define SDRAM_CFG_SDRAM_TYPE_SHIFT 24
  895. #define SDRAM_CFG_DYN_PWR 0x00200000
  896. #define SDRAM_CFG_32_BE 0x00080000
  897. #define SDRAM_CFG_8_BE 0x00040000
  898. #define SDRAM_CFG_NCAP 0x00020000
  899. #define SDRAM_CFG_2T_EN 0x00008000
  900. #define SDRAM_CFG_BI 0x00000001
  901. /* DDR_SDRAM_MODE - DDR SDRAM Mode Register
  902. */
  903. #define SDRAM_MODE_ESD 0xFFFF0000
  904. #define SDRAM_MODE_ESD_SHIFT 16
  905. #define SDRAM_MODE_SD 0x0000FFFF
  906. #define SDRAM_MODE_SD_SHIFT 0
  907. #define DDR_MODE_EXT_MODEREG 0x4000 /* select extended mode reg */
  908. #define DDR_MODE_EXT_OPMODE 0x3FF8 /* operating mode, mask */
  909. #define DDR_MODE_EXT_OP_NORMAL 0x0000 /* normal operation */
  910. #define DDR_MODE_QFC 0x0004 /* QFC / compatibility, mask */
  911. #define DDR_MODE_QFC_COMP 0x0000 /* compatible to older SDRAMs */
  912. #define DDR_MODE_WEAK 0x0002 /* weak drivers */
  913. #define DDR_MODE_DLL_DIS 0x0001 /* disable DLL */
  914. #define DDR_MODE_CASLAT 0x0070 /* CAS latency, mask */
  915. #define DDR_MODE_CASLAT_15 0x0010 /* CAS latency 1.5 */
  916. #define DDR_MODE_CASLAT_20 0x0020 /* CAS latency 2 */
  917. #define DDR_MODE_CASLAT_25 0x0060 /* CAS latency 2.5 */
  918. #define DDR_MODE_CASLAT_30 0x0030 /* CAS latency 3 */
  919. #define DDR_MODE_BTYPE_SEQ 0x0000 /* sequential burst */
  920. #define DDR_MODE_BTYPE_ILVD 0x0008 /* interleaved burst */
  921. #define DDR_MODE_BLEN_2 0x0001 /* burst length 2 */
  922. #define DDR_MODE_BLEN_4 0x0002 /* burst length 4 */
  923. #define DDR_REFINT_166MHZ_7US 1302 /* exact value for 7.8125us */
  924. #define DDR_BSTOPRE 256 /* use 256 cycles as a starting point */
  925. #define DDR_MODE_MODEREG 0x0000 /* select mode register */
  926. /* DDR_SDRAM_INTERVAL - DDR SDRAM Interval Register
  927. */
  928. #define SDRAM_INTERVAL_REFINT 0x3FFF0000
  929. #define SDRAM_INTERVAL_REFINT_SHIFT 16
  930. #define SDRAM_INTERVAL_BSTOPRE 0x00003FFF
  931. #define SDRAM_INTERVAL_BSTOPRE_SHIFT 0
  932. /* DDR_SDRAM_CLK_CNTL - DDR SDRAM Clock Control Register
  933. */
  934. #define DDR_SDRAM_CLK_CNTL_SS_EN 0x80000000
  935. #define DDR_SDRAM_CLK_CNTL_CLK_ADJUST_025 0x01000000
  936. #define DDR_SDRAM_CLK_CNTL_CLK_ADJUST_05 0x02000000
  937. #define DDR_SDRAM_CLK_CNTL_CLK_ADJUST_075 0x03000000
  938. #define DDR_SDRAM_CLK_CNTL_CLK_ADJUST_1 0x04000000
  939. /* ECC_ERR_INJECT - Memory data path error injection mask ECC
  940. */
  941. #define ECC_ERR_INJECT_EMB (0x80000000>>22) /* ECC Mirror Byte */
  942. #define ECC_ERR_INJECT_EIEN (0x80000000>>23) /* Error Injection Enable */
  943. #define ECC_ERR_INJECT_EEIM (0xff000000>>24) /* ECC Erroe Injection Enable */
  944. #define ECC_ERR_INJECT_EEIM_SHIFT 0
  945. /* CAPTURE_ECC - Memory data path read capture ECC
  946. */
  947. #define CAPTURE_ECC_ECE (0xff000000>>24)
  948. #define CAPTURE_ECC_ECE_SHIFT 0
  949. /* ERR_DETECT - Memory error detect
  950. */
  951. #define ECC_ERROR_DETECT_MME (0x80000000>>0) /* Multiple Memory Errors */
  952. #define ECC_ERROR_DETECT_MBE (0x80000000>>28) /* Multiple-Bit Error */
  953. #define ECC_ERROR_DETECT_SBE (0x80000000>>29) /* Single-Bit ECC Error Pickup */
  954. #define ECC_ERROR_DETECT_MSE (0x80000000>>31) /* Memory Select Error */
  955. /* ERR_DISABLE - Memory error disable
  956. */
  957. #define ECC_ERROR_DISABLE_MBED (0x80000000>>28) /* Multiple-Bit ECC Error Disable */
  958. #define ECC_ERROR_DISABLE_SBED (0x80000000>>29) /* Sinle-Bit ECC Error disable */
  959. #define ECC_ERROR_DISABLE_MSED (0x80000000>>31) /* Memory Select Error Disable */
  960. #define ECC_ERROR_ENABLE ~(ECC_ERROR_DISABLE_MSED | ECC_ERROR_DISABLE_SBED |\
  961. ECC_ERROR_DISABLE_MBED)
  962. /* ERR_INT_EN - Memory error interrupt enable
  963. */
  964. #define ECC_ERR_INT_EN_MBEE (0x80000000>>28) /* Multiple-Bit ECC Error Interrupt Enable */
  965. #define ECC_ERR_INT_EN_SBEE (0x80000000>>29) /* Single-Bit ECC Error Interrupt Enable */
  966. #define ECC_ERR_INT_EN_MSEE (0x80000000>>31) /* Memory Select Error Interrupt Enable */
  967. #define ECC_ERR_INT_DISABLE ~(ECC_ERR_INT_EN_MBEE | ECC_ERR_INT_EN_SBEE |\
  968. ECC_ERR_INT_EN_MSEE)
  969. /* CAPTURE_ATTRIBUTES - Memory error attributes capture
  970. */
  971. #define ECC_CAPT_ATTR_BNUM (0xe0000000>>1) /* Data Beat Num */
  972. #define ECC_CAPT_ATTR_BNUM_SHIFT 28
  973. #define ECC_CAPT_ATTR_TSIZ (0xc0000000>>6) /* Transaction Size */
  974. #define ECC_CAPT_ATTR_TSIZ_FOUR_DW 0
  975. #define ECC_CAPT_ATTR_TSIZ_ONE_DW 1
  976. #define ECC_CAPT_ATTR_TSIZ_TWO_DW 2
  977. #define ECC_CAPT_ATTR_TSIZ_THREE_DW 3
  978. #define ECC_CAPT_ATTR_TSIZ_SHIFT 24
  979. #define ECC_CAPT_ATTR_TSRC (0xf8000000>>11) /* Transaction Source */
  980. #define ECC_CAPT_ATTR_TSRC_E300_CORE_DT 0x0
  981. #define ECC_CAPT_ATTR_TSRC_E300_CORE_IF 0x2
  982. #define ECC_CAPT_ATTR_TSRC_TSEC1 0x4
  983. #define ECC_CAPT_ATTR_TSRC_TSEC2 0x5
  984. #define ECC_CAPT_ATTR_TSRC_USB (0x06|0x07)
  985. #define ECC_CAPT_ATTR_TSRC_ENCRYPT 0x8
  986. #define ECC_CAPT_ATTR_TSRC_I2C 0x9
  987. #define ECC_CAPT_ATTR_TSRC_JTAG 0xA
  988. #define ECC_CAPT_ATTR_TSRC_PCI1 0xD
  989. #define ECC_CAPT_ATTR_TSRC_PCI2 0xE
  990. #define ECC_CAPT_ATTR_TSRC_DMA 0xF
  991. #define ECC_CAPT_ATTR_TSRC_SHIFT 16
  992. #define ECC_CAPT_ATTR_TTYP (0xe0000000>>18) /* Transaction Type */
  993. #define ECC_CAPT_ATTR_TTYP_WRITE 0x1
  994. #define ECC_CAPT_ATTR_TTYP_READ 0x2
  995. #define ECC_CAPT_ATTR_TTYP_R_M_W 0x3
  996. #define ECC_CAPT_ATTR_TTYP_SHIFT 12
  997. #define ECC_CAPT_ATTR_VLD (0x80000000>>31) /* Valid */
  998. /* ERR_SBE - Single bit ECC memory error management
  999. */
  1000. #define ECC_ERROR_MAN_SBET (0xff000000>>8) /* Single-Bit Error Threshold 0..255 */
  1001. #define ECC_ERROR_MAN_SBET_SHIFT 16
  1002. #define ECC_ERROR_MAN_SBEC (0xff000000>>24) /* Single Bit Error Counter 0..255 */
  1003. #define ECC_ERROR_MAN_SBEC_SHIFT 0
  1004. /* CONFIG_ADDRESS - PCI Config Address Register
  1005. */
  1006. #define PCI_CONFIG_ADDRESS_EN 0x80000000
  1007. #define PCI_CONFIG_ADDRESS_BN_SHIFT 16
  1008. #define PCI_CONFIG_ADDRESS_BN_MASK 0x00ff0000
  1009. #define PCI_CONFIG_ADDRESS_DN_SHIFT 11
  1010. #define PCI_CONFIG_ADDRESS_DN_MASK 0x0000f800
  1011. #define PCI_CONFIG_ADDRESS_FN_SHIFT 8
  1012. #define PCI_CONFIG_ADDRESS_FN_MASK 0x00000700
  1013. #define PCI_CONFIG_ADDRESS_RN_SHIFT 0
  1014. #define PCI_CONFIG_ADDRESS_RN_MASK 0x000000fc
  1015. /* POTAR - PCI Outbound Translation Address Register
  1016. */
  1017. #define POTAR_TA_MASK 0x000fffff
  1018. /* POBAR - PCI Outbound Base Address Register
  1019. */
  1020. #define POBAR_BA_MASK 0x000fffff
  1021. /* POCMR - PCI Outbound Comparision Mask Register
  1022. */
  1023. #define POCMR_EN 0x80000000
  1024. #define POCMR_IO 0x40000000 /* 0-memory space 1-I/O space */
  1025. #define POCMR_SE 0x20000000 /* streaming enable */
  1026. #define POCMR_DST 0x10000000 /* 0-PCI1 1-PCI2 */
  1027. #define POCMR_CM_MASK 0x000fffff
  1028. #define POCMR_CM_4G 0x00000000
  1029. #define POCMR_CM_2G 0x00080000
  1030. #define POCMR_CM_1G 0x000C0000
  1031. #define POCMR_CM_512M 0x000E0000
  1032. #define POCMR_CM_256M 0x000F0000
  1033. #define POCMR_CM_128M 0x000F8000
  1034. #define POCMR_CM_64M 0x000FC000
  1035. #define POCMR_CM_32M 0x000FE000
  1036. #define POCMR_CM_16M 0x000FF000
  1037. #define POCMR_CM_8M 0x000FF800
  1038. #define POCMR_CM_4M 0x000FFC00
  1039. #define POCMR_CM_2M 0x000FFE00
  1040. #define POCMR_CM_1M 0x000FFF00
  1041. #define POCMR_CM_512K 0x000FFF80
  1042. #define POCMR_CM_256K 0x000FFFC0
  1043. #define POCMR_CM_128K 0x000FFFE0
  1044. #define POCMR_CM_64K 0x000FFFF0
  1045. #define POCMR_CM_32K 0x000FFFF8
  1046. #define POCMR_CM_16K 0x000FFFFC
  1047. #define POCMR_CM_8K 0x000FFFFE
  1048. #define POCMR_CM_4K 0x000FFFFF
  1049. /* PITAR - PCI Inbound Translation Address Register
  1050. */
  1051. #define PITAR_TA_MASK 0x000fffff
  1052. /* PIBAR - PCI Inbound Base/Extended Address Register
  1053. */
  1054. #define PIBAR_MASK 0xffffffff
  1055. #define PIEBAR_EBA_MASK 0x000fffff
  1056. /* PIWAR - PCI Inbound Windows Attributes Register
  1057. */
  1058. #define PIWAR_EN 0x80000000
  1059. #define PIWAR_PF 0x20000000
  1060. #define PIWAR_RTT_MASK 0x000f0000
  1061. #define PIWAR_RTT_NO_SNOOP 0x00040000
  1062. #define PIWAR_RTT_SNOOP 0x00050000
  1063. #define PIWAR_WTT_MASK 0x0000f000
  1064. #define PIWAR_WTT_NO_SNOOP 0x00004000
  1065. #define PIWAR_WTT_SNOOP 0x00005000
  1066. #define PIWAR_IWS_MASK 0x0000003F
  1067. #define PIWAR_IWS_4K 0x0000000B
  1068. #define PIWAR_IWS_8K 0x0000000C
  1069. #define PIWAR_IWS_16K 0x0000000D
  1070. #define PIWAR_IWS_32K 0x0000000E
  1071. #define PIWAR_IWS_64K 0x0000000F
  1072. #define PIWAR_IWS_128K 0x00000010
  1073. #define PIWAR_IWS_256K 0x00000011
  1074. #define PIWAR_IWS_512K 0x00000012
  1075. #define PIWAR_IWS_1M 0x00000013
  1076. #define PIWAR_IWS_2M 0x00000014
  1077. #define PIWAR_IWS_4M 0x00000015
  1078. #define PIWAR_IWS_8M 0x00000016
  1079. #define PIWAR_IWS_16M 0x00000017
  1080. #define PIWAR_IWS_32M 0x00000018
  1081. #define PIWAR_IWS_64M 0x00000019
  1082. #define PIWAR_IWS_128M 0x0000001A
  1083. #define PIWAR_IWS_256M 0x0000001B
  1084. #define PIWAR_IWS_512M 0x0000001C
  1085. #define PIWAR_IWS_1G 0x0000001D
  1086. #define PIWAR_IWS_2G 0x0000001E
  1087. /* PMCCR1 - PCI Configuration Register 1
  1088. */
  1089. #define PMCCR1_POWER_OFF 0x00000020
  1090. /* DDRCDR - DDR Control Driver Register
  1091. */
  1092. #define DDRCDR_DHC_EN 0x80000000
  1093. #define DDRCDR_EN 0x40000000
  1094. #define DDRCDR_PZ 0x3C000000
  1095. #define DDRCDR_PZ_MAXZ 0x00000000
  1096. #define DDRCDR_PZ_HIZ 0x20000000
  1097. #define DDRCDR_PZ_NOMZ 0x30000000
  1098. #define DDRCDR_PZ_LOZ 0x38000000
  1099. #define DDRCDR_PZ_MINZ 0x3C000000
  1100. #define DDRCDR_NZ 0x3C000000
  1101. #define DDRCDR_NZ_MAXZ 0x00000000
  1102. #define DDRCDR_NZ_HIZ 0x02000000
  1103. #define DDRCDR_NZ_NOMZ 0x03000000
  1104. #define DDRCDR_NZ_LOZ 0x03800000
  1105. #define DDRCDR_NZ_MINZ 0x03C00000
  1106. #define DDRCDR_ODT 0x00080000
  1107. #define DDRCDR_DDR_CFG 0x00040000
  1108. #define DDRCDR_M_ODR 0x00000002
  1109. #define DDRCDR_Q_DRN 0x00000001
  1110. /* PCIE Bridge Register
  1111. */
  1112. #define PEX_CSB_CTRL_OBPIOE 0x00000001
  1113. #define PEX_CSB_CTRL_IBPIOE 0x00000002
  1114. #define PEX_CSB_CTRL_WDMAE 0x00000004
  1115. #define PEX_CSB_CTRL_RDMAE 0x00000008
  1116. #define PEX_CSB_OBCTRL_PIOE 0x00000001
  1117. #define PEX_CSB_OBCTRL_MEMWE 0x00000002
  1118. #define PEX_CSB_OBCTRL_IOWE 0x00000004
  1119. #define PEX_CSB_OBCTRL_CFGWE 0x00000008
  1120. #define PEX_CSB_IBCTRL_PIOE 0x00000001
  1121. #define PEX_OWAR_EN 0x00000001
  1122. #define PEX_OWAR_TYPE_CFG 0x00000000
  1123. #define PEX_OWAR_TYPE_IO 0x00000002
  1124. #define PEX_OWAR_TYPE_MEM 0x00000004
  1125. #define PEX_OWAR_RLXO 0x00000008
  1126. #define PEX_OWAR_NANP 0x00000010
  1127. #define PEX_OWAR_SIZE 0xFFFFF000
  1128. #define PEX_IWAR_EN 0x00000001
  1129. #define PEX_IWAR_TYPE_INT 0x00000000
  1130. #define PEX_IWAR_TYPE_PF 0x00000004
  1131. #define PEX_IWAR_TYPE_NO_PF 0x00000006
  1132. #define PEX_IWAR_NSOV 0x00000008
  1133. #define PEX_IWAR_NSNP 0x00000010
  1134. #define PEX_IWAR_SIZE 0xFFFFF000
  1135. #define PEX_IWAR_SIZE_1M 0x000FF000
  1136. #define PEX_IWAR_SIZE_2M 0x001FF000
  1137. #define PEX_IWAR_SIZE_4M 0x003FF000
  1138. #define PEX_IWAR_SIZE_8M 0x007FF000
  1139. #define PEX_IWAR_SIZE_16M 0x00FFF000
  1140. #define PEX_IWAR_SIZE_32M 0x01FFF000
  1141. #define PEX_IWAR_SIZE_64M 0x03FFF000
  1142. #define PEX_IWAR_SIZE_128M 0x07FFF000
  1143. #define PEX_IWAR_SIZE_256M 0x0FFFF000
  1144. #define PEX_GCLK_RATIO 0x440
  1145. #ifndef __ASSEMBLY__
  1146. struct pci_region;
  1147. void mpc83xx_pci_init(int num_buses, struct pci_region **reg);
  1148. void mpc83xx_pcislave_unlock(int bus);
  1149. void mpc83xx_pcie_init(int num_buses, struct pci_region **reg);
  1150. #endif
  1151. #endif /* __MPC83XX_H__ */