edp.xml.h 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. #ifndef EDP_XML
  2. #define EDP_XML
  3. /* Autogenerated file, DO NOT EDIT manually!
  4. This file was generated by the rules-ng-ng headergen tool in this git repository:
  5. http://github.com/freedreno/envytools/
  6. git clone https://github.com/freedreno/envytools.git
  7. The rules-ng-ng source files this header was generated from are:
  8. - /home/robclark/src/freedreno/envytools/rnndb/msm.xml ( 676 bytes, from 2015-05-20 20:03:14)
  9. - /home/robclark/src/freedreno/envytools/rnndb/freedreno_copyright.xml ( 1453 bytes, from 2015-05-20 20:03:07)
  10. - /home/robclark/src/freedreno/envytools/rnndb/mdp/mdp4.xml ( 20915 bytes, from 2015-05-20 20:03:14)
  11. - /home/robclark/src/freedreno/envytools/rnndb/mdp/mdp_common.xml ( 2849 bytes, from 2015-09-18 12:07:28)
  12. - /home/robclark/src/freedreno/envytools/rnndb/mdp/mdp5.xml ( 37194 bytes, from 2015-09-18 12:07:28)
  13. - /home/robclark/src/freedreno/envytools/rnndb/dsi/dsi.xml ( 27887 bytes, from 2015-10-22 16:34:52)
  14. - /home/robclark/src/freedreno/envytools/rnndb/dsi/sfpb.xml ( 602 bytes, from 2015-10-22 16:35:02)
  15. - /home/robclark/src/freedreno/envytools/rnndb/dsi/mmss_cc.xml ( 1686 bytes, from 2015-05-20 20:03:14)
  16. - /home/robclark/src/freedreno/envytools/rnndb/hdmi/qfprom.xml ( 600 bytes, from 2015-05-20 20:03:07)
  17. - /home/robclark/src/freedreno/envytools/rnndb/hdmi/hdmi.xml ( 29154 bytes, from 2015-08-10 21:25:43)
  18. - /home/robclark/src/freedreno/envytools/rnndb/edp/edp.xml ( 10416 bytes, from 2015-05-20 20:03:14)
  19. Copyright (C) 2013-2015 by the following authors:
  20. - Rob Clark <robdclark@gmail.com> (robclark)
  21. Permission is hereby granted, free of charge, to any person obtaining
  22. a copy of this software and associated documentation files (the
  23. "Software"), to deal in the Software without restriction, including
  24. without limitation the rights to use, copy, modify, merge, publish,
  25. distribute, sublicense, and/or sell copies of the Software, and to
  26. permit persons to whom the Software is furnished to do so, subject to
  27. the following conditions:
  28. The above copyright notice and this permission notice (including the
  29. next paragraph) shall be included in all copies or substantial
  30. portions of the Software.
  31. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  32. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  33. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  34. IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE
  35. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  36. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  37. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  38. */
  39. enum edp_color_depth {
  40. EDP_6BIT = 0,
  41. EDP_8BIT = 1,
  42. EDP_10BIT = 2,
  43. EDP_12BIT = 3,
  44. EDP_16BIT = 4,
  45. };
  46. enum edp_component_format {
  47. EDP_RGB = 0,
  48. EDP_YUV422 = 1,
  49. EDP_YUV444 = 2,
  50. };
  51. #define REG_EDP_MAINLINK_CTRL 0x00000004
  52. #define EDP_MAINLINK_CTRL_ENABLE 0x00000001
  53. #define EDP_MAINLINK_CTRL_RESET 0x00000002
  54. #define REG_EDP_STATE_CTRL 0x00000008
  55. #define EDP_STATE_CTRL_TRAIN_PATTERN_1 0x00000001
  56. #define EDP_STATE_CTRL_TRAIN_PATTERN_2 0x00000002
  57. #define EDP_STATE_CTRL_TRAIN_PATTERN_3 0x00000004
  58. #define EDP_STATE_CTRL_SYMBOL_ERR_RATE_MEAS 0x00000008
  59. #define EDP_STATE_CTRL_PRBS7 0x00000010
  60. #define EDP_STATE_CTRL_CUSTOM_80_BIT_PATTERN 0x00000020
  61. #define EDP_STATE_CTRL_SEND_VIDEO 0x00000040
  62. #define EDP_STATE_CTRL_PUSH_IDLE 0x00000080
  63. #define REG_EDP_CONFIGURATION_CTRL 0x0000000c
  64. #define EDP_CONFIGURATION_CTRL_SYNC_CLK 0x00000001
  65. #define EDP_CONFIGURATION_CTRL_STATIC_MVID 0x00000002
  66. #define EDP_CONFIGURATION_CTRL_PROGRESSIVE 0x00000004
  67. #define EDP_CONFIGURATION_CTRL_LANES__MASK 0x00000030
  68. #define EDP_CONFIGURATION_CTRL_LANES__SHIFT 4
  69. static inline uint32_t EDP_CONFIGURATION_CTRL_LANES(uint32_t val)
  70. {
  71. return ((val) << EDP_CONFIGURATION_CTRL_LANES__SHIFT) & EDP_CONFIGURATION_CTRL_LANES__MASK;
  72. }
  73. #define EDP_CONFIGURATION_CTRL_ENHANCED_FRAMING 0x00000040
  74. #define EDP_CONFIGURATION_CTRL_COLOR__MASK 0x00000100
  75. #define EDP_CONFIGURATION_CTRL_COLOR__SHIFT 8
  76. static inline uint32_t EDP_CONFIGURATION_CTRL_COLOR(enum edp_color_depth val)
  77. {
  78. return ((val) << EDP_CONFIGURATION_CTRL_COLOR__SHIFT) & EDP_CONFIGURATION_CTRL_COLOR__MASK;
  79. }
  80. #define REG_EDP_SOFTWARE_MVID 0x00000014
  81. #define REG_EDP_SOFTWARE_NVID 0x00000018
  82. #define REG_EDP_TOTAL_HOR_VER 0x0000001c
  83. #define EDP_TOTAL_HOR_VER_HORIZ__MASK 0x0000ffff
  84. #define EDP_TOTAL_HOR_VER_HORIZ__SHIFT 0
  85. static inline uint32_t EDP_TOTAL_HOR_VER_HORIZ(uint32_t val)
  86. {
  87. return ((val) << EDP_TOTAL_HOR_VER_HORIZ__SHIFT) & EDP_TOTAL_HOR_VER_HORIZ__MASK;
  88. }
  89. #define EDP_TOTAL_HOR_VER_VERT__MASK 0xffff0000
  90. #define EDP_TOTAL_HOR_VER_VERT__SHIFT 16
  91. static inline uint32_t EDP_TOTAL_HOR_VER_VERT(uint32_t val)
  92. {
  93. return ((val) << EDP_TOTAL_HOR_VER_VERT__SHIFT) & EDP_TOTAL_HOR_VER_VERT__MASK;
  94. }
  95. #define REG_EDP_START_HOR_VER_FROM_SYNC 0x00000020
  96. #define EDP_START_HOR_VER_FROM_SYNC_HORIZ__MASK 0x0000ffff
  97. #define EDP_START_HOR_VER_FROM_SYNC_HORIZ__SHIFT 0
  98. static inline uint32_t EDP_START_HOR_VER_FROM_SYNC_HORIZ(uint32_t val)
  99. {
  100. return ((val) << EDP_START_HOR_VER_FROM_SYNC_HORIZ__SHIFT) & EDP_START_HOR_VER_FROM_SYNC_HORIZ__MASK;
  101. }
  102. #define EDP_START_HOR_VER_FROM_SYNC_VERT__MASK 0xffff0000
  103. #define EDP_START_HOR_VER_FROM_SYNC_VERT__SHIFT 16
  104. static inline uint32_t EDP_START_HOR_VER_FROM_SYNC_VERT(uint32_t val)
  105. {
  106. return ((val) << EDP_START_HOR_VER_FROM_SYNC_VERT__SHIFT) & EDP_START_HOR_VER_FROM_SYNC_VERT__MASK;
  107. }
  108. #define REG_EDP_HSYNC_VSYNC_WIDTH_POLARITY 0x00000024
  109. #define EDP_HSYNC_VSYNC_WIDTH_POLARITY_HORIZ__MASK 0x00007fff
  110. #define EDP_HSYNC_VSYNC_WIDTH_POLARITY_HORIZ__SHIFT 0
  111. static inline uint32_t EDP_HSYNC_VSYNC_WIDTH_POLARITY_HORIZ(uint32_t val)
  112. {
  113. return ((val) << EDP_HSYNC_VSYNC_WIDTH_POLARITY_HORIZ__SHIFT) & EDP_HSYNC_VSYNC_WIDTH_POLARITY_HORIZ__MASK;
  114. }
  115. #define EDP_HSYNC_VSYNC_WIDTH_POLARITY_NHSYNC 0x00008000
  116. #define EDP_HSYNC_VSYNC_WIDTH_POLARITY_VERT__MASK 0x7fff0000
  117. #define EDP_HSYNC_VSYNC_WIDTH_POLARITY_VERT__SHIFT 16
  118. static inline uint32_t EDP_HSYNC_VSYNC_WIDTH_POLARITY_VERT(uint32_t val)
  119. {
  120. return ((val) << EDP_HSYNC_VSYNC_WIDTH_POLARITY_VERT__SHIFT) & EDP_HSYNC_VSYNC_WIDTH_POLARITY_VERT__MASK;
  121. }
  122. #define EDP_HSYNC_VSYNC_WIDTH_POLARITY_NVSYNC 0x80000000
  123. #define REG_EDP_ACTIVE_HOR_VER 0x00000028
  124. #define EDP_ACTIVE_HOR_VER_HORIZ__MASK 0x0000ffff
  125. #define EDP_ACTIVE_HOR_VER_HORIZ__SHIFT 0
  126. static inline uint32_t EDP_ACTIVE_HOR_VER_HORIZ(uint32_t val)
  127. {
  128. return ((val) << EDP_ACTIVE_HOR_VER_HORIZ__SHIFT) & EDP_ACTIVE_HOR_VER_HORIZ__MASK;
  129. }
  130. #define EDP_ACTIVE_HOR_VER_VERT__MASK 0xffff0000
  131. #define EDP_ACTIVE_HOR_VER_VERT__SHIFT 16
  132. static inline uint32_t EDP_ACTIVE_HOR_VER_VERT(uint32_t val)
  133. {
  134. return ((val) << EDP_ACTIVE_HOR_VER_VERT__SHIFT) & EDP_ACTIVE_HOR_VER_VERT__MASK;
  135. }
  136. #define REG_EDP_MISC1_MISC0 0x0000002c
  137. #define EDP_MISC1_MISC0_MISC0__MASK 0x000000ff
  138. #define EDP_MISC1_MISC0_MISC0__SHIFT 0
  139. static inline uint32_t EDP_MISC1_MISC0_MISC0(uint32_t val)
  140. {
  141. return ((val) << EDP_MISC1_MISC0_MISC0__SHIFT) & EDP_MISC1_MISC0_MISC0__MASK;
  142. }
  143. #define EDP_MISC1_MISC0_SYNC 0x00000001
  144. #define EDP_MISC1_MISC0_COMPONENT_FORMAT__MASK 0x00000006
  145. #define EDP_MISC1_MISC0_COMPONENT_FORMAT__SHIFT 1
  146. static inline uint32_t EDP_MISC1_MISC0_COMPONENT_FORMAT(enum edp_component_format val)
  147. {
  148. return ((val) << EDP_MISC1_MISC0_COMPONENT_FORMAT__SHIFT) & EDP_MISC1_MISC0_COMPONENT_FORMAT__MASK;
  149. }
  150. #define EDP_MISC1_MISC0_CEA 0x00000008
  151. #define EDP_MISC1_MISC0_BT709_5 0x00000010
  152. #define EDP_MISC1_MISC0_COLOR__MASK 0x000000e0
  153. #define EDP_MISC1_MISC0_COLOR__SHIFT 5
  154. static inline uint32_t EDP_MISC1_MISC0_COLOR(enum edp_color_depth val)
  155. {
  156. return ((val) << EDP_MISC1_MISC0_COLOR__SHIFT) & EDP_MISC1_MISC0_COLOR__MASK;
  157. }
  158. #define EDP_MISC1_MISC0_MISC1__MASK 0x0000ff00
  159. #define EDP_MISC1_MISC0_MISC1__SHIFT 8
  160. static inline uint32_t EDP_MISC1_MISC0_MISC1(uint32_t val)
  161. {
  162. return ((val) << EDP_MISC1_MISC0_MISC1__SHIFT) & EDP_MISC1_MISC0_MISC1__MASK;
  163. }
  164. #define EDP_MISC1_MISC0_INTERLACED_ODD 0x00000100
  165. #define EDP_MISC1_MISC0_STEREO__MASK 0x00000600
  166. #define EDP_MISC1_MISC0_STEREO__SHIFT 9
  167. static inline uint32_t EDP_MISC1_MISC0_STEREO(uint32_t val)
  168. {
  169. return ((val) << EDP_MISC1_MISC0_STEREO__SHIFT) & EDP_MISC1_MISC0_STEREO__MASK;
  170. }
  171. #define REG_EDP_PHY_CTRL 0x00000074
  172. #define EDP_PHY_CTRL_SW_RESET_PLL 0x00000001
  173. #define EDP_PHY_CTRL_SW_RESET 0x00000004
  174. #define REG_EDP_MAINLINK_READY 0x00000084
  175. #define EDP_MAINLINK_READY_TRAIN_PATTERN_1_READY 0x00000008
  176. #define EDP_MAINLINK_READY_TRAIN_PATTERN_2_READY 0x00000010
  177. #define EDP_MAINLINK_READY_TRAIN_PATTERN_3_READY 0x00000020
  178. #define REG_EDP_AUX_CTRL 0x00000300
  179. #define EDP_AUX_CTRL_ENABLE 0x00000001
  180. #define EDP_AUX_CTRL_RESET 0x00000002
  181. #define REG_EDP_INTERRUPT_REG_1 0x00000308
  182. #define EDP_INTERRUPT_REG_1_HPD 0x00000001
  183. #define EDP_INTERRUPT_REG_1_HPD_ACK 0x00000002
  184. #define EDP_INTERRUPT_REG_1_HPD_EN 0x00000004
  185. #define EDP_INTERRUPT_REG_1_AUX_I2C_DONE 0x00000008
  186. #define EDP_INTERRUPT_REG_1_AUX_I2C_DONE_ACK 0x00000010
  187. #define EDP_INTERRUPT_REG_1_AUX_I2C_DONE_EN 0x00000020
  188. #define EDP_INTERRUPT_REG_1_WRONG_ADDR 0x00000040
  189. #define EDP_INTERRUPT_REG_1_WRONG_ADDR_ACK 0x00000080
  190. #define EDP_INTERRUPT_REG_1_WRONG_ADDR_EN 0x00000100
  191. #define EDP_INTERRUPT_REG_1_TIMEOUT 0x00000200
  192. #define EDP_INTERRUPT_REG_1_TIMEOUT_ACK 0x00000400
  193. #define EDP_INTERRUPT_REG_1_TIMEOUT_EN 0x00000800
  194. #define EDP_INTERRUPT_REG_1_NACK_DEFER 0x00001000
  195. #define EDP_INTERRUPT_REG_1_NACK_DEFER_ACK 0x00002000
  196. #define EDP_INTERRUPT_REG_1_NACK_DEFER_EN 0x00004000
  197. #define EDP_INTERRUPT_REG_1_WRONG_DATA_CNT 0x00008000
  198. #define EDP_INTERRUPT_REG_1_WRONG_DATA_CNT_ACK 0x00010000
  199. #define EDP_INTERRUPT_REG_1_WRONG_DATA_CNT_EN 0x00020000
  200. #define EDP_INTERRUPT_REG_1_I2C_NACK 0x00040000
  201. #define EDP_INTERRUPT_REG_1_I2C_NACK_ACK 0x00080000
  202. #define EDP_INTERRUPT_REG_1_I2C_NACK_EN 0x00100000
  203. #define EDP_INTERRUPT_REG_1_I2C_DEFER 0x00200000
  204. #define EDP_INTERRUPT_REG_1_I2C_DEFER_ACK 0x00400000
  205. #define EDP_INTERRUPT_REG_1_I2C_DEFER_EN 0x00800000
  206. #define EDP_INTERRUPT_REG_1_PLL_UNLOCK 0x01000000
  207. #define EDP_INTERRUPT_REG_1_PLL_UNLOCK_ACK 0x02000000
  208. #define EDP_INTERRUPT_REG_1_PLL_UNLOCK_EN 0x04000000
  209. #define EDP_INTERRUPT_REG_1_AUX_ERROR 0x08000000
  210. #define EDP_INTERRUPT_REG_1_AUX_ERROR_ACK 0x10000000
  211. #define EDP_INTERRUPT_REG_1_AUX_ERROR_EN 0x20000000
  212. #define REG_EDP_INTERRUPT_REG_2 0x0000030c
  213. #define EDP_INTERRUPT_REG_2_READY_FOR_VIDEO 0x00000001
  214. #define EDP_INTERRUPT_REG_2_READY_FOR_VIDEO_ACK 0x00000002
  215. #define EDP_INTERRUPT_REG_2_READY_FOR_VIDEO_EN 0x00000004
  216. #define EDP_INTERRUPT_REG_2_IDLE_PATTERNs_SENT 0x00000008
  217. #define EDP_INTERRUPT_REG_2_IDLE_PATTERNs_SENT_ACK 0x00000010
  218. #define EDP_INTERRUPT_REG_2_IDLE_PATTERNs_SENT_EN 0x00000020
  219. #define EDP_INTERRUPT_REG_2_FRAME_END 0x00000200
  220. #define EDP_INTERRUPT_REG_2_FRAME_END_ACK 0x00000080
  221. #define EDP_INTERRUPT_REG_2_FRAME_END_EN 0x00000100
  222. #define EDP_INTERRUPT_REG_2_CRC_UPDATED 0x00000200
  223. #define EDP_INTERRUPT_REG_2_CRC_UPDATED_ACK 0x00000400
  224. #define EDP_INTERRUPT_REG_2_CRC_UPDATED_EN 0x00000800
  225. #define REG_EDP_INTERRUPT_TRANS_NUM 0x00000310
  226. #define REG_EDP_AUX_DATA 0x00000314
  227. #define EDP_AUX_DATA_READ 0x00000001
  228. #define EDP_AUX_DATA_DATA__MASK 0x0000ff00
  229. #define EDP_AUX_DATA_DATA__SHIFT 8
  230. static inline uint32_t EDP_AUX_DATA_DATA(uint32_t val)
  231. {
  232. return ((val) << EDP_AUX_DATA_DATA__SHIFT) & EDP_AUX_DATA_DATA__MASK;
  233. }
  234. #define EDP_AUX_DATA_INDEX__MASK 0x00ff0000
  235. #define EDP_AUX_DATA_INDEX__SHIFT 16
  236. static inline uint32_t EDP_AUX_DATA_INDEX(uint32_t val)
  237. {
  238. return ((val) << EDP_AUX_DATA_INDEX__SHIFT) & EDP_AUX_DATA_INDEX__MASK;
  239. }
  240. #define EDP_AUX_DATA_INDEX_WRITE 0x80000000
  241. #define REG_EDP_AUX_TRANS_CTRL 0x00000318
  242. #define EDP_AUX_TRANS_CTRL_I2C 0x00000100
  243. #define EDP_AUX_TRANS_CTRL_GO 0x00000200
  244. #define REG_EDP_AUX_STATUS 0x00000324
  245. static inline uint32_t REG_EDP_PHY_LN(uint32_t i0) { return 0x00000400 + 0x40*i0; }
  246. static inline uint32_t REG_EDP_PHY_LN_PD_CTL(uint32_t i0) { return 0x00000404 + 0x40*i0; }
  247. #define REG_EDP_PHY_GLB_VM_CFG0 0x00000510
  248. #define REG_EDP_PHY_GLB_VM_CFG1 0x00000514
  249. #define REG_EDP_PHY_GLB_MISC9 0x00000518
  250. #define REG_EDP_PHY_GLB_CFG 0x00000528
  251. #define REG_EDP_PHY_GLB_PD_CTL 0x0000052c
  252. #define REG_EDP_PHY_GLB_PHY_STATUS 0x00000598
  253. #define REG_EDP_28nm_PHY_PLL_REFCLK_CFG 0x00000000
  254. #define REG_EDP_28nm_PHY_PLL_POSTDIV1_CFG 0x00000004
  255. #define REG_EDP_28nm_PHY_PLL_CHGPUMP_CFG 0x00000008
  256. #define REG_EDP_28nm_PHY_PLL_VCOLPF_CFG 0x0000000c
  257. #define REG_EDP_28nm_PHY_PLL_VREG_CFG 0x00000010
  258. #define REG_EDP_28nm_PHY_PLL_PWRGEN_CFG 0x00000014
  259. #define REG_EDP_28nm_PHY_PLL_DMUX_CFG 0x00000018
  260. #define REG_EDP_28nm_PHY_PLL_AMUX_CFG 0x0000001c
  261. #define REG_EDP_28nm_PHY_PLL_GLB_CFG 0x00000020
  262. #define EDP_28nm_PHY_PLL_GLB_CFG_PLL_PWRDN_B 0x00000001
  263. #define EDP_28nm_PHY_PLL_GLB_CFG_PLL_LDO_PWRDN_B 0x00000002
  264. #define EDP_28nm_PHY_PLL_GLB_CFG_PLL_PWRGEN_PWRDN_B 0x00000004
  265. #define EDP_28nm_PHY_PLL_GLB_CFG_PLL_ENABLE 0x00000008
  266. #define REG_EDP_28nm_PHY_PLL_POSTDIV2_CFG 0x00000024
  267. #define REG_EDP_28nm_PHY_PLL_POSTDIV3_CFG 0x00000028
  268. #define REG_EDP_28nm_PHY_PLL_LPFR_CFG 0x0000002c
  269. #define REG_EDP_28nm_PHY_PLL_LPFC1_CFG 0x00000030
  270. #define REG_EDP_28nm_PHY_PLL_LPFC2_CFG 0x00000034
  271. #define REG_EDP_28nm_PHY_PLL_SDM_CFG0 0x00000038
  272. #define REG_EDP_28nm_PHY_PLL_SDM_CFG1 0x0000003c
  273. #define REG_EDP_28nm_PHY_PLL_SDM_CFG2 0x00000040
  274. #define REG_EDP_28nm_PHY_PLL_SDM_CFG3 0x00000044
  275. #define REG_EDP_28nm_PHY_PLL_SDM_CFG4 0x00000048
  276. #define REG_EDP_28nm_PHY_PLL_SSC_CFG0 0x0000004c
  277. #define REG_EDP_28nm_PHY_PLL_SSC_CFG1 0x00000050
  278. #define REG_EDP_28nm_PHY_PLL_SSC_CFG2 0x00000054
  279. #define REG_EDP_28nm_PHY_PLL_SSC_CFG3 0x00000058
  280. #define REG_EDP_28nm_PHY_PLL_LKDET_CFG0 0x0000005c
  281. #define REG_EDP_28nm_PHY_PLL_LKDET_CFG1 0x00000060
  282. #define REG_EDP_28nm_PHY_PLL_LKDET_CFG2 0x00000064
  283. #define REG_EDP_28nm_PHY_PLL_TEST_CFG 0x00000068
  284. #define EDP_28nm_PHY_PLL_TEST_CFG_PLL_SW_RESET 0x00000001
  285. #define REG_EDP_28nm_PHY_PLL_CAL_CFG0 0x0000006c
  286. #define REG_EDP_28nm_PHY_PLL_CAL_CFG1 0x00000070
  287. #define REG_EDP_28nm_PHY_PLL_CAL_CFG2 0x00000074
  288. #define REG_EDP_28nm_PHY_PLL_CAL_CFG3 0x00000078
  289. #define REG_EDP_28nm_PHY_PLL_CAL_CFG4 0x0000007c
  290. #define REG_EDP_28nm_PHY_PLL_CAL_CFG5 0x00000080
  291. #define REG_EDP_28nm_PHY_PLL_CAL_CFG6 0x00000084
  292. #define REG_EDP_28nm_PHY_PLL_CAL_CFG7 0x00000088
  293. #define REG_EDP_28nm_PHY_PLL_CAL_CFG8 0x0000008c
  294. #define REG_EDP_28nm_PHY_PLL_CAL_CFG9 0x00000090
  295. #define REG_EDP_28nm_PHY_PLL_CAL_CFG10 0x00000094
  296. #define REG_EDP_28nm_PHY_PLL_CAL_CFG11 0x00000098
  297. #define REG_EDP_28nm_PHY_PLL_EFUSE_CFG 0x0000009c
  298. #define REG_EDP_28nm_PHY_PLL_DEBUG_BUS_SEL 0x000000a0
  299. #endif /* EDP_XML */