soc15ip.h 59 KB

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