vega10_ip_offset.h 54 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265
  1. /*
  2. * Copyright (C) 2018 Advanced Micro Devices, Inc.
  3. *
  4. * Permission is hereby granted, free of charge, to any person obtaining a
  5. * copy of this software and associated documentation files (the "Software"),
  6. * to deal in the Software without restriction, including without limitation
  7. * the rights to use, copy, modify, merge, publish, distribute, sublicense,
  8. * and/or sell copies of the Software, and to permit persons to whom the
  9. * Software is furnished to do so, subject to the following conditions:
  10. *
  11. * The above copyright notice and this permission notice shall be included
  12. * in all copies or substantial portions of the Software.
  13. *
  14. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  15. * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  16. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  17. * THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  18. * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  19. * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  20. */
  21. #ifndef _vega10_ip_offset_HEADER
  22. #define _vega10_ip_offset_HEADER
  23. #define MAX_INSTANCE 5
  24. #define MAX_SEGMENT 5
  25. struct IP_BASE_INSTANCE
  26. {
  27. unsigned int segment[MAX_SEGMENT];
  28. };
  29. struct IP_BASE
  30. {
  31. struct IP_BASE_INSTANCE instance[MAX_INSTANCE];
  32. };
  33. static const struct IP_BASE NBIF_BASE = { { { { 0x00000000, 0x00000014, 0x00000D20, 0x00010400, 0 } },
  34. { { 0, 0, 0, 0, 0 } },
  35. { { 0, 0, 0, 0, 0 } },
  36. { { 0, 0, 0, 0, 0 } },
  37. { { 0, 0, 0, 0, 0 } } } };
  38. static const struct IP_BASE NBIO_BASE = { { { { 0x00000000, 0x00000014, 0x00000D20, 0x00010400, 0 } },
  39. { { 0, 0, 0, 0, 0 } },
  40. { { 0, 0, 0, 0, 0 } },
  41. { { 0, 0, 0, 0, 0 } },
  42. { { 0, 0, 0, 0, 0 } } } };
  43. static const struct IP_BASE DCE_BASE = { { { { 0x00000012, 0x000000C0, 0x000034C0, 0, 0 } },
  44. { { 0, 0, 0, 0, 0 } },
  45. { { 0, 0, 0, 0, 0 } },
  46. { { 0, 0, 0, 0, 0 } },
  47. { { 0, 0, 0, 0, 0 } } } };
  48. static const struct IP_BASE DCN_BASE = { { { { 0x00000012, 0x000000C0, 0x000034C0, 0, 0 } },
  49. { { 0, 0, 0, 0, 0 } },
  50. { { 0, 0, 0, 0, 0 } },
  51. { { 0, 0, 0, 0, 0 } },
  52. { { 0, 0, 0, 0, 0 } } } };
  53. static const struct IP_BASE MP0_BASE = { { { { 0x00016000, 0, 0, 0, 0 } },
  54. { { 0, 0, 0, 0, 0 } },
  55. { { 0, 0, 0, 0, 0 } },
  56. { { 0, 0, 0, 0, 0 } },
  57. { { 0, 0, 0, 0, 0 } } } };
  58. static const struct IP_BASE MP1_BASE = { { { { 0x00016000, 0, 0, 0, 0 } },
  59. { { 0, 0, 0, 0, 0 } },
  60. { { 0, 0, 0, 0, 0 } },
  61. { { 0, 0, 0, 0, 0 } },
  62. { { 0, 0, 0, 0, 0 } } } };
  63. static const struct IP_BASE MP2_BASE = { { { { 0x00016000, 0, 0, 0, 0 } },
  64. { { 0, 0, 0, 0, 0 } },
  65. { { 0, 0, 0, 0, 0 } },
  66. { { 0, 0, 0, 0, 0 } },
  67. { { 0, 0, 0, 0, 0 } } } };
  68. static const struct IP_BASE DF_BASE = { { { { 0x00007000, 0, 0, 0, 0 } },
  69. { { 0, 0, 0, 0, 0 } },
  70. { { 0, 0, 0, 0, 0 } },
  71. { { 0, 0, 0, 0, 0 } },
  72. { { 0, 0, 0, 0, 0 } } } };
  73. static const struct IP_BASE UVD_BASE = { { { { 0x00007800, 0x00007E00, 0, 0, 0 } },
  74. { { 0, 0, 0, 0, 0 } },
  75. { { 0, 0, 0, 0, 0 } },
  76. { { 0, 0, 0, 0, 0 } },
  77. { { 0, 0, 0, 0, 0 } } } }; //note: GLN does not use the first segment
  78. static const struct IP_BASE VCN_BASE = { { { { 0x00007800, 0x00007E00, 0, 0, 0 } },
  79. { { 0, 0, 0, 0, 0 } },
  80. { { 0, 0, 0, 0, 0 } },
  81. { { 0, 0, 0, 0, 0 } },
  82. { { 0, 0, 0, 0, 0 } } } }; //note: GLN does not use the first segment
  83. static const struct IP_BASE DBGU_BASE = { { { { 0x00000180, 0x000001A0, 0, 0, 0 } },
  84. { { 0, 0, 0, 0, 0 } },
  85. { { 0, 0, 0, 0, 0 } },
  86. { { 0, 0, 0, 0, 0 } },
  87. { { 0, 0, 0, 0, 0 } } } }; // not exist
  88. static const struct IP_BASE DBGU_NBIO_BASE = { { { { 0x000001C0, 0, 0, 0, 0 } },
  89. { { 0, 0, 0, 0, 0 } },
  90. { { 0, 0, 0, 0, 0 } },
  91. { { 0, 0, 0, 0, 0 } },
  92. { { 0, 0, 0, 0, 0 } } } }; // not exist
  93. static const struct IP_BASE DBGU_IO_BASE = { { { { 0x000001E0, 0, 0, 0, 0 } },
  94. { { 0, 0, 0, 0, 0 } },
  95. { { 0, 0, 0, 0, 0 } },
  96. { { 0, 0, 0, 0, 0 } },
  97. { { 0, 0, 0, 0, 0 } } } }; // not exist
  98. static const struct IP_BASE DFX_DAP_BASE = { { { { 0x000005A0, 0, 0, 0, 0 } },
  99. { { 0, 0, 0, 0, 0 } },
  100. { { 0, 0, 0, 0, 0 } },
  101. { { 0, 0, 0, 0, 0 } },
  102. { { 0, 0, 0, 0, 0 } } } }; // not exist
  103. static const struct IP_BASE DFX_BASE = { { { { 0x00000580, 0, 0, 0, 0 } },
  104. { { 0, 0, 0, 0, 0 } },
  105. { { 0, 0, 0, 0, 0 } },
  106. { { 0, 0, 0, 0, 0 } },
  107. { { 0, 0, 0, 0, 0 } } } }; // this file does not contain registers
  108. static const struct IP_BASE ISP_BASE = { { { { 0x00018000, 0, 0, 0, 0 } },
  109. { { 0, 0, 0, 0, 0 } },
  110. { { 0, 0, 0, 0, 0 } },
  111. { { 0, 0, 0, 0, 0 } },
  112. { { 0, 0, 0, 0, 0 } } } }; // not exist
  113. static const struct IP_BASE SYSTEMHUB_BASE = { { { { 0x00000EA0, 0, 0, 0, 0 } },
  114. { { 0, 0, 0, 0, 0 } },
  115. { { 0, 0, 0, 0, 0 } },
  116. { { 0, 0, 0, 0, 0 } },
  117. { { 0, 0, 0, 0, 0 } } } }; // not exist
  118. static const struct IP_BASE L2IMU_BASE = { { { { 0x00007DC0, 0, 0, 0, 0 } },
  119. { { 0, 0, 0, 0, 0 } },
  120. { { 0, 0, 0, 0, 0 } },
  121. { { 0, 0, 0, 0, 0 } },
  122. { { 0, 0, 0, 0, 0 } } } };
  123. static const struct IP_BASE IOHC_BASE = { { { { 0x00010000, 0, 0, 0, 0 } },
  124. { { 0, 0, 0, 0, 0 } },
  125. { { 0, 0, 0, 0, 0 } },
  126. { { 0, 0, 0, 0, 0 } },
  127. { { 0, 0, 0, 0, 0 } } } };
  128. static const struct IP_BASE ATHUB_BASE = { { { { 0x00000C20, 0, 0, 0, 0 } },
  129. { { 0, 0, 0, 0, 0 } },
  130. { { 0, 0, 0, 0, 0 } },
  131. { { 0, 0, 0, 0, 0 } },
  132. { { 0, 0, 0, 0, 0 } } } };
  133. static const struct IP_BASE VCE_BASE = { { { { 0x00007E00, 0x00048800, 0, 0, 0 } },
  134. { { 0, 0, 0, 0, 0 } },
  135. { { 0, 0, 0, 0, 0 } },
  136. { { 0, 0, 0, 0, 0 } },
  137. { { 0, 0, 0, 0, 0 } } } };
  138. static const struct IP_BASE GC_BASE = { { { { 0x00002000, 0x0000A000, 0, 0, 0 } },
  139. { { 0, 0, 0, 0, 0 } },
  140. { { 0, 0, 0, 0, 0 } },
  141. { { 0, 0, 0, 0, 0 } },
  142. { { 0, 0, 0, 0, 0 } } } };
  143. static const struct IP_BASE MMHUB_BASE = { { { { 0x0001A000, 0, 0, 0, 0 } },
  144. { { 0, 0, 0, 0, 0 } },
  145. { { 0, 0, 0, 0, 0 } },
  146. { { 0, 0, 0, 0, 0 } },
  147. { { 0, 0, 0, 0, 0 } } } };
  148. static const struct IP_BASE RSMU_BASE = { { { { 0x00012000, 0, 0, 0, 0 } },
  149. { { 0, 0, 0, 0, 0 } },
  150. { { 0, 0, 0, 0, 0 } },
  151. { { 0, 0, 0, 0, 0 } },
  152. { { 0, 0, 0, 0, 0 } } } };
  153. static const struct IP_BASE HDP_BASE = { { { { 0x00000F20, 0, 0, 0, 0 } },
  154. { { 0, 0, 0, 0, 0 } },
  155. { { 0, 0, 0, 0, 0 } },
  156. { { 0, 0, 0, 0, 0 } },
  157. { { 0, 0, 0, 0, 0 } } } };
  158. static const struct IP_BASE OSSSYS_BASE = { { { { 0x000010A0, 0, 0, 0, 0 } },
  159. { { 0, 0, 0, 0, 0 } },
  160. { { 0, 0, 0, 0, 0 } },
  161. { { 0, 0, 0, 0, 0 } },
  162. { { 0, 0, 0, 0, 0 } } } };
  163. static const struct IP_BASE SDMA0_BASE = { { { { 0x00001260, 0, 0, 0, 0 } },
  164. { { 0, 0, 0, 0, 0 } },
  165. { { 0, 0, 0, 0, 0 } },
  166. { { 0, 0, 0, 0, 0 } },
  167. { { 0, 0, 0, 0, 0 } } } };
  168. static const struct IP_BASE SDMA1_BASE = { { { { 0x00001460, 0, 0, 0, 0 } },
  169. { { 0, 0, 0, 0, 0 } },
  170. { { 0, 0, 0, 0, 0 } },
  171. { { 0, 0, 0, 0, 0 } },
  172. { { 0, 0, 0, 0, 0 } } } };
  173. static const struct IP_BASE XDMA_BASE = { { { { 0x00003400, 0, 0, 0, 0 } },
  174. { { 0, 0, 0, 0, 0 } },
  175. { { 0, 0, 0, 0, 0 } },
  176. { { 0, 0, 0, 0, 0 } },
  177. { { 0, 0, 0, 0, 0 } } } };
  178. static const struct IP_BASE UMC_BASE = { { { { 0x00014000, 0, 0, 0, 0 } },
  179. { { 0, 0, 0, 0, 0 } },
  180. { { 0, 0, 0, 0, 0 } },
  181. { { 0, 0, 0, 0, 0 } },
  182. { { 0, 0, 0, 0, 0 } } } };
  183. static const struct IP_BASE THM_BASE = { { { { 0x00016600, 0, 0, 0, 0 } },
  184. { { 0, 0, 0, 0, 0 } },
  185. { { 0, 0, 0, 0, 0 } },
  186. { { 0, 0, 0, 0, 0 } },
  187. { { 0, 0, 0, 0, 0 } } } };
  188. static const struct IP_BASE SMUIO_BASE = { { { { 0x00016800, 0, 0, 0, 0 } },
  189. { { 0, 0, 0, 0, 0 } },
  190. { { 0, 0, 0, 0, 0 } },
  191. { { 0, 0, 0, 0, 0 } },
  192. { { 0, 0, 0, 0, 0 } } } };
  193. static const struct IP_BASE PWR_BASE = { { { { 0x00016A00, 0, 0, 0, 0 } },
  194. { { 0, 0, 0, 0, 0 } },
  195. { { 0, 0, 0, 0, 0 } },
  196. { { 0, 0, 0, 0, 0 } },
  197. { { 0, 0, 0, 0, 0 } } } };
  198. static const struct IP_BASE CLK_BASE = { { { { 0x00016C00, 0, 0, 0, 0 } },
  199. { { 0x00016E00, 0, 0, 0, 0 } },
  200. { { 0x00017000, 0, 0, 0, 0 } },
  201. { { 0x00017200, 0, 0, 0, 0 } },
  202. { { 0x00017E00, 0, 0, 0, 0 } } } };
  203. static const struct IP_BASE FUSE_BASE = { { { { 0x00017400, 0, 0, 0, 0 } },
  204. { { 0, 0, 0, 0, 0 } },
  205. { { 0, 0, 0, 0, 0 } },
  206. { { 0, 0, 0, 0, 0 } },
  207. { { 0, 0, 0, 0, 0 } } } };
  208. #define NBIF_BASE__INST0_SEG0 0x00000000
  209. #define NBIF_BASE__INST0_SEG1 0x00000014
  210. #define NBIF_BASE__INST0_SEG2 0x00000D20
  211. #define NBIF_BASE__INST0_SEG3 0x00010400
  212. #define NBIF_BASE__INST0_SEG4 0
  213. #define NBIF_BASE__INST1_SEG0 0
  214. #define NBIF_BASE__INST1_SEG1 0
  215. #define NBIF_BASE__INST1_SEG2 0
  216. #define NBIF_BASE__INST1_SEG3 0
  217. #define NBIF_BASE__INST1_SEG4 0
  218. #define NBIF_BASE__INST2_SEG0 0
  219. #define NBIF_BASE__INST2_SEG1 0
  220. #define NBIF_BASE__INST2_SEG2 0
  221. #define NBIF_BASE__INST2_SEG3 0
  222. #define NBIF_BASE__INST2_SEG4 0
  223. #define NBIF_BASE__INST3_SEG0 0
  224. #define NBIF_BASE__INST3_SEG1 0
  225. #define NBIF_BASE__INST3_SEG2 0
  226. #define NBIF_BASE__INST3_SEG3 0
  227. #define NBIF_BASE__INST3_SEG4 0
  228. #define NBIF_BASE__INST4_SEG0 0
  229. #define NBIF_BASE__INST4_SEG1 0
  230. #define NBIF_BASE__INST4_SEG2 0
  231. #define NBIF_BASE__INST4_SEG3 0
  232. #define NBIF_BASE__INST4_SEG4 0
  233. #define NBIO_BASE__INST0_SEG0 0x00000000
  234. #define NBIO_BASE__INST0_SEG1 0x00000014
  235. #define NBIO_BASE__INST0_SEG2 0x00000D20
  236. #define NBIO_BASE__INST0_SEG3 0x00010400
  237. #define NBIO_BASE__INST0_SEG4 0
  238. #define NBIO_BASE__INST1_SEG0 0
  239. #define NBIO_BASE__INST1_SEG1 0
  240. #define NBIO_BASE__INST1_SEG2 0
  241. #define NBIO_BASE__INST1_SEG3 0
  242. #define NBIO_BASE__INST1_SEG4 0
  243. #define NBIO_BASE__INST2_SEG0 0
  244. #define NBIO_BASE__INST2_SEG1 0
  245. #define NBIO_BASE__INST2_SEG2 0
  246. #define NBIO_BASE__INST2_SEG3 0
  247. #define NBIO_BASE__INST2_SEG4 0
  248. #define NBIO_BASE__INST3_SEG0 0
  249. #define NBIO_BASE__INST3_SEG1 0
  250. #define NBIO_BASE__INST3_SEG2 0
  251. #define NBIO_BASE__INST3_SEG3 0
  252. #define NBIO_BASE__INST3_SEG4 0
  253. #define NBIO_BASE__INST4_SEG0 0
  254. #define NBIO_BASE__INST4_SEG1 0
  255. #define NBIO_BASE__INST4_SEG2 0
  256. #define NBIO_BASE__INST4_SEG3 0
  257. #define NBIO_BASE__INST4_SEG4 0
  258. #define DCE_BASE__INST0_SEG0 0x00000012
  259. #define DCE_BASE__INST0_SEG1 0x000000C0
  260. #define DCE_BASE__INST0_SEG2 0x000034C0
  261. #define DCE_BASE__INST0_SEG3 0
  262. #define DCE_BASE__INST0_SEG4 0
  263. #define DCE_BASE__INST1_SEG0 0
  264. #define DCE_BASE__INST1_SEG1 0
  265. #define DCE_BASE__INST1_SEG2 0
  266. #define DCE_BASE__INST1_SEG3 0
  267. #define DCE_BASE__INST1_SEG4 0
  268. #define DCE_BASE__INST2_SEG0 0
  269. #define DCE_BASE__INST2_SEG1 0
  270. #define DCE_BASE__INST2_SEG2 0
  271. #define DCE_BASE__INST2_SEG3 0
  272. #define DCE_BASE__INST2_SEG4 0
  273. #define DCE_BASE__INST3_SEG0 0
  274. #define DCE_BASE__INST3_SEG1 0
  275. #define DCE_BASE__INST3_SEG2 0
  276. #define DCE_BASE__INST3_SEG3 0
  277. #define DCE_BASE__INST3_SEG4 0
  278. #define DCE_BASE__INST4_SEG0 0
  279. #define DCE_BASE__INST4_SEG1 0
  280. #define DCE_BASE__INST4_SEG2 0
  281. #define DCE_BASE__INST4_SEG3 0
  282. #define DCE_BASE__INST4_SEG4 0
  283. #define DCN_BASE__INST0_SEG0 0x00000012
  284. #define DCN_BASE__INST0_SEG1 0x000000C0
  285. #define DCN_BASE__INST0_SEG2 0x000034C0
  286. #define DCN_BASE__INST0_SEG3 0
  287. #define DCN_BASE__INST0_SEG4 0
  288. #define DCN_BASE__INST1_SEG0 0
  289. #define DCN_BASE__INST1_SEG1 0
  290. #define DCN_BASE__INST1_SEG2 0
  291. #define DCN_BASE__INST1_SEG3 0
  292. #define DCN_BASE__INST1_SEG4 0
  293. #define DCN_BASE__INST2_SEG0 0
  294. #define DCN_BASE__INST2_SEG1 0
  295. #define DCN_BASE__INST2_SEG2 0
  296. #define DCN_BASE__INST2_SEG3 0
  297. #define DCN_BASE__INST2_SEG4 0
  298. #define DCN_BASE__INST3_SEG0 0
  299. #define DCN_BASE__INST3_SEG1 0
  300. #define DCN_BASE__INST3_SEG2 0
  301. #define DCN_BASE__INST3_SEG3 0
  302. #define DCN_BASE__INST3_SEG4 0
  303. #define DCN_BASE__INST4_SEG0 0
  304. #define DCN_BASE__INST4_SEG1 0
  305. #define DCN_BASE__INST4_SEG2 0
  306. #define DCN_BASE__INST4_SEG3 0
  307. #define DCN_BASE__INST4_SEG4 0
  308. #define MP0_BASE__INST0_SEG0 0x00016000
  309. #define MP0_BASE__INST0_SEG1 0
  310. #define MP0_BASE__INST0_SEG2 0
  311. #define MP0_BASE__INST0_SEG3 0
  312. #define MP0_BASE__INST0_SEG4 0
  313. #define MP0_BASE__INST1_SEG0 0
  314. #define MP0_BASE__INST1_SEG1 0
  315. #define MP0_BASE__INST1_SEG2 0
  316. #define MP0_BASE__INST1_SEG3 0
  317. #define MP0_BASE__INST1_SEG4 0
  318. #define MP0_BASE__INST2_SEG0 0
  319. #define MP0_BASE__INST2_SEG1 0
  320. #define MP0_BASE__INST2_SEG2 0
  321. #define MP0_BASE__INST2_SEG3 0
  322. #define MP0_BASE__INST2_SEG4 0
  323. #define MP0_BASE__INST3_SEG0 0
  324. #define MP0_BASE__INST3_SEG1 0
  325. #define MP0_BASE__INST3_SEG2 0
  326. #define MP0_BASE__INST3_SEG3 0
  327. #define MP0_BASE__INST3_SEG4 0
  328. #define MP0_BASE__INST4_SEG0 0
  329. #define MP0_BASE__INST4_SEG1 0
  330. #define MP0_BASE__INST4_SEG2 0
  331. #define MP0_BASE__INST4_SEG3 0
  332. #define MP0_BASE__INST4_SEG4 0
  333. #define MP1_BASE__INST0_SEG0 0x00016200
  334. #define MP1_BASE__INST0_SEG1 0
  335. #define MP1_BASE__INST0_SEG2 0
  336. #define MP1_BASE__INST0_SEG3 0
  337. #define MP1_BASE__INST0_SEG4 0
  338. #define MP1_BASE__INST1_SEG0 0
  339. #define MP1_BASE__INST1_SEG1 0
  340. #define MP1_BASE__INST1_SEG2 0
  341. #define MP1_BASE__INST1_SEG3 0
  342. #define MP1_BASE__INST1_SEG4 0
  343. #define MP1_BASE__INST2_SEG0 0
  344. #define MP1_BASE__INST2_SEG1 0
  345. #define MP1_BASE__INST2_SEG2 0
  346. #define MP1_BASE__INST2_SEG3 0
  347. #define MP1_BASE__INST2_SEG4 0
  348. #define MP1_BASE__INST3_SEG0 0
  349. #define MP1_BASE__INST3_SEG1 0
  350. #define MP1_BASE__INST3_SEG2 0
  351. #define MP1_BASE__INST3_SEG3 0
  352. #define MP1_BASE__INST3_SEG4 0
  353. #define MP1_BASE__INST4_SEG0 0
  354. #define MP1_BASE__INST4_SEG1 0
  355. #define MP1_BASE__INST4_SEG2 0
  356. #define MP1_BASE__INST4_SEG3 0
  357. #define MP1_BASE__INST4_SEG4 0
  358. #define MP2_BASE__INST0_SEG0 0x00016400
  359. #define MP2_BASE__INST0_SEG1 0
  360. #define MP2_BASE__INST0_SEG2 0
  361. #define MP2_BASE__INST0_SEG3 0
  362. #define MP2_BASE__INST0_SEG4 0
  363. #define MP2_BASE__INST1_SEG0 0
  364. #define MP2_BASE__INST1_SEG1 0
  365. #define MP2_BASE__INST1_SEG2 0
  366. #define MP2_BASE__INST1_SEG3 0
  367. #define MP2_BASE__INST1_SEG4 0
  368. #define MP2_BASE__INST2_SEG0 0
  369. #define MP2_BASE__INST2_SEG1 0
  370. #define MP2_BASE__INST2_SEG2 0
  371. #define MP2_BASE__INST2_SEG3 0
  372. #define MP2_BASE__INST2_SEG4 0
  373. #define MP2_BASE__INST3_SEG0 0
  374. #define MP2_BASE__INST3_SEG1 0
  375. #define MP2_BASE__INST3_SEG2 0
  376. #define MP2_BASE__INST3_SEG3 0
  377. #define MP2_BASE__INST3_SEG4 0
  378. #define MP2_BASE__INST4_SEG0 0
  379. #define MP2_BASE__INST4_SEG1 0
  380. #define MP2_BASE__INST4_SEG2 0
  381. #define MP2_BASE__INST4_SEG3 0
  382. #define MP2_BASE__INST4_SEG4 0
  383. #define DF_BASE__INST0_SEG0 0x00007000
  384. #define DF_BASE__INST0_SEG1 0
  385. #define DF_BASE__INST0_SEG2 0
  386. #define DF_BASE__INST0_SEG3 0
  387. #define DF_BASE__INST0_SEG4 0
  388. #define DF_BASE__INST1_SEG0 0
  389. #define DF_BASE__INST1_SEG1 0
  390. #define DF_BASE__INST1_SEG2 0
  391. #define DF_BASE__INST1_SEG3 0
  392. #define DF_BASE__INST1_SEG4 0
  393. #define DF_BASE__INST2_SEG0 0
  394. #define DF_BASE__INST2_SEG1 0
  395. #define DF_BASE__INST2_SEG2 0
  396. #define DF_BASE__INST2_SEG3 0
  397. #define DF_BASE__INST2_SEG4 0
  398. #define DF_BASE__INST3_SEG0 0
  399. #define DF_BASE__INST3_SEG1 0
  400. #define DF_BASE__INST3_SEG2 0
  401. #define DF_BASE__INST3_SEG3 0
  402. #define DF_BASE__INST3_SEG4 0
  403. #define DF_BASE__INST4_SEG0 0
  404. #define DF_BASE__INST4_SEG1 0
  405. #define DF_BASE__INST4_SEG2 0
  406. #define DF_BASE__INST4_SEG3 0
  407. #define DF_BASE__INST4_SEG4 0
  408. #define UVD_BASE__INST0_SEG0 0x00007800
  409. #define UVD_BASE__INST0_SEG1 0x00007E00
  410. #define UVD_BASE__INST0_SEG2 0
  411. #define UVD_BASE__INST0_SEG3 0
  412. #define UVD_BASE__INST0_SEG4 0
  413. #define UVD_BASE__INST1_SEG0 0
  414. #define UVD_BASE__INST1_SEG1 0
  415. #define UVD_BASE__INST1_SEG2 0
  416. #define UVD_BASE__INST1_SEG3 0
  417. #define UVD_BASE__INST1_SEG4 0
  418. #define UVD_BASE__INST2_SEG0 0
  419. #define UVD_BASE__INST2_SEG1 0
  420. #define UVD_BASE__INST2_SEG2 0
  421. #define UVD_BASE__INST2_SEG3 0
  422. #define UVD_BASE__INST2_SEG4 0
  423. #define UVD_BASE__INST3_SEG0 0
  424. #define UVD_BASE__INST3_SEG1 0
  425. #define UVD_BASE__INST3_SEG2 0
  426. #define UVD_BASE__INST3_SEG3 0
  427. #define UVD_BASE__INST3_SEG4 0
  428. #define UVD_BASE__INST4_SEG0 0
  429. #define UVD_BASE__INST4_SEG1 0
  430. #define UVD_BASE__INST4_SEG2 0
  431. #define UVD_BASE__INST4_SEG3 0
  432. #define UVD_BASE__INST4_SEG4 0
  433. #define VCN_BASE__INST0_SEG0 0x00007800
  434. #define VCN_BASE__INST0_SEG1 0x00007E00
  435. #define VCN_BASE__INST0_SEG2 0
  436. #define VCN_BASE__INST0_SEG3 0
  437. #define VCN_BASE__INST0_SEG4 0
  438. #define VCN_BASE__INST1_SEG0 0
  439. #define VCN_BASE__INST1_SEG1 0
  440. #define VCN_BASE__INST1_SEG2 0
  441. #define VCN_BASE__INST1_SEG3 0
  442. #define VCN_BASE__INST1_SEG4 0
  443. #define VCN_BASE__INST2_SEG0 0
  444. #define VCN_BASE__INST2_SEG1 0
  445. #define VCN_BASE__INST2_SEG2 0
  446. #define VCN_BASE__INST2_SEG3 0
  447. #define VCN_BASE__INST2_SEG4 0
  448. #define VCN_BASE__INST3_SEG0 0
  449. #define VCN_BASE__INST3_SEG1 0
  450. #define VCN_BASE__INST3_SEG2 0
  451. #define VCN_BASE__INST3_SEG3 0
  452. #define VCN_BASE__INST3_SEG4 0
  453. #define VCN_BASE__INST4_SEG0 0
  454. #define VCN_BASE__INST4_SEG1 0
  455. #define VCN_BASE__INST4_SEG2 0
  456. #define VCN_BASE__INST4_SEG3 0
  457. #define VCN_BASE__INST4_SEG4 0
  458. #define DBGU_BASE__INST0_SEG0 0x00000180
  459. #define DBGU_BASE__INST0_SEG1 0x000001A0
  460. #define DBGU_BASE__INST0_SEG2 0
  461. #define DBGU_BASE__INST0_SEG3 0
  462. #define DBGU_BASE__INST0_SEG4 0
  463. #define DBGU_BASE__INST1_SEG0 0
  464. #define DBGU_BASE__INST1_SEG1 0
  465. #define DBGU_BASE__INST1_SEG2 0
  466. #define DBGU_BASE__INST1_SEG3 0
  467. #define DBGU_BASE__INST1_SEG4 0
  468. #define DBGU_BASE__INST2_SEG0 0
  469. #define DBGU_BASE__INST2_SEG1 0
  470. #define DBGU_BASE__INST2_SEG2 0
  471. #define DBGU_BASE__INST2_SEG3 0
  472. #define DBGU_BASE__INST2_SEG4 0
  473. #define DBGU_BASE__INST3_SEG0 0
  474. #define DBGU_BASE__INST3_SEG1 0
  475. #define DBGU_BASE__INST3_SEG2 0
  476. #define DBGU_BASE__INST3_SEG3 0
  477. #define DBGU_BASE__INST3_SEG4 0
  478. #define DBGU_BASE__INST4_SEG0 0
  479. #define DBGU_BASE__INST4_SEG1 0
  480. #define DBGU_BASE__INST4_SEG2 0
  481. #define DBGU_BASE__INST4_SEG3 0
  482. #define DBGU_BASE__INST4_SEG4 0
  483. #define DBGU_NBIO_BASE__INST0_SEG0 0x000001C0
  484. #define DBGU_NBIO_BASE__INST0_SEG1 0
  485. #define DBGU_NBIO_BASE__INST0_SEG2 0
  486. #define DBGU_NBIO_BASE__INST0_SEG3 0
  487. #define DBGU_NBIO_BASE__INST0_SEG4 0
  488. #define DBGU_NBIO_BASE__INST1_SEG0 0
  489. #define DBGU_NBIO_BASE__INST1_SEG1 0
  490. #define DBGU_NBIO_BASE__INST1_SEG2 0
  491. #define DBGU_NBIO_BASE__INST1_SEG3 0
  492. #define DBGU_NBIO_BASE__INST1_SEG4 0
  493. #define DBGU_NBIO_BASE__INST2_SEG0 0
  494. #define DBGU_NBIO_BASE__INST2_SEG1 0
  495. #define DBGU_NBIO_BASE__INST2_SEG2 0
  496. #define DBGU_NBIO_BASE__INST2_SEG3 0
  497. #define DBGU_NBIO_BASE__INST2_SEG4 0
  498. #define DBGU_NBIO_BASE__INST3_SEG0 0
  499. #define DBGU_NBIO_BASE__INST3_SEG1 0
  500. #define DBGU_NBIO_BASE__INST3_SEG2 0
  501. #define DBGU_NBIO_BASE__INST3_SEG3 0
  502. #define DBGU_NBIO_BASE__INST3_SEG4 0
  503. #define DBGU_NBIO_BASE__INST4_SEG0 0
  504. #define DBGU_NBIO_BASE__INST4_SEG1 0
  505. #define DBGU_NBIO_BASE__INST4_SEG2 0
  506. #define DBGU_NBIO_BASE__INST4_SEG3 0
  507. #define DBGU_NBIO_BASE__INST4_SEG4 0
  508. #define DBGU_IO_BASE__INST0_SEG0 0x000001E0
  509. #define DBGU_IO_BASE__INST0_SEG1 0
  510. #define DBGU_IO_BASE__INST0_SEG2 0
  511. #define DBGU_IO_BASE__INST0_SEG3 0
  512. #define DBGU_IO_BASE__INST0_SEG4 0
  513. #define DBGU_IO_BASE__INST1_SEG0 0
  514. #define DBGU_IO_BASE__INST1_SEG1 0
  515. #define DBGU_IO_BASE__INST1_SEG2 0
  516. #define DBGU_IO_BASE__INST1_SEG3 0
  517. #define DBGU_IO_BASE__INST1_SEG4 0
  518. #define DBGU_IO_BASE__INST2_SEG0 0
  519. #define DBGU_IO_BASE__INST2_SEG1 0
  520. #define DBGU_IO_BASE__INST2_SEG2 0
  521. #define DBGU_IO_BASE__INST2_SEG3 0
  522. #define DBGU_IO_BASE__INST2_SEG4 0
  523. #define DBGU_IO_BASE__INST3_SEG0 0
  524. #define DBGU_IO_BASE__INST3_SEG1 0
  525. #define DBGU_IO_BASE__INST3_SEG2 0
  526. #define DBGU_IO_BASE__INST3_SEG3 0
  527. #define DBGU_IO_BASE__INST3_SEG4 0
  528. #define DBGU_IO_BASE__INST4_SEG0 0
  529. #define DBGU_IO_BASE__INST4_SEG1 0
  530. #define DBGU_IO_BASE__INST4_SEG2 0
  531. #define DBGU_IO_BASE__INST4_SEG3 0
  532. #define DBGU_IO_BASE__INST4_SEG4 0
  533. #define DFX_DAP_BASE__INST0_SEG0 0x000005A0
  534. #define DFX_DAP_BASE__INST0_SEG1 0
  535. #define DFX_DAP_BASE__INST0_SEG2 0
  536. #define DFX_DAP_BASE__INST0_SEG3 0
  537. #define DFX_DAP_BASE__INST0_SEG4 0
  538. #define DFX_DAP_BASE__INST1_SEG0 0
  539. #define DFX_DAP_BASE__INST1_SEG1 0
  540. #define DFX_DAP_BASE__INST1_SEG2 0
  541. #define DFX_DAP_BASE__INST1_SEG3 0
  542. #define DFX_DAP_BASE__INST1_SEG4 0
  543. #define DFX_DAP_BASE__INST2_SEG0 0
  544. #define DFX_DAP_BASE__INST2_SEG1 0
  545. #define DFX_DAP_BASE__INST2_SEG2 0
  546. #define DFX_DAP_BASE__INST2_SEG3 0
  547. #define DFX_DAP_BASE__INST2_SEG4 0
  548. #define DFX_DAP_BASE__INST3_SEG0 0
  549. #define DFX_DAP_BASE__INST3_SEG1 0
  550. #define DFX_DAP_BASE__INST3_SEG2 0
  551. #define DFX_DAP_BASE__INST3_SEG3 0
  552. #define DFX_DAP_BASE__INST3_SEG4 0
  553. #define DFX_DAP_BASE__INST4_SEG0 0
  554. #define DFX_DAP_BASE__INST4_SEG1 0
  555. #define DFX_DAP_BASE__INST4_SEG2 0
  556. #define DFX_DAP_BASE__INST4_SEG3 0
  557. #define DFX_DAP_BASE__INST4_SEG4 0
  558. #define DFX_BASE__INST0_SEG0 0x00000580
  559. #define DFX_BASE__INST0_SEG1 0
  560. #define DFX_BASE__INST0_SEG2 0
  561. #define DFX_BASE__INST0_SEG3 0
  562. #define DFX_BASE__INST0_SEG4 0
  563. #define DFX_BASE__INST1_SEG0 0
  564. #define DFX_BASE__INST1_SEG1 0
  565. #define DFX_BASE__INST1_SEG2 0
  566. #define DFX_BASE__INST1_SEG3 0
  567. #define DFX_BASE__INST1_SEG4 0
  568. #define DFX_BASE__INST2_SEG0 0
  569. #define DFX_BASE__INST2_SEG1 0
  570. #define DFX_BASE__INST2_SEG2 0
  571. #define DFX_BASE__INST2_SEG3 0
  572. #define DFX_BASE__INST2_SEG4 0
  573. #define DFX_BASE__INST3_SEG0 0
  574. #define DFX_BASE__INST3_SEG1 0
  575. #define DFX_BASE__INST3_SEG2 0
  576. #define DFX_BASE__INST3_SEG3 0
  577. #define DFX_BASE__INST3_SEG4 0
  578. #define DFX_BASE__INST4_SEG0 0
  579. #define DFX_BASE__INST4_SEG1 0
  580. #define DFX_BASE__INST4_SEG2 0
  581. #define DFX_BASE__INST4_SEG3 0
  582. #define DFX_BASE__INST4_SEG4 0
  583. #define ISP_BASE__INST0_SEG0 0x00018000
  584. #define ISP_BASE__INST0_SEG1 0
  585. #define ISP_BASE__INST0_SEG2 0
  586. #define ISP_BASE__INST0_SEG3 0
  587. #define ISP_BASE__INST0_SEG4 0
  588. #define ISP_BASE__INST1_SEG0 0
  589. #define ISP_BASE__INST1_SEG1 0
  590. #define ISP_BASE__INST1_SEG2 0
  591. #define ISP_BASE__INST1_SEG3 0
  592. #define ISP_BASE__INST1_SEG4 0
  593. #define ISP_BASE__INST2_SEG0 0
  594. #define ISP_BASE__INST2_SEG1 0
  595. #define ISP_BASE__INST2_SEG2 0
  596. #define ISP_BASE__INST2_SEG3 0
  597. #define ISP_BASE__INST2_SEG4 0
  598. #define ISP_BASE__INST3_SEG0 0
  599. #define ISP_BASE__INST3_SEG1 0
  600. #define ISP_BASE__INST3_SEG2 0
  601. #define ISP_BASE__INST3_SEG3 0
  602. #define ISP_BASE__INST3_SEG4 0
  603. #define ISP_BASE__INST4_SEG0 0
  604. #define ISP_BASE__INST4_SEG1 0
  605. #define ISP_BASE__INST4_SEG2 0
  606. #define ISP_BASE__INST4_SEG3 0
  607. #define ISP_BASE__INST4_SEG4 0
  608. #define SYSTEMHUB_BASE__INST0_SEG0 0x00000EA0
  609. #define SYSTEMHUB_BASE__INST0_SEG1 0
  610. #define SYSTEMHUB_BASE__INST0_SEG2 0
  611. #define SYSTEMHUB_BASE__INST0_SEG3 0
  612. #define SYSTEMHUB_BASE__INST0_SEG4 0
  613. #define SYSTEMHUB_BASE__INST1_SEG0 0
  614. #define SYSTEMHUB_BASE__INST1_SEG1 0
  615. #define SYSTEMHUB_BASE__INST1_SEG2 0
  616. #define SYSTEMHUB_BASE__INST1_SEG3 0
  617. #define SYSTEMHUB_BASE__INST1_SEG4 0
  618. #define SYSTEMHUB_BASE__INST2_SEG0 0
  619. #define SYSTEMHUB_BASE__INST2_SEG1 0
  620. #define SYSTEMHUB_BASE__INST2_SEG2 0
  621. #define SYSTEMHUB_BASE__INST2_SEG3 0
  622. #define SYSTEMHUB_BASE__INST2_SEG4 0
  623. #define SYSTEMHUB_BASE__INST3_SEG0 0
  624. #define SYSTEMHUB_BASE__INST3_SEG1 0
  625. #define SYSTEMHUB_BASE__INST3_SEG2 0
  626. #define SYSTEMHUB_BASE__INST3_SEG3 0
  627. #define SYSTEMHUB_BASE__INST3_SEG4 0
  628. #define SYSTEMHUB_BASE__INST4_SEG0 0
  629. #define SYSTEMHUB_BASE__INST4_SEG1 0
  630. #define SYSTEMHUB_BASE__INST4_SEG2 0
  631. #define SYSTEMHUB_BASE__INST4_SEG3 0
  632. #define SYSTEMHUB_BASE__INST4_SEG4 0
  633. #define L2IMU_BASE__INST0_SEG0 0x00007DC0
  634. #define L2IMU_BASE__INST0_SEG1 0
  635. #define L2IMU_BASE__INST0_SEG2 0
  636. #define L2IMU_BASE__INST0_SEG3 0
  637. #define L2IMU_BASE__INST0_SEG4 0
  638. #define L2IMU_BASE__INST1_SEG0 0
  639. #define L2IMU_BASE__INST1_SEG1 0
  640. #define L2IMU_BASE__INST1_SEG2 0
  641. #define L2IMU_BASE__INST1_SEG3 0
  642. #define L2IMU_BASE__INST1_SEG4 0
  643. #define L2IMU_BASE__INST2_SEG0 0
  644. #define L2IMU_BASE__INST2_SEG1 0
  645. #define L2IMU_BASE__INST2_SEG2 0
  646. #define L2IMU_BASE__INST2_SEG3 0
  647. #define L2IMU_BASE__INST2_SEG4 0
  648. #define L2IMU_BASE__INST3_SEG0 0
  649. #define L2IMU_BASE__INST3_SEG1 0
  650. #define L2IMU_BASE__INST3_SEG2 0
  651. #define L2IMU_BASE__INST3_SEG3 0
  652. #define L2IMU_BASE__INST3_SEG4 0
  653. #define L2IMU_BASE__INST4_SEG0 0
  654. #define L2IMU_BASE__INST4_SEG1 0
  655. #define L2IMU_BASE__INST4_SEG2 0
  656. #define L2IMU_BASE__INST4_SEG3 0
  657. #define L2IMU_BASE__INST4_SEG4 0
  658. #define IOHC_BASE__INST0_SEG0 0x00010000
  659. #define IOHC_BASE__INST0_SEG1 0
  660. #define IOHC_BASE__INST0_SEG2 0
  661. #define IOHC_BASE__INST0_SEG3 0
  662. #define IOHC_BASE__INST0_SEG4 0
  663. #define IOHC_BASE__INST1_SEG0 0
  664. #define IOHC_BASE__INST1_SEG1 0
  665. #define IOHC_BASE__INST1_SEG2 0
  666. #define IOHC_BASE__INST1_SEG3 0
  667. #define IOHC_BASE__INST1_SEG4 0
  668. #define IOHC_BASE__INST2_SEG0 0
  669. #define IOHC_BASE__INST2_SEG1 0
  670. #define IOHC_BASE__INST2_SEG2 0
  671. #define IOHC_BASE__INST2_SEG3 0
  672. #define IOHC_BASE__INST2_SEG4 0
  673. #define IOHC_BASE__INST3_SEG0 0
  674. #define IOHC_BASE__INST3_SEG1 0
  675. #define IOHC_BASE__INST3_SEG2 0
  676. #define IOHC_BASE__INST3_SEG3 0
  677. #define IOHC_BASE__INST3_SEG4 0
  678. #define IOHC_BASE__INST4_SEG0 0
  679. #define IOHC_BASE__INST4_SEG1 0
  680. #define IOHC_BASE__INST4_SEG2 0
  681. #define IOHC_BASE__INST4_SEG3 0
  682. #define IOHC_BASE__INST4_SEG4 0
  683. #define ATHUB_BASE__INST0_SEG0 0x00000C20
  684. #define ATHUB_BASE__INST0_SEG1 0
  685. #define ATHUB_BASE__INST0_SEG2 0
  686. #define ATHUB_BASE__INST0_SEG3 0
  687. #define ATHUB_BASE__INST0_SEG4 0
  688. #define ATHUB_BASE__INST1_SEG0 0
  689. #define ATHUB_BASE__INST1_SEG1 0
  690. #define ATHUB_BASE__INST1_SEG2 0
  691. #define ATHUB_BASE__INST1_SEG3 0
  692. #define ATHUB_BASE__INST1_SEG4 0
  693. #define ATHUB_BASE__INST2_SEG0 0
  694. #define ATHUB_BASE__INST2_SEG1 0
  695. #define ATHUB_BASE__INST2_SEG2 0
  696. #define ATHUB_BASE__INST2_SEG3 0
  697. #define ATHUB_BASE__INST2_SEG4 0
  698. #define ATHUB_BASE__INST3_SEG0 0
  699. #define ATHUB_BASE__INST3_SEG1 0
  700. #define ATHUB_BASE__INST3_SEG2 0
  701. #define ATHUB_BASE__INST3_SEG3 0
  702. #define ATHUB_BASE__INST3_SEG4 0
  703. #define ATHUB_BASE__INST4_SEG0 0
  704. #define ATHUB_BASE__INST4_SEG1 0
  705. #define ATHUB_BASE__INST4_SEG2 0
  706. #define ATHUB_BASE__INST4_SEG3 0
  707. #define ATHUB_BASE__INST4_SEG4 0
  708. #define VCE_BASE__INST0_SEG0 0x00007E00
  709. #define VCE_BASE__INST0_SEG1 0x00048800
  710. #define VCE_BASE__INST0_SEG2 0
  711. #define VCE_BASE__INST0_SEG3 0
  712. #define VCE_BASE__INST0_SEG4 0
  713. #define VCE_BASE__INST1_SEG0 0
  714. #define VCE_BASE__INST1_SEG1 0
  715. #define VCE_BASE__INST1_SEG2 0
  716. #define VCE_BASE__INST1_SEG3 0
  717. #define VCE_BASE__INST1_SEG4 0
  718. #define VCE_BASE__INST2_SEG0 0
  719. #define VCE_BASE__INST2_SEG1 0
  720. #define VCE_BASE__INST2_SEG2 0
  721. #define VCE_BASE__INST2_SEG3 0
  722. #define VCE_BASE__INST2_SEG4 0
  723. #define VCE_BASE__INST3_SEG0 0
  724. #define VCE_BASE__INST3_SEG1 0
  725. #define VCE_BASE__INST3_SEG2 0
  726. #define VCE_BASE__INST3_SEG3 0
  727. #define VCE_BASE__INST3_SEG4 0
  728. #define VCE_BASE__INST4_SEG0 0
  729. #define VCE_BASE__INST4_SEG1 0
  730. #define VCE_BASE__INST4_SEG2 0
  731. #define VCE_BASE__INST4_SEG3 0
  732. #define VCE_BASE__INST4_SEG4 0
  733. #define GC_BASE__INST0_SEG0 0x00002000
  734. #define GC_BASE__INST0_SEG1 0x0000A000
  735. #define GC_BASE__INST0_SEG2 0
  736. #define GC_BASE__INST0_SEG3 0
  737. #define GC_BASE__INST0_SEG4 0
  738. #define GC_BASE__INST1_SEG0 0
  739. #define GC_BASE__INST1_SEG1 0
  740. #define GC_BASE__INST1_SEG2 0
  741. #define GC_BASE__INST1_SEG3 0
  742. #define GC_BASE__INST1_SEG4 0
  743. #define GC_BASE__INST2_SEG0 0
  744. #define GC_BASE__INST2_SEG1 0
  745. #define GC_BASE__INST2_SEG2 0
  746. #define GC_BASE__INST2_SEG3 0
  747. #define GC_BASE__INST2_SEG4 0
  748. #define GC_BASE__INST3_SEG0 0
  749. #define GC_BASE__INST3_SEG1 0
  750. #define GC_BASE__INST3_SEG2 0
  751. #define GC_BASE__INST3_SEG3 0
  752. #define GC_BASE__INST3_SEG4 0
  753. #define GC_BASE__INST4_SEG0 0
  754. #define GC_BASE__INST4_SEG1 0
  755. #define GC_BASE__INST4_SEG2 0
  756. #define GC_BASE__INST4_SEG3 0
  757. #define GC_BASE__INST4_SEG4 0
  758. #define MMHUB_BASE__INST0_SEG0 0x0001A000
  759. #define MMHUB_BASE__INST0_SEG1 0
  760. #define MMHUB_BASE__INST0_SEG2 0
  761. #define MMHUB_BASE__INST0_SEG3 0
  762. #define MMHUB_BASE__INST0_SEG4 0
  763. #define MMHUB_BASE__INST1_SEG0 0
  764. #define MMHUB_BASE__INST1_SEG1 0
  765. #define MMHUB_BASE__INST1_SEG2 0
  766. #define MMHUB_BASE__INST1_SEG3 0
  767. #define MMHUB_BASE__INST1_SEG4 0
  768. #define MMHUB_BASE__INST2_SEG0 0
  769. #define MMHUB_BASE__INST2_SEG1 0
  770. #define MMHUB_BASE__INST2_SEG2 0
  771. #define MMHUB_BASE__INST2_SEG3 0
  772. #define MMHUB_BASE__INST2_SEG4 0
  773. #define MMHUB_BASE__INST3_SEG0 0
  774. #define MMHUB_BASE__INST3_SEG1 0
  775. #define MMHUB_BASE__INST3_SEG2 0
  776. #define MMHUB_BASE__INST3_SEG3 0
  777. #define MMHUB_BASE__INST3_SEG4 0
  778. #define MMHUB_BASE__INST4_SEG0 0
  779. #define MMHUB_BASE__INST4_SEG1 0
  780. #define MMHUB_BASE__INST4_SEG2 0
  781. #define MMHUB_BASE__INST4_SEG3 0
  782. #define MMHUB_BASE__INST4_SEG4 0
  783. #define RSMU_BASE__INST0_SEG0 0x00012000
  784. #define RSMU_BASE__INST0_SEG1 0
  785. #define RSMU_BASE__INST0_SEG2 0
  786. #define RSMU_BASE__INST0_SEG3 0
  787. #define RSMU_BASE__INST0_SEG4 0
  788. #define RSMU_BASE__INST1_SEG0 0
  789. #define RSMU_BASE__INST1_SEG1 0
  790. #define RSMU_BASE__INST1_SEG2 0
  791. #define RSMU_BASE__INST1_SEG3 0
  792. #define RSMU_BASE__INST1_SEG4 0
  793. #define RSMU_BASE__INST2_SEG0 0
  794. #define RSMU_BASE__INST2_SEG1 0
  795. #define RSMU_BASE__INST2_SEG2 0
  796. #define RSMU_BASE__INST2_SEG3 0
  797. #define RSMU_BASE__INST2_SEG4 0
  798. #define RSMU_BASE__INST3_SEG0 0
  799. #define RSMU_BASE__INST3_SEG1 0
  800. #define RSMU_BASE__INST3_SEG2 0
  801. #define RSMU_BASE__INST3_SEG3 0
  802. #define RSMU_BASE__INST3_SEG4 0
  803. #define RSMU_BASE__INST4_SEG0 0
  804. #define RSMU_BASE__INST4_SEG1 0
  805. #define RSMU_BASE__INST4_SEG2 0
  806. #define RSMU_BASE__INST4_SEG3 0
  807. #define RSMU_BASE__INST4_SEG4 0
  808. #define HDP_BASE__INST0_SEG0 0x00000F20
  809. #define HDP_BASE__INST0_SEG1 0
  810. #define HDP_BASE__INST0_SEG2 0
  811. #define HDP_BASE__INST0_SEG3 0
  812. #define HDP_BASE__INST0_SEG4 0
  813. #define HDP_BASE__INST1_SEG0 0
  814. #define HDP_BASE__INST1_SEG1 0
  815. #define HDP_BASE__INST1_SEG2 0
  816. #define HDP_BASE__INST1_SEG3 0
  817. #define HDP_BASE__INST1_SEG4 0
  818. #define HDP_BASE__INST2_SEG0 0
  819. #define HDP_BASE__INST2_SEG1 0
  820. #define HDP_BASE__INST2_SEG2 0
  821. #define HDP_BASE__INST2_SEG3 0
  822. #define HDP_BASE__INST2_SEG4 0
  823. #define HDP_BASE__INST3_SEG0 0
  824. #define HDP_BASE__INST3_SEG1 0
  825. #define HDP_BASE__INST3_SEG2 0
  826. #define HDP_BASE__INST3_SEG3 0
  827. #define HDP_BASE__INST3_SEG4 0
  828. #define HDP_BASE__INST4_SEG0 0
  829. #define HDP_BASE__INST4_SEG1 0
  830. #define HDP_BASE__INST4_SEG2 0
  831. #define HDP_BASE__INST4_SEG3 0
  832. #define HDP_BASE__INST4_SEG4 0
  833. #define OSSSYS_BASE__INST0_SEG0 0x000010A0
  834. #define OSSSYS_BASE__INST0_SEG1 0
  835. #define OSSSYS_BASE__INST0_SEG2 0
  836. #define OSSSYS_BASE__INST0_SEG3 0
  837. #define OSSSYS_BASE__INST0_SEG4 0
  838. #define OSSSYS_BASE__INST1_SEG0 0
  839. #define OSSSYS_BASE__INST1_SEG1 0
  840. #define OSSSYS_BASE__INST1_SEG2 0
  841. #define OSSSYS_BASE__INST1_SEG3 0
  842. #define OSSSYS_BASE__INST1_SEG4 0
  843. #define OSSSYS_BASE__INST2_SEG0 0
  844. #define OSSSYS_BASE__INST2_SEG1 0
  845. #define OSSSYS_BASE__INST2_SEG2 0
  846. #define OSSSYS_BASE__INST2_SEG3 0
  847. #define OSSSYS_BASE__INST2_SEG4 0
  848. #define OSSSYS_BASE__INST3_SEG0 0
  849. #define OSSSYS_BASE__INST3_SEG1 0
  850. #define OSSSYS_BASE__INST3_SEG2 0
  851. #define OSSSYS_BASE__INST3_SEG3 0
  852. #define OSSSYS_BASE__INST3_SEG4 0
  853. #define OSSSYS_BASE__INST4_SEG0 0
  854. #define OSSSYS_BASE__INST4_SEG1 0
  855. #define OSSSYS_BASE__INST4_SEG2 0
  856. #define OSSSYS_BASE__INST4_SEG3 0
  857. #define OSSSYS_BASE__INST4_SEG4 0
  858. #define SDMA0_BASE__INST0_SEG0 0x00001260
  859. #define SDMA0_BASE__INST0_SEG1 0
  860. #define SDMA0_BASE__INST0_SEG2 0
  861. #define SDMA0_BASE__INST0_SEG3 0
  862. #define SDMA0_BASE__INST0_SEG4 0
  863. #define SDMA0_BASE__INST1_SEG0 0
  864. #define SDMA0_BASE__INST1_SEG1 0
  865. #define SDMA0_BASE__INST1_SEG2 0
  866. #define SDMA0_BASE__INST1_SEG3 0
  867. #define SDMA0_BASE__INST1_SEG4 0
  868. #define SDMA0_BASE__INST2_SEG0 0
  869. #define SDMA0_BASE__INST2_SEG1 0
  870. #define SDMA0_BASE__INST2_SEG2 0
  871. #define SDMA0_BASE__INST2_SEG3 0
  872. #define SDMA0_BASE__INST2_SEG4 0
  873. #define SDMA0_BASE__INST3_SEG0 0
  874. #define SDMA0_BASE__INST3_SEG1 0
  875. #define SDMA0_BASE__INST3_SEG2 0
  876. #define SDMA0_BASE__INST3_SEG3 0
  877. #define SDMA0_BASE__INST3_SEG4 0
  878. #define SDMA0_BASE__INST4_SEG0 0
  879. #define SDMA0_BASE__INST4_SEG1 0
  880. #define SDMA0_BASE__INST4_SEG2 0
  881. #define SDMA0_BASE__INST4_SEG3 0
  882. #define SDMA0_BASE__INST4_SEG4 0
  883. #define SDMA1_BASE__INST0_SEG0 0x00001460
  884. #define SDMA1_BASE__INST0_SEG1 0
  885. #define SDMA1_BASE__INST0_SEG2 0
  886. #define SDMA1_BASE__INST0_SEG3 0
  887. #define SDMA1_BASE__INST0_SEG4 0
  888. #define SDMA1_BASE__INST1_SEG0 0
  889. #define SDMA1_BASE__INST1_SEG1 0
  890. #define SDMA1_BASE__INST1_SEG2 0
  891. #define SDMA1_BASE__INST1_SEG3 0
  892. #define SDMA1_BASE__INST1_SEG4 0
  893. #define SDMA1_BASE__INST2_SEG0 0
  894. #define SDMA1_BASE__INST2_SEG1 0
  895. #define SDMA1_BASE__INST2_SEG2 0
  896. #define SDMA1_BASE__INST2_SEG3 0
  897. #define SDMA1_BASE__INST2_SEG4 0
  898. #define SDMA1_BASE__INST3_SEG0 0
  899. #define SDMA1_BASE__INST3_SEG1 0
  900. #define SDMA1_BASE__INST3_SEG2 0
  901. #define SDMA1_BASE__INST3_SEG3 0
  902. #define SDMA1_BASE__INST3_SEG4 0
  903. #define SDMA1_BASE__INST4_SEG0 0
  904. #define SDMA1_BASE__INST4_SEG1 0
  905. #define SDMA1_BASE__INST4_SEG2 0
  906. #define SDMA1_BASE__INST4_SEG3 0
  907. #define SDMA1_BASE__INST4_SEG4 0
  908. #define XDMA_BASE__INST0_SEG0 0x00003400
  909. #define XDMA_BASE__INST0_SEG1 0
  910. #define XDMA_BASE__INST0_SEG2 0
  911. #define XDMA_BASE__INST0_SEG3 0
  912. #define XDMA_BASE__INST0_SEG4 0
  913. #define XDMA_BASE__INST1_SEG0 0
  914. #define XDMA_BASE__INST1_SEG1 0
  915. #define XDMA_BASE__INST1_SEG2 0
  916. #define XDMA_BASE__INST1_SEG3 0
  917. #define XDMA_BASE__INST1_SEG4 0
  918. #define XDMA_BASE__INST2_SEG0 0
  919. #define XDMA_BASE__INST2_SEG1 0
  920. #define XDMA_BASE__INST2_SEG2 0
  921. #define XDMA_BASE__INST2_SEG3 0
  922. #define XDMA_BASE__INST2_SEG4 0
  923. #define XDMA_BASE__INST3_SEG0 0
  924. #define XDMA_BASE__INST3_SEG1 0
  925. #define XDMA_BASE__INST3_SEG2 0
  926. #define XDMA_BASE__INST3_SEG3 0
  927. #define XDMA_BASE__INST3_SEG4 0
  928. #define XDMA_BASE__INST4_SEG0 0
  929. #define XDMA_BASE__INST4_SEG1 0
  930. #define XDMA_BASE__INST4_SEG2 0
  931. #define XDMA_BASE__INST4_SEG3 0
  932. #define XDMA_BASE__INST4_SEG4 0
  933. #define UMC_BASE__INST0_SEG0 0x00014000
  934. #define UMC_BASE__INST0_SEG1 0
  935. #define UMC_BASE__INST0_SEG2 0
  936. #define UMC_BASE__INST0_SEG3 0
  937. #define UMC_BASE__INST0_SEG4 0
  938. #define UMC_BASE__INST1_SEG0 0
  939. #define UMC_BASE__INST1_SEG1 0
  940. #define UMC_BASE__INST1_SEG2 0
  941. #define UMC_BASE__INST1_SEG3 0
  942. #define UMC_BASE__INST1_SEG4 0
  943. #define UMC_BASE__INST2_SEG0 0
  944. #define UMC_BASE__INST2_SEG1 0
  945. #define UMC_BASE__INST2_SEG2 0
  946. #define UMC_BASE__INST2_SEG3 0
  947. #define UMC_BASE__INST2_SEG4 0
  948. #define UMC_BASE__INST3_SEG0 0
  949. #define UMC_BASE__INST3_SEG1 0
  950. #define UMC_BASE__INST3_SEG2 0
  951. #define UMC_BASE__INST3_SEG3 0
  952. #define UMC_BASE__INST3_SEG4 0
  953. #define UMC_BASE__INST4_SEG0 0
  954. #define UMC_BASE__INST4_SEG1 0
  955. #define UMC_BASE__INST4_SEG2 0
  956. #define UMC_BASE__INST4_SEG3 0
  957. #define UMC_BASE__INST4_SEG4 0
  958. #define THM_BASE__INST0_SEG0 0x00016600
  959. #define THM_BASE__INST0_SEG1 0
  960. #define THM_BASE__INST0_SEG2 0
  961. #define THM_BASE__INST0_SEG3 0
  962. #define THM_BASE__INST0_SEG4 0
  963. #define THM_BASE__INST1_SEG0 0
  964. #define THM_BASE__INST1_SEG1 0
  965. #define THM_BASE__INST1_SEG2 0
  966. #define THM_BASE__INST1_SEG3 0
  967. #define THM_BASE__INST1_SEG4 0
  968. #define THM_BASE__INST2_SEG0 0
  969. #define THM_BASE__INST2_SEG1 0
  970. #define THM_BASE__INST2_SEG2 0
  971. #define THM_BASE__INST2_SEG3 0
  972. #define THM_BASE__INST2_SEG4 0
  973. #define THM_BASE__INST3_SEG0 0
  974. #define THM_BASE__INST3_SEG1 0
  975. #define THM_BASE__INST3_SEG2 0
  976. #define THM_BASE__INST3_SEG3 0
  977. #define THM_BASE__INST3_SEG4 0
  978. #define THM_BASE__INST4_SEG0 0
  979. #define THM_BASE__INST4_SEG1 0
  980. #define THM_BASE__INST4_SEG2 0
  981. #define THM_BASE__INST4_SEG3 0
  982. #define THM_BASE__INST4_SEG4 0
  983. #define SMUIO_BASE__INST0_SEG0 0x00016800
  984. #define SMUIO_BASE__INST0_SEG1 0
  985. #define SMUIO_BASE__INST0_SEG2 0
  986. #define SMUIO_BASE__INST0_SEG3 0
  987. #define SMUIO_BASE__INST0_SEG4 0
  988. #define SMUIO_BASE__INST1_SEG0 0
  989. #define SMUIO_BASE__INST1_SEG1 0
  990. #define SMUIO_BASE__INST1_SEG2 0
  991. #define SMUIO_BASE__INST1_SEG3 0
  992. #define SMUIO_BASE__INST1_SEG4 0
  993. #define SMUIO_BASE__INST2_SEG0 0
  994. #define SMUIO_BASE__INST2_SEG1 0
  995. #define SMUIO_BASE__INST2_SEG2 0
  996. #define SMUIO_BASE__INST2_SEG3 0
  997. #define SMUIO_BASE__INST2_SEG4 0
  998. #define SMUIO_BASE__INST3_SEG0 0
  999. #define SMUIO_BASE__INST3_SEG1 0
  1000. #define SMUIO_BASE__INST3_SEG2 0
  1001. #define SMUIO_BASE__INST3_SEG3 0
  1002. #define SMUIO_BASE__INST3_SEG4 0
  1003. #define SMUIO_BASE__INST4_SEG0 0
  1004. #define SMUIO_BASE__INST4_SEG1 0
  1005. #define SMUIO_BASE__INST4_SEG2 0
  1006. #define SMUIO_BASE__INST4_SEG3 0
  1007. #define SMUIO_BASE__INST4_SEG4 0
  1008. #define PWR_BASE__INST0_SEG0 0x00016A00
  1009. #define PWR_BASE__INST0_SEG1 0
  1010. #define PWR_BASE__INST0_SEG2 0
  1011. #define PWR_BASE__INST0_SEG3 0
  1012. #define PWR_BASE__INST0_SEG4 0
  1013. #define PWR_BASE__INST1_SEG0 0
  1014. #define PWR_BASE__INST1_SEG1 0
  1015. #define PWR_BASE__INST1_SEG2 0
  1016. #define PWR_BASE__INST1_SEG3 0
  1017. #define PWR_BASE__INST1_SEG4 0
  1018. #define PWR_BASE__INST2_SEG0 0
  1019. #define PWR_BASE__INST2_SEG1 0
  1020. #define PWR_BASE__INST2_SEG2 0
  1021. #define PWR_BASE__INST2_SEG3 0
  1022. #define PWR_BASE__INST2_SEG4 0
  1023. #define PWR_BASE__INST3_SEG0 0
  1024. #define PWR_BASE__INST3_SEG1 0
  1025. #define PWR_BASE__INST3_SEG2 0
  1026. #define PWR_BASE__INST3_SEG3 0
  1027. #define PWR_BASE__INST3_SEG4 0
  1028. #define PWR_BASE__INST4_SEG0 0
  1029. #define PWR_BASE__INST4_SEG1 0
  1030. #define PWR_BASE__INST4_SEG2 0
  1031. #define PWR_BASE__INST4_SEG3 0
  1032. #define PWR_BASE__INST4_SEG4 0
  1033. #define CLK_BASE__INST0_SEG0 0x00016C00
  1034. #define CLK_BASE__INST0_SEG1 0
  1035. #define CLK_BASE__INST0_SEG2 0
  1036. #define CLK_BASE__INST0_SEG3 0
  1037. #define CLK_BASE__INST0_SEG4 0
  1038. #define CLK_BASE__INST1_SEG0 0x00016E00
  1039. #define CLK_BASE__INST1_SEG1 0
  1040. #define CLK_BASE__INST1_SEG2 0
  1041. #define CLK_BASE__INST1_SEG3 0
  1042. #define CLK_BASE__INST1_SEG4 0
  1043. #define CLK_BASE__INST2_SEG0 0x00017000
  1044. #define CLK_BASE__INST2_SEG1 0
  1045. #define CLK_BASE__INST2_SEG2 0
  1046. #define CLK_BASE__INST2_SEG3 0
  1047. #define CLK_BASE__INST2_SEG4 0
  1048. #define CLK_BASE__INST3_SEG0 0x00017200
  1049. #define CLK_BASE__INST3_SEG1 0
  1050. #define CLK_BASE__INST3_SEG2 0
  1051. #define CLK_BASE__INST3_SEG3 0
  1052. #define CLK_BASE__INST3_SEG4 0
  1053. #define CLK_BASE__INST4_SEG0 0x00017E00
  1054. #define CLK_BASE__INST4_SEG1 0
  1055. #define CLK_BASE__INST4_SEG2 0
  1056. #define CLK_BASE__INST4_SEG3 0
  1057. #define CLK_BASE__INST4_SEG4 0
  1058. #define FUSE_BASE__INST0_SEG0 0x00017400
  1059. #define FUSE_BASE__INST0_SEG1 0
  1060. #define FUSE_BASE__INST0_SEG2 0
  1061. #define FUSE_BASE__INST0_SEG3 0
  1062. #define FUSE_BASE__INST0_SEG4 0
  1063. #define FUSE_BASE__INST1_SEG0 0
  1064. #define FUSE_BASE__INST1_SEG1 0
  1065. #define FUSE_BASE__INST1_SEG2 0
  1066. #define FUSE_BASE__INST1_SEG3 0
  1067. #define FUSE_BASE__INST1_SEG4 0
  1068. #define FUSE_BASE__INST2_SEG0 0
  1069. #define FUSE_BASE__INST2_SEG1 0
  1070. #define FUSE_BASE__INST2_SEG2 0
  1071. #define FUSE_BASE__INST2_SEG3 0
  1072. #define FUSE_BASE__INST2_SEG4 0
  1073. #define FUSE_BASE__INST3_SEG0 0
  1074. #define FUSE_BASE__INST3_SEG1 0
  1075. #define FUSE_BASE__INST3_SEG2 0
  1076. #define FUSE_BASE__INST3_SEG3 0
  1077. #define FUSE_BASE__INST3_SEG4 0
  1078. #define FUSE_BASE__INST4_SEG0 0
  1079. #define FUSE_BASE__INST4_SEG1 0
  1080. #define FUSE_BASE__INST4_SEG2 0
  1081. #define FUSE_BASE__INST4_SEG3 0
  1082. #define FUSE_BASE__INST4_SEG4 0
  1083. #endif