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