1bf215546Sopenharmony_ci{
2bf215546Sopenharmony_ci "enums": {
3bf215546Sopenharmony_ci  "ArrayMode": {
4bf215546Sopenharmony_ci   "entries": [
5bf215546Sopenharmony_ci    {"name": "ARRAY_LINEAR_GENERAL", "value": 0},
6bf215546Sopenharmony_ci    {"name": "ARRAY_LINEAR_ALIGNED", "value": 1},
7bf215546Sopenharmony_ci    {"name": "ARRAY_1D_TILED_THIN1", "value": 2},
8bf215546Sopenharmony_ci    {"name": "ARRAY_1D_TILED_THICK", "value": 3},
9bf215546Sopenharmony_ci    {"name": "ARRAY_2D_TILED_THIN1", "value": 4},
10bf215546Sopenharmony_ci    {"name": "ARRAY_PRT_TILED_THIN1", "value": 5},
11bf215546Sopenharmony_ci    {"name": "ARRAY_PRT_2D_TILED_THIN1", "value": 6},
12bf215546Sopenharmony_ci    {"name": "ARRAY_2D_TILED_THICK", "value": 7},
13bf215546Sopenharmony_ci    {"name": "ARRAY_2D_TILED_XTHICK", "value": 8},
14bf215546Sopenharmony_ci    {"name": "ARRAY_PRT_TILED_THICK", "value": 9},
15bf215546Sopenharmony_ci    {"name": "ARRAY_PRT_2D_TILED_THICK", "value": 10},
16bf215546Sopenharmony_ci    {"name": "ARRAY_PRT_3D_TILED_THIN1", "value": 11},
17bf215546Sopenharmony_ci    {"name": "ARRAY_3D_TILED_THIN1", "value": 12},
18bf215546Sopenharmony_ci    {"name": "ARRAY_3D_TILED_THICK", "value": 13},
19bf215546Sopenharmony_ci    {"name": "ARRAY_3D_TILED_XTHICK", "value": 14},
20bf215546Sopenharmony_ci    {"name": "ARRAY_PRT_3D_TILED_THICK", "value": 15}
21bf215546Sopenharmony_ci   ]
22bf215546Sopenharmony_ci  },
23bf215546Sopenharmony_ci  "BankHeight": {
24bf215546Sopenharmony_ci   "entries": [
25bf215546Sopenharmony_ci    {"name": "ADDR_SURF_BANK_HEIGHT_1", "value": 0},
26bf215546Sopenharmony_ci    {"name": "ADDR_SURF_BANK_HEIGHT_2", "value": 1},
27bf215546Sopenharmony_ci    {"name": "ADDR_SURF_BANK_HEIGHT_4", "value": 2},
28bf215546Sopenharmony_ci    {"name": "ADDR_SURF_BANK_HEIGHT_8", "value": 3}
29bf215546Sopenharmony_ci   ]
30bf215546Sopenharmony_ci  },
31bf215546Sopenharmony_ci  "BankWidth": {
32bf215546Sopenharmony_ci   "entries": [
33bf215546Sopenharmony_ci    {"name": "ADDR_SURF_BANK_WIDTH_1", "value": 0},
34bf215546Sopenharmony_ci    {"name": "ADDR_SURF_BANK_WIDTH_2", "value": 1},
35bf215546Sopenharmony_ci    {"name": "ADDR_SURF_BANK_WIDTH_4", "value": 2},
36bf215546Sopenharmony_ci    {"name": "ADDR_SURF_BANK_WIDTH_8", "value": 3}
37bf215546Sopenharmony_ci   ]
38bf215546Sopenharmony_ci  },
39bf215546Sopenharmony_ci  "BinMapMode": {
40bf215546Sopenharmony_ci   "entries": [
41bf215546Sopenharmony_ci    {"name": "BIN_MAP_MODE_NONE", "value": 0},
42bf215546Sopenharmony_ci    {"name": "BIN_MAP_MODE_RTA_INDEX", "value": 1},
43bf215546Sopenharmony_ci    {"name": "BIN_MAP_MODE_POPS", "value": 2}
44bf215546Sopenharmony_ci   ]
45bf215546Sopenharmony_ci  },
46bf215546Sopenharmony_ci  "BinSizeExtend": {
47bf215546Sopenharmony_ci   "entries": [
48bf215546Sopenharmony_ci    {"name": "BIN_SIZE_32_PIXELS", "value": 0},
49bf215546Sopenharmony_ci    {"name": "BIN_SIZE_64_PIXELS", "value": 1},
50bf215546Sopenharmony_ci    {"name": "BIN_SIZE_128_PIXELS", "value": 2},
51bf215546Sopenharmony_ci    {"name": "BIN_SIZE_256_PIXELS", "value": 3},
52bf215546Sopenharmony_ci    {"name": "BIN_SIZE_512_PIXELS", "value": 4}
53bf215546Sopenharmony_ci   ]
54bf215546Sopenharmony_ci  },
55bf215546Sopenharmony_ci  "BinningMode": {
56bf215546Sopenharmony_ci   "entries": [
57bf215546Sopenharmony_ci    {"name": "BINNING_ALLOWED", "value": 0},
58bf215546Sopenharmony_ci    {"name": "FORCE_BINNING_ON", "value": 1},
59bf215546Sopenharmony_ci    {"name": "DISABLE_BINNING_USE_NEW_SC", "value": 2},
60bf215546Sopenharmony_ci    {"name": "DISABLE_BINNING_USE_LEGACY_SC", "value": 3}
61bf215546Sopenharmony_ci   ]
62bf215546Sopenharmony_ci  },
63bf215546Sopenharmony_ci  "BlendOp": {
64bf215546Sopenharmony_ci   "entries": [
65bf215546Sopenharmony_ci    {"name": "BLEND_ZERO", "value": 0},
66bf215546Sopenharmony_ci    {"name": "BLEND_ONE", "value": 1},
67bf215546Sopenharmony_ci    {"name": "BLEND_SRC_COLOR", "value": 2},
68bf215546Sopenharmony_ci    {"name": "BLEND_ONE_MINUS_SRC_COLOR", "value": 3},
69bf215546Sopenharmony_ci    {"name": "BLEND_SRC_ALPHA", "value": 4},
70bf215546Sopenharmony_ci    {"name": "BLEND_ONE_MINUS_SRC_ALPHA", "value": 5},
71bf215546Sopenharmony_ci    {"name": "BLEND_DST_ALPHA", "value": 6},
72bf215546Sopenharmony_ci    {"name": "BLEND_ONE_MINUS_DST_ALPHA", "value": 7},
73bf215546Sopenharmony_ci    {"name": "BLEND_DST_COLOR", "value": 8},
74bf215546Sopenharmony_ci    {"name": "BLEND_ONE_MINUS_DST_COLOR", "value": 9},
75bf215546Sopenharmony_ci    {"name": "BLEND_SRC_ALPHA_SATURATE", "value": 10},
76bf215546Sopenharmony_ci    {"name": "BLEND_BOTH_SRC_ALPHA", "value": 11},
77bf215546Sopenharmony_ci    {"name": "BLEND_BOTH_INV_SRC_ALPHA", "value": 12},
78bf215546Sopenharmony_ci    {"name": "BLEND_CONSTANT_COLOR", "value": 13},
79bf215546Sopenharmony_ci    {"name": "BLEND_ONE_MINUS_CONSTANT_COLOR", "value": 14},
80bf215546Sopenharmony_ci    {"name": "BLEND_SRC1_COLOR", "value": 15},
81bf215546Sopenharmony_ci    {"name": "BLEND_INV_SRC1_COLOR", "value": 16},
82bf215546Sopenharmony_ci    {"name": "BLEND_SRC1_ALPHA", "value": 17},
83bf215546Sopenharmony_ci    {"name": "BLEND_INV_SRC1_ALPHA", "value": 18},
84bf215546Sopenharmony_ci    {"name": "BLEND_CONSTANT_ALPHA", "value": 19},
85bf215546Sopenharmony_ci    {"name": "BLEND_ONE_MINUS_CONSTANT_ALPHA", "value": 20}
86bf215546Sopenharmony_ci   ]
87bf215546Sopenharmony_ci  },
88bf215546Sopenharmony_ci  "BlendOpt": {
89bf215546Sopenharmony_ci   "entries": [
90bf215546Sopenharmony_ci    {"name": "FORCE_OPT_AUTO", "value": 0},
91bf215546Sopenharmony_ci    {"name": "FORCE_OPT_DISABLE", "value": 1},
92bf215546Sopenharmony_ci    {"name": "FORCE_OPT_ENABLE_IF_SRC_A_0", "value": 2},
93bf215546Sopenharmony_ci    {"name": "FORCE_OPT_ENABLE_IF_SRC_RGB_0", "value": 3},
94bf215546Sopenharmony_ci    {"name": "FORCE_OPT_ENABLE_IF_SRC_ARGB_0", "value": 4},
95bf215546Sopenharmony_ci    {"name": "FORCE_OPT_ENABLE_IF_SRC_A_1", "value": 5},
96bf215546Sopenharmony_ci    {"name": "FORCE_OPT_ENABLE_IF_SRC_RGB_1", "value": 6},
97bf215546Sopenharmony_ci    {"name": "FORCE_OPT_ENABLE_IF_SRC_ARGB_1", "value": 7}
98bf215546Sopenharmony_ci   ]
99bf215546Sopenharmony_ci  },
100bf215546Sopenharmony_ci  "CBMode": {
101bf215546Sopenharmony_ci   "entries": [
102bf215546Sopenharmony_ci    {"name": "CB_DISABLE", "value": 0},
103bf215546Sopenharmony_ci    {"name": "CB_NORMAL", "value": 1},
104bf215546Sopenharmony_ci    {"name": "CB_ELIMINATE_FAST_CLEAR", "value": 2},
105bf215546Sopenharmony_ci    {"name": "CB_RESOLVE", "value": 3},
106bf215546Sopenharmony_ci    {"name": "CB_DECOMPRESS", "value": 4},
107bf215546Sopenharmony_ci    {"name": "CB_FMASK_DECOMPRESS", "value": 5},
108bf215546Sopenharmony_ci    {"name": "CB_DCC_DECOMPRESS", "value": 6},
109bf215546Sopenharmony_ci    {"name": "CB_RESERVED", "value": 7}
110bf215546Sopenharmony_ci   ]
111bf215546Sopenharmony_ci  },
112bf215546Sopenharmony_ci  "CBPerfClearFilterSel": {
113bf215546Sopenharmony_ci   "entries": [
114bf215546Sopenharmony_ci    {"name": "CB_PERF_CLEAR_FILTER_SEL_NONCLEAR", "value": 0},
115bf215546Sopenharmony_ci    {"name": "CB_PERF_CLEAR_FILTER_SEL_CLEAR", "value": 1}
116bf215546Sopenharmony_ci   ]
117bf215546Sopenharmony_ci  },
118bf215546Sopenharmony_ci  "CBPerfOpFilterSel": {
119bf215546Sopenharmony_ci   "entries": [
120bf215546Sopenharmony_ci    {"name": "CB_PERF_OP_FILTER_SEL_WRITE_ONLY", "value": 0},
121bf215546Sopenharmony_ci    {"name": "CB_PERF_OP_FILTER_SEL_NEEDS_DESTINATION", "value": 1},
122bf215546Sopenharmony_ci    {"name": "CB_PERF_OP_FILTER_SEL_RESOLVE", "value": 2},
123bf215546Sopenharmony_ci    {"name": "CB_PERF_OP_FILTER_SEL_DECOMPRESS", "value": 3},
124bf215546Sopenharmony_ci    {"name": "CB_PERF_OP_FILTER_SEL_FMASK_DECOMPRESS", "value": 4},
125bf215546Sopenharmony_ci    {"name": "CB_PERF_OP_FILTER_SEL_ELIMINATE_FAST_CLEAR", "value": 5}
126bf215546Sopenharmony_ci   ]
127bf215546Sopenharmony_ci  },
128bf215546Sopenharmony_ci  "CB_COLOR_DCC_CONTROL__MAX_UNCOMPRESSED_BLOCK_SIZE": {
129bf215546Sopenharmony_ci   "entries": [
130bf215546Sopenharmony_ci    {"name": "MAX_BLOCK_SIZE_64B", "value": 0},
131bf215546Sopenharmony_ci    {"name": "MAX_BLOCK_SIZE_128B", "value": 1},
132bf215546Sopenharmony_ci    {"name": "MAX_BLOCK_SIZE_256B", "value": 2}
133bf215546Sopenharmony_ci   ]
134bf215546Sopenharmony_ci  },
135bf215546Sopenharmony_ci  "CB_COLOR_DCC_CONTROL__MIN_COMPRESSED_BLOCK_SIZE": {
136bf215546Sopenharmony_ci   "entries": [
137bf215546Sopenharmony_ci    {"name": "MIN_BLOCK_SIZE_32B", "value": 0},
138bf215546Sopenharmony_ci    {"name": "MIN_BLOCK_SIZE_64B", "value": 1}
139bf215546Sopenharmony_ci   ]
140bf215546Sopenharmony_ci  },
141bf215546Sopenharmony_ci  "CLIP_RULE": {
142bf215546Sopenharmony_ci   "entries": [
143bf215546Sopenharmony_ci    {"name": "OUT", "value": 1},
144bf215546Sopenharmony_ci    {"name": "IN_0", "value": 2},
145bf215546Sopenharmony_ci    {"name": "IN_1", "value": 4},
146bf215546Sopenharmony_ci    {"name": "IN_10", "value": 8},
147bf215546Sopenharmony_ci    {"name": "IN_2", "value": 16},
148bf215546Sopenharmony_ci    {"name": "IN_20", "value": 32},
149bf215546Sopenharmony_ci    {"name": "IN_21", "value": 64},
150bf215546Sopenharmony_ci    {"name": "IN_210", "value": 128},
151bf215546Sopenharmony_ci    {"name": "IN_3", "value": 256},
152bf215546Sopenharmony_ci    {"name": "IN_30", "value": 512},
153bf215546Sopenharmony_ci    {"name": "IN_31", "value": 1024},
154bf215546Sopenharmony_ci    {"name": "IN_310", "value": 2048},
155bf215546Sopenharmony_ci    {"name": "IN_32", "value": 4096},
156bf215546Sopenharmony_ci    {"name": "IN_320", "value": 8192},
157bf215546Sopenharmony_ci    {"name": "IN_321", "value": 16384},
158bf215546Sopenharmony_ci    {"name": "IN_3210", "value": 32768}
159bf215546Sopenharmony_ci   ]
160bf215546Sopenharmony_ci  },
161bf215546Sopenharmony_ci  "CP_PERFMON_ENABLE_MODE": {
162bf215546Sopenharmony_ci   "entries": [
163bf215546Sopenharmony_ci    {"name": "CP_PERFMON_ENABLE_MODE_ALWAYS_COUNT", "value": 0},
164bf215546Sopenharmony_ci    {"name": "CP_PERFMON_ENABLE_MODE_RESERVED_1", "value": 1},
165bf215546Sopenharmony_ci    {"name": "CP_PERFMON_ENABLE_MODE_COUNT_CONTEXT_TRUE", "value": 2},
166bf215546Sopenharmony_ci    {"name": "CP_PERFMON_ENABLE_MODE_COUNT_CONTEXT_FALSE", "value": 3}
167bf215546Sopenharmony_ci   ]
168bf215546Sopenharmony_ci  },
169bf215546Sopenharmony_ci  "CP_PERFMON_STATE": {
170bf215546Sopenharmony_ci   "entries": [
171bf215546Sopenharmony_ci    {"name": "CP_PERFMON_STATE_DISABLE_AND_RESET", "value": 0},
172bf215546Sopenharmony_ci    {"name": "CP_PERFMON_STATE_START_COUNTING", "value": 1},
173bf215546Sopenharmony_ci    {"name": "CP_PERFMON_STATE_STOP_COUNTING", "value": 2},
174bf215546Sopenharmony_ci    {"name": "CP_PERFMON_STATE_RESERVED_3", "value": 3},
175bf215546Sopenharmony_ci    {"name": "CP_PERFMON_STATE_DISABLE_AND_RESET_PHANTOM", "value": 4},
176bf215546Sopenharmony_ci    {"name": "CP_PERFMON_STATE_COUNT_AND_DUMP_PHANTOM", "value": 5}
177bf215546Sopenharmony_ci   ]
178bf215546Sopenharmony_ci  },
179bf215546Sopenharmony_ci  "CmaskAddr": {
180bf215546Sopenharmony_ci   "entries": [
181bf215546Sopenharmony_ci    {"name": "CMASK_ADDR_TILED", "value": 0},
182bf215546Sopenharmony_ci    {"name": "CMASK_ADDR_LINEAR", "value": 1},
183bf215546Sopenharmony_ci    {"name": "CMASK_ADDR_COMPATIBLE", "value": 2}
184bf215546Sopenharmony_ci   ]
185bf215546Sopenharmony_ci  },
186bf215546Sopenharmony_ci  "ColorFormat": {
187bf215546Sopenharmony_ci   "entries": [
188bf215546Sopenharmony_ci    {"name": "COLOR_INVALID", "value": 0},
189bf215546Sopenharmony_ci    {"name": "COLOR_8", "value": 1},
190bf215546Sopenharmony_ci    {"name": "COLOR_16", "value": 2},
191bf215546Sopenharmony_ci    {"name": "COLOR_8_8", "value": 3},
192bf215546Sopenharmony_ci    {"name": "COLOR_32", "value": 4},
193bf215546Sopenharmony_ci    {"name": "COLOR_16_16", "value": 5},
194bf215546Sopenharmony_ci    {"name": "COLOR_10_11_11", "value": 6},
195bf215546Sopenharmony_ci    {"name": "COLOR_11_11_10", "value": 7},
196bf215546Sopenharmony_ci    {"name": "COLOR_10_10_10_2", "value": 8},
197bf215546Sopenharmony_ci    {"name": "COLOR_2_10_10_10", "value": 9},
198bf215546Sopenharmony_ci    {"name": "COLOR_8_8_8_8", "value": 10},
199bf215546Sopenharmony_ci    {"name": "COLOR_32_32", "value": 11},
200bf215546Sopenharmony_ci    {"name": "COLOR_16_16_16_16", "value": 12},
201bf215546Sopenharmony_ci    {"name": "COLOR_RESERVED_13", "value": 13},
202bf215546Sopenharmony_ci    {"name": "COLOR_32_32_32_32", "value": 14},
203bf215546Sopenharmony_ci    {"name": "COLOR_RESERVED_15", "value": 15},
204bf215546Sopenharmony_ci    {"name": "COLOR_5_6_5", "value": 16},
205bf215546Sopenharmony_ci    {"name": "COLOR_1_5_5_5", "value": 17},
206bf215546Sopenharmony_ci    {"name": "COLOR_5_5_5_1", "value": 18},
207bf215546Sopenharmony_ci    {"name": "COLOR_4_4_4_4", "value": 19},
208bf215546Sopenharmony_ci    {"name": "COLOR_8_24", "value": 20},
209bf215546Sopenharmony_ci    {"name": "COLOR_24_8", "value": 21},
210bf215546Sopenharmony_ci    {"name": "COLOR_X24_8_32_FLOAT", "value": 22},
211bf215546Sopenharmony_ci    {"name": "COLOR_RESERVED_23", "value": 23},
212bf215546Sopenharmony_ci    {"name": "COLOR_RESERVED_24", "value": 24},
213bf215546Sopenharmony_ci    {"name": "COLOR_RESERVED_25", "value": 25},
214bf215546Sopenharmony_ci    {"name": "COLOR_RESERVED_26", "value": 26},
215bf215546Sopenharmony_ci    {"name": "COLOR_RESERVED_27", "value": 27},
216bf215546Sopenharmony_ci    {"name": "COLOR_RESERVED_28", "value": 28},
217bf215546Sopenharmony_ci    {"name": "COLOR_RESERVED_29", "value": 29},
218bf215546Sopenharmony_ci    {"name": "COLOR_RESERVED_30", "value": 30},
219bf215546Sopenharmony_ci    {"name": "COLOR_2_10_10_10_6E4", "value": 31}
220bf215546Sopenharmony_ci   ]
221bf215546Sopenharmony_ci  },
222bf215546Sopenharmony_ci  "CombFunc": {
223bf215546Sopenharmony_ci   "entries": [
224bf215546Sopenharmony_ci    {"name": "COMB_DST_PLUS_SRC", "value": 0},
225bf215546Sopenharmony_ci    {"name": "COMB_SRC_MINUS_DST", "value": 1},
226bf215546Sopenharmony_ci    {"name": "COMB_MIN_DST_SRC", "value": 2},
227bf215546Sopenharmony_ci    {"name": "COMB_MAX_DST_SRC", "value": 3},
228bf215546Sopenharmony_ci    {"name": "COMB_DST_MINUS_SRC", "value": 4}
229bf215546Sopenharmony_ci   ]
230bf215546Sopenharmony_ci  },
231bf215546Sopenharmony_ci  "CompareFrag": {
232bf215546Sopenharmony_ci   "entries": [
233bf215546Sopenharmony_ci    {"name": "FRAG_NEVER", "value": 0},
234bf215546Sopenharmony_ci    {"name": "FRAG_LESS", "value": 1},
235bf215546Sopenharmony_ci    {"name": "FRAG_EQUAL", "value": 2},
236bf215546Sopenharmony_ci    {"name": "FRAG_LEQUAL", "value": 3},
237bf215546Sopenharmony_ci    {"name": "FRAG_GREATER", "value": 4},
238bf215546Sopenharmony_ci    {"name": "FRAG_NOTEQUAL", "value": 5},
239bf215546Sopenharmony_ci    {"name": "FRAG_GEQUAL", "value": 6},
240bf215546Sopenharmony_ci    {"name": "FRAG_ALWAYS", "value": 7}
241bf215546Sopenharmony_ci   ]
242bf215546Sopenharmony_ci  },
243bf215546Sopenharmony_ci  "ConservativeZExport": {
244bf215546Sopenharmony_ci   "entries": [
245bf215546Sopenharmony_ci    {"name": "EXPORT_ANY_Z", "value": 0},
246bf215546Sopenharmony_ci    {"name": "EXPORT_LESS_THAN_Z", "value": 1},
247bf215546Sopenharmony_ci    {"name": "EXPORT_GREATER_THAN_Z", "value": 2},
248bf215546Sopenharmony_ci    {"name": "EXPORT_RESERVED", "value": 3}
249bf215546Sopenharmony_ci   ]
250bf215546Sopenharmony_ci  },
251bf215546Sopenharmony_ci  "CovToShaderSel": {
252bf215546Sopenharmony_ci   "entries": [
253bf215546Sopenharmony_ci    {"name": "INPUT_COVERAGE", "value": 0},
254bf215546Sopenharmony_ci    {"name": "INPUT_INNER_COVERAGE", "value": 1},
255bf215546Sopenharmony_ci    {"name": "INPUT_DEPTH_COVERAGE", "value": 2},
256bf215546Sopenharmony_ci    {"name": "RAW", "value": 3}
257bf215546Sopenharmony_ci   ]
258bf215546Sopenharmony_ci  },
259bf215546Sopenharmony_ci  "DB_DFSM_CONTROL__PUNCHOUT_MODE": {
260bf215546Sopenharmony_ci   "entries": [
261bf215546Sopenharmony_ci    {"name": "AUTO", "value": 0},
262bf215546Sopenharmony_ci    {"name": "FORCE_ON", "value": 1},
263bf215546Sopenharmony_ci    {"name": "FORCE_OFF", "value": 2},
264bf215546Sopenharmony_ci    {"name": "RESERVED", "value": 3}
265bf215546Sopenharmony_ci   ]
266bf215546Sopenharmony_ci  },
267bf215546Sopenharmony_ci  "DbPRTFaultBehavior": {
268bf215546Sopenharmony_ci   "entries": [
269bf215546Sopenharmony_ci    {"name": "FAULT_ZERO", "value": 0},
270bf215546Sopenharmony_ci    {"name": "FAULT_ONE", "value": 1},
271bf215546Sopenharmony_ci    {"name": "FAULT_FAIL", "value": 2},
272bf215546Sopenharmony_ci    {"name": "FAULT_PASS", "value": 3}
273bf215546Sopenharmony_ci   ]
274bf215546Sopenharmony_ci  },
275bf215546Sopenharmony_ci  "DbPSLControl": {
276bf215546Sopenharmony_ci   "entries": [
277bf215546Sopenharmony_ci    {"name": "PSLC_AUTO", "value": 0},
278bf215546Sopenharmony_ci    {"name": "PSLC_ON_HANG_ONLY", "value": 1},
279bf215546Sopenharmony_ci    {"name": "PSLC_ASAP", "value": 2},
280bf215546Sopenharmony_ci    {"name": "PSLC_COUNTDOWN", "value": 3}
281bf215546Sopenharmony_ci   ]
282bf215546Sopenharmony_ci  },
283bf215546Sopenharmony_ci  "EXCP_EN": {
284bf215546Sopenharmony_ci   "entries": [
285bf215546Sopenharmony_ci    {"name": "INVALID", "value": 1},
286bf215546Sopenharmony_ci    {"name": "INPUT_DENORMAL", "value": 2},
287bf215546Sopenharmony_ci    {"name": "DIVIDE_BY_ZERO", "value": 4},
288bf215546Sopenharmony_ci    {"name": "OVERFLOW", "value": 8},
289bf215546Sopenharmony_ci    {"name": "UNDERFLOW", "value": 16},
290bf215546Sopenharmony_ci    {"name": "INEXACT", "value": 32},
291bf215546Sopenharmony_ci    {"name": "INT_DIVIDE_BY_ZERO", "value": 64},
292bf215546Sopenharmony_ci    {"name": "ADDRESS_WATCH", "value": 128},
293bf215546Sopenharmony_ci    {"name": "MEMORY_VIOLATION", "value": 256}
294bf215546Sopenharmony_ci   ]
295bf215546Sopenharmony_ci  },
296bf215546Sopenharmony_ci  "FLOAT_MODE": {
297bf215546Sopenharmony_ci   "entries": [
298bf215546Sopenharmony_ci    {"name": "FP_32_ROUND_TOWARDS_ZERO", "value": 3},
299bf215546Sopenharmony_ci    {"name": "FP_16_64_ROUND_TOWARDS_ZERO", "value": 12},
300bf215546Sopenharmony_ci    {"name": "FP_32_DENORMS", "value": 48},
301bf215546Sopenharmony_ci    {"name": "FP_16_64_DENORMS", "value": 192}
302bf215546Sopenharmony_ci   ]
303bf215546Sopenharmony_ci  },
304bf215546Sopenharmony_ci  "ForceControl": {
305bf215546Sopenharmony_ci   "entries": [
306bf215546Sopenharmony_ci    {"name": "FORCE_OFF", "value": 0},
307bf215546Sopenharmony_ci    {"name": "FORCE_ENABLE", "value": 1},
308bf215546Sopenharmony_ci    {"name": "FORCE_DISABLE", "value": 2},
309bf215546Sopenharmony_ci    {"name": "FORCE_RESERVED", "value": 3}
310bf215546Sopenharmony_ci   ]
311bf215546Sopenharmony_ci  },
312bf215546Sopenharmony_ci  "MacroTileAspect": {
313bf215546Sopenharmony_ci   "entries": [
314bf215546Sopenharmony_ci    {"name": "ADDR_SURF_MACRO_ASPECT_1", "value": 0},
315bf215546Sopenharmony_ci    {"name": "ADDR_SURF_MACRO_ASPECT_2", "value": 1},
316bf215546Sopenharmony_ci    {"name": "ADDR_SURF_MACRO_ASPECT_4", "value": 2},
317bf215546Sopenharmony_ci    {"name": "ADDR_SURF_MACRO_ASPECT_8", "value": 3}
318bf215546Sopenharmony_ci   ]
319bf215546Sopenharmony_ci  },
320bf215546Sopenharmony_ci  "MicroTileMode": {
321bf215546Sopenharmony_ci   "entries": [
322bf215546Sopenharmony_ci    {"name": "ADDR_SURF_DISPLAY_MICRO_TILING", "value": 0},
323bf215546Sopenharmony_ci    {"name": "ADDR_SURF_THIN_MICRO_TILING", "value": 1},
324bf215546Sopenharmony_ci    {"name": "ADDR_SURF_DEPTH_MICRO_TILING", "value": 2},
325bf215546Sopenharmony_ci    {"name": "ADDR_SURF_ROTATED_MICRO_TILING", "value": 3},
326bf215546Sopenharmony_ci    {"name": "ADDR_SURF_THICK_MICRO_TILING", "value": 4}
327bf215546Sopenharmony_ci   ]
328bf215546Sopenharmony_ci  },
329bf215546Sopenharmony_ci  "NumBanks": {
330bf215546Sopenharmony_ci   "entries": [
331bf215546Sopenharmony_ci    {"name": "ADDR_SURF_2_BANK", "value": 0},
332bf215546Sopenharmony_ci    {"name": "ADDR_SURF_4_BANK", "value": 1},
333bf215546Sopenharmony_ci    {"name": "ADDR_SURF_8_BANK", "value": 2},
334bf215546Sopenharmony_ci    {"name": "ADDR_SURF_16_BANK", "value": 3}
335bf215546Sopenharmony_ci   ]
336bf215546Sopenharmony_ci  },
337bf215546Sopenharmony_ci  "PA_SU_SC_MODE_CNTL__POLYMODE_FRONT_PTYPE": {
338bf215546Sopenharmony_ci   "entries": [
339bf215546Sopenharmony_ci    {"name": "X_DRAW_POINTS", "value": 0},
340bf215546Sopenharmony_ci    {"name": "X_DRAW_LINES", "value": 1},
341bf215546Sopenharmony_ci    {"name": "X_DRAW_TRIANGLES", "value": 2}
342bf215546Sopenharmony_ci   ]
343bf215546Sopenharmony_ci  },
344bf215546Sopenharmony_ci  "PA_SU_SC_MODE_CNTL__POLY_MODE": {
345bf215546Sopenharmony_ci   "entries": [
346bf215546Sopenharmony_ci    {"name": "X_DISABLE_POLY_MODE", "value": 0},
347bf215546Sopenharmony_ci    {"name": "X_DUAL_MODE", "value": 1}
348bf215546Sopenharmony_ci   ]
349bf215546Sopenharmony_ci  },
350bf215546Sopenharmony_ci  "PA_SU_VTX_CNTL__ROUND_MODE": {
351bf215546Sopenharmony_ci   "entries": [
352bf215546Sopenharmony_ci    {"name": "X_TRUNCATE", "value": 0},
353bf215546Sopenharmony_ci    {"name": "X_ROUND", "value": 1},
354bf215546Sopenharmony_ci    {"name": "X_ROUND_TO_EVEN", "value": 2},
355bf215546Sopenharmony_ci    {"name": "X_ROUND_TO_ODD", "value": 3}
356bf215546Sopenharmony_ci   ]
357bf215546Sopenharmony_ci  },
358bf215546Sopenharmony_ci  "PipeConfig": {
359bf215546Sopenharmony_ci   "entries": [
360bf215546Sopenharmony_ci    {"name": "ADDR_SURF_P2", "value": 0},
361bf215546Sopenharmony_ci    {"name": "ADDR_SURF_P2_RESERVED0", "value": 1},
362bf215546Sopenharmony_ci    {"name": "ADDR_SURF_P2_RESERVED1", "value": 2},
363bf215546Sopenharmony_ci    {"name": "ADDR_SURF_P2_RESERVED2", "value": 3},
364bf215546Sopenharmony_ci    {"name": "ADDR_SURF_P4_8x16", "value": 4},
365bf215546Sopenharmony_ci    {"name": "ADDR_SURF_P4_16x16", "value": 5},
366bf215546Sopenharmony_ci    {"name": "ADDR_SURF_P4_16x32", "value": 6},
367bf215546Sopenharmony_ci    {"name": "ADDR_SURF_P4_32x32", "value": 7},
368bf215546Sopenharmony_ci    {"name": "ADDR_SURF_P8_16x16_8x16", "value": 8},
369bf215546Sopenharmony_ci    {"name": "ADDR_SURF_P8_16x32_8x16", "value": 9},
370bf215546Sopenharmony_ci    {"name": "ADDR_SURF_P8_32x32_8x16", "value": 10},
371bf215546Sopenharmony_ci    {"name": "ADDR_SURF_P8_16x32_16x16", "value": 11},
372bf215546Sopenharmony_ci    {"name": "ADDR_SURF_P8_32x32_16x16", "value": 12},
373bf215546Sopenharmony_ci    {"name": "ADDR_SURF_P8_32x32_16x32", "value": 13},
374bf215546Sopenharmony_ci    {"name": "ADDR_SURF_P8_32x64_32x32", "value": 14},
375bf215546Sopenharmony_ci    {"name": "ADDR_SURF_P8_RESERVED0", "value": 15},
376bf215546Sopenharmony_ci    {"name": "ADDR_SURF_P16_32x32_8x16", "value": 16},
377bf215546Sopenharmony_ci    {"name": "ADDR_SURF_P16_32x32_16x16", "value": 17},
378bf215546Sopenharmony_ci    {"name": "ADDR_SURF_P16", "value": 18}
379bf215546Sopenharmony_ci   ]
380bf215546Sopenharmony_ci  },
381bf215546Sopenharmony_ci  "PkrMap": {
382bf215546Sopenharmony_ci   "entries": [
383bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_PKR_MAP_0", "value": 0},
384bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_PKR_MAP_1", "value": 1},
385bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_PKR_MAP_2", "value": 2},
386bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_PKR_MAP_3", "value": 3}
387bf215546Sopenharmony_ci   ]
388bf215546Sopenharmony_ci  },
389bf215546Sopenharmony_ci  "PkrXsel": {
390bf215546Sopenharmony_ci   "entries": [
391bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_PKR_XSEL_0", "value": 0},
392bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_PKR_XSEL_1", "value": 1},
393bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_PKR_XSEL_2", "value": 2},
394bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_PKR_XSEL_3", "value": 3}
395bf215546Sopenharmony_ci   ]
396bf215546Sopenharmony_ci  },
397bf215546Sopenharmony_ci  "PkrXsel2": {
398bf215546Sopenharmony_ci   "entries": [
399bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_PKR_XSEL2_0", "value": 0},
400bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_PKR_XSEL2_1", "value": 1},
401bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_PKR_XSEL2_2", "value": 2},
402bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_PKR_XSEL2_3", "value": 3}
403bf215546Sopenharmony_ci   ]
404bf215546Sopenharmony_ci  },
405bf215546Sopenharmony_ci  "PkrYsel": {
406bf215546Sopenharmony_ci   "entries": [
407bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_PKR_YSEL_0", "value": 0},
408bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_PKR_YSEL_1", "value": 1},
409bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_PKR_YSEL_2", "value": 2},
410bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_PKR_YSEL_3", "value": 3}
411bf215546Sopenharmony_ci   ]
412bf215546Sopenharmony_ci  },
413bf215546Sopenharmony_ci  "QUANT_MODE": {
414bf215546Sopenharmony_ci   "entries": [
415bf215546Sopenharmony_ci    {"name": "X_16_8_FIXED_POINT_1_16TH", "value": 0},
416bf215546Sopenharmony_ci    {"name": "X_16_8_FIXED_POINT_1_8TH", "value": 1},
417bf215546Sopenharmony_ci    {"name": "X_16_8_FIXED_POINT_1_4TH", "value": 2},
418bf215546Sopenharmony_ci    {"name": "X_16_8_FIXED_POINT_1_2", "value": 3},
419bf215546Sopenharmony_ci    {"name": "X_16_8_FIXED_POINT_1", "value": 4},
420bf215546Sopenharmony_ci    {"name": "X_16_8_FIXED_POINT_1_256TH", "value": 5},
421bf215546Sopenharmony_ci    {"name": "X_14_10_FIXED_POINT_1_1024TH", "value": 6},
422bf215546Sopenharmony_ci    {"name": "X_12_12_FIXED_POINT_1_4096TH", "value": 7}
423bf215546Sopenharmony_ci   ]
424bf215546Sopenharmony_ci  },
425bf215546Sopenharmony_ci  "ROP3": {
426bf215546Sopenharmony_ci   "entries": [
427bf215546Sopenharmony_ci    {"name": "ROP3_CLEAR", "value": 0},
428bf215546Sopenharmony_ci    {"name": "X_0X05", "value": 5},
429bf215546Sopenharmony_ci    {"name": "X_0X0A", "value": 10},
430bf215546Sopenharmony_ci    {"name": "X_0X0F", "value": 15},
431bf215546Sopenharmony_ci    {"name": "ROP3_NOR", "value": 17},
432bf215546Sopenharmony_ci    {"name": "ROP3_AND_INVERTED", "value": 34},
433bf215546Sopenharmony_ci    {"name": "ROP3_COPY_INVERTED", "value": 51},
434bf215546Sopenharmony_ci    {"name": "ROP3_AND_REVERSE", "value": 68},
435bf215546Sopenharmony_ci    {"name": "X_0X50", "value": 80},
436bf215546Sopenharmony_ci    {"name": "ROP3_INVERT", "value": 85},
437bf215546Sopenharmony_ci    {"name": "X_0X5A", "value": 90},
438bf215546Sopenharmony_ci    {"name": "X_0X5F", "value": 95},
439bf215546Sopenharmony_ci    {"name": "ROP3_XOR", "value": 102},
440bf215546Sopenharmony_ci    {"name": "ROP3_NAND", "value": 119},
441bf215546Sopenharmony_ci    {"name": "ROP3_AND", "value": 136},
442bf215546Sopenharmony_ci    {"name": "ROP3_EQUIVALENT", "value": 153},
443bf215546Sopenharmony_ci    {"name": "X_0XA0", "value": 160},
444bf215546Sopenharmony_ci    {"name": "X_0XA5", "value": 165},
445bf215546Sopenharmony_ci    {"name": "ROP3_NO_OP", "value": 170},
446bf215546Sopenharmony_ci    {"name": "X_0XAF", "value": 175},
447bf215546Sopenharmony_ci    {"name": "ROP3_OR_INVERTED", "value": 187},
448bf215546Sopenharmony_ci    {"name": "ROP3_COPY", "value": 204},
449bf215546Sopenharmony_ci    {"name": "ROP3_OR_REVERSE", "value": 221},
450bf215546Sopenharmony_ci    {"name": "ROP3_OR", "value": 238},
451bf215546Sopenharmony_ci    {"name": "X_0XF0", "value": 240},
452bf215546Sopenharmony_ci    {"name": "X_0XF5", "value": 245},
453bf215546Sopenharmony_ci    {"name": "X_0XFA", "value": 250},
454bf215546Sopenharmony_ci    {"name": "ROP3_SET", "value": 255}
455bf215546Sopenharmony_ci   ]
456bf215546Sopenharmony_ci  },
457bf215546Sopenharmony_ci  "RbMap": {
458bf215546Sopenharmony_ci   "entries": [
459bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_RB_MAP_0", "value": 0},
460bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_RB_MAP_1", "value": 1},
461bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_RB_MAP_2", "value": 2},
462bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_RB_MAP_3", "value": 3}
463bf215546Sopenharmony_ci   ]
464bf215546Sopenharmony_ci  },
465bf215546Sopenharmony_ci  "RbXsel": {
466bf215546Sopenharmony_ci   "entries": [
467bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_RB_XSEL_0", "value": 0},
468bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_RB_XSEL_1", "value": 1}
469bf215546Sopenharmony_ci   ]
470bf215546Sopenharmony_ci  },
471bf215546Sopenharmony_ci  "RbXsel2": {
472bf215546Sopenharmony_ci   "entries": [
473bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_RB_XSEL2_0", "value": 0},
474bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_RB_XSEL2_1", "value": 1},
475bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_RB_XSEL2_2", "value": 2},
476bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_RB_XSEL2_3", "value": 3}
477bf215546Sopenharmony_ci   ]
478bf215546Sopenharmony_ci  },
479bf215546Sopenharmony_ci  "RbYsel": {
480bf215546Sopenharmony_ci   "entries": [
481bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_RB_YSEL_0", "value": 0},
482bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_RB_YSEL_1", "value": 1}
483bf215546Sopenharmony_ci   ]
484bf215546Sopenharmony_ci  },
485bf215546Sopenharmony_ci  "ReadPolicy": {
486bf215546Sopenharmony_ci   "entries": [
487bf215546Sopenharmony_ci    {"name": "CACHE_LRU_RD", "value": 0},
488bf215546Sopenharmony_ci    {"name": "CACHE_NOA", "value": 1},
489bf215546Sopenharmony_ci    {"name": "UNCACHED_RD", "value": 2},
490bf215546Sopenharmony_ci    {"name": "RESERVED_RDPOLICY", "value": 3}
491bf215546Sopenharmony_ci   ]
492bf215546Sopenharmony_ci  },
493bf215546Sopenharmony_ci  "SPI_PNT_SPRITE_OVERRIDE": {
494bf215546Sopenharmony_ci   "entries": [
495bf215546Sopenharmony_ci    {"name": "SPI_PNT_SPRITE_SEL_0", "value": 0},
496bf215546Sopenharmony_ci    {"name": "SPI_PNT_SPRITE_SEL_1", "value": 1},
497bf215546Sopenharmony_ci    {"name": "SPI_PNT_SPRITE_SEL_S", "value": 2},
498bf215546Sopenharmony_ci    {"name": "SPI_PNT_SPRITE_SEL_T", "value": 3},
499bf215546Sopenharmony_ci    {"name": "SPI_PNT_SPRITE_SEL_NONE", "value": 4}
500bf215546Sopenharmony_ci   ]
501bf215546Sopenharmony_ci  },
502bf215546Sopenharmony_ci  "SPI_SHADER_EX_FORMAT": {
503bf215546Sopenharmony_ci   "entries": [
504bf215546Sopenharmony_ci    {"name": "SPI_SHADER_ZERO", "value": 0},
505bf215546Sopenharmony_ci    {"name": "SPI_SHADER_32_R", "value": 1},
506bf215546Sopenharmony_ci    {"name": "SPI_SHADER_32_GR", "value": 2},
507bf215546Sopenharmony_ci    {"name": "SPI_SHADER_32_AR", "value": 3},
508bf215546Sopenharmony_ci    {"name": "SPI_SHADER_FP16_ABGR", "value": 4},
509bf215546Sopenharmony_ci    {"name": "SPI_SHADER_UNORM16_ABGR", "value": 5},
510bf215546Sopenharmony_ci    {"name": "SPI_SHADER_SNORM16_ABGR", "value": 6},
511bf215546Sopenharmony_ci    {"name": "SPI_SHADER_UINT16_ABGR", "value": 7},
512bf215546Sopenharmony_ci    {"name": "SPI_SHADER_SINT16_ABGR", "value": 8},
513bf215546Sopenharmony_ci    {"name": "SPI_SHADER_32_ABGR", "value": 9}
514bf215546Sopenharmony_ci   ]
515bf215546Sopenharmony_ci  },
516bf215546Sopenharmony_ci  "SPI_SHADER_FORMAT": {
517bf215546Sopenharmony_ci   "entries": [
518bf215546Sopenharmony_ci    {"name": "SPI_SHADER_NONE", "value": 0},
519bf215546Sopenharmony_ci    {"name": "SPI_SHADER_1COMP", "value": 1},
520bf215546Sopenharmony_ci    {"name": "SPI_SHADER_2COMP", "value": 2},
521bf215546Sopenharmony_ci    {"name": "SPI_SHADER_4COMPRESS", "value": 3},
522bf215546Sopenharmony_ci    {"name": "SPI_SHADER_4COMP", "value": 4}
523bf215546Sopenharmony_ci   ]
524bf215546Sopenharmony_ci  },
525bf215546Sopenharmony_ci  "SPM_PERFMON_STATE": {
526bf215546Sopenharmony_ci   "entries": [
527bf215546Sopenharmony_ci    {"name": "STRM_PERFMON_STATE_DISABLE_AND_RESET", "value": 0},
528bf215546Sopenharmony_ci    {"name": "STRM_PERFMON_STATE_START_COUNTING", "value": 1},
529bf215546Sopenharmony_ci    {"name": "STRM_PERFMON_STATE_STOP_COUNTING", "value": 2},
530bf215546Sopenharmony_ci    {"name": "STRM_PERFMON_STATE_RESERVED_3", "value": 3},
531bf215546Sopenharmony_ci    {"name": "STRM_PERFMON_STATE_DISABLE_AND_RESET_PHANTOM", "value": 4},
532bf215546Sopenharmony_ci    {"name": "STRM_PERFMON_STATE_COUNT_AND_DUMP_PHANTOM", "value": 5}
533bf215546Sopenharmony_ci   ]
534bf215546Sopenharmony_ci  },
535bf215546Sopenharmony_ci  "SX_BLEND_OPT": {
536bf215546Sopenharmony_ci   "entries": [
537bf215546Sopenharmony_ci    {"name": "BLEND_OPT_PRESERVE_NONE_IGNORE_ALL", "value": 0},
538bf215546Sopenharmony_ci    {"name": "BLEND_OPT_PRESERVE_ALL_IGNORE_NONE", "value": 1},
539bf215546Sopenharmony_ci    {"name": "BLEND_OPT_PRESERVE_C1_IGNORE_C0", "value": 2},
540bf215546Sopenharmony_ci    {"name": "BLEND_OPT_PRESERVE_C0_IGNORE_C1", "value": 3},
541bf215546Sopenharmony_ci    {"name": "BLEND_OPT_PRESERVE_A1_IGNORE_A0", "value": 4},
542bf215546Sopenharmony_ci    {"name": "BLEND_OPT_PRESERVE_A0_IGNORE_A1", "value": 5},
543bf215546Sopenharmony_ci    {"name": "BLEND_OPT_PRESERVE_NONE_IGNORE_A0", "value": 6},
544bf215546Sopenharmony_ci    {"name": "BLEND_OPT_PRESERVE_NONE_IGNORE_NONE", "value": 7}
545bf215546Sopenharmony_ci   ]
546bf215546Sopenharmony_ci  },
547bf215546Sopenharmony_ci  "SX_BLEND_OPT_EPSILON__MRT0_EPSILON": {
548bf215546Sopenharmony_ci   "entries": [
549bf215546Sopenharmony_ci    {"name": "EXACT", "value": 0},
550bf215546Sopenharmony_ci    {"name": "11BIT_FORMAT", "value": 1},
551bf215546Sopenharmony_ci    {"name": "10BIT_FORMAT", "value": 3},
552bf215546Sopenharmony_ci    {"name": "8BIT_FORMAT", "value": 6},
553bf215546Sopenharmony_ci    {"name": "6BIT_FORMAT", "value": 11},
554bf215546Sopenharmony_ci    {"name": "5BIT_FORMAT", "value": 13},
555bf215546Sopenharmony_ci    {"name": "4BIT_FORMAT", "value": 15}
556bf215546Sopenharmony_ci   ]
557bf215546Sopenharmony_ci  },
558bf215546Sopenharmony_ci  "SX_DOWNCONVERT_FORMAT": {
559bf215546Sopenharmony_ci   "entries": [
560bf215546Sopenharmony_ci    {"name": "SX_RT_EXPORT_NO_CONVERSION", "value": 0},
561bf215546Sopenharmony_ci    {"name": "SX_RT_EXPORT_32_R", "value": 1},
562bf215546Sopenharmony_ci    {"name": "SX_RT_EXPORT_32_A", "value": 2},
563bf215546Sopenharmony_ci    {"name": "SX_RT_EXPORT_10_11_11", "value": 3},
564bf215546Sopenharmony_ci    {"name": "SX_RT_EXPORT_2_10_10_10", "value": 4},
565bf215546Sopenharmony_ci    {"name": "SX_RT_EXPORT_8_8_8_8", "value": 5},
566bf215546Sopenharmony_ci    {"name": "SX_RT_EXPORT_5_6_5", "value": 6},
567bf215546Sopenharmony_ci    {"name": "SX_RT_EXPORT_1_5_5_5", "value": 7},
568bf215546Sopenharmony_ci    {"name": "SX_RT_EXPORT_4_4_4_4", "value": 8},
569bf215546Sopenharmony_ci    {"name": "SX_RT_EXPORT_16_16_GR", "value": 9},
570bf215546Sopenharmony_ci    {"name": "SX_RT_EXPORT_16_16_AR", "value": 10}
571bf215546Sopenharmony_ci   ]
572bf215546Sopenharmony_ci  },
573bf215546Sopenharmony_ci  "SX_OPT_COMB_FCN": {
574bf215546Sopenharmony_ci   "entries": [
575bf215546Sopenharmony_ci    {"name": "OPT_COMB_NONE", "value": 0},
576bf215546Sopenharmony_ci    {"name": "OPT_COMB_ADD", "value": 1},
577bf215546Sopenharmony_ci    {"name": "OPT_COMB_SUBTRACT", "value": 2},
578bf215546Sopenharmony_ci    {"name": "OPT_COMB_MIN", "value": 3},
579bf215546Sopenharmony_ci    {"name": "OPT_COMB_MAX", "value": 4},
580bf215546Sopenharmony_ci    {"name": "OPT_COMB_REVSUBTRACT", "value": 5},
581bf215546Sopenharmony_ci    {"name": "OPT_COMB_BLEND_DISABLED", "value": 6},
582bf215546Sopenharmony_ci    {"name": "OPT_COMB_SAFE_ADD", "value": 7}
583bf215546Sopenharmony_ci   ]
584bf215546Sopenharmony_ci  },
585bf215546Sopenharmony_ci  "ScMap": {
586bf215546Sopenharmony_ci   "entries": [
587bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SC_MAP_0", "value": 0},
588bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SC_MAP_1", "value": 1},
589bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SC_MAP_2", "value": 2},
590bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SC_MAP_3", "value": 3}
591bf215546Sopenharmony_ci   ]
592bf215546Sopenharmony_ci  },
593bf215546Sopenharmony_ci  "ScUncertaintyRegionMode": {
594bf215546Sopenharmony_ci   "entries": [
595bf215546Sopenharmony_ci    {"name": "SC_HALF_LSB", "value": 0},
596bf215546Sopenharmony_ci    {"name": "SC_LSB_ONE_SIDED", "value": 1},
597bf215546Sopenharmony_ci    {"name": "SC_LSB_TWO_SIDED", "value": 2}
598bf215546Sopenharmony_ci   ]
599bf215546Sopenharmony_ci  },
600bf215546Sopenharmony_ci  "ScXsel": {
601bf215546Sopenharmony_ci   "entries": [
602bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SC_XSEL_8_WIDE_TILE", "value": 0},
603bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SC_XSEL_16_WIDE_TILE", "value": 1},
604bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SC_XSEL_32_WIDE_TILE", "value": 2},
605bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SC_XSEL_64_WIDE_TILE", "value": 3}
606bf215546Sopenharmony_ci   ]
607bf215546Sopenharmony_ci  },
608bf215546Sopenharmony_ci  "ScYsel": {
609bf215546Sopenharmony_ci   "entries": [
610bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SC_YSEL_8_WIDE_TILE", "value": 0},
611bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SC_YSEL_16_WIDE_TILE", "value": 1},
612bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SC_YSEL_32_WIDE_TILE", "value": 2},
613bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SC_YSEL_64_WIDE_TILE", "value": 3}
614bf215546Sopenharmony_ci   ]
615bf215546Sopenharmony_ci  },
616bf215546Sopenharmony_ci  "SeMap": {
617bf215546Sopenharmony_ci   "entries": [
618bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SE_MAP_0", "value": 0},
619bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SE_MAP_1", "value": 1},
620bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SE_MAP_2", "value": 2},
621bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SE_MAP_3", "value": 3}
622bf215546Sopenharmony_ci   ]
623bf215546Sopenharmony_ci  },
624bf215546Sopenharmony_ci  "SePairMap": {
625bf215546Sopenharmony_ci   "entries": [
626bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SE_PAIR_MAP_0", "value": 0},
627bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SE_PAIR_MAP_1", "value": 1},
628bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SE_PAIR_MAP_2", "value": 2},
629bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SE_PAIR_MAP_3", "value": 3}
630bf215546Sopenharmony_ci   ]
631bf215546Sopenharmony_ci  },
632bf215546Sopenharmony_ci  "SePairXsel": {
633bf215546Sopenharmony_ci   "entries": [
634bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SE_PAIR_XSEL_8_WIDE_TILE", "value": 0},
635bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SE_PAIR_XSEL_16_WIDE_TILE", "value": 1},
636bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SE_PAIR_XSEL_32_WIDE_TILE", "value": 2},
637bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SE_PAIR_XSEL_64_WIDE_TILE", "value": 3}
638bf215546Sopenharmony_ci   ]
639bf215546Sopenharmony_ci  },
640bf215546Sopenharmony_ci  "SePairYsel": {
641bf215546Sopenharmony_ci   "entries": [
642bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SE_PAIR_YSEL_8_WIDE_TILE", "value": 0},
643bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SE_PAIR_YSEL_16_WIDE_TILE", "value": 1},
644bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SE_PAIR_YSEL_32_WIDE_TILE", "value": 2},
645bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SE_PAIR_YSEL_64_WIDE_TILE", "value": 3}
646bf215546Sopenharmony_ci   ]
647bf215546Sopenharmony_ci  },
648bf215546Sopenharmony_ci  "SeXsel": {
649bf215546Sopenharmony_ci   "entries": [
650bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SE_XSEL_8_WIDE_TILE", "value": 0},
651bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SE_XSEL_16_WIDE_TILE", "value": 1},
652bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SE_XSEL_32_WIDE_TILE", "value": 2},
653bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SE_XSEL_64_WIDE_TILE", "value": 3}
654bf215546Sopenharmony_ci   ]
655bf215546Sopenharmony_ci  },
656bf215546Sopenharmony_ci  "SeYsel": {
657bf215546Sopenharmony_ci   "entries": [
658bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SE_YSEL_8_WIDE_TILE", "value": 0},
659bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SE_YSEL_16_WIDE_TILE", "value": 1},
660bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SE_YSEL_32_WIDE_TILE", "value": 2},
661bf215546Sopenharmony_ci    {"name": "RASTER_CONFIG_SE_YSEL_64_WIDE_TILE", "value": 3}
662bf215546Sopenharmony_ci   ]
663bf215546Sopenharmony_ci  },
664bf215546Sopenharmony_ci  "StencilFormat": {
665bf215546Sopenharmony_ci   "entries": [
666bf215546Sopenharmony_ci    {"name": "STENCIL_INVALID", "value": 0},
667bf215546Sopenharmony_ci    {"name": "STENCIL_8", "value": 1}
668bf215546Sopenharmony_ci   ]
669bf215546Sopenharmony_ci  },
670bf215546Sopenharmony_ci  "StencilOp": {
671bf215546Sopenharmony_ci   "entries": [
672bf215546Sopenharmony_ci    {"name": "STENCIL_KEEP", "value": 0},
673bf215546Sopenharmony_ci    {"name": "STENCIL_ZERO", "value": 1},
674bf215546Sopenharmony_ci    {"name": "STENCIL_ONES", "value": 2},
675bf215546Sopenharmony_ci    {"name": "STENCIL_REPLACE_TEST", "value": 3},
676bf215546Sopenharmony_ci    {"name": "STENCIL_REPLACE_OP", "value": 4},
677bf215546Sopenharmony_ci    {"name": "STENCIL_ADD_CLAMP", "value": 5},
678bf215546Sopenharmony_ci    {"name": "STENCIL_SUB_CLAMP", "value": 6},
679bf215546Sopenharmony_ci    {"name": "STENCIL_INVERT", "value": 7},
680bf215546Sopenharmony_ci    {"name": "STENCIL_ADD_WRAP", "value": 8},
681bf215546Sopenharmony_ci    {"name": "STENCIL_SUB_WRAP", "value": 9},
682bf215546Sopenharmony_ci    {"name": "STENCIL_AND", "value": 10},
683bf215546Sopenharmony_ci    {"name": "STENCIL_OR", "value": 11},
684bf215546Sopenharmony_ci    {"name": "STENCIL_XOR", "value": 12},
685bf215546Sopenharmony_ci    {"name": "STENCIL_NAND", "value": 13},
686bf215546Sopenharmony_ci    {"name": "STENCIL_NOR", "value": 14},
687bf215546Sopenharmony_ci    {"name": "STENCIL_XNOR", "value": 15}
688bf215546Sopenharmony_ci   ]
689bf215546Sopenharmony_ci  },
690bf215546Sopenharmony_ci  "SurfaceEndian": {
691bf215546Sopenharmony_ci   "entries": [
692bf215546Sopenharmony_ci    {"name": "ENDIAN_NONE", "value": 0},
693bf215546Sopenharmony_ci    {"name": "ENDIAN_8IN16", "value": 1},
694bf215546Sopenharmony_ci    {"name": "ENDIAN_8IN32", "value": 2},
695bf215546Sopenharmony_ci    {"name": "ENDIAN_8IN64", "value": 3}
696bf215546Sopenharmony_ci   ]
697bf215546Sopenharmony_ci  },
698bf215546Sopenharmony_ci  "SurfaceNumber": {
699bf215546Sopenharmony_ci   "entries": [
700bf215546Sopenharmony_ci    {"name": "NUMBER_UNORM", "value": 0},
701bf215546Sopenharmony_ci    {"name": "NUMBER_SNORM", "value": 1},
702bf215546Sopenharmony_ci    {"name": "NUMBER_USCALED", "value": 2},
703bf215546Sopenharmony_ci    {"name": "NUMBER_SSCALED", "value": 3},
704bf215546Sopenharmony_ci    {"name": "NUMBER_UINT", "value": 4},
705bf215546Sopenharmony_ci    {"name": "NUMBER_SINT", "value": 5},
706bf215546Sopenharmony_ci    {"name": "NUMBER_SRGB", "value": 6},
707bf215546Sopenharmony_ci    {"name": "NUMBER_FLOAT", "value": 7}
708bf215546Sopenharmony_ci   ]
709bf215546Sopenharmony_ci  },
710bf215546Sopenharmony_ci  "SurfaceSwap": {
711bf215546Sopenharmony_ci   "entries": [
712bf215546Sopenharmony_ci    {"name": "SWAP_STD", "value": 0},
713bf215546Sopenharmony_ci    {"name": "SWAP_ALT", "value": 1},
714bf215546Sopenharmony_ci    {"name": "SWAP_STD_REV", "value": 2},
715bf215546Sopenharmony_ci    {"name": "SWAP_ALT_REV", "value": 3}
716bf215546Sopenharmony_ci   ]
717bf215546Sopenharmony_ci  },
718bf215546Sopenharmony_ci  "ThreadTraceRegInclude": {
719bf215546Sopenharmony_ci   "entries": [
720bf215546Sopenharmony_ci    {"name": "REG_INCLUDE_SQDEC", "value": 1},
721bf215546Sopenharmony_ci    {"name": "REG_INCLUDE_SHDEC", "value": 2},
722bf215546Sopenharmony_ci    {"name": "REG_INCLUDE_GFXUDEC", "value": 4},
723bf215546Sopenharmony_ci    {"name": "REG_INCLUDE_COMP", "value": 8},
724bf215546Sopenharmony_ci    {"name": "REG_INCLUDE_CONTEXT", "value": 16},
725bf215546Sopenharmony_ci    {"name": "REG_INCLUDE_CONFIG", "value": 32},
726bf215546Sopenharmony_ci    {"name": "REG_INCLUDE_OTHER", "value": 64},
727bf215546Sopenharmony_ci    {"name": "REG_INCLUDE_READS", "value": 128}
728bf215546Sopenharmony_ci   ]
729bf215546Sopenharmony_ci  },
730bf215546Sopenharmony_ci  "ThreadTraceTokenExclude": {
731bf215546Sopenharmony_ci   "entries": [
732bf215546Sopenharmony_ci    {"name": "TOKEN_EXCLUDE_VMEMEXEC", "value": 1},
733bf215546Sopenharmony_ci    {"name": "TOKEN_EXCLUDE_ALUEXEC", "value": 2},
734bf215546Sopenharmony_ci    {"name": "TOKEN_EXCLUDE_VALUINST", "value": 4},
735bf215546Sopenharmony_ci    {"name": "TOKEN_EXCLUDE_WAVERDY", "value": 8},
736bf215546Sopenharmony_ci    {"name": "TOKEN_EXCLUDE_IMMED1", "value": 16},
737bf215546Sopenharmony_ci    {"name": "TOKEN_EXCLUDE_IMMEDIATE", "value": 32},
738bf215546Sopenharmony_ci    {"name": "TOKEN_EXCLUDE_REG", "value": 64},
739bf215546Sopenharmony_ci    {"name": "TOKEN_EXCLUDE_EVENT", "value": 128},
740bf215546Sopenharmony_ci    {"name": "TOKEN_EXCLUDE_INST", "value": 256},
741bf215546Sopenharmony_ci    {"name": "TOKEN_EXCLUDE_UTILCTR", "value": 512},
742bf215546Sopenharmony_ci    {"name": "TOKEN_EXCLUDE_WAVEALLOC", "value": 1024},
743bf215546Sopenharmony_ci    {"name": "TOKEN_EXCLUDE_PERF", "value": 2048}
744bf215546Sopenharmony_ci   ]
745bf215546Sopenharmony_ci  },
746bf215546Sopenharmony_ci  "TileSplit": {
747bf215546Sopenharmony_ci   "entries": [
748bf215546Sopenharmony_ci    {"name": "ADDR_SURF_TILE_SPLIT_64B", "value": 0},
749bf215546Sopenharmony_ci    {"name": "ADDR_SURF_TILE_SPLIT_128B", "value": 1},
750bf215546Sopenharmony_ci    {"name": "ADDR_SURF_TILE_SPLIT_256B", "value": 2},
751bf215546Sopenharmony_ci    {"name": "ADDR_SURF_TILE_SPLIT_512B", "value": 3},
752bf215546Sopenharmony_ci    {"name": "ADDR_SURF_TILE_SPLIT_1KB", "value": 4},
753bf215546Sopenharmony_ci    {"name": "ADDR_SURF_TILE_SPLIT_2KB", "value": 5},
754bf215546Sopenharmony_ci    {"name": "ADDR_SURF_TILE_SPLIT_4KB", "value": 6}
755bf215546Sopenharmony_ci   ]
756bf215546Sopenharmony_ci  },
757bf215546Sopenharmony_ci  "VGT_DETECT_ONE": {
758bf215546Sopenharmony_ci   "entries": [
759bf215546Sopenharmony_ci    {"name": "PRE_CLAMP_TF1", "value": 0},
760bf215546Sopenharmony_ci    {"name": "POST_CLAMP_TF1", "value": 1},
761bf215546Sopenharmony_ci    {"name": "DISABLE_TF1", "value": 2}
762bf215546Sopenharmony_ci   ]
763bf215546Sopenharmony_ci  },
764bf215546Sopenharmony_ci  "VGT_DETECT_ZERO": {
765bf215546Sopenharmony_ci   "entries": [
766bf215546Sopenharmony_ci    {"name": "PRE_CLAMP_TF0", "value": 0},
767bf215546Sopenharmony_ci    {"name": "POST_CLAMP_TF0", "value": 1},
768bf215546Sopenharmony_ci    {"name": "DISABLE_TF0", "value": 2}
769bf215546Sopenharmony_ci   ]
770bf215546Sopenharmony_ci  },
771bf215546Sopenharmony_ci  "VGT_DIST_MODE": {
772bf215546Sopenharmony_ci   "entries": [
773bf215546Sopenharmony_ci    {"name": "NO_DIST", "value": 0},
774bf215546Sopenharmony_ci    {"name": "PATCHES", "value": 1},
775bf215546Sopenharmony_ci    {"name": "DONUTS", "value": 2},
776bf215546Sopenharmony_ci    {"name": "TRAPEZOIDS", "value": 3}
777bf215546Sopenharmony_ci   ]
778bf215546Sopenharmony_ci  },
779bf215546Sopenharmony_ci  "VGT_DI_MAJOR_MODE_SELECT": {
780bf215546Sopenharmony_ci   "entries": [
781bf215546Sopenharmony_ci    {"name": "DI_MAJOR_MODE_0", "value": 0},
782bf215546Sopenharmony_ci    {"name": "DI_MAJOR_MODE_1", "value": 1}
783bf215546Sopenharmony_ci   ]
784bf215546Sopenharmony_ci  },
785bf215546Sopenharmony_ci  "VGT_DI_PRIM_TYPE": {
786bf215546Sopenharmony_ci   "entries": [
787bf215546Sopenharmony_ci    {"name": "DI_PT_NONE", "value": 0},
788bf215546Sopenharmony_ci    {"name": "DI_PT_POINTLIST", "value": 1},
789bf215546Sopenharmony_ci    {"name": "DI_PT_LINELIST", "value": 2},
790bf215546Sopenharmony_ci    {"name": "DI_PT_LINESTRIP", "value": 3},
791bf215546Sopenharmony_ci    {"name": "DI_PT_TRILIST", "value": 4},
792bf215546Sopenharmony_ci    {"name": "DI_PT_TRIFAN", "value": 5},
793bf215546Sopenharmony_ci    {"name": "DI_PT_TRISTRIP", "value": 6},
794bf215546Sopenharmony_ci    {"name": "DI_PT_2D_RECTANGLE", "value": 7},
795bf215546Sopenharmony_ci    {"name": "DI_PT_UNUSED_1", "value": 8},
796bf215546Sopenharmony_ci    {"name": "DI_PT_PATCH", "value": 9},
797bf215546Sopenharmony_ci    {"name": "DI_PT_LINELIST_ADJ", "value": 10},
798bf215546Sopenharmony_ci    {"name": "DI_PT_LINESTRIP_ADJ", "value": 11},
799bf215546Sopenharmony_ci    {"name": "DI_PT_TRILIST_ADJ", "value": 12},
800bf215546Sopenharmony_ci    {"name": "DI_PT_TRISTRIP_ADJ", "value": 13},
801bf215546Sopenharmony_ci    {"name": "DI_PT_UNUSED_3", "value": 14},
802bf215546Sopenharmony_ci    {"name": "DI_PT_UNUSED_4", "value": 15},
803bf215546Sopenharmony_ci    {"name": "DI_PT_TRI_WITH_WFLAGS", "value": 16},
804bf215546Sopenharmony_ci    {"name": "DI_PT_RECTLIST", "value": 17},
805bf215546Sopenharmony_ci    {"name": "DI_PT_LINELOOP", "value": 18},
806bf215546Sopenharmony_ci    {"name": "DI_PT_QUADLIST", "value": 19},
807bf215546Sopenharmony_ci    {"name": "DI_PT_QUADSTRIP", "value": 20},
808bf215546Sopenharmony_ci    {"name": "DI_PT_POLYGON", "value": 21}
809bf215546Sopenharmony_ci   ]
810bf215546Sopenharmony_ci  },
811bf215546Sopenharmony_ci  "VGT_DI_SOURCE_SELECT": {
812bf215546Sopenharmony_ci   "entries": [
813bf215546Sopenharmony_ci    {"name": "DI_SRC_SEL_DMA", "value": 0},
814bf215546Sopenharmony_ci    {"name": "DI_SRC_SEL_IMMEDIATE", "value": 1},
815bf215546Sopenharmony_ci    {"name": "DI_SRC_SEL_AUTO_INDEX", "value": 2},
816bf215546Sopenharmony_ci    {"name": "DI_SRC_SEL_RESERVED", "value": 3}
817bf215546Sopenharmony_ci   ]
818bf215546Sopenharmony_ci  },
819bf215546Sopenharmony_ci  "VGT_DMA_BUF_TYPE": {
820bf215546Sopenharmony_ci   "entries": [
821bf215546Sopenharmony_ci    {"name": "VGT_DMA_BUF_MEM", "value": 0},
822bf215546Sopenharmony_ci    {"name": "VGT_DMA_BUF_RING", "value": 1},
823bf215546Sopenharmony_ci    {"name": "VGT_DMA_BUF_SETUP", "value": 2},
824bf215546Sopenharmony_ci    {"name": "VGT_DMA_PTR_UPDATE", "value": 3}
825bf215546Sopenharmony_ci   ]
826bf215546Sopenharmony_ci  },
827bf215546Sopenharmony_ci  "VGT_DMA_SWAP_MODE": {
828bf215546Sopenharmony_ci   "entries": [
829bf215546Sopenharmony_ci    {"name": "VGT_DMA_SWAP_NONE", "value": 0},
830bf215546Sopenharmony_ci    {"name": "VGT_DMA_SWAP_16_BIT", "value": 1},
831bf215546Sopenharmony_ci    {"name": "VGT_DMA_SWAP_32_BIT", "value": 2},
832bf215546Sopenharmony_ci    {"name": "VGT_DMA_SWAP_WORD", "value": 3}
833bf215546Sopenharmony_ci   ]
834bf215546Sopenharmony_ci  },
835bf215546Sopenharmony_ci  "VGT_EVENT_TYPE": {
836bf215546Sopenharmony_ci   "entries": [
837bf215546Sopenharmony_ci    {"name": "Reserved_0x00", "value": 0},
838bf215546Sopenharmony_ci    {"name": "SAMPLE_STREAMOUTSTATS1", "value": 1},
839bf215546Sopenharmony_ci    {"name": "SAMPLE_STREAMOUTSTATS2", "value": 2},
840bf215546Sopenharmony_ci    {"name": "SAMPLE_STREAMOUTSTATS3", "value": 3},
841bf215546Sopenharmony_ci    {"name": "CACHE_FLUSH_TS", "value": 4},
842bf215546Sopenharmony_ci    {"name": "CONTEXT_DONE", "value": 5},
843bf215546Sopenharmony_ci    {"name": "CACHE_FLUSH", "value": 6},
844bf215546Sopenharmony_ci    {"name": "CS_PARTIAL_FLUSH", "value": 7},
845bf215546Sopenharmony_ci    {"name": "VGT_STREAMOUT_SYNC", "value": 8},
846bf215546Sopenharmony_ci    {"name": "SET_FE_ID", "value": 9},
847bf215546Sopenharmony_ci    {"name": "VGT_STREAMOUT_RESET", "value": 10},
848bf215546Sopenharmony_ci    {"name": "END_OF_PIPE_INCR_DE", "value": 11},
849bf215546Sopenharmony_ci    {"name": "END_OF_PIPE_IB_END", "value": 12},
850bf215546Sopenharmony_ci    {"name": "RST_PIX_CNT", "value": 13},
851bf215546Sopenharmony_ci    {"name": "BREAK_BATCH", "value": 14},
852bf215546Sopenharmony_ci    {"name": "VS_PARTIAL_FLUSH", "value": 15},
853bf215546Sopenharmony_ci    {"name": "PS_PARTIAL_FLUSH", "value": 16},
854bf215546Sopenharmony_ci    {"name": "FLUSH_HS_OUTPUT", "value": 17},
855bf215546Sopenharmony_ci    {"name": "FLUSH_DFSM", "value": 18},
856bf215546Sopenharmony_ci    {"name": "RESET_TO_LOWEST_VGT", "value": 19},
857bf215546Sopenharmony_ci    {"name": "CACHE_FLUSH_AND_INV_TS_EVENT", "value": 20},
858bf215546Sopenharmony_ci    {"name": "ZPASS_DONE", "value": 21},
859bf215546Sopenharmony_ci    {"name": "CACHE_FLUSH_AND_INV_EVENT", "value": 22},
860bf215546Sopenharmony_ci    {"name": "PERFCOUNTER_START", "value": 23},
861bf215546Sopenharmony_ci    {"name": "PERFCOUNTER_STOP", "value": 24},
862bf215546Sopenharmony_ci    {"name": "PIPELINESTAT_START", "value": 25},
863bf215546Sopenharmony_ci    {"name": "PIPELINESTAT_STOP", "value": 26},
864bf215546Sopenharmony_ci    {"name": "PERFCOUNTER_SAMPLE", "value": 27},
865bf215546Sopenharmony_ci    {"name": "FLUSH_ES_OUTPUT", "value": 28},
866bf215546Sopenharmony_ci    {"name": "BIN_CONF_OVERRIDE_CHECK", "value": 29},
867bf215546Sopenharmony_ci    {"name": "SAMPLE_PIPELINESTAT", "value": 30},
868bf215546Sopenharmony_ci    {"name": "SO_VGTSTREAMOUT_FLUSH", "value": 31},
869bf215546Sopenharmony_ci    {"name": "SAMPLE_STREAMOUTSTATS", "value": 32},
870bf215546Sopenharmony_ci    {"name": "RESET_VTX_CNT", "value": 33},
871bf215546Sopenharmony_ci    {"name": "BLOCK_CONTEXT_DONE", "value": 34},
872bf215546Sopenharmony_ci    {"name": "CS_CONTEXT_DONE", "value": 35},
873bf215546Sopenharmony_ci    {"name": "VGT_FLUSH", "value": 36},
874bf215546Sopenharmony_ci    {"name": "TGID_ROLLOVER", "value": 37},
875bf215546Sopenharmony_ci    {"name": "SQ_NON_EVENT", "value": 38},
876bf215546Sopenharmony_ci    {"name": "SC_SEND_DB_VPZ", "value": 39},
877bf215546Sopenharmony_ci    {"name": "BOTTOM_OF_PIPE_TS", "value": 40},
878bf215546Sopenharmony_ci    {"name": "FLUSH_SX_TS", "value": 41},
879bf215546Sopenharmony_ci    {"name": "DB_CACHE_FLUSH_AND_INV", "value": 42},
880bf215546Sopenharmony_ci    {"name": "FLUSH_AND_INV_DB_DATA_TS", "value": 43},
881bf215546Sopenharmony_ci    {"name": "FLUSH_AND_INV_DB_META", "value": 44},
882bf215546Sopenharmony_ci    {"name": "FLUSH_AND_INV_CB_DATA_TS", "value": 45},
883bf215546Sopenharmony_ci    {"name": "FLUSH_AND_INV_CB_META", "value": 46},
884bf215546Sopenharmony_ci    {"name": "CS_DONE", "value": 47},
885bf215546Sopenharmony_ci    {"name": "PS_DONE", "value": 48},
886bf215546Sopenharmony_ci    {"name": "FLUSH_AND_INV_CB_PIXEL_DATA", "value": 49},
887bf215546Sopenharmony_ci    {"name": "SX_CB_RAT_ACK_REQUEST", "value": 50},
888bf215546Sopenharmony_ci    {"name": "THREAD_TRACE_START", "value": 51},
889bf215546Sopenharmony_ci    {"name": "THREAD_TRACE_STOP", "value": 52},
890bf215546Sopenharmony_ci    {"name": "THREAD_TRACE_MARKER", "value": 53},
891bf215546Sopenharmony_ci    {"name": "THREAD_TRACE_DRAW", "value": 54},
892bf215546Sopenharmony_ci    {"name": "THREAD_TRACE_FINISH", "value": 55},
893bf215546Sopenharmony_ci    {"name": "PIXEL_PIPE_STAT_CONTROL", "value": 56},
894bf215546Sopenharmony_ci    {"name": "PIXEL_PIPE_STAT_DUMP", "value": 57},
895bf215546Sopenharmony_ci    {"name": "PIXEL_PIPE_STAT_RESET", "value": 58},
896bf215546Sopenharmony_ci    {"name": "CONTEXT_SUSPEND", "value": 59},
897bf215546Sopenharmony_ci    {"name": "OFFCHIP_HS_DEALLOC", "value": 60},
898bf215546Sopenharmony_ci    {"name": "ENABLE_NGG_PIPELINE", "value": 61},
899bf215546Sopenharmony_ci    {"name": "ENABLE_LEGACY_PIPELINE", "value": 62},
900bf215546Sopenharmony_ci    {"name": "DRAW_DONE", "value": 63}
901bf215546Sopenharmony_ci   ]
902bf215546Sopenharmony_ci  },
903bf215546Sopenharmony_ci  "VGT_GS_CUT_MODE": {
904bf215546Sopenharmony_ci   "entries": [
905bf215546Sopenharmony_ci    {"name": "GS_CUT_1024", "value": 0},
906bf215546Sopenharmony_ci    {"name": "GS_CUT_512", "value": 1},
907bf215546Sopenharmony_ci    {"name": "GS_CUT_256", "value": 2},
908bf215546Sopenharmony_ci    {"name": "GS_CUT_128", "value": 3}
909bf215546Sopenharmony_ci   ]
910bf215546Sopenharmony_ci  },
911bf215546Sopenharmony_ci  "VGT_GS_MODE_TYPE": {
912bf215546Sopenharmony_ci   "entries": [
913bf215546Sopenharmony_ci    {"name": "GS_OFF", "value": 0},
914bf215546Sopenharmony_ci    {"name": "GS_SCENARIO_A", "value": 1},
915bf215546Sopenharmony_ci    {"name": "GS_SCENARIO_B", "value": 2},
916bf215546Sopenharmony_ci    {"name": "GS_SCENARIO_G", "value": 3},
917bf215546Sopenharmony_ci    {"name": "GS_SCENARIO_C", "value": 4},
918bf215546Sopenharmony_ci    {"name": "SPRITE_EN", "value": 5}
919bf215546Sopenharmony_ci   ]
920bf215546Sopenharmony_ci  },
921bf215546Sopenharmony_ci  "VGT_GS_OUTPRIM_TYPE": {
922bf215546Sopenharmony_ci   "entries": [
923bf215546Sopenharmony_ci    {"name": "POINTLIST", "value": 0},
924bf215546Sopenharmony_ci    {"name": "LINESTRIP", "value": 1},
925bf215546Sopenharmony_ci    {"name": "TRISTRIP", "value": 2},
926bf215546Sopenharmony_ci    {"name": "RECTLIST", "value": 3}
927bf215546Sopenharmony_ci   ]
928bf215546Sopenharmony_ci  },
929bf215546Sopenharmony_ci  "VGT_HS_OFFCHIP_PARAM__OFFCHIP_GRANULARITY": {
930bf215546Sopenharmony_ci   "entries": [
931bf215546Sopenharmony_ci    {"name": "X_8K_DWORDS", "value": 0},
932bf215546Sopenharmony_ci    {"name": "X_4K_DWORDS", "value": 1},
933bf215546Sopenharmony_ci    {"name": "X_2K_DWORDS", "value": 2},
934bf215546Sopenharmony_ci    {"name": "X_1K_DWORDS", "value": 3}
935bf215546Sopenharmony_ci   ]
936bf215546Sopenharmony_ci  },
937bf215546Sopenharmony_ci  "VGT_INDEX_TYPE_MODE": {
938bf215546Sopenharmony_ci   "entries": [
939bf215546Sopenharmony_ci    {"name": "VGT_INDEX_16", "value": 0},
940bf215546Sopenharmony_ci    {"name": "VGT_INDEX_32", "value": 1},
941bf215546Sopenharmony_ci    {"name": "VGT_INDEX_8", "value": 2}
942bf215546Sopenharmony_ci   ]
943bf215546Sopenharmony_ci  },
944bf215546Sopenharmony_ci  "VGT_RDREQ_POLICY": {
945bf215546Sopenharmony_ci   "entries": [
946bf215546Sopenharmony_ci    {"name": "VGT_POLICY_LRU", "value": 0},
947bf215546Sopenharmony_ci    {"name": "VGT_POLICY_STREAM", "value": 1},
948bf215546Sopenharmony_ci    {"name": "VGT_POLICY_BYPASS", "value": 2}
949bf215546Sopenharmony_ci   ]
950bf215546Sopenharmony_ci  },
951bf215546Sopenharmony_ci  "VGT_STAGES_ES_EN": {
952bf215546Sopenharmony_ci   "entries": [
953bf215546Sopenharmony_ci    {"name": "ES_STAGE_OFF", "value": 0},
954bf215546Sopenharmony_ci    {"name": "ES_STAGE_DS", "value": 1},
955bf215546Sopenharmony_ci    {"name": "ES_STAGE_REAL", "value": 2},
956bf215546Sopenharmony_ci    {"name": "RESERVED_ES", "value": 3}
957bf215546Sopenharmony_ci   ]
958bf215546Sopenharmony_ci  },
959bf215546Sopenharmony_ci  "VGT_STAGES_GS_EN": {
960bf215546Sopenharmony_ci   "entries": [
961bf215546Sopenharmony_ci    {"name": "GS_STAGE_OFF", "value": 0},
962bf215546Sopenharmony_ci    {"name": "GS_STAGE_ON", "value": 1}
963bf215546Sopenharmony_ci   ]
964bf215546Sopenharmony_ci  },
965bf215546Sopenharmony_ci  "VGT_STAGES_HS_EN": {
966bf215546Sopenharmony_ci   "entries": [
967bf215546Sopenharmony_ci    {"name": "HS_STAGE_OFF", "value": 0},
968bf215546Sopenharmony_ci    {"name": "HS_STAGE_ON", "value": 1}
969bf215546Sopenharmony_ci   ]
970bf215546Sopenharmony_ci  },
971bf215546Sopenharmony_ci  "VGT_STAGES_LS_EN": {
972bf215546Sopenharmony_ci   "entries": [
973bf215546Sopenharmony_ci    {"name": "LS_STAGE_OFF", "value": 0},
974bf215546Sopenharmony_ci    {"name": "LS_STAGE_ON", "value": 1},
975bf215546Sopenharmony_ci    {"name": "CS_STAGE_ON", "value": 2},
976bf215546Sopenharmony_ci    {"name": "RESERVED_LS", "value": 3}
977bf215546Sopenharmony_ci   ]
978bf215546Sopenharmony_ci  },
979bf215546Sopenharmony_ci  "VGT_STAGES_VS_EN": {
980bf215546Sopenharmony_ci   "entries": [
981bf215546Sopenharmony_ci    {"name": "VS_STAGE_REAL", "value": 0},
982bf215546Sopenharmony_ci    {"name": "VS_STAGE_DS", "value": 1},
983bf215546Sopenharmony_ci    {"name": "VS_STAGE_COPY_SHADER", "value": 2},
984bf215546Sopenharmony_ci    {"name": "RESERVED_VS", "value": 3}
985bf215546Sopenharmony_ci   ]
986bf215546Sopenharmony_ci  },
987bf215546Sopenharmony_ci  "VGT_TESS_PARTITION": {
988bf215546Sopenharmony_ci   "entries": [
989bf215546Sopenharmony_ci    {"name": "PART_INTEGER", "value": 0},
990bf215546Sopenharmony_ci    {"name": "PART_POW2", "value": 1},
991bf215546Sopenharmony_ci    {"name": "PART_FRAC_ODD", "value": 2},
992bf215546Sopenharmony_ci    {"name": "PART_FRAC_EVEN", "value": 3}
993bf215546Sopenharmony_ci   ]
994bf215546Sopenharmony_ci  },
995bf215546Sopenharmony_ci  "VGT_TESS_TOPOLOGY": {
996bf215546Sopenharmony_ci   "entries": [
997bf215546Sopenharmony_ci    {"name": "OUTPUT_POINT", "value": 0},
998bf215546Sopenharmony_ci    {"name": "OUTPUT_LINE", "value": 1},
999bf215546Sopenharmony_ci    {"name": "OUTPUT_TRIANGLE_CW", "value": 2},
1000bf215546Sopenharmony_ci    {"name": "OUTPUT_TRIANGLE_CCW", "value": 3}
1001bf215546Sopenharmony_ci   ]
1002bf215546Sopenharmony_ci  },
1003bf215546Sopenharmony_ci  "VGT_TESS_TYPE": {
1004bf215546Sopenharmony_ci   "entries": [
1005bf215546Sopenharmony_ci    {"name": "TESS_ISOLINE", "value": 0},
1006bf215546Sopenharmony_ci    {"name": "TESS_TRIANGLE", "value": 1},
1007bf215546Sopenharmony_ci    {"name": "TESS_QUAD", "value": 2}
1008bf215546Sopenharmony_ci   ]
1009bf215546Sopenharmony_ci  },
1010bf215546Sopenharmony_ci  "WritePolicy": {
1011bf215546Sopenharmony_ci   "entries": [
1012bf215546Sopenharmony_ci    {"name": "CACHE_LRU_WR", "value": 0},
1013bf215546Sopenharmony_ci    {"name": "CACHE_STREAM", "value": 1},
1014bf215546Sopenharmony_ci    {"name": "CACHE_BYPASS", "value": 2},
1015bf215546Sopenharmony_ci    {"name": "UNCACHED_WR", "value": 3}
1016bf215546Sopenharmony_ci   ]
1017bf215546Sopenharmony_ci  },
1018bf215546Sopenharmony_ci  "ZFormat": {
1019bf215546Sopenharmony_ci   "entries": [
1020bf215546Sopenharmony_ci    {"name": "Z_INVALID", "value": 0},
1021bf215546Sopenharmony_ci    {"name": "Z_16", "value": 1},
1022bf215546Sopenharmony_ci    {"name": "Z_24", "value": 2},
1023bf215546Sopenharmony_ci    {"name": "Z_32_FLOAT", "value": 3}
1024bf215546Sopenharmony_ci   ]
1025bf215546Sopenharmony_ci  },
1026bf215546Sopenharmony_ci  "ZLimitSumm": {
1027bf215546Sopenharmony_ci   "entries": [
1028bf215546Sopenharmony_ci    {"name": "FORCE_SUMM_OFF", "value": 0},
1029bf215546Sopenharmony_ci    {"name": "FORCE_SUMM_MINZ", "value": 1},
1030bf215546Sopenharmony_ci    {"name": "FORCE_SUMM_MAXZ", "value": 2},
1031bf215546Sopenharmony_ci    {"name": "FORCE_SUMM_BOTH", "value": 3}
1032bf215546Sopenharmony_ci   ]
1033bf215546Sopenharmony_ci  },
1034bf215546Sopenharmony_ci  "ZOrder": {
1035bf215546Sopenharmony_ci   "entries": [
1036bf215546Sopenharmony_ci    {"name": "LATE_Z", "value": 0},
1037bf215546Sopenharmony_ci    {"name": "EARLY_Z_THEN_LATE_Z", "value": 1},
1038bf215546Sopenharmony_ci    {"name": "RE_Z", "value": 2},
1039bf215546Sopenharmony_ci    {"name": "EARLY_Z_THEN_RE_Z", "value": 3}
1040bf215546Sopenharmony_ci   ]
1041bf215546Sopenharmony_ci  }
1042bf215546Sopenharmony_ci },
1043bf215546Sopenharmony_ci "register_mappings": [
1044bf215546Sopenharmony_ci  {
1045bf215546Sopenharmony_ci   "chips": ["gfx10"],
1046bf215546Sopenharmony_ci   "map": {"at": 1028, "to": "mm"},
1047bf215546Sopenharmony_ci   "name": "SQ_WAVE_MODE",
1048bf215546Sopenharmony_ci   "type_ref": "SQ_WAVE_MODE"
1049bf215546Sopenharmony_ci  },
1050bf215546Sopenharmony_ci  {
1051bf215546Sopenharmony_ci   "chips": ["gfx10"],
1052bf215546Sopenharmony_ci   "map": {"at": 1032, "to": "mm"},
1053bf215546Sopenharmony_ci   "name": "SQ_WAVE_STATUS",
1054bf215546Sopenharmony_ci   "type_ref": "SQ_WAVE_STATUS"
1055bf215546Sopenharmony_ci  },
1056bf215546Sopenharmony_ci  {
1057bf215546Sopenharmony_ci   "chips": ["gfx10"],
1058bf215546Sopenharmony_ci   "map": {"at": 1036, "to": "mm"},
1059bf215546Sopenharmony_ci   "name": "SQ_WAVE_TRAPSTS",
1060bf215546Sopenharmony_ci   "type_ref": "SQ_WAVE_TRAPSTS"
1061bf215546Sopenharmony_ci  },
1062bf215546Sopenharmony_ci  {
1063bf215546Sopenharmony_ci   "chips": ["gfx10"],
1064bf215546Sopenharmony_ci   "map": {"at": 1040, "to": "mm"},
1065bf215546Sopenharmony_ci   "name": "SQ_WAVE_HW_ID_LEGACY",
1066bf215546Sopenharmony_ci   "type_ref": "SQ_WAVE_HW_ID_LEGACY"
1067bf215546Sopenharmony_ci  },
1068bf215546Sopenharmony_ci  {
1069bf215546Sopenharmony_ci   "chips": ["gfx10"],
1070bf215546Sopenharmony_ci   "map": {"at": 1044, "to": "mm"},
1071bf215546Sopenharmony_ci   "name": "SQ_WAVE_GPR_ALLOC",
1072bf215546Sopenharmony_ci   "type_ref": "SQ_WAVE_GPR_ALLOC"
1073bf215546Sopenharmony_ci  },
1074bf215546Sopenharmony_ci  {
1075bf215546Sopenharmony_ci   "chips": ["gfx10"],
1076bf215546Sopenharmony_ci   "map": {"at": 1048, "to": "mm"},
1077bf215546Sopenharmony_ci   "name": "SQ_WAVE_LDS_ALLOC",
1078bf215546Sopenharmony_ci   "type_ref": "SQ_WAVE_LDS_ALLOC"
1079bf215546Sopenharmony_ci  },
1080bf215546Sopenharmony_ci  {
1081bf215546Sopenharmony_ci   "chips": ["gfx10"],
1082bf215546Sopenharmony_ci   "map": {"at": 1052, "to": "mm"},
1083bf215546Sopenharmony_ci   "name": "SQ_WAVE_IB_STS",
1084bf215546Sopenharmony_ci   "type_ref": "SQ_WAVE_IB_STS"
1085bf215546Sopenharmony_ci  },
1086bf215546Sopenharmony_ci  {
1087bf215546Sopenharmony_ci   "chips": ["gfx10"],
1088bf215546Sopenharmony_ci   "map": {"at": 1056, "to": "mm"},
1089bf215546Sopenharmony_ci   "name": "SQ_WAVE_PC_LO"
1090bf215546Sopenharmony_ci  },
1091bf215546Sopenharmony_ci  {
1092bf215546Sopenharmony_ci   "chips": ["gfx10"],
1093bf215546Sopenharmony_ci   "map": {"at": 1060, "to": "mm"},
1094bf215546Sopenharmony_ci   "name": "SQ_WAVE_PC_HI",
1095bf215546Sopenharmony_ci   "type_ref": "SQ_WAVE_PC_HI"
1096bf215546Sopenharmony_ci  },
1097bf215546Sopenharmony_ci  {
1098bf215546Sopenharmony_ci   "chips": ["gfx10"],
1099bf215546Sopenharmony_ci   "map": {"at": 1064, "to": "mm"},
1100bf215546Sopenharmony_ci   "name": "SQ_WAVE_INST_DW0"
1101bf215546Sopenharmony_ci  },
1102bf215546Sopenharmony_ci  {
1103bf215546Sopenharmony_ci   "chips": ["gfx10"],
1104bf215546Sopenharmony_ci   "map": {"at": 1076, "to": "mm"},
1105bf215546Sopenharmony_ci   "name": "SQ_WAVE_IB_DBG1",
1106bf215546Sopenharmony_ci   "type_ref": "SQ_WAVE_IB_DBG1"
1107bf215546Sopenharmony_ci  },
1108bf215546Sopenharmony_ci  {
1109bf215546Sopenharmony_ci   "chips": ["gfx10"],
1110bf215546Sopenharmony_ci   "map": {"at": 1080, "to": "mm"},
1111bf215546Sopenharmony_ci   "name": "SQ_WAVE_FLUSH_IB"
1112bf215546Sopenharmony_ci  },
1113bf215546Sopenharmony_ci  {
1114bf215546Sopenharmony_ci   "chips": ["gfx10"],
1115bf215546Sopenharmony_ci   "map": {"at": 1116, "to": "mm"},
1116bf215546Sopenharmony_ci   "name": "SQ_WAVE_HW_ID1",
1117bf215546Sopenharmony_ci   "type_ref": "SQ_WAVE_HW_ID1"
1118bf215546Sopenharmony_ci  },
1119bf215546Sopenharmony_ci  {
1120bf215546Sopenharmony_ci   "chips": ["gfx10"],
1121bf215546Sopenharmony_ci   "map": {"at": 1120, "to": "mm"},
1122bf215546Sopenharmony_ci   "name": "SQ_WAVE_HW_ID2",
1123bf215546Sopenharmony_ci   "type_ref": "SQ_WAVE_HW_ID2"
1124bf215546Sopenharmony_ci  },
1125bf215546Sopenharmony_ci  {
1126bf215546Sopenharmony_ci   "chips": ["gfx10"],
1127bf215546Sopenharmony_ci   "map": {"at": 1124, "to": "mm"},
1128bf215546Sopenharmony_ci   "name": "SQ_WAVE_POPS_PACKER",
1129bf215546Sopenharmony_ci   "type_ref": "SQ_WAVE_POPS_PACKER"
1130bf215546Sopenharmony_ci  },
1131bf215546Sopenharmony_ci  {
1132bf215546Sopenharmony_ci   "chips": ["gfx10"],
1133bf215546Sopenharmony_ci   "map": {"at": 1128, "to": "mm"},
1134bf215546Sopenharmony_ci   "name": "SQ_WAVE_SCHED_MODE",
1135bf215546Sopenharmony_ci   "type_ref": "SQ_WAVE_SCHED_MODE"
1136bf215546Sopenharmony_ci  },
1137bf215546Sopenharmony_ci  {
1138bf215546Sopenharmony_ci   "chips": ["gfx10"],
1139bf215546Sopenharmony_ci   "map": {"at": 1132, "to": "mm"},
1140bf215546Sopenharmony_ci   "name": "SQ_WAVE_VGPR_OFFSET",
1141bf215546Sopenharmony_ci   "type_ref": "SQ_WAVE_VGPR_OFFSET"
1142bf215546Sopenharmony_ci  },
1143bf215546Sopenharmony_ci  {
1144bf215546Sopenharmony_ci   "chips": ["gfx10"],
1145bf215546Sopenharmony_ci   "map": {"at": 1136, "to": "mm"},
1146bf215546Sopenharmony_ci   "name": "SQ_WAVE_IB_STS2",
1147bf215546Sopenharmony_ci   "type_ref": "SQ_WAVE_IB_STS2"
1148bf215546Sopenharmony_ci  },
1149bf215546Sopenharmony_ci  {
1150bf215546Sopenharmony_ci   "chips": ["gfx10"],
1151bf215546Sopenharmony_ci   "map": {"at": 2480, "to": "mm"},
1152bf215546Sopenharmony_ci   "name": "SQ_WAVE_TTMP0"
1153bf215546Sopenharmony_ci  },
1154bf215546Sopenharmony_ci  {
1155bf215546Sopenharmony_ci   "chips": ["gfx10"],
1156bf215546Sopenharmony_ci   "map": {"at": 2484, "to": "mm"},
1157bf215546Sopenharmony_ci   "name": "SQ_WAVE_TTMP1"
1158bf215546Sopenharmony_ci  },
1159bf215546Sopenharmony_ci  {
1160bf215546Sopenharmony_ci   "chips": ["gfx10"],
1161bf215546Sopenharmony_ci   "map": {"at": 2488, "to": "mm"},
1162bf215546Sopenharmony_ci   "name": "SQ_WAVE_TTMP2"
1163bf215546Sopenharmony_ci  },
1164bf215546Sopenharmony_ci  {
1165bf215546Sopenharmony_ci   "chips": ["gfx10"],
1166bf215546Sopenharmony_ci   "map": {"at": 2492, "to": "mm"},
1167bf215546Sopenharmony_ci   "name": "SQ_WAVE_TTMP3"
1168bf215546Sopenharmony_ci  },
1169bf215546Sopenharmony_ci  {
1170bf215546Sopenharmony_ci   "chips": ["gfx10"],
1171bf215546Sopenharmony_ci   "map": {"at": 2496, "to": "mm"},
1172bf215546Sopenharmony_ci   "name": "SQ_WAVE_TTMP4"
1173bf215546Sopenharmony_ci  },
1174bf215546Sopenharmony_ci  {
1175bf215546Sopenharmony_ci   "chips": ["gfx10"],
1176bf215546Sopenharmony_ci   "map": {"at": 2500, "to": "mm"},
1177bf215546Sopenharmony_ci   "name": "SQ_WAVE_TTMP5"
1178bf215546Sopenharmony_ci  },
1179bf215546Sopenharmony_ci  {
1180bf215546Sopenharmony_ci   "chips": ["gfx10"],
1181bf215546Sopenharmony_ci   "map": {"at": 2504, "to": "mm"},
1182bf215546Sopenharmony_ci   "name": "SQ_WAVE_TTMP6"
1183bf215546Sopenharmony_ci  },
1184bf215546Sopenharmony_ci  {
1185bf215546Sopenharmony_ci   "chips": ["gfx10"],
1186bf215546Sopenharmony_ci   "map": {"at": 2508, "to": "mm"},
1187bf215546Sopenharmony_ci   "name": "SQ_WAVE_TTMP7"
1188bf215546Sopenharmony_ci  },
1189bf215546Sopenharmony_ci  {
1190bf215546Sopenharmony_ci   "chips": ["gfx10"],
1191bf215546Sopenharmony_ci   "map": {"at": 2512, "to": "mm"},
1192bf215546Sopenharmony_ci   "name": "SQ_WAVE_TTMP8"
1193bf215546Sopenharmony_ci  },
1194bf215546Sopenharmony_ci  {
1195bf215546Sopenharmony_ci   "chips": ["gfx10"],
1196bf215546Sopenharmony_ci   "map": {"at": 2516, "to": "mm"},
1197bf215546Sopenharmony_ci   "name": "SQ_WAVE_TTMP9"
1198bf215546Sopenharmony_ci  },
1199bf215546Sopenharmony_ci  {
1200bf215546Sopenharmony_ci   "chips": ["gfx10"],
1201bf215546Sopenharmony_ci   "map": {"at": 2520, "to": "mm"},
1202bf215546Sopenharmony_ci   "name": "SQ_WAVE_TTMP10"
1203bf215546Sopenharmony_ci  },
1204bf215546Sopenharmony_ci  {
1205bf215546Sopenharmony_ci   "chips": ["gfx10"],
1206bf215546Sopenharmony_ci   "map": {"at": 2524, "to": "mm"},
1207bf215546Sopenharmony_ci   "name": "SQ_WAVE_TTMP11"
1208bf215546Sopenharmony_ci  },
1209bf215546Sopenharmony_ci  {
1210bf215546Sopenharmony_ci   "chips": ["gfx10"],
1211bf215546Sopenharmony_ci   "map": {"at": 2528, "to": "mm"},
1212bf215546Sopenharmony_ci   "name": "SQ_WAVE_TTMP12"
1213bf215546Sopenharmony_ci  },
1214bf215546Sopenharmony_ci  {
1215bf215546Sopenharmony_ci   "chips": ["gfx10"],
1216bf215546Sopenharmony_ci   "map": {"at": 2532, "to": "mm"},
1217bf215546Sopenharmony_ci   "name": "SQ_WAVE_TTMP13"
1218bf215546Sopenharmony_ci  },
1219bf215546Sopenharmony_ci  {
1220bf215546Sopenharmony_ci   "chips": ["gfx10"],
1221bf215546Sopenharmony_ci   "map": {"at": 2536, "to": "mm"},
1222bf215546Sopenharmony_ci   "name": "SQ_WAVE_TTMP14"
1223bf215546Sopenharmony_ci  },
1224bf215546Sopenharmony_ci  {
1225bf215546Sopenharmony_ci   "chips": ["gfx10"],
1226bf215546Sopenharmony_ci   "map": {"at": 2540, "to": "mm"},
1227bf215546Sopenharmony_ci   "name": "SQ_WAVE_TTMP15"
1228bf215546Sopenharmony_ci  },
1229bf215546Sopenharmony_ci  {
1230bf215546Sopenharmony_ci   "chips": ["gfx10"],
1231bf215546Sopenharmony_ci   "map": {"at": 2544, "to": "mm"},
1232bf215546Sopenharmony_ci   "name": "SQ_WAVE_M0"
1233bf215546Sopenharmony_ci  },
1234bf215546Sopenharmony_ci  {
1235bf215546Sopenharmony_ci   "chips": ["gfx10"],
1236bf215546Sopenharmony_ci   "map": {"at": 2552, "to": "mm"},
1237bf215546Sopenharmony_ci   "name": "SQ_WAVE_EXEC_LO"
1238bf215546Sopenharmony_ci  },
1239bf215546Sopenharmony_ci  {
1240bf215546Sopenharmony_ci   "chips": ["gfx10"],
1241bf215546Sopenharmony_ci   "map": {"at": 2556, "to": "mm"},
1242bf215546Sopenharmony_ci   "name": "SQ_WAVE_EXEC_HI"
1243bf215546Sopenharmony_ci  },
1244bf215546Sopenharmony_ci  {
1245bf215546Sopenharmony_ci   "chips": ["gfx10"],
1246bf215546Sopenharmony_ci   "map": {"at": 2560, "to": "mm"},
1247bf215546Sopenharmony_ci   "name": "SQ_WAVE_FLAT_SCRATCH_LO"
1248bf215546Sopenharmony_ci  },
1249bf215546Sopenharmony_ci  {
1250bf215546Sopenharmony_ci   "chips": ["gfx10"],
1251bf215546Sopenharmony_ci   "map": {"at": 2564, "to": "mm"},
1252bf215546Sopenharmony_ci   "name": "SQ_WAVE_FLAT_SCRATCH_HI"
1253bf215546Sopenharmony_ci  },
1254bf215546Sopenharmony_ci  {
1255bf215546Sopenharmony_ci   "chips": ["gfx10"],
1256bf215546Sopenharmony_ci   "map": {"at": 2568, "to": "mm"},
1257bf215546Sopenharmony_ci   "name": "SQ_WAVE_FLAT_XNACK_MASK"
1258bf215546Sopenharmony_ci  },
1259bf215546Sopenharmony_ci  {
1260bf215546Sopenharmony_ci   "chips": ["gfx10"],
1261bf215546Sopenharmony_ci   "map": {"at": 32776, "to": "mm"},
1262bf215546Sopenharmony_ci   "name": "GRBM_STATUS2",
1263bf215546Sopenharmony_ci   "type_ref": "GRBM_STATUS2"
1264bf215546Sopenharmony_ci  },
1265bf215546Sopenharmony_ci  {
1266bf215546Sopenharmony_ci   "chips": ["gfx10"],
1267bf215546Sopenharmony_ci   "map": {"at": 32784, "to": "mm"},
1268bf215546Sopenharmony_ci   "name": "GRBM_STATUS",
1269bf215546Sopenharmony_ci   "type_ref": "GRBM_STATUS"
1270bf215546Sopenharmony_ci  },
1271bf215546Sopenharmony_ci  {
1272bf215546Sopenharmony_ci   "chips": ["gfx10"],
1273bf215546Sopenharmony_ci   "map": {"at": 32788, "to": "mm"},
1274bf215546Sopenharmony_ci   "name": "GRBM_STATUS_SE0",
1275bf215546Sopenharmony_ci   "type_ref": "GRBM_STATUS_SE0"
1276bf215546Sopenharmony_ci  },
1277bf215546Sopenharmony_ci  {
1278bf215546Sopenharmony_ci   "chips": ["gfx10"],
1279bf215546Sopenharmony_ci   "map": {"at": 32792, "to": "mm"},
1280bf215546Sopenharmony_ci   "name": "GRBM_STATUS_SE1",
1281bf215546Sopenharmony_ci   "type_ref": "GRBM_STATUS_SE0"
1282bf215546Sopenharmony_ci  },
1283bf215546Sopenharmony_ci  {
1284bf215546Sopenharmony_ci   "chips": ["gfx10"],
1285bf215546Sopenharmony_ci   "map": {"at": 32796, "to": "mm"},
1286bf215546Sopenharmony_ci   "name": "GRBM_STATUS3",
1287bf215546Sopenharmony_ci   "type_ref": "GRBM_STATUS3"
1288bf215546Sopenharmony_ci  },
1289bf215546Sopenharmony_ci  {
1290bf215546Sopenharmony_ci   "chips": ["gfx10"],
1291bf215546Sopenharmony_ci   "map": {"at": 32824, "to": "mm"},
1292bf215546Sopenharmony_ci   "name": "GRBM_STATUS_SE2",
1293bf215546Sopenharmony_ci   "type_ref": "GRBM_STATUS_SE0"
1294bf215546Sopenharmony_ci  },
1295bf215546Sopenharmony_ci  {
1296bf215546Sopenharmony_ci   "chips": ["gfx10"],
1297bf215546Sopenharmony_ci   "map": {"at": 32828, "to": "mm"},
1298bf215546Sopenharmony_ci   "name": "GRBM_STATUS_SE3",
1299bf215546Sopenharmony_ci   "type_ref": "GRBM_STATUS_SE0"
1300bf215546Sopenharmony_ci  },
1301bf215546Sopenharmony_ci  {
1302bf215546Sopenharmony_ci   "chips": ["gfx10"],
1303bf215546Sopenharmony_ci   "map": {"at": 33296, "to": "mm"},
1304bf215546Sopenharmony_ci   "name": "CP_CPC_STATUS",
1305bf215546Sopenharmony_ci   "type_ref": "CP_CPC_STATUS"
1306bf215546Sopenharmony_ci  },
1307bf215546Sopenharmony_ci  {
1308bf215546Sopenharmony_ci   "chips": ["gfx10"],
1309bf215546Sopenharmony_ci   "map": {"at": 33300, "to": "mm"},
1310bf215546Sopenharmony_ci   "name": "CP_CPC_BUSY_STAT",
1311bf215546Sopenharmony_ci   "type_ref": "CP_CPC_BUSY_STAT"
1312bf215546Sopenharmony_ci  },
1313bf215546Sopenharmony_ci  {
1314bf215546Sopenharmony_ci   "chips": ["gfx10"],
1315bf215546Sopenharmony_ci   "map": {"at": 33304, "to": "mm"},
1316bf215546Sopenharmony_ci   "name": "CP_CPC_STALLED_STAT1",
1317bf215546Sopenharmony_ci   "type_ref": "CP_CPC_STALLED_STAT1"
1318bf215546Sopenharmony_ci  },
1319bf215546Sopenharmony_ci  {
1320bf215546Sopenharmony_ci   "chips": ["gfx10"],
1321bf215546Sopenharmony_ci   "map": {"at": 33308, "to": "mm"},
1322bf215546Sopenharmony_ci   "name": "CP_CPF_STATUS",
1323bf215546Sopenharmony_ci   "type_ref": "CP_CPF_STATUS"
1324bf215546Sopenharmony_ci  },
1325bf215546Sopenharmony_ci  {
1326bf215546Sopenharmony_ci   "chips": ["gfx10"],
1327bf215546Sopenharmony_ci   "map": {"at": 33312, "to": "mm"},
1328bf215546Sopenharmony_ci   "name": "CP_CPF_BUSY_STAT",
1329bf215546Sopenharmony_ci   "type_ref": "CP_CPF_BUSY_STAT"
1330bf215546Sopenharmony_ci  },
1331bf215546Sopenharmony_ci  {
1332bf215546Sopenharmony_ci   "chips": ["gfx10"],
1333bf215546Sopenharmony_ci   "map": {"at": 33316, "to": "mm"},
1334bf215546Sopenharmony_ci   "name": "CP_CPF_STALLED_STAT1",
1335bf215546Sopenharmony_ci   "type_ref": "CP_CPF_STALLED_STAT1"
1336bf215546Sopenharmony_ci  },
1337bf215546Sopenharmony_ci  {
1338bf215546Sopenharmony_ci   "chips": ["gfx10"],
1339bf215546Sopenharmony_ci   "map": {"at": 33320, "to": "mm"},
1340bf215546Sopenharmony_ci   "name": "CP_CPC_BUSY_STAT2",
1341bf215546Sopenharmony_ci   "type_ref": "CP_CPC_BUSY_STAT2"
1342bf215546Sopenharmony_ci  },
1343bf215546Sopenharmony_ci  {
1344bf215546Sopenharmony_ci   "chips": ["gfx10"],
1345bf215546Sopenharmony_ci   "map": {"at": 33324, "to": "mm"},
1346bf215546Sopenharmony_ci   "name": "CP_CPC_GRBM_FREE_COUNT",
1347bf215546Sopenharmony_ci   "type_ref": "CP_CPC_GRBM_FREE_COUNT"
1348bf215546Sopenharmony_ci  },
1349bf215546Sopenharmony_ci  {
1350bf215546Sopenharmony_ci   "chips": ["gfx10"],
1351bf215546Sopenharmony_ci   "map": {"at": 33344, "to": "mm"},
1352bf215546Sopenharmony_ci   "name": "CP_CPC_SCRATCH_INDEX",
1353bf215546Sopenharmony_ci   "type_ref": "CP_CPC_SCRATCH_INDEX"
1354bf215546Sopenharmony_ci  },
1355bf215546Sopenharmony_ci  {
1356bf215546Sopenharmony_ci   "chips": ["gfx10"],
1357bf215546Sopenharmony_ci   "map": {"at": 33348, "to": "mm"},
1358bf215546Sopenharmony_ci   "name": "CP_CPC_SCRATCH_DATA"
1359bf215546Sopenharmony_ci  },
1360bf215546Sopenharmony_ci  {
1361bf215546Sopenharmony_ci   "chips": ["gfx10"],
1362bf215546Sopenharmony_ci   "map": {"at": 33352, "to": "mm"},
1363bf215546Sopenharmony_ci   "name": "CP_CPF_GRBM_FREE_COUNT",
1364bf215546Sopenharmony_ci   "type_ref": "CP_CPF_GRBM_FREE_COUNT"
1365bf215546Sopenharmony_ci  },
1366bf215546Sopenharmony_ci  {
1367bf215546Sopenharmony_ci   "chips": ["gfx10"],
1368bf215546Sopenharmony_ci   "map": {"at": 33356, "to": "mm"},
1369bf215546Sopenharmony_ci   "name": "CP_CPF_BUSY_STAT2",
1370bf215546Sopenharmony_ci   "type_ref": "CP_CPF_BUSY_STAT2"
1371bf215546Sopenharmony_ci  },
1372bf215546Sopenharmony_ci  {
1373bf215546Sopenharmony_ci   "chips": ["gfx10"],
1374bf215546Sopenharmony_ci   "map": {"at": 33436, "to": "mm"},
1375bf215546Sopenharmony_ci   "name": "CP_CPC_HALT_HYST_COUNT",
1376bf215546Sopenharmony_ci   "type_ref": "CP_CPC_HALT_HYST_COUNT"
1377bf215546Sopenharmony_ci  },
1378bf215546Sopenharmony_ci  {
1379bf215546Sopenharmony_ci   "chips": ["gfx10"],
1380bf215546Sopenharmony_ci   "map": {"at": 36096, "to": "mm"},
1381bf215546Sopenharmony_ci   "name": "SQ_THREAD_TRACE_BUF0_BASE"
1382bf215546Sopenharmony_ci  },
1383bf215546Sopenharmony_ci  {
1384bf215546Sopenharmony_ci   "chips": ["gfx10"],
1385bf215546Sopenharmony_ci   "map": {"at": 36100, "to": "mm"},
1386bf215546Sopenharmony_ci   "name": "SQ_THREAD_TRACE_BUF0_SIZE",
1387bf215546Sopenharmony_ci   "type_ref": "SQ_THREAD_TRACE_BUF0_SIZE"
1388bf215546Sopenharmony_ci  },
1389bf215546Sopenharmony_ci  {
1390bf215546Sopenharmony_ci   "chips": ["gfx10"],
1391bf215546Sopenharmony_ci   "map": {"at": 36104, "to": "mm"},
1392bf215546Sopenharmony_ci   "name": "SQ_THREAD_TRACE_BUF1_BASE"
1393bf215546Sopenharmony_ci  },
1394bf215546Sopenharmony_ci  {
1395bf215546Sopenharmony_ci   "chips": ["gfx10"],
1396bf215546Sopenharmony_ci   "map": {"at": 36108, "to": "mm"},
1397bf215546Sopenharmony_ci   "name": "SQ_THREAD_TRACE_BUF1_SIZE",
1398bf215546Sopenharmony_ci   "type_ref": "SQ_THREAD_TRACE_BUF0_SIZE"
1399bf215546Sopenharmony_ci  },
1400bf215546Sopenharmony_ci  {
1401bf215546Sopenharmony_ci   "chips": ["gfx10"],
1402bf215546Sopenharmony_ci   "map": {"at": 36112, "to": "mm"},
1403bf215546Sopenharmony_ci   "name": "SQ_THREAD_TRACE_WPTR",
1404bf215546Sopenharmony_ci   "type_ref": "SQ_THREAD_TRACE_WPTR"
1405bf215546Sopenharmony_ci  },
1406bf215546Sopenharmony_ci  {
1407bf215546Sopenharmony_ci   "chips": ["gfx10"],
1408bf215546Sopenharmony_ci   "map": {"at": 36116, "to": "mm"},
1409bf215546Sopenharmony_ci   "name": "SQ_THREAD_TRACE_MASK",
1410bf215546Sopenharmony_ci   "type_ref": "SQ_THREAD_TRACE_MASK"
1411bf215546Sopenharmony_ci  },
1412bf215546Sopenharmony_ci  {
1413bf215546Sopenharmony_ci   "chips": ["gfx10"],
1414bf215546Sopenharmony_ci   "map": {"at": 36120, "to": "mm"},
1415bf215546Sopenharmony_ci   "name": "SQ_THREAD_TRACE_TOKEN_MASK",
1416bf215546Sopenharmony_ci   "type_ref": "SQ_THREAD_TRACE_TOKEN_MASK"
1417bf215546Sopenharmony_ci  },
1418bf215546Sopenharmony_ci  {
1419bf215546Sopenharmony_ci   "chips": ["gfx10"],
1420bf215546Sopenharmony_ci   "map": {"at": 36124, "to": "mm"},
1421bf215546Sopenharmony_ci   "name": "SQ_THREAD_TRACE_CTRL",
1422bf215546Sopenharmony_ci   "type_ref": "SQ_THREAD_TRACE_CTRL"
1423bf215546Sopenharmony_ci  },
1424bf215546Sopenharmony_ci  {
1425bf215546Sopenharmony_ci   "chips": ["gfx10"],
1426bf215546Sopenharmony_ci   "map": {"at": 36128, "to": "mm"},
1427bf215546Sopenharmony_ci   "name": "SQ_THREAD_TRACE_STATUS",
1428bf215546Sopenharmony_ci   "type_ref": "SQ_THREAD_TRACE_STATUS"
1429bf215546Sopenharmony_ci  },
1430bf215546Sopenharmony_ci  {
1431bf215546Sopenharmony_ci   "chips": ["gfx10"],
1432bf215546Sopenharmony_ci   "map": {"at": 36132, "to": "mm"},
1433bf215546Sopenharmony_ci   "name": "SQ_THREAD_TRACE_DROPPED_CNTR"
1434bf215546Sopenharmony_ci  },
1435bf215546Sopenharmony_ci  {
1436bf215546Sopenharmony_ci   "chips": ["gfx10"],
1437bf215546Sopenharmony_ci   "map": {"at": 36140, "to": "mm"},
1438bf215546Sopenharmony_ci   "name": "SQ_THREAD_TRACE_GFX_DRAW_CNTR"
1439bf215546Sopenharmony_ci  },
1440bf215546Sopenharmony_ci  {
1441bf215546Sopenharmony_ci   "chips": ["gfx10"],
1442bf215546Sopenharmony_ci   "map": {"at": 36144, "to": "mm"},
1443bf215546Sopenharmony_ci   "name": "SQ_THREAD_TRACE_GFX_MARKER_CNTR"
1444bf215546Sopenharmony_ci  },
1445bf215546Sopenharmony_ci  {
1446bf215546Sopenharmony_ci   "chips": ["gfx10"],
1447bf215546Sopenharmony_ci   "map": {"at": 36148, "to": "mm"},
1448bf215546Sopenharmony_ci   "name": "SQ_THREAD_TRACE_HP3D_DRAW_CNTR"
1449bf215546Sopenharmony_ci  },
1450bf215546Sopenharmony_ci  {
1451bf215546Sopenharmony_ci   "chips": ["gfx10"],
1452bf215546Sopenharmony_ci   "map": {"at": 36152, "to": "mm"},
1453bf215546Sopenharmony_ci   "name": "SQ_THREAD_TRACE_HP3D_MARKER_CNTR"
1454bf215546Sopenharmony_ci  },
1455bf215546Sopenharmony_ci  {
1456bf215546Sopenharmony_ci   "chips": ["gfx10"],
1457bf215546Sopenharmony_ci   "map": {"at": 37120, "to": "mm"},
1458bf215546Sopenharmony_ci   "name": "SPI_CONFIG_CNTL",
1459bf215546Sopenharmony_ci   "type_ref": "SPI_CONFIG_CNTL"
1460bf215546Sopenharmony_ci  },
1461bf215546Sopenharmony_ci  {
1462bf215546Sopenharmony_ci   "chips": ["gfx10"],
1463bf215546Sopenharmony_ci   "map": {"at": 39160, "to": "mm"},
1464bf215546Sopenharmony_ci   "name": "GB_ADDR_CONFIG",
1465bf215546Sopenharmony_ci   "type_ref": "GB_ADDR_CONFIG"
1466bf215546Sopenharmony_ci  },
1467bf215546Sopenharmony_ci  {
1468bf215546Sopenharmony_ci   "chips": ["gfx10"],
1469bf215546Sopenharmony_ci   "map": {"at": 39184, "to": "mm"},
1470bf215546Sopenharmony_ci   "name": "GB_TILE_MODE0",
1471bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1472bf215546Sopenharmony_ci  },
1473bf215546Sopenharmony_ci  {
1474bf215546Sopenharmony_ci   "chips": ["gfx10"],
1475bf215546Sopenharmony_ci   "map": {"at": 39188, "to": "mm"},
1476bf215546Sopenharmony_ci   "name": "GB_TILE_MODE1",
1477bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1478bf215546Sopenharmony_ci  },
1479bf215546Sopenharmony_ci  {
1480bf215546Sopenharmony_ci   "chips": ["gfx10"],
1481bf215546Sopenharmony_ci   "map": {"at": 39192, "to": "mm"},
1482bf215546Sopenharmony_ci   "name": "GB_TILE_MODE2",
1483bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1484bf215546Sopenharmony_ci  },
1485bf215546Sopenharmony_ci  {
1486bf215546Sopenharmony_ci   "chips": ["gfx10"],
1487bf215546Sopenharmony_ci   "map": {"at": 39196, "to": "mm"},
1488bf215546Sopenharmony_ci   "name": "GB_TILE_MODE3",
1489bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1490bf215546Sopenharmony_ci  },
1491bf215546Sopenharmony_ci  {
1492bf215546Sopenharmony_ci   "chips": ["gfx10"],
1493bf215546Sopenharmony_ci   "map": {"at": 39200, "to": "mm"},
1494bf215546Sopenharmony_ci   "name": "GB_TILE_MODE4",
1495bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1496bf215546Sopenharmony_ci  },
1497bf215546Sopenharmony_ci  {
1498bf215546Sopenharmony_ci   "chips": ["gfx10"],
1499bf215546Sopenharmony_ci   "map": {"at": 39204, "to": "mm"},
1500bf215546Sopenharmony_ci   "name": "GB_TILE_MODE5",
1501bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1502bf215546Sopenharmony_ci  },
1503bf215546Sopenharmony_ci  {
1504bf215546Sopenharmony_ci   "chips": ["gfx10"],
1505bf215546Sopenharmony_ci   "map": {"at": 39208, "to": "mm"},
1506bf215546Sopenharmony_ci   "name": "GB_TILE_MODE6",
1507bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1508bf215546Sopenharmony_ci  },
1509bf215546Sopenharmony_ci  {
1510bf215546Sopenharmony_ci   "chips": ["gfx10"],
1511bf215546Sopenharmony_ci   "map": {"at": 39212, "to": "mm"},
1512bf215546Sopenharmony_ci   "name": "GB_TILE_MODE7",
1513bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1514bf215546Sopenharmony_ci  },
1515bf215546Sopenharmony_ci  {
1516bf215546Sopenharmony_ci   "chips": ["gfx10"],
1517bf215546Sopenharmony_ci   "map": {"at": 39216, "to": "mm"},
1518bf215546Sopenharmony_ci   "name": "GB_TILE_MODE8",
1519bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1520bf215546Sopenharmony_ci  },
1521bf215546Sopenharmony_ci  {
1522bf215546Sopenharmony_ci   "chips": ["gfx10"],
1523bf215546Sopenharmony_ci   "map": {"at": 39220, "to": "mm"},
1524bf215546Sopenharmony_ci   "name": "GB_TILE_MODE9",
1525bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1526bf215546Sopenharmony_ci  },
1527bf215546Sopenharmony_ci  {
1528bf215546Sopenharmony_ci   "chips": ["gfx10"],
1529bf215546Sopenharmony_ci   "map": {"at": 39224, "to": "mm"},
1530bf215546Sopenharmony_ci   "name": "GB_TILE_MODE10",
1531bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1532bf215546Sopenharmony_ci  },
1533bf215546Sopenharmony_ci  {
1534bf215546Sopenharmony_ci   "chips": ["gfx10"],
1535bf215546Sopenharmony_ci   "map": {"at": 39228, "to": "mm"},
1536bf215546Sopenharmony_ci   "name": "GB_TILE_MODE11",
1537bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1538bf215546Sopenharmony_ci  },
1539bf215546Sopenharmony_ci  {
1540bf215546Sopenharmony_ci   "chips": ["gfx10"],
1541bf215546Sopenharmony_ci   "map": {"at": 39232, "to": "mm"},
1542bf215546Sopenharmony_ci   "name": "GB_TILE_MODE12",
1543bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1544bf215546Sopenharmony_ci  },
1545bf215546Sopenharmony_ci  {
1546bf215546Sopenharmony_ci   "chips": ["gfx10"],
1547bf215546Sopenharmony_ci   "map": {"at": 39236, "to": "mm"},
1548bf215546Sopenharmony_ci   "name": "GB_TILE_MODE13",
1549bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1550bf215546Sopenharmony_ci  },
1551bf215546Sopenharmony_ci  {
1552bf215546Sopenharmony_ci   "chips": ["gfx10"],
1553bf215546Sopenharmony_ci   "map": {"at": 39240, "to": "mm"},
1554bf215546Sopenharmony_ci   "name": "GB_TILE_MODE14",
1555bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1556bf215546Sopenharmony_ci  },
1557bf215546Sopenharmony_ci  {
1558bf215546Sopenharmony_ci   "chips": ["gfx10"],
1559bf215546Sopenharmony_ci   "map": {"at": 39244, "to": "mm"},
1560bf215546Sopenharmony_ci   "name": "GB_TILE_MODE15",
1561bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1562bf215546Sopenharmony_ci  },
1563bf215546Sopenharmony_ci  {
1564bf215546Sopenharmony_ci   "chips": ["gfx10"],
1565bf215546Sopenharmony_ci   "map": {"at": 39248, "to": "mm"},
1566bf215546Sopenharmony_ci   "name": "GB_TILE_MODE16",
1567bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1568bf215546Sopenharmony_ci  },
1569bf215546Sopenharmony_ci  {
1570bf215546Sopenharmony_ci   "chips": ["gfx10"],
1571bf215546Sopenharmony_ci   "map": {"at": 39252, "to": "mm"},
1572bf215546Sopenharmony_ci   "name": "GB_TILE_MODE17",
1573bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1574bf215546Sopenharmony_ci  },
1575bf215546Sopenharmony_ci  {
1576bf215546Sopenharmony_ci   "chips": ["gfx10"],
1577bf215546Sopenharmony_ci   "map": {"at": 39256, "to": "mm"},
1578bf215546Sopenharmony_ci   "name": "GB_TILE_MODE18",
1579bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1580bf215546Sopenharmony_ci  },
1581bf215546Sopenharmony_ci  {
1582bf215546Sopenharmony_ci   "chips": ["gfx10"],
1583bf215546Sopenharmony_ci   "map": {"at": 39260, "to": "mm"},
1584bf215546Sopenharmony_ci   "name": "GB_TILE_MODE19",
1585bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1586bf215546Sopenharmony_ci  },
1587bf215546Sopenharmony_ci  {
1588bf215546Sopenharmony_ci   "chips": ["gfx10"],
1589bf215546Sopenharmony_ci   "map": {"at": 39264, "to": "mm"},
1590bf215546Sopenharmony_ci   "name": "GB_TILE_MODE20",
1591bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1592bf215546Sopenharmony_ci  },
1593bf215546Sopenharmony_ci  {
1594bf215546Sopenharmony_ci   "chips": ["gfx10"],
1595bf215546Sopenharmony_ci   "map": {"at": 39268, "to": "mm"},
1596bf215546Sopenharmony_ci   "name": "GB_TILE_MODE21",
1597bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1598bf215546Sopenharmony_ci  },
1599bf215546Sopenharmony_ci  {
1600bf215546Sopenharmony_ci   "chips": ["gfx10"],
1601bf215546Sopenharmony_ci   "map": {"at": 39272, "to": "mm"},
1602bf215546Sopenharmony_ci   "name": "GB_TILE_MODE22",
1603bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1604bf215546Sopenharmony_ci  },
1605bf215546Sopenharmony_ci  {
1606bf215546Sopenharmony_ci   "chips": ["gfx10"],
1607bf215546Sopenharmony_ci   "map": {"at": 39276, "to": "mm"},
1608bf215546Sopenharmony_ci   "name": "GB_TILE_MODE23",
1609bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1610bf215546Sopenharmony_ci  },
1611bf215546Sopenharmony_ci  {
1612bf215546Sopenharmony_ci   "chips": ["gfx10"],
1613bf215546Sopenharmony_ci   "map": {"at": 39280, "to": "mm"},
1614bf215546Sopenharmony_ci   "name": "GB_TILE_MODE24",
1615bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1616bf215546Sopenharmony_ci  },
1617bf215546Sopenharmony_ci  {
1618bf215546Sopenharmony_ci   "chips": ["gfx10"],
1619bf215546Sopenharmony_ci   "map": {"at": 39284, "to": "mm"},
1620bf215546Sopenharmony_ci   "name": "GB_TILE_MODE25",
1621bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1622bf215546Sopenharmony_ci  },
1623bf215546Sopenharmony_ci  {
1624bf215546Sopenharmony_ci   "chips": ["gfx10"],
1625bf215546Sopenharmony_ci   "map": {"at": 39288, "to": "mm"},
1626bf215546Sopenharmony_ci   "name": "GB_TILE_MODE26",
1627bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1628bf215546Sopenharmony_ci  },
1629bf215546Sopenharmony_ci  {
1630bf215546Sopenharmony_ci   "chips": ["gfx10"],
1631bf215546Sopenharmony_ci   "map": {"at": 39292, "to": "mm"},
1632bf215546Sopenharmony_ci   "name": "GB_TILE_MODE27",
1633bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1634bf215546Sopenharmony_ci  },
1635bf215546Sopenharmony_ci  {
1636bf215546Sopenharmony_ci   "chips": ["gfx10"],
1637bf215546Sopenharmony_ci   "map": {"at": 39296, "to": "mm"},
1638bf215546Sopenharmony_ci   "name": "GB_TILE_MODE28",
1639bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1640bf215546Sopenharmony_ci  },
1641bf215546Sopenharmony_ci  {
1642bf215546Sopenharmony_ci   "chips": ["gfx10"],
1643bf215546Sopenharmony_ci   "map": {"at": 39300, "to": "mm"},
1644bf215546Sopenharmony_ci   "name": "GB_TILE_MODE29",
1645bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1646bf215546Sopenharmony_ci  },
1647bf215546Sopenharmony_ci  {
1648bf215546Sopenharmony_ci   "chips": ["gfx10"],
1649bf215546Sopenharmony_ci   "map": {"at": 39304, "to": "mm"},
1650bf215546Sopenharmony_ci   "name": "GB_TILE_MODE30",
1651bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1652bf215546Sopenharmony_ci  },
1653bf215546Sopenharmony_ci  {
1654bf215546Sopenharmony_ci   "chips": ["gfx10"],
1655bf215546Sopenharmony_ci   "map": {"at": 39308, "to": "mm"},
1656bf215546Sopenharmony_ci   "name": "GB_TILE_MODE31",
1657bf215546Sopenharmony_ci   "type_ref": "GB_TILE_MODE0"
1658bf215546Sopenharmony_ci  },
1659bf215546Sopenharmony_ci  {
1660bf215546Sopenharmony_ci   "chips": ["gfx10"],
1661bf215546Sopenharmony_ci   "map": {"at": 39312, "to": "mm"},
1662bf215546Sopenharmony_ci   "name": "GB_MACROTILE_MODE0",
1663bf215546Sopenharmony_ci   "type_ref": "GB_MACROTILE_MODE0"
1664bf215546Sopenharmony_ci  },
1665bf215546Sopenharmony_ci  {
1666bf215546Sopenharmony_ci   "chips": ["gfx10"],
1667bf215546Sopenharmony_ci   "map": {"at": 39316, "to": "mm"},
1668bf215546Sopenharmony_ci   "name": "GB_MACROTILE_MODE1",
1669bf215546Sopenharmony_ci   "type_ref": "GB_MACROTILE_MODE0"
1670bf215546Sopenharmony_ci  },
1671bf215546Sopenharmony_ci  {
1672bf215546Sopenharmony_ci   "chips": ["gfx10"],
1673bf215546Sopenharmony_ci   "map": {"at": 39320, "to": "mm"},
1674bf215546Sopenharmony_ci   "name": "GB_MACROTILE_MODE2",
1675bf215546Sopenharmony_ci   "type_ref": "GB_MACROTILE_MODE0"
1676bf215546Sopenharmony_ci  },
1677bf215546Sopenharmony_ci  {
1678bf215546Sopenharmony_ci   "chips": ["gfx10"],
1679bf215546Sopenharmony_ci   "map": {"at": 39324, "to": "mm"},
1680bf215546Sopenharmony_ci   "name": "GB_MACROTILE_MODE3",
1681bf215546Sopenharmony_ci   "type_ref": "GB_MACROTILE_MODE0"
1682bf215546Sopenharmony_ci  },
1683bf215546Sopenharmony_ci  {
1684bf215546Sopenharmony_ci   "chips": ["gfx10"],
1685bf215546Sopenharmony_ci   "map": {"at": 39328, "to": "mm"},
1686bf215546Sopenharmony_ci   "name": "GB_MACROTILE_MODE4",
1687bf215546Sopenharmony_ci   "type_ref": "GB_MACROTILE_MODE0"
1688bf215546Sopenharmony_ci  },
1689bf215546Sopenharmony_ci  {
1690bf215546Sopenharmony_ci   "chips": ["gfx10"],
1691bf215546Sopenharmony_ci   "map": {"at": 39332, "to": "mm"},
1692bf215546Sopenharmony_ci   "name": "GB_MACROTILE_MODE5",
1693bf215546Sopenharmony_ci   "type_ref": "GB_MACROTILE_MODE0"
1694bf215546Sopenharmony_ci  },
1695bf215546Sopenharmony_ci  {
1696bf215546Sopenharmony_ci   "chips": ["gfx10"],
1697bf215546Sopenharmony_ci   "map": {"at": 39336, "to": "mm"},
1698bf215546Sopenharmony_ci   "name": "GB_MACROTILE_MODE6",
1699bf215546Sopenharmony_ci   "type_ref": "GB_MACROTILE_MODE0"
1700bf215546Sopenharmony_ci  },
1701bf215546Sopenharmony_ci  {
1702bf215546Sopenharmony_ci   "chips": ["gfx10"],
1703bf215546Sopenharmony_ci   "map": {"at": 39340, "to": "mm"},
1704bf215546Sopenharmony_ci   "name": "GB_MACROTILE_MODE7",
1705bf215546Sopenharmony_ci   "type_ref": "GB_MACROTILE_MODE0"
1706bf215546Sopenharmony_ci  },
1707bf215546Sopenharmony_ci  {
1708bf215546Sopenharmony_ci   "chips": ["gfx10"],
1709bf215546Sopenharmony_ci   "map": {"at": 39344, "to": "mm"},
1710bf215546Sopenharmony_ci   "name": "GB_MACROTILE_MODE8",
1711bf215546Sopenharmony_ci   "type_ref": "GB_MACROTILE_MODE0"
1712bf215546Sopenharmony_ci  },
1713bf215546Sopenharmony_ci  {
1714bf215546Sopenharmony_ci   "chips": ["gfx10"],
1715bf215546Sopenharmony_ci   "map": {"at": 39348, "to": "mm"},
1716bf215546Sopenharmony_ci   "name": "GB_MACROTILE_MODE9",
1717bf215546Sopenharmony_ci   "type_ref": "GB_MACROTILE_MODE0"
1718bf215546Sopenharmony_ci  },
1719bf215546Sopenharmony_ci  {
1720bf215546Sopenharmony_ci   "chips": ["gfx10"],
1721bf215546Sopenharmony_ci   "map": {"at": 39352, "to": "mm"},
1722bf215546Sopenharmony_ci   "name": "GB_MACROTILE_MODE10",
1723bf215546Sopenharmony_ci   "type_ref": "GB_MACROTILE_MODE0"
1724bf215546Sopenharmony_ci  },
1725bf215546Sopenharmony_ci  {
1726bf215546Sopenharmony_ci   "chips": ["gfx10"],
1727bf215546Sopenharmony_ci   "map": {"at": 39356, "to": "mm"},
1728bf215546Sopenharmony_ci   "name": "GB_MACROTILE_MODE11",
1729bf215546Sopenharmony_ci   "type_ref": "GB_MACROTILE_MODE0"
1730bf215546Sopenharmony_ci  },
1731bf215546Sopenharmony_ci  {
1732bf215546Sopenharmony_ci   "chips": ["gfx10"],
1733bf215546Sopenharmony_ci   "map": {"at": 39360, "to": "mm"},
1734bf215546Sopenharmony_ci   "name": "GB_MACROTILE_MODE12",
1735bf215546Sopenharmony_ci   "type_ref": "GB_MACROTILE_MODE0"
1736bf215546Sopenharmony_ci  },
1737bf215546Sopenharmony_ci  {
1738bf215546Sopenharmony_ci   "chips": ["gfx10"],
1739bf215546Sopenharmony_ci   "map": {"at": 39364, "to": "mm"},
1740bf215546Sopenharmony_ci   "name": "GB_MACROTILE_MODE13",
1741bf215546Sopenharmony_ci   "type_ref": "GB_MACROTILE_MODE0"
1742bf215546Sopenharmony_ci  },
1743bf215546Sopenharmony_ci  {
1744bf215546Sopenharmony_ci   "chips": ["gfx10"],
1745bf215546Sopenharmony_ci   "map": {"at": 39368, "to": "mm"},
1746bf215546Sopenharmony_ci   "name": "GB_MACROTILE_MODE14",
1747bf215546Sopenharmony_ci   "type_ref": "GB_MACROTILE_MODE0"
1748bf215546Sopenharmony_ci  },
1749bf215546Sopenharmony_ci  {
1750bf215546Sopenharmony_ci   "chips": ["gfx10"],
1751bf215546Sopenharmony_ci   "map": {"at": 39372, "to": "mm"},
1752bf215546Sopenharmony_ci   "name": "GB_MACROTILE_MODE15",
1753bf215546Sopenharmony_ci   "type_ref": "GB_MACROTILE_MODE0"
1754bf215546Sopenharmony_ci  },
1755bf215546Sopenharmony_ci  {
1756bf215546Sopenharmony_ci   "chips": ["gfx10"],
1757bf215546Sopenharmony_ci   "map": {"at": 45060, "to": "mm"},
1758bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC4_PS",
1759bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC4_PS"
1760bf215546Sopenharmony_ci  },
1761bf215546Sopenharmony_ci  {
1762bf215546Sopenharmony_ci   "chips": ["gfx10"],
1763bf215546Sopenharmony_ci   "map": {"at": 45080, "to": "mm"},
1764bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_CHKSUM_PS"
1765bf215546Sopenharmony_ci  },
1766bf215546Sopenharmony_ci  {
1767bf215546Sopenharmony_ci   "chips": ["gfx10"],
1768bf215546Sopenharmony_ci   "map": {"at": 45084, "to": "mm"},
1769bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC3_PS",
1770bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC3_PS"
1771bf215546Sopenharmony_ci  },
1772bf215546Sopenharmony_ci  {
1773bf215546Sopenharmony_ci   "chips": ["gfx10"],
1774bf215546Sopenharmony_ci   "map": {"at": 45088, "to": "mm"},
1775bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_LO_PS"
1776bf215546Sopenharmony_ci  },
1777bf215546Sopenharmony_ci  {
1778bf215546Sopenharmony_ci   "chips": ["gfx10"],
1779bf215546Sopenharmony_ci   "map": {"at": 45092, "to": "mm"},
1780bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_HI_PS",
1781bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_HI_PS"
1782bf215546Sopenharmony_ci  },
1783bf215546Sopenharmony_ci  {
1784bf215546Sopenharmony_ci   "chips": ["gfx10"],
1785bf215546Sopenharmony_ci   "map": {"at": 45096, "to": "mm"},
1786bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC1_PS",
1787bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC1_PS"
1788bf215546Sopenharmony_ci  },
1789bf215546Sopenharmony_ci  {
1790bf215546Sopenharmony_ci   "chips": ["gfx10"],
1791bf215546Sopenharmony_ci   "map": {"at": 45100, "to": "mm"},
1792bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC2_PS",
1793bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC2_PS"
1794bf215546Sopenharmony_ci  },
1795bf215546Sopenharmony_ci  {
1796bf215546Sopenharmony_ci   "chips": ["gfx10"],
1797bf215546Sopenharmony_ci   "map": {"at": 45104, "to": "mm"},
1798bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_0"
1799bf215546Sopenharmony_ci  },
1800bf215546Sopenharmony_ci  {
1801bf215546Sopenharmony_ci   "chips": ["gfx10"],
1802bf215546Sopenharmony_ci   "map": {"at": 45108, "to": "mm"},
1803bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_1"
1804bf215546Sopenharmony_ci  },
1805bf215546Sopenharmony_ci  {
1806bf215546Sopenharmony_ci   "chips": ["gfx10"],
1807bf215546Sopenharmony_ci   "map": {"at": 45112, "to": "mm"},
1808bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_2"
1809bf215546Sopenharmony_ci  },
1810bf215546Sopenharmony_ci  {
1811bf215546Sopenharmony_ci   "chips": ["gfx10"],
1812bf215546Sopenharmony_ci   "map": {"at": 45116, "to": "mm"},
1813bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_3"
1814bf215546Sopenharmony_ci  },
1815bf215546Sopenharmony_ci  {
1816bf215546Sopenharmony_ci   "chips": ["gfx10"],
1817bf215546Sopenharmony_ci   "map": {"at": 45120, "to": "mm"},
1818bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_4"
1819bf215546Sopenharmony_ci  },
1820bf215546Sopenharmony_ci  {
1821bf215546Sopenharmony_ci   "chips": ["gfx10"],
1822bf215546Sopenharmony_ci   "map": {"at": 45124, "to": "mm"},
1823bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_5"
1824bf215546Sopenharmony_ci  },
1825bf215546Sopenharmony_ci  {
1826bf215546Sopenharmony_ci   "chips": ["gfx10"],
1827bf215546Sopenharmony_ci   "map": {"at": 45128, "to": "mm"},
1828bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_6"
1829bf215546Sopenharmony_ci  },
1830bf215546Sopenharmony_ci  {
1831bf215546Sopenharmony_ci   "chips": ["gfx10"],
1832bf215546Sopenharmony_ci   "map": {"at": 45132, "to": "mm"},
1833bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_7"
1834bf215546Sopenharmony_ci  },
1835bf215546Sopenharmony_ci  {
1836bf215546Sopenharmony_ci   "chips": ["gfx10"],
1837bf215546Sopenharmony_ci   "map": {"at": 45136, "to": "mm"},
1838bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_8"
1839bf215546Sopenharmony_ci  },
1840bf215546Sopenharmony_ci  {
1841bf215546Sopenharmony_ci   "chips": ["gfx10"],
1842bf215546Sopenharmony_ci   "map": {"at": 45140, "to": "mm"},
1843bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_9"
1844bf215546Sopenharmony_ci  },
1845bf215546Sopenharmony_ci  {
1846bf215546Sopenharmony_ci   "chips": ["gfx10"],
1847bf215546Sopenharmony_ci   "map": {"at": 45144, "to": "mm"},
1848bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_10"
1849bf215546Sopenharmony_ci  },
1850bf215546Sopenharmony_ci  {
1851bf215546Sopenharmony_ci   "chips": ["gfx10"],
1852bf215546Sopenharmony_ci   "map": {"at": 45148, "to": "mm"},
1853bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_11"
1854bf215546Sopenharmony_ci  },
1855bf215546Sopenharmony_ci  {
1856bf215546Sopenharmony_ci   "chips": ["gfx10"],
1857bf215546Sopenharmony_ci   "map": {"at": 45152, "to": "mm"},
1858bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_12"
1859bf215546Sopenharmony_ci  },
1860bf215546Sopenharmony_ci  {
1861bf215546Sopenharmony_ci   "chips": ["gfx10"],
1862bf215546Sopenharmony_ci   "map": {"at": 45156, "to": "mm"},
1863bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_13"
1864bf215546Sopenharmony_ci  },
1865bf215546Sopenharmony_ci  {
1866bf215546Sopenharmony_ci   "chips": ["gfx10"],
1867bf215546Sopenharmony_ci   "map": {"at": 45160, "to": "mm"},
1868bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_14"
1869bf215546Sopenharmony_ci  },
1870bf215546Sopenharmony_ci  {
1871bf215546Sopenharmony_ci   "chips": ["gfx10"],
1872bf215546Sopenharmony_ci   "map": {"at": 45164, "to": "mm"},
1873bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_15"
1874bf215546Sopenharmony_ci  },
1875bf215546Sopenharmony_ci  {
1876bf215546Sopenharmony_ci   "chips": ["gfx10"],
1877bf215546Sopenharmony_ci   "map": {"at": 45168, "to": "mm"},
1878bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_16"
1879bf215546Sopenharmony_ci  },
1880bf215546Sopenharmony_ci  {
1881bf215546Sopenharmony_ci   "chips": ["gfx10"],
1882bf215546Sopenharmony_ci   "map": {"at": 45172, "to": "mm"},
1883bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_17"
1884bf215546Sopenharmony_ci  },
1885bf215546Sopenharmony_ci  {
1886bf215546Sopenharmony_ci   "chips": ["gfx10"],
1887bf215546Sopenharmony_ci   "map": {"at": 45176, "to": "mm"},
1888bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_18"
1889bf215546Sopenharmony_ci  },
1890bf215546Sopenharmony_ci  {
1891bf215546Sopenharmony_ci   "chips": ["gfx10"],
1892bf215546Sopenharmony_ci   "map": {"at": 45180, "to": "mm"},
1893bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_19"
1894bf215546Sopenharmony_ci  },
1895bf215546Sopenharmony_ci  {
1896bf215546Sopenharmony_ci   "chips": ["gfx10"],
1897bf215546Sopenharmony_ci   "map": {"at": 45184, "to": "mm"},
1898bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_20"
1899bf215546Sopenharmony_ci  },
1900bf215546Sopenharmony_ci  {
1901bf215546Sopenharmony_ci   "chips": ["gfx10"],
1902bf215546Sopenharmony_ci   "map": {"at": 45188, "to": "mm"},
1903bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_21"
1904bf215546Sopenharmony_ci  },
1905bf215546Sopenharmony_ci  {
1906bf215546Sopenharmony_ci   "chips": ["gfx10"],
1907bf215546Sopenharmony_ci   "map": {"at": 45192, "to": "mm"},
1908bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_22"
1909bf215546Sopenharmony_ci  },
1910bf215546Sopenharmony_ci  {
1911bf215546Sopenharmony_ci   "chips": ["gfx10"],
1912bf215546Sopenharmony_ci   "map": {"at": 45196, "to": "mm"},
1913bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_23"
1914bf215546Sopenharmony_ci  },
1915bf215546Sopenharmony_ci  {
1916bf215546Sopenharmony_ci   "chips": ["gfx10"],
1917bf215546Sopenharmony_ci   "map": {"at": 45200, "to": "mm"},
1918bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_24"
1919bf215546Sopenharmony_ci  },
1920bf215546Sopenharmony_ci  {
1921bf215546Sopenharmony_ci   "chips": ["gfx10"],
1922bf215546Sopenharmony_ci   "map": {"at": 45204, "to": "mm"},
1923bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_25"
1924bf215546Sopenharmony_ci  },
1925bf215546Sopenharmony_ci  {
1926bf215546Sopenharmony_ci   "chips": ["gfx10"],
1927bf215546Sopenharmony_ci   "map": {"at": 45208, "to": "mm"},
1928bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_26"
1929bf215546Sopenharmony_ci  },
1930bf215546Sopenharmony_ci  {
1931bf215546Sopenharmony_ci   "chips": ["gfx10"],
1932bf215546Sopenharmony_ci   "map": {"at": 45212, "to": "mm"},
1933bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_27"
1934bf215546Sopenharmony_ci  },
1935bf215546Sopenharmony_ci  {
1936bf215546Sopenharmony_ci   "chips": ["gfx10"],
1937bf215546Sopenharmony_ci   "map": {"at": 45216, "to": "mm"},
1938bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_28"
1939bf215546Sopenharmony_ci  },
1940bf215546Sopenharmony_ci  {
1941bf215546Sopenharmony_ci   "chips": ["gfx10"],
1942bf215546Sopenharmony_ci   "map": {"at": 45220, "to": "mm"},
1943bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_29"
1944bf215546Sopenharmony_ci  },
1945bf215546Sopenharmony_ci  {
1946bf215546Sopenharmony_ci   "chips": ["gfx10"],
1947bf215546Sopenharmony_ci   "map": {"at": 45224, "to": "mm"},
1948bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_30"
1949bf215546Sopenharmony_ci  },
1950bf215546Sopenharmony_ci  {
1951bf215546Sopenharmony_ci   "chips": ["gfx10"],
1952bf215546Sopenharmony_ci   "map": {"at": 45228, "to": "mm"},
1953bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_PS_31"
1954bf215546Sopenharmony_ci  },
1955bf215546Sopenharmony_ci  {
1956bf215546Sopenharmony_ci   "chips": ["gfx10"],
1957bf215546Sopenharmony_ci   "map": {"at": 45248, "to": "mm"},
1958bf215546Sopenharmony_ci   "name": "SPI_SHADER_REQ_CTRL_PS",
1959bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_REQ_CTRL_PS"
1960bf215546Sopenharmony_ci  },
1961bf215546Sopenharmony_ci  {
1962bf215546Sopenharmony_ci   "chips": ["gfx10"],
1963bf215546Sopenharmony_ci   "map": {"at": 45252, "to": "mm"},
1964bf215546Sopenharmony_ci   "name": "SPI_SHADER_PREF_PRI_CNTR_CTRL_PS",
1965bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PREF_PRI_CNTR_CTRL_PS"
1966bf215546Sopenharmony_ci  },
1967bf215546Sopenharmony_ci  {
1968bf215546Sopenharmony_ci   "chips": ["gfx10"],
1969bf215546Sopenharmony_ci   "map": {"at": 45256, "to": "mm"},
1970bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_ACCUM_PS_0",
1971bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_USER_ACCUM_PS_0"
1972bf215546Sopenharmony_ci  },
1973bf215546Sopenharmony_ci  {
1974bf215546Sopenharmony_ci   "chips": ["gfx10"],
1975bf215546Sopenharmony_ci   "map": {"at": 45260, "to": "mm"},
1976bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_ACCUM_PS_1",
1977bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_USER_ACCUM_PS_0"
1978bf215546Sopenharmony_ci  },
1979bf215546Sopenharmony_ci  {
1980bf215546Sopenharmony_ci   "chips": ["gfx10"],
1981bf215546Sopenharmony_ci   "map": {"at": 45264, "to": "mm"},
1982bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_ACCUM_PS_2",
1983bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_USER_ACCUM_PS_0"
1984bf215546Sopenharmony_ci  },
1985bf215546Sopenharmony_ci  {
1986bf215546Sopenharmony_ci   "chips": ["gfx10"],
1987bf215546Sopenharmony_ci   "map": {"at": 45268, "to": "mm"},
1988bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_ACCUM_PS_3",
1989bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_USER_ACCUM_PS_0"
1990bf215546Sopenharmony_ci  },
1991bf215546Sopenharmony_ci  {
1992bf215546Sopenharmony_ci   "chips": ["gfx10"],
1993bf215546Sopenharmony_ci   "map": {"at": 45316, "to": "mm"},
1994bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC4_VS",
1995bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC4_PS"
1996bf215546Sopenharmony_ci  },
1997bf215546Sopenharmony_ci  {
1998bf215546Sopenharmony_ci   "chips": ["gfx10"],
1999bf215546Sopenharmony_ci   "map": {"at": 45332, "to": "mm"},
2000bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_CHKSUM_VS"
2001bf215546Sopenharmony_ci  },
2002bf215546Sopenharmony_ci  {
2003bf215546Sopenharmony_ci   "chips": ["gfx10"],
2004bf215546Sopenharmony_ci   "map": {"at": 45336, "to": "mm"},
2005bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC3_VS",
2006bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC3_PS"
2007bf215546Sopenharmony_ci  },
2008bf215546Sopenharmony_ci  {
2009bf215546Sopenharmony_ci   "chips": ["gfx10"],
2010bf215546Sopenharmony_ci   "map": {"at": 45340, "to": "mm"},
2011bf215546Sopenharmony_ci   "name": "SPI_SHADER_LATE_ALLOC_VS",
2012bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_LATE_ALLOC_VS"
2013bf215546Sopenharmony_ci  },
2014bf215546Sopenharmony_ci  {
2015bf215546Sopenharmony_ci   "chips": ["gfx10"],
2016bf215546Sopenharmony_ci   "map": {"at": 45344, "to": "mm"},
2017bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_LO_VS"
2018bf215546Sopenharmony_ci  },
2019bf215546Sopenharmony_ci  {
2020bf215546Sopenharmony_ci   "chips": ["gfx10"],
2021bf215546Sopenharmony_ci   "map": {"at": 45348, "to": "mm"},
2022bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_HI_VS",
2023bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_HI_PS"
2024bf215546Sopenharmony_ci  },
2025bf215546Sopenharmony_ci  {
2026bf215546Sopenharmony_ci   "chips": ["gfx10"],
2027bf215546Sopenharmony_ci   "map": {"at": 45352, "to": "mm"},
2028bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC1_VS",
2029bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC1_VS"
2030bf215546Sopenharmony_ci  },
2031bf215546Sopenharmony_ci  {
2032bf215546Sopenharmony_ci   "chips": ["gfx10"],
2033bf215546Sopenharmony_ci   "map": {"at": 45356, "to": "mm"},
2034bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC2_VS",
2035bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC2_VS"
2036bf215546Sopenharmony_ci  },
2037bf215546Sopenharmony_ci  {
2038bf215546Sopenharmony_ci   "chips": ["gfx10"],
2039bf215546Sopenharmony_ci   "map": {"at": 45360, "to": "mm"},
2040bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_0"
2041bf215546Sopenharmony_ci  },
2042bf215546Sopenharmony_ci  {
2043bf215546Sopenharmony_ci   "chips": ["gfx10"],
2044bf215546Sopenharmony_ci   "map": {"at": 45364, "to": "mm"},
2045bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_1"
2046bf215546Sopenharmony_ci  },
2047bf215546Sopenharmony_ci  {
2048bf215546Sopenharmony_ci   "chips": ["gfx10"],
2049bf215546Sopenharmony_ci   "map": {"at": 45368, "to": "mm"},
2050bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_2"
2051bf215546Sopenharmony_ci  },
2052bf215546Sopenharmony_ci  {
2053bf215546Sopenharmony_ci   "chips": ["gfx10"],
2054bf215546Sopenharmony_ci   "map": {"at": 45372, "to": "mm"},
2055bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_3"
2056bf215546Sopenharmony_ci  },
2057bf215546Sopenharmony_ci  {
2058bf215546Sopenharmony_ci   "chips": ["gfx10"],
2059bf215546Sopenharmony_ci   "map": {"at": 45376, "to": "mm"},
2060bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_4"
2061bf215546Sopenharmony_ci  },
2062bf215546Sopenharmony_ci  {
2063bf215546Sopenharmony_ci   "chips": ["gfx10"],
2064bf215546Sopenharmony_ci   "map": {"at": 45380, "to": "mm"},
2065bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_5"
2066bf215546Sopenharmony_ci  },
2067bf215546Sopenharmony_ci  {
2068bf215546Sopenharmony_ci   "chips": ["gfx10"],
2069bf215546Sopenharmony_ci   "map": {"at": 45384, "to": "mm"},
2070bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_6"
2071bf215546Sopenharmony_ci  },
2072bf215546Sopenharmony_ci  {
2073bf215546Sopenharmony_ci   "chips": ["gfx10"],
2074bf215546Sopenharmony_ci   "map": {"at": 45388, "to": "mm"},
2075bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_7"
2076bf215546Sopenharmony_ci  },
2077bf215546Sopenharmony_ci  {
2078bf215546Sopenharmony_ci   "chips": ["gfx10"],
2079bf215546Sopenharmony_ci   "map": {"at": 45392, "to": "mm"},
2080bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_8"
2081bf215546Sopenharmony_ci  },
2082bf215546Sopenharmony_ci  {
2083bf215546Sopenharmony_ci   "chips": ["gfx10"],
2084bf215546Sopenharmony_ci   "map": {"at": 45396, "to": "mm"},
2085bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_9"
2086bf215546Sopenharmony_ci  },
2087bf215546Sopenharmony_ci  {
2088bf215546Sopenharmony_ci   "chips": ["gfx10"],
2089bf215546Sopenharmony_ci   "map": {"at": 45400, "to": "mm"},
2090bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_10"
2091bf215546Sopenharmony_ci  },
2092bf215546Sopenharmony_ci  {
2093bf215546Sopenharmony_ci   "chips": ["gfx10"],
2094bf215546Sopenharmony_ci   "map": {"at": 45404, "to": "mm"},
2095bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_11"
2096bf215546Sopenharmony_ci  },
2097bf215546Sopenharmony_ci  {
2098bf215546Sopenharmony_ci   "chips": ["gfx10"],
2099bf215546Sopenharmony_ci   "map": {"at": 45408, "to": "mm"},
2100bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_12"
2101bf215546Sopenharmony_ci  },
2102bf215546Sopenharmony_ci  {
2103bf215546Sopenharmony_ci   "chips": ["gfx10"],
2104bf215546Sopenharmony_ci   "map": {"at": 45412, "to": "mm"},
2105bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_13"
2106bf215546Sopenharmony_ci  },
2107bf215546Sopenharmony_ci  {
2108bf215546Sopenharmony_ci   "chips": ["gfx10"],
2109bf215546Sopenharmony_ci   "map": {"at": 45416, "to": "mm"},
2110bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_14"
2111bf215546Sopenharmony_ci  },
2112bf215546Sopenharmony_ci  {
2113bf215546Sopenharmony_ci   "chips": ["gfx10"],
2114bf215546Sopenharmony_ci   "map": {"at": 45420, "to": "mm"},
2115bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_15"
2116bf215546Sopenharmony_ci  },
2117bf215546Sopenharmony_ci  {
2118bf215546Sopenharmony_ci   "chips": ["gfx10"],
2119bf215546Sopenharmony_ci   "map": {"at": 45424, "to": "mm"},
2120bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_16"
2121bf215546Sopenharmony_ci  },
2122bf215546Sopenharmony_ci  {
2123bf215546Sopenharmony_ci   "chips": ["gfx10"],
2124bf215546Sopenharmony_ci   "map": {"at": 45428, "to": "mm"},
2125bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_17"
2126bf215546Sopenharmony_ci  },
2127bf215546Sopenharmony_ci  {
2128bf215546Sopenharmony_ci   "chips": ["gfx10"],
2129bf215546Sopenharmony_ci   "map": {"at": 45432, "to": "mm"},
2130bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_18"
2131bf215546Sopenharmony_ci  },
2132bf215546Sopenharmony_ci  {
2133bf215546Sopenharmony_ci   "chips": ["gfx10"],
2134bf215546Sopenharmony_ci   "map": {"at": 45436, "to": "mm"},
2135bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_19"
2136bf215546Sopenharmony_ci  },
2137bf215546Sopenharmony_ci  {
2138bf215546Sopenharmony_ci   "chips": ["gfx10"],
2139bf215546Sopenharmony_ci   "map": {"at": 45440, "to": "mm"},
2140bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_20"
2141bf215546Sopenharmony_ci  },
2142bf215546Sopenharmony_ci  {
2143bf215546Sopenharmony_ci   "chips": ["gfx10"],
2144bf215546Sopenharmony_ci   "map": {"at": 45444, "to": "mm"},
2145bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_21"
2146bf215546Sopenharmony_ci  },
2147bf215546Sopenharmony_ci  {
2148bf215546Sopenharmony_ci   "chips": ["gfx10"],
2149bf215546Sopenharmony_ci   "map": {"at": 45448, "to": "mm"},
2150bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_22"
2151bf215546Sopenharmony_ci  },
2152bf215546Sopenharmony_ci  {
2153bf215546Sopenharmony_ci   "chips": ["gfx10"],
2154bf215546Sopenharmony_ci   "map": {"at": 45452, "to": "mm"},
2155bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_23"
2156bf215546Sopenharmony_ci  },
2157bf215546Sopenharmony_ci  {
2158bf215546Sopenharmony_ci   "chips": ["gfx10"],
2159bf215546Sopenharmony_ci   "map": {"at": 45456, "to": "mm"},
2160bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_24"
2161bf215546Sopenharmony_ci  },
2162bf215546Sopenharmony_ci  {
2163bf215546Sopenharmony_ci   "chips": ["gfx10"],
2164bf215546Sopenharmony_ci   "map": {"at": 45460, "to": "mm"},
2165bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_25"
2166bf215546Sopenharmony_ci  },
2167bf215546Sopenharmony_ci  {
2168bf215546Sopenharmony_ci   "chips": ["gfx10"],
2169bf215546Sopenharmony_ci   "map": {"at": 45464, "to": "mm"},
2170bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_26"
2171bf215546Sopenharmony_ci  },
2172bf215546Sopenharmony_ci  {
2173bf215546Sopenharmony_ci   "chips": ["gfx10"],
2174bf215546Sopenharmony_ci   "map": {"at": 45468, "to": "mm"},
2175bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_27"
2176bf215546Sopenharmony_ci  },
2177bf215546Sopenharmony_ci  {
2178bf215546Sopenharmony_ci   "chips": ["gfx10"],
2179bf215546Sopenharmony_ci   "map": {"at": 45472, "to": "mm"},
2180bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_28"
2181bf215546Sopenharmony_ci  },
2182bf215546Sopenharmony_ci  {
2183bf215546Sopenharmony_ci   "chips": ["gfx10"],
2184bf215546Sopenharmony_ci   "map": {"at": 45476, "to": "mm"},
2185bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_29"
2186bf215546Sopenharmony_ci  },
2187bf215546Sopenharmony_ci  {
2188bf215546Sopenharmony_ci   "chips": ["gfx10"],
2189bf215546Sopenharmony_ci   "map": {"at": 45480, "to": "mm"},
2190bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_30"
2191bf215546Sopenharmony_ci  },
2192bf215546Sopenharmony_ci  {
2193bf215546Sopenharmony_ci   "chips": ["gfx10"],
2194bf215546Sopenharmony_ci   "map": {"at": 45484, "to": "mm"},
2195bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_VS_31"
2196bf215546Sopenharmony_ci  },
2197bf215546Sopenharmony_ci  {
2198bf215546Sopenharmony_ci   "chips": ["gfx10"],
2199bf215546Sopenharmony_ci   "map": {"at": 45504, "to": "mm"},
2200bf215546Sopenharmony_ci   "name": "SPI_SHADER_REQ_CTRL_VS",
2201bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_REQ_CTRL_PS"
2202bf215546Sopenharmony_ci  },
2203bf215546Sopenharmony_ci  {
2204bf215546Sopenharmony_ci   "chips": ["gfx10"],
2205bf215546Sopenharmony_ci   "map": {"at": 45508, "to": "mm"},
2206bf215546Sopenharmony_ci   "name": "SPI_SHADER_PREF_PRI_CNTR_CTRL_VS",
2207bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PREF_PRI_CNTR_CTRL_PS"
2208bf215546Sopenharmony_ci  },
2209bf215546Sopenharmony_ci  {
2210bf215546Sopenharmony_ci   "chips": ["gfx10"],
2211bf215546Sopenharmony_ci   "map": {"at": 45512, "to": "mm"},
2212bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_ACCUM_VS_0",
2213bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_USER_ACCUM_PS_0"
2214bf215546Sopenharmony_ci  },
2215bf215546Sopenharmony_ci  {
2216bf215546Sopenharmony_ci   "chips": ["gfx10"],
2217bf215546Sopenharmony_ci   "map": {"at": 45516, "to": "mm"},
2218bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_ACCUM_VS_1",
2219bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_USER_ACCUM_PS_0"
2220bf215546Sopenharmony_ci  },
2221bf215546Sopenharmony_ci  {
2222bf215546Sopenharmony_ci   "chips": ["gfx10"],
2223bf215546Sopenharmony_ci   "map": {"at": 45520, "to": "mm"},
2224bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_ACCUM_VS_2",
2225bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_USER_ACCUM_PS_0"
2226bf215546Sopenharmony_ci  },
2227bf215546Sopenharmony_ci  {
2228bf215546Sopenharmony_ci   "chips": ["gfx10"],
2229bf215546Sopenharmony_ci   "map": {"at": 45524, "to": "mm"},
2230bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_ACCUM_VS_3",
2231bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_USER_ACCUM_PS_0"
2232bf215546Sopenharmony_ci  },
2233bf215546Sopenharmony_ci  {
2234bf215546Sopenharmony_ci   "chips": ["gfx10"],
2235bf215546Sopenharmony_ci   "map": {"at": 45548, "to": "mm"},
2236bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC2_GS_VS",
2237bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC2_GS_VS"
2238bf215546Sopenharmony_ci  },
2239bf215546Sopenharmony_ci  {
2240bf215546Sopenharmony_ci   "chips": ["gfx10"],
2241bf215546Sopenharmony_ci   "map": {"at": 45552, "to": "mm"},
2242bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC2_ES_VS",
2243bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC2_ES_VS"
2244bf215546Sopenharmony_ci  },
2245bf215546Sopenharmony_ci  {
2246bf215546Sopenharmony_ci   "chips": ["gfx10"],
2247bf215546Sopenharmony_ci   "map": {"at": 45556, "to": "mm"},
2248bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC2_LS_VS",
2249bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC2_LS_VS"
2250bf215546Sopenharmony_ci  },
2251bf215546Sopenharmony_ci  {
2252bf215546Sopenharmony_ci   "chips": ["gfx10"],
2253bf215546Sopenharmony_ci   "map": {"at": 45568, "to": "mm"},
2254bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_CHKSUM_GS"
2255bf215546Sopenharmony_ci  },
2256bf215546Sopenharmony_ci  {
2257bf215546Sopenharmony_ci   "chips": ["gfx10"],
2258bf215546Sopenharmony_ci   "map": {"at": 45572, "to": "mm"},
2259bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC4_GS",
2260bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC4_GS"
2261bf215546Sopenharmony_ci  },
2262bf215546Sopenharmony_ci  {
2263bf215546Sopenharmony_ci   "chips": ["gfx10"],
2264bf215546Sopenharmony_ci   "map": {"at": 45576, "to": "mm"},
2265bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_ADDR_LO_GS"
2266bf215546Sopenharmony_ci  },
2267bf215546Sopenharmony_ci  {
2268bf215546Sopenharmony_ci   "chips": ["gfx10"],
2269bf215546Sopenharmony_ci   "map": {"at": 45580, "to": "mm"},
2270bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_ADDR_HI_GS"
2271bf215546Sopenharmony_ci  },
2272bf215546Sopenharmony_ci  {
2273bf215546Sopenharmony_ci   "chips": ["gfx10"],
2274bf215546Sopenharmony_ci   "map": {"at": 45584, "to": "mm"},
2275bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_LO_ES_GS"
2276bf215546Sopenharmony_ci  },
2277bf215546Sopenharmony_ci  {
2278bf215546Sopenharmony_ci   "chips": ["gfx10"],
2279bf215546Sopenharmony_ci   "map": {"at": 45588, "to": "mm"},
2280bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_HI_ES_GS",
2281bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_HI_PS"
2282bf215546Sopenharmony_ci  },
2283bf215546Sopenharmony_ci  {
2284bf215546Sopenharmony_ci   "chips": ["gfx10"],
2285bf215546Sopenharmony_ci   "map": {"at": 45596, "to": "mm"},
2286bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC3_GS",
2287bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC3_GS"
2288bf215546Sopenharmony_ci  },
2289bf215546Sopenharmony_ci  {
2290bf215546Sopenharmony_ci   "chips": ["gfx10"],
2291bf215546Sopenharmony_ci   "map": {"at": 45600, "to": "mm"},
2292bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_LO_GS"
2293bf215546Sopenharmony_ci  },
2294bf215546Sopenharmony_ci  {
2295bf215546Sopenharmony_ci   "chips": ["gfx10"],
2296bf215546Sopenharmony_ci   "map": {"at": 45604, "to": "mm"},
2297bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_HI_GS",
2298bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_HI_PS"
2299bf215546Sopenharmony_ci  },
2300bf215546Sopenharmony_ci  {
2301bf215546Sopenharmony_ci   "chips": ["gfx10"],
2302bf215546Sopenharmony_ci   "map": {"at": 45608, "to": "mm"},
2303bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC1_GS",
2304bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC1_GS"
2305bf215546Sopenharmony_ci  },
2306bf215546Sopenharmony_ci  {
2307bf215546Sopenharmony_ci   "chips": ["gfx10"],
2308bf215546Sopenharmony_ci   "map": {"at": 45612, "to": "mm"},
2309bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC2_GS",
2310bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC2_GS"
2311bf215546Sopenharmony_ci  },
2312bf215546Sopenharmony_ci  {
2313bf215546Sopenharmony_ci   "chips": ["gfx10"],
2314bf215546Sopenharmony_ci   "map": {"at": 45616, "to": "mm"},
2315bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_0"
2316bf215546Sopenharmony_ci  },
2317bf215546Sopenharmony_ci  {
2318bf215546Sopenharmony_ci   "chips": ["gfx10"],
2319bf215546Sopenharmony_ci   "map": {"at": 45620, "to": "mm"},
2320bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_1"
2321bf215546Sopenharmony_ci  },
2322bf215546Sopenharmony_ci  {
2323bf215546Sopenharmony_ci   "chips": ["gfx10"],
2324bf215546Sopenharmony_ci   "map": {"at": 45624, "to": "mm"},
2325bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_2"
2326bf215546Sopenharmony_ci  },
2327bf215546Sopenharmony_ci  {
2328bf215546Sopenharmony_ci   "chips": ["gfx10"],
2329bf215546Sopenharmony_ci   "map": {"at": 45628, "to": "mm"},
2330bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_3"
2331bf215546Sopenharmony_ci  },
2332bf215546Sopenharmony_ci  {
2333bf215546Sopenharmony_ci   "chips": ["gfx10"],
2334bf215546Sopenharmony_ci   "map": {"at": 45632, "to": "mm"},
2335bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_4"
2336bf215546Sopenharmony_ci  },
2337bf215546Sopenharmony_ci  {
2338bf215546Sopenharmony_ci   "chips": ["gfx10"],
2339bf215546Sopenharmony_ci   "map": {"at": 45636, "to": "mm"},
2340bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_5"
2341bf215546Sopenharmony_ci  },
2342bf215546Sopenharmony_ci  {
2343bf215546Sopenharmony_ci   "chips": ["gfx10"],
2344bf215546Sopenharmony_ci   "map": {"at": 45640, "to": "mm"},
2345bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_6"
2346bf215546Sopenharmony_ci  },
2347bf215546Sopenharmony_ci  {
2348bf215546Sopenharmony_ci   "chips": ["gfx10"],
2349bf215546Sopenharmony_ci   "map": {"at": 45644, "to": "mm"},
2350bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_7"
2351bf215546Sopenharmony_ci  },
2352bf215546Sopenharmony_ci  {
2353bf215546Sopenharmony_ci   "chips": ["gfx10"],
2354bf215546Sopenharmony_ci   "map": {"at": 45648, "to": "mm"},
2355bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_8"
2356bf215546Sopenharmony_ci  },
2357bf215546Sopenharmony_ci  {
2358bf215546Sopenharmony_ci   "chips": ["gfx10"],
2359bf215546Sopenharmony_ci   "map": {"at": 45652, "to": "mm"},
2360bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_9"
2361bf215546Sopenharmony_ci  },
2362bf215546Sopenharmony_ci  {
2363bf215546Sopenharmony_ci   "chips": ["gfx10"],
2364bf215546Sopenharmony_ci   "map": {"at": 45656, "to": "mm"},
2365bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_10"
2366bf215546Sopenharmony_ci  },
2367bf215546Sopenharmony_ci  {
2368bf215546Sopenharmony_ci   "chips": ["gfx10"],
2369bf215546Sopenharmony_ci   "map": {"at": 45660, "to": "mm"},
2370bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_11"
2371bf215546Sopenharmony_ci  },
2372bf215546Sopenharmony_ci  {
2373bf215546Sopenharmony_ci   "chips": ["gfx10"],
2374bf215546Sopenharmony_ci   "map": {"at": 45664, "to": "mm"},
2375bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_12"
2376bf215546Sopenharmony_ci  },
2377bf215546Sopenharmony_ci  {
2378bf215546Sopenharmony_ci   "chips": ["gfx10"],
2379bf215546Sopenharmony_ci   "map": {"at": 45668, "to": "mm"},
2380bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_13"
2381bf215546Sopenharmony_ci  },
2382bf215546Sopenharmony_ci  {
2383bf215546Sopenharmony_ci   "chips": ["gfx10"],
2384bf215546Sopenharmony_ci   "map": {"at": 45672, "to": "mm"},
2385bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_14"
2386bf215546Sopenharmony_ci  },
2387bf215546Sopenharmony_ci  {
2388bf215546Sopenharmony_ci   "chips": ["gfx10"],
2389bf215546Sopenharmony_ci   "map": {"at": 45676, "to": "mm"},
2390bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_15"
2391bf215546Sopenharmony_ci  },
2392bf215546Sopenharmony_ci  {
2393bf215546Sopenharmony_ci   "chips": ["gfx10"],
2394bf215546Sopenharmony_ci   "map": {"at": 45680, "to": "mm"},
2395bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_16"
2396bf215546Sopenharmony_ci  },
2397bf215546Sopenharmony_ci  {
2398bf215546Sopenharmony_ci   "chips": ["gfx10"],
2399bf215546Sopenharmony_ci   "map": {"at": 45684, "to": "mm"},
2400bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_17"
2401bf215546Sopenharmony_ci  },
2402bf215546Sopenharmony_ci  {
2403bf215546Sopenharmony_ci   "chips": ["gfx10"],
2404bf215546Sopenharmony_ci   "map": {"at": 45688, "to": "mm"},
2405bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_18"
2406bf215546Sopenharmony_ci  },
2407bf215546Sopenharmony_ci  {
2408bf215546Sopenharmony_ci   "chips": ["gfx10"],
2409bf215546Sopenharmony_ci   "map": {"at": 45692, "to": "mm"},
2410bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_19"
2411bf215546Sopenharmony_ci  },
2412bf215546Sopenharmony_ci  {
2413bf215546Sopenharmony_ci   "chips": ["gfx10"],
2414bf215546Sopenharmony_ci   "map": {"at": 45696, "to": "mm"},
2415bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_20"
2416bf215546Sopenharmony_ci  },
2417bf215546Sopenharmony_ci  {
2418bf215546Sopenharmony_ci   "chips": ["gfx10"],
2419bf215546Sopenharmony_ci   "map": {"at": 45700, "to": "mm"},
2420bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_21"
2421bf215546Sopenharmony_ci  },
2422bf215546Sopenharmony_ci  {
2423bf215546Sopenharmony_ci   "chips": ["gfx10"],
2424bf215546Sopenharmony_ci   "map": {"at": 45704, "to": "mm"},
2425bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_22"
2426bf215546Sopenharmony_ci  },
2427bf215546Sopenharmony_ci  {
2428bf215546Sopenharmony_ci   "chips": ["gfx10"],
2429bf215546Sopenharmony_ci   "map": {"at": 45708, "to": "mm"},
2430bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_23"
2431bf215546Sopenharmony_ci  },
2432bf215546Sopenharmony_ci  {
2433bf215546Sopenharmony_ci   "chips": ["gfx10"],
2434bf215546Sopenharmony_ci   "map": {"at": 45712, "to": "mm"},
2435bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_24"
2436bf215546Sopenharmony_ci  },
2437bf215546Sopenharmony_ci  {
2438bf215546Sopenharmony_ci   "chips": ["gfx10"],
2439bf215546Sopenharmony_ci   "map": {"at": 45716, "to": "mm"},
2440bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_25"
2441bf215546Sopenharmony_ci  },
2442bf215546Sopenharmony_ci  {
2443bf215546Sopenharmony_ci   "chips": ["gfx10"],
2444bf215546Sopenharmony_ci   "map": {"at": 45720, "to": "mm"},
2445bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_26"
2446bf215546Sopenharmony_ci  },
2447bf215546Sopenharmony_ci  {
2448bf215546Sopenharmony_ci   "chips": ["gfx10"],
2449bf215546Sopenharmony_ci   "map": {"at": 45724, "to": "mm"},
2450bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_27"
2451bf215546Sopenharmony_ci  },
2452bf215546Sopenharmony_ci  {
2453bf215546Sopenharmony_ci   "chips": ["gfx10"],
2454bf215546Sopenharmony_ci   "map": {"at": 45728, "to": "mm"},
2455bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_28"
2456bf215546Sopenharmony_ci  },
2457bf215546Sopenharmony_ci  {
2458bf215546Sopenharmony_ci   "chips": ["gfx10"],
2459bf215546Sopenharmony_ci   "map": {"at": 45732, "to": "mm"},
2460bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_29"
2461bf215546Sopenharmony_ci  },
2462bf215546Sopenharmony_ci  {
2463bf215546Sopenharmony_ci   "chips": ["gfx10"],
2464bf215546Sopenharmony_ci   "map": {"at": 45736, "to": "mm"},
2465bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_30"
2466bf215546Sopenharmony_ci  },
2467bf215546Sopenharmony_ci  {
2468bf215546Sopenharmony_ci   "chips": ["gfx10"],
2469bf215546Sopenharmony_ci   "map": {"at": 45740, "to": "mm"},
2470bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_GS_31"
2471bf215546Sopenharmony_ci  },
2472bf215546Sopenharmony_ci  {
2473bf215546Sopenharmony_ci   "chips": ["gfx10"],
2474bf215546Sopenharmony_ci   "map": {"at": 45760, "to": "mm"},
2475bf215546Sopenharmony_ci   "name": "SPI_SHADER_REQ_CTRL_ESGS",
2476bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_REQ_CTRL_PS"
2477bf215546Sopenharmony_ci  },
2478bf215546Sopenharmony_ci  {
2479bf215546Sopenharmony_ci   "chips": ["gfx10"],
2480bf215546Sopenharmony_ci   "map": {"at": 45764, "to": "mm"},
2481bf215546Sopenharmony_ci   "name": "SPI_SHADER_PREF_PRI_CNTR_CTRL_ESGS",
2482bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PREF_PRI_CNTR_CTRL_PS"
2483bf215546Sopenharmony_ci  },
2484bf215546Sopenharmony_ci  {
2485bf215546Sopenharmony_ci   "chips": ["gfx10"],
2486bf215546Sopenharmony_ci   "map": {"at": 45768, "to": "mm"},
2487bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_ACCUM_ESGS_0",
2488bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_USER_ACCUM_PS_0"
2489bf215546Sopenharmony_ci  },
2490bf215546Sopenharmony_ci  {
2491bf215546Sopenharmony_ci   "chips": ["gfx10"],
2492bf215546Sopenharmony_ci   "map": {"at": 45772, "to": "mm"},
2493bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_ACCUM_ESGS_1",
2494bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_USER_ACCUM_PS_0"
2495bf215546Sopenharmony_ci  },
2496bf215546Sopenharmony_ci  {
2497bf215546Sopenharmony_ci   "chips": ["gfx10"],
2498bf215546Sopenharmony_ci   "map": {"at": 45776, "to": "mm"},
2499bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_ACCUM_ESGS_2",
2500bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_USER_ACCUM_PS_0"
2501bf215546Sopenharmony_ci  },
2502bf215546Sopenharmony_ci  {
2503bf215546Sopenharmony_ci   "chips": ["gfx10"],
2504bf215546Sopenharmony_ci   "map": {"at": 45780, "to": "mm"},
2505bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_ACCUM_ESGS_3",
2506bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_USER_ACCUM_PS_0"
2507bf215546Sopenharmony_ci  },
2508bf215546Sopenharmony_ci  {
2509bf215546Sopenharmony_ci   "chips": ["gfx10"],
2510bf215546Sopenharmony_ci   "map": {"at": 45808, "to": "mm"},
2511bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC2_ES_GS",
2512bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC2_ES_VS"
2513bf215546Sopenharmony_ci  },
2514bf215546Sopenharmony_ci  {
2515bf215546Sopenharmony_ci   "chips": ["gfx10"],
2516bf215546Sopenharmony_ci   "map": {"at": 45852, "to": "mm"},
2517bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC3_ES",
2518bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC3_GS"
2519bf215546Sopenharmony_ci  },
2520bf215546Sopenharmony_ci  {
2521bf215546Sopenharmony_ci   "chips": ["gfx10"],
2522bf215546Sopenharmony_ci   "map": {"at": 45856, "to": "mm"},
2523bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_LO_ES"
2524bf215546Sopenharmony_ci  },
2525bf215546Sopenharmony_ci  {
2526bf215546Sopenharmony_ci   "chips": ["gfx10"],
2527bf215546Sopenharmony_ci   "map": {"at": 45860, "to": "mm"},
2528bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_HI_ES",
2529bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_HI_PS"
2530bf215546Sopenharmony_ci  },
2531bf215546Sopenharmony_ci  {
2532bf215546Sopenharmony_ci   "chips": ["gfx10"],
2533bf215546Sopenharmony_ci   "map": {"at": 45864, "to": "mm"},
2534bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC1_ES",
2535bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC1_ES"
2536bf215546Sopenharmony_ci  },
2537bf215546Sopenharmony_ci  {
2538bf215546Sopenharmony_ci   "chips": ["gfx10"],
2539bf215546Sopenharmony_ci   "map": {"at": 45868, "to": "mm"},
2540bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC2_ES",
2541bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC2_ES_VS"
2542bf215546Sopenharmony_ci  },
2543bf215546Sopenharmony_ci  {
2544bf215546Sopenharmony_ci   "chips": ["gfx10"],
2545bf215546Sopenharmony_ci   "map": {"at": 45872, "to": "mm"},
2546bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_ES_0"
2547bf215546Sopenharmony_ci  },
2548bf215546Sopenharmony_ci  {
2549bf215546Sopenharmony_ci   "chips": ["gfx10"],
2550bf215546Sopenharmony_ci   "map": {"at": 45876, "to": "mm"},
2551bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_ES_1"
2552bf215546Sopenharmony_ci  },
2553bf215546Sopenharmony_ci  {
2554bf215546Sopenharmony_ci   "chips": ["gfx10"],
2555bf215546Sopenharmony_ci   "map": {"at": 45880, "to": "mm"},
2556bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_ES_2"
2557bf215546Sopenharmony_ci  },
2558bf215546Sopenharmony_ci  {
2559bf215546Sopenharmony_ci   "chips": ["gfx10"],
2560bf215546Sopenharmony_ci   "map": {"at": 45884, "to": "mm"},
2561bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_ES_3"
2562bf215546Sopenharmony_ci  },
2563bf215546Sopenharmony_ci  {
2564bf215546Sopenharmony_ci   "chips": ["gfx10"],
2565bf215546Sopenharmony_ci   "map": {"at": 45888, "to": "mm"},
2566bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_ES_4"
2567bf215546Sopenharmony_ci  },
2568bf215546Sopenharmony_ci  {
2569bf215546Sopenharmony_ci   "chips": ["gfx10"],
2570bf215546Sopenharmony_ci   "map": {"at": 45892, "to": "mm"},
2571bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_ES_5"
2572bf215546Sopenharmony_ci  },
2573bf215546Sopenharmony_ci  {
2574bf215546Sopenharmony_ci   "chips": ["gfx10"],
2575bf215546Sopenharmony_ci   "map": {"at": 45896, "to": "mm"},
2576bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_ES_6"
2577bf215546Sopenharmony_ci  },
2578bf215546Sopenharmony_ci  {
2579bf215546Sopenharmony_ci   "chips": ["gfx10"],
2580bf215546Sopenharmony_ci   "map": {"at": 45900, "to": "mm"},
2581bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_ES_7"
2582bf215546Sopenharmony_ci  },
2583bf215546Sopenharmony_ci  {
2584bf215546Sopenharmony_ci   "chips": ["gfx10"],
2585bf215546Sopenharmony_ci   "map": {"at": 45904, "to": "mm"},
2586bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_ES_8"
2587bf215546Sopenharmony_ci  },
2588bf215546Sopenharmony_ci  {
2589bf215546Sopenharmony_ci   "chips": ["gfx10"],
2590bf215546Sopenharmony_ci   "map": {"at": 45908, "to": "mm"},
2591bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_ES_9"
2592bf215546Sopenharmony_ci  },
2593bf215546Sopenharmony_ci  {
2594bf215546Sopenharmony_ci   "chips": ["gfx10"],
2595bf215546Sopenharmony_ci   "map": {"at": 45912, "to": "mm"},
2596bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_ES_10"
2597bf215546Sopenharmony_ci  },
2598bf215546Sopenharmony_ci  {
2599bf215546Sopenharmony_ci   "chips": ["gfx10"],
2600bf215546Sopenharmony_ci   "map": {"at": 45916, "to": "mm"},
2601bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_ES_11"
2602bf215546Sopenharmony_ci  },
2603bf215546Sopenharmony_ci  {
2604bf215546Sopenharmony_ci   "chips": ["gfx10"],
2605bf215546Sopenharmony_ci   "map": {"at": 45920, "to": "mm"},
2606bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_ES_12"
2607bf215546Sopenharmony_ci  },
2608bf215546Sopenharmony_ci  {
2609bf215546Sopenharmony_ci   "chips": ["gfx10"],
2610bf215546Sopenharmony_ci   "map": {"at": 45924, "to": "mm"},
2611bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_ES_13"
2612bf215546Sopenharmony_ci  },
2613bf215546Sopenharmony_ci  {
2614bf215546Sopenharmony_ci   "chips": ["gfx10"],
2615bf215546Sopenharmony_ci   "map": {"at": 45928, "to": "mm"},
2616bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_ES_14"
2617bf215546Sopenharmony_ci  },
2618bf215546Sopenharmony_ci  {
2619bf215546Sopenharmony_ci   "chips": ["gfx10"],
2620bf215546Sopenharmony_ci   "map": {"at": 45932, "to": "mm"},
2621bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_ES_15"
2622bf215546Sopenharmony_ci  },
2623bf215546Sopenharmony_ci  {
2624bf215546Sopenharmony_ci   "chips": ["gfx10"],
2625bf215546Sopenharmony_ci   "map": {"at": 46068, "to": "mm"},
2626bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC2_LS_ES",
2627bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC2_LS_VS"
2628bf215546Sopenharmony_ci  },
2629bf215546Sopenharmony_ci  {
2630bf215546Sopenharmony_ci   "chips": ["gfx10"],
2631bf215546Sopenharmony_ci   "map": {"at": 46080, "to": "mm"},
2632bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_CHKSUM_HS"
2633bf215546Sopenharmony_ci  },
2634bf215546Sopenharmony_ci  {
2635bf215546Sopenharmony_ci   "chips": ["gfx10"],
2636bf215546Sopenharmony_ci   "map": {"at": 46084, "to": "mm"},
2637bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC4_HS",
2638bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC4_PS"
2639bf215546Sopenharmony_ci  },
2640bf215546Sopenharmony_ci  {
2641bf215546Sopenharmony_ci   "chips": ["gfx10"],
2642bf215546Sopenharmony_ci   "map": {"at": 46088, "to": "mm"},
2643bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_ADDR_LO_HS"
2644bf215546Sopenharmony_ci  },
2645bf215546Sopenharmony_ci  {
2646bf215546Sopenharmony_ci   "chips": ["gfx10"],
2647bf215546Sopenharmony_ci   "map": {"at": 46092, "to": "mm"},
2648bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_ADDR_HI_HS"
2649bf215546Sopenharmony_ci  },
2650bf215546Sopenharmony_ci  {
2651bf215546Sopenharmony_ci   "chips": ["gfx10"],
2652bf215546Sopenharmony_ci   "map": {"at": 46096, "to": "mm"},
2653bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_LO_LS_HS"
2654bf215546Sopenharmony_ci  },
2655bf215546Sopenharmony_ci  {
2656bf215546Sopenharmony_ci   "chips": ["gfx10"],
2657bf215546Sopenharmony_ci   "map": {"at": 46100, "to": "mm"},
2658bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_HI_LS_HS",
2659bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_HI_PS"
2660bf215546Sopenharmony_ci  },
2661bf215546Sopenharmony_ci  {
2662bf215546Sopenharmony_ci   "chips": ["gfx10"],
2663bf215546Sopenharmony_ci   "map": {"at": 46108, "to": "mm"},
2664bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC3_HS",
2665bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC3_HS"
2666bf215546Sopenharmony_ci  },
2667bf215546Sopenharmony_ci  {
2668bf215546Sopenharmony_ci   "chips": ["gfx10"],
2669bf215546Sopenharmony_ci   "map": {"at": 46112, "to": "mm"},
2670bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_LO_HS"
2671bf215546Sopenharmony_ci  },
2672bf215546Sopenharmony_ci  {
2673bf215546Sopenharmony_ci   "chips": ["gfx10"],
2674bf215546Sopenharmony_ci   "map": {"at": 46116, "to": "mm"},
2675bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_HI_HS",
2676bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_HI_PS"
2677bf215546Sopenharmony_ci  },
2678bf215546Sopenharmony_ci  {
2679bf215546Sopenharmony_ci   "chips": ["gfx10"],
2680bf215546Sopenharmony_ci   "map": {"at": 46120, "to": "mm"},
2681bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC1_HS",
2682bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC1_HS"
2683bf215546Sopenharmony_ci  },
2684bf215546Sopenharmony_ci  {
2685bf215546Sopenharmony_ci   "chips": ["gfx10"],
2686bf215546Sopenharmony_ci   "map": {"at": 46124, "to": "mm"},
2687bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC2_HS",
2688bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC2_HS"
2689bf215546Sopenharmony_ci  },
2690bf215546Sopenharmony_ci  {
2691bf215546Sopenharmony_ci   "chips": ["gfx10"],
2692bf215546Sopenharmony_ci   "map": {"at": 46128, "to": "mm"},
2693bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_0"
2694bf215546Sopenharmony_ci  },
2695bf215546Sopenharmony_ci  {
2696bf215546Sopenharmony_ci   "chips": ["gfx10"],
2697bf215546Sopenharmony_ci   "map": {"at": 46132, "to": "mm"},
2698bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_1"
2699bf215546Sopenharmony_ci  },
2700bf215546Sopenharmony_ci  {
2701bf215546Sopenharmony_ci   "chips": ["gfx10"],
2702bf215546Sopenharmony_ci   "map": {"at": 46136, "to": "mm"},
2703bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_2"
2704bf215546Sopenharmony_ci  },
2705bf215546Sopenharmony_ci  {
2706bf215546Sopenharmony_ci   "chips": ["gfx10"],
2707bf215546Sopenharmony_ci   "map": {"at": 46140, "to": "mm"},
2708bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_3"
2709bf215546Sopenharmony_ci  },
2710bf215546Sopenharmony_ci  {
2711bf215546Sopenharmony_ci   "chips": ["gfx10"],
2712bf215546Sopenharmony_ci   "map": {"at": 46144, "to": "mm"},
2713bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_4"
2714bf215546Sopenharmony_ci  },
2715bf215546Sopenharmony_ci  {
2716bf215546Sopenharmony_ci   "chips": ["gfx10"],
2717bf215546Sopenharmony_ci   "map": {"at": 46148, "to": "mm"},
2718bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_5"
2719bf215546Sopenharmony_ci  },
2720bf215546Sopenharmony_ci  {
2721bf215546Sopenharmony_ci   "chips": ["gfx10"],
2722bf215546Sopenharmony_ci   "map": {"at": 46152, "to": "mm"},
2723bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_6"
2724bf215546Sopenharmony_ci  },
2725bf215546Sopenharmony_ci  {
2726bf215546Sopenharmony_ci   "chips": ["gfx10"],
2727bf215546Sopenharmony_ci   "map": {"at": 46156, "to": "mm"},
2728bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_7"
2729bf215546Sopenharmony_ci  },
2730bf215546Sopenharmony_ci  {
2731bf215546Sopenharmony_ci   "chips": ["gfx10"],
2732bf215546Sopenharmony_ci   "map": {"at": 46160, "to": "mm"},
2733bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_8"
2734bf215546Sopenharmony_ci  },
2735bf215546Sopenharmony_ci  {
2736bf215546Sopenharmony_ci   "chips": ["gfx10"],
2737bf215546Sopenharmony_ci   "map": {"at": 46164, "to": "mm"},
2738bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_9"
2739bf215546Sopenharmony_ci  },
2740bf215546Sopenharmony_ci  {
2741bf215546Sopenharmony_ci   "chips": ["gfx10"],
2742bf215546Sopenharmony_ci   "map": {"at": 46168, "to": "mm"},
2743bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_10"
2744bf215546Sopenharmony_ci  },
2745bf215546Sopenharmony_ci  {
2746bf215546Sopenharmony_ci   "chips": ["gfx10"],
2747bf215546Sopenharmony_ci   "map": {"at": 46172, "to": "mm"},
2748bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_11"
2749bf215546Sopenharmony_ci  },
2750bf215546Sopenharmony_ci  {
2751bf215546Sopenharmony_ci   "chips": ["gfx10"],
2752bf215546Sopenharmony_ci   "map": {"at": 46176, "to": "mm"},
2753bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_12"
2754bf215546Sopenharmony_ci  },
2755bf215546Sopenharmony_ci  {
2756bf215546Sopenharmony_ci   "chips": ["gfx10"],
2757bf215546Sopenharmony_ci   "map": {"at": 46180, "to": "mm"},
2758bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_13"
2759bf215546Sopenharmony_ci  },
2760bf215546Sopenharmony_ci  {
2761bf215546Sopenharmony_ci   "chips": ["gfx10"],
2762bf215546Sopenharmony_ci   "map": {"at": 46184, "to": "mm"},
2763bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_14"
2764bf215546Sopenharmony_ci  },
2765bf215546Sopenharmony_ci  {
2766bf215546Sopenharmony_ci   "chips": ["gfx10"],
2767bf215546Sopenharmony_ci   "map": {"at": 46188, "to": "mm"},
2768bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_15"
2769bf215546Sopenharmony_ci  },
2770bf215546Sopenharmony_ci  {
2771bf215546Sopenharmony_ci   "chips": ["gfx10"],
2772bf215546Sopenharmony_ci   "map": {"at": 46192, "to": "mm"},
2773bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_16"
2774bf215546Sopenharmony_ci  },
2775bf215546Sopenharmony_ci  {
2776bf215546Sopenharmony_ci   "chips": ["gfx10"],
2777bf215546Sopenharmony_ci   "map": {"at": 46196, "to": "mm"},
2778bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_17"
2779bf215546Sopenharmony_ci  },
2780bf215546Sopenharmony_ci  {
2781bf215546Sopenharmony_ci   "chips": ["gfx10"],
2782bf215546Sopenharmony_ci   "map": {"at": 46200, "to": "mm"},
2783bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_18"
2784bf215546Sopenharmony_ci  },
2785bf215546Sopenharmony_ci  {
2786bf215546Sopenharmony_ci   "chips": ["gfx10"],
2787bf215546Sopenharmony_ci   "map": {"at": 46204, "to": "mm"},
2788bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_19"
2789bf215546Sopenharmony_ci  },
2790bf215546Sopenharmony_ci  {
2791bf215546Sopenharmony_ci   "chips": ["gfx10"],
2792bf215546Sopenharmony_ci   "map": {"at": 46208, "to": "mm"},
2793bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_20"
2794bf215546Sopenharmony_ci  },
2795bf215546Sopenharmony_ci  {
2796bf215546Sopenharmony_ci   "chips": ["gfx10"],
2797bf215546Sopenharmony_ci   "map": {"at": 46212, "to": "mm"},
2798bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_21"
2799bf215546Sopenharmony_ci  },
2800bf215546Sopenharmony_ci  {
2801bf215546Sopenharmony_ci   "chips": ["gfx10"],
2802bf215546Sopenharmony_ci   "map": {"at": 46216, "to": "mm"},
2803bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_22"
2804bf215546Sopenharmony_ci  },
2805bf215546Sopenharmony_ci  {
2806bf215546Sopenharmony_ci   "chips": ["gfx10"],
2807bf215546Sopenharmony_ci   "map": {"at": 46220, "to": "mm"},
2808bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_23"
2809bf215546Sopenharmony_ci  },
2810bf215546Sopenharmony_ci  {
2811bf215546Sopenharmony_ci   "chips": ["gfx10"],
2812bf215546Sopenharmony_ci   "map": {"at": 46224, "to": "mm"},
2813bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_24"
2814bf215546Sopenharmony_ci  },
2815bf215546Sopenharmony_ci  {
2816bf215546Sopenharmony_ci   "chips": ["gfx10"],
2817bf215546Sopenharmony_ci   "map": {"at": 46228, "to": "mm"},
2818bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_25"
2819bf215546Sopenharmony_ci  },
2820bf215546Sopenharmony_ci  {
2821bf215546Sopenharmony_ci   "chips": ["gfx10"],
2822bf215546Sopenharmony_ci   "map": {"at": 46232, "to": "mm"},
2823bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_26"
2824bf215546Sopenharmony_ci  },
2825bf215546Sopenharmony_ci  {
2826bf215546Sopenharmony_ci   "chips": ["gfx10"],
2827bf215546Sopenharmony_ci   "map": {"at": 46236, "to": "mm"},
2828bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_27"
2829bf215546Sopenharmony_ci  },
2830bf215546Sopenharmony_ci  {
2831bf215546Sopenharmony_ci   "chips": ["gfx10"],
2832bf215546Sopenharmony_ci   "map": {"at": 46240, "to": "mm"},
2833bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_28"
2834bf215546Sopenharmony_ci  },
2835bf215546Sopenharmony_ci  {
2836bf215546Sopenharmony_ci   "chips": ["gfx10"],
2837bf215546Sopenharmony_ci   "map": {"at": 46244, "to": "mm"},
2838bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_29"
2839bf215546Sopenharmony_ci  },
2840bf215546Sopenharmony_ci  {
2841bf215546Sopenharmony_ci   "chips": ["gfx10"],
2842bf215546Sopenharmony_ci   "map": {"at": 46248, "to": "mm"},
2843bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_30"
2844bf215546Sopenharmony_ci  },
2845bf215546Sopenharmony_ci  {
2846bf215546Sopenharmony_ci   "chips": ["gfx10"],
2847bf215546Sopenharmony_ci   "map": {"at": 46252, "to": "mm"},
2848bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_HS_31"
2849bf215546Sopenharmony_ci  },
2850bf215546Sopenharmony_ci  {
2851bf215546Sopenharmony_ci   "chips": ["gfx10"],
2852bf215546Sopenharmony_ci   "map": {"at": 46272, "to": "mm"},
2853bf215546Sopenharmony_ci   "name": "SPI_SHADER_REQ_CTRL_LSHS",
2854bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_REQ_CTRL_PS"
2855bf215546Sopenharmony_ci  },
2856bf215546Sopenharmony_ci  {
2857bf215546Sopenharmony_ci   "chips": ["gfx10"],
2858bf215546Sopenharmony_ci   "map": {"at": 46276, "to": "mm"},
2859bf215546Sopenharmony_ci   "name": "SPI_SHADER_PREF_PRI_CNTR_CTRL_LSHS",
2860bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PREF_PRI_CNTR_CTRL_PS"
2861bf215546Sopenharmony_ci  },
2862bf215546Sopenharmony_ci  {
2863bf215546Sopenharmony_ci   "chips": ["gfx10"],
2864bf215546Sopenharmony_ci   "map": {"at": 46280, "to": "mm"},
2865bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_ACCUM_LSHS_0",
2866bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_USER_ACCUM_PS_0"
2867bf215546Sopenharmony_ci  },
2868bf215546Sopenharmony_ci  {
2869bf215546Sopenharmony_ci   "chips": ["gfx10"],
2870bf215546Sopenharmony_ci   "map": {"at": 46284, "to": "mm"},
2871bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_ACCUM_LSHS_1",
2872bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_USER_ACCUM_PS_0"
2873bf215546Sopenharmony_ci  },
2874bf215546Sopenharmony_ci  {
2875bf215546Sopenharmony_ci   "chips": ["gfx10"],
2876bf215546Sopenharmony_ci   "map": {"at": 46288, "to": "mm"},
2877bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_ACCUM_LSHS_2",
2878bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_USER_ACCUM_PS_0"
2879bf215546Sopenharmony_ci  },
2880bf215546Sopenharmony_ci  {
2881bf215546Sopenharmony_ci   "chips": ["gfx10"],
2882bf215546Sopenharmony_ci   "map": {"at": 46292, "to": "mm"},
2883bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_ACCUM_LSHS_3",
2884bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_USER_ACCUM_PS_0"
2885bf215546Sopenharmony_ci  },
2886bf215546Sopenharmony_ci  {
2887bf215546Sopenharmony_ci   "chips": ["gfx10"],
2888bf215546Sopenharmony_ci   "map": {"at": 46324, "to": "mm"},
2889bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC2_LS_HS",
2890bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC2_LS_VS"
2891bf215546Sopenharmony_ci  },
2892bf215546Sopenharmony_ci  {
2893bf215546Sopenharmony_ci   "chips": ["gfx10"],
2894bf215546Sopenharmony_ci   "map": {"at": 46364, "to": "mm"},
2895bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC3_LS",
2896bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC3_GS"
2897bf215546Sopenharmony_ci  },
2898bf215546Sopenharmony_ci  {
2899bf215546Sopenharmony_ci   "chips": ["gfx10"],
2900bf215546Sopenharmony_ci   "map": {"at": 46368, "to": "mm"},
2901bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_LO_LS"
2902bf215546Sopenharmony_ci  },
2903bf215546Sopenharmony_ci  {
2904bf215546Sopenharmony_ci   "chips": ["gfx10"],
2905bf215546Sopenharmony_ci   "map": {"at": 46372, "to": "mm"},
2906bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_HI_LS",
2907bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_HI_PS"
2908bf215546Sopenharmony_ci  },
2909bf215546Sopenharmony_ci  {
2910bf215546Sopenharmony_ci   "chips": ["gfx10"],
2911bf215546Sopenharmony_ci   "map": {"at": 46376, "to": "mm"},
2912bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC1_LS",
2913bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC1_LS"
2914bf215546Sopenharmony_ci  },
2915bf215546Sopenharmony_ci  {
2916bf215546Sopenharmony_ci   "chips": ["gfx10"],
2917bf215546Sopenharmony_ci   "map": {"at": 46380, "to": "mm"},
2918bf215546Sopenharmony_ci   "name": "SPI_SHADER_PGM_RSRC2_LS",
2919bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_PGM_RSRC2_LS_VS"
2920bf215546Sopenharmony_ci  },
2921bf215546Sopenharmony_ci  {
2922bf215546Sopenharmony_ci   "chips": ["gfx10"],
2923bf215546Sopenharmony_ci   "map": {"at": 46384, "to": "mm"},
2924bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_LS_0"
2925bf215546Sopenharmony_ci  },
2926bf215546Sopenharmony_ci  {
2927bf215546Sopenharmony_ci   "chips": ["gfx10"],
2928bf215546Sopenharmony_ci   "map": {"at": 46388, "to": "mm"},
2929bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_LS_1"
2930bf215546Sopenharmony_ci  },
2931bf215546Sopenharmony_ci  {
2932bf215546Sopenharmony_ci   "chips": ["gfx10"],
2933bf215546Sopenharmony_ci   "map": {"at": 46392, "to": "mm"},
2934bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_LS_2"
2935bf215546Sopenharmony_ci  },
2936bf215546Sopenharmony_ci  {
2937bf215546Sopenharmony_ci   "chips": ["gfx10"],
2938bf215546Sopenharmony_ci   "map": {"at": 46396, "to": "mm"},
2939bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_LS_3"
2940bf215546Sopenharmony_ci  },
2941bf215546Sopenharmony_ci  {
2942bf215546Sopenharmony_ci   "chips": ["gfx10"],
2943bf215546Sopenharmony_ci   "map": {"at": 46400, "to": "mm"},
2944bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_LS_4"
2945bf215546Sopenharmony_ci  },
2946bf215546Sopenharmony_ci  {
2947bf215546Sopenharmony_ci   "chips": ["gfx10"],
2948bf215546Sopenharmony_ci   "map": {"at": 46404, "to": "mm"},
2949bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_LS_5"
2950bf215546Sopenharmony_ci  },
2951bf215546Sopenharmony_ci  {
2952bf215546Sopenharmony_ci   "chips": ["gfx10"],
2953bf215546Sopenharmony_ci   "map": {"at": 46408, "to": "mm"},
2954bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_LS_6"
2955bf215546Sopenharmony_ci  },
2956bf215546Sopenharmony_ci  {
2957bf215546Sopenharmony_ci   "chips": ["gfx10"],
2958bf215546Sopenharmony_ci   "map": {"at": 46412, "to": "mm"},
2959bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_LS_7"
2960bf215546Sopenharmony_ci  },
2961bf215546Sopenharmony_ci  {
2962bf215546Sopenharmony_ci   "chips": ["gfx10"],
2963bf215546Sopenharmony_ci   "map": {"at": 46416, "to": "mm"},
2964bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_LS_8"
2965bf215546Sopenharmony_ci  },
2966bf215546Sopenharmony_ci  {
2967bf215546Sopenharmony_ci   "chips": ["gfx10"],
2968bf215546Sopenharmony_ci   "map": {"at": 46420, "to": "mm"},
2969bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_LS_9"
2970bf215546Sopenharmony_ci  },
2971bf215546Sopenharmony_ci  {
2972bf215546Sopenharmony_ci   "chips": ["gfx10"],
2973bf215546Sopenharmony_ci   "map": {"at": 46424, "to": "mm"},
2974bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_LS_10"
2975bf215546Sopenharmony_ci  },
2976bf215546Sopenharmony_ci  {
2977bf215546Sopenharmony_ci   "chips": ["gfx10"],
2978bf215546Sopenharmony_ci   "map": {"at": 46428, "to": "mm"},
2979bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_LS_11"
2980bf215546Sopenharmony_ci  },
2981bf215546Sopenharmony_ci  {
2982bf215546Sopenharmony_ci   "chips": ["gfx10"],
2983bf215546Sopenharmony_ci   "map": {"at": 46432, "to": "mm"},
2984bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_LS_12"
2985bf215546Sopenharmony_ci  },
2986bf215546Sopenharmony_ci  {
2987bf215546Sopenharmony_ci   "chips": ["gfx10"],
2988bf215546Sopenharmony_ci   "map": {"at": 46436, "to": "mm"},
2989bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_LS_13"
2990bf215546Sopenharmony_ci  },
2991bf215546Sopenharmony_ci  {
2992bf215546Sopenharmony_ci   "chips": ["gfx10"],
2993bf215546Sopenharmony_ci   "map": {"at": 46440, "to": "mm"},
2994bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_LS_14"
2995bf215546Sopenharmony_ci  },
2996bf215546Sopenharmony_ci  {
2997bf215546Sopenharmony_ci   "chips": ["gfx10"],
2998bf215546Sopenharmony_ci   "map": {"at": 46444, "to": "mm"},
2999bf215546Sopenharmony_ci   "name": "SPI_SHADER_USER_DATA_LS_15"
3000bf215546Sopenharmony_ci  },
3001bf215546Sopenharmony_ci  {
3002bf215546Sopenharmony_ci   "chips": ["gfx10"],
3003bf215546Sopenharmony_ci   "map": {"at": 47104, "to": "mm"},
3004bf215546Sopenharmony_ci   "name": "COMPUTE_DISPATCH_INITIATOR",
3005bf215546Sopenharmony_ci   "type_ref": "COMPUTE_DISPATCH_INITIATOR"
3006bf215546Sopenharmony_ci  },
3007bf215546Sopenharmony_ci  {
3008bf215546Sopenharmony_ci   "chips": ["gfx10"],
3009bf215546Sopenharmony_ci   "map": {"at": 47108, "to": "mm"},
3010bf215546Sopenharmony_ci   "name": "COMPUTE_DIM_X"
3011bf215546Sopenharmony_ci  },
3012bf215546Sopenharmony_ci  {
3013bf215546Sopenharmony_ci   "chips": ["gfx10"],
3014bf215546Sopenharmony_ci   "map": {"at": 47112, "to": "mm"},
3015bf215546Sopenharmony_ci   "name": "COMPUTE_DIM_Y"
3016bf215546Sopenharmony_ci  },
3017bf215546Sopenharmony_ci  {
3018bf215546Sopenharmony_ci   "chips": ["gfx10"],
3019bf215546Sopenharmony_ci   "map": {"at": 47116, "to": "mm"},
3020bf215546Sopenharmony_ci   "name": "COMPUTE_DIM_Z"
3021bf215546Sopenharmony_ci  },
3022bf215546Sopenharmony_ci  {
3023bf215546Sopenharmony_ci   "chips": ["gfx10"],
3024bf215546Sopenharmony_ci   "map": {"at": 47120, "to": "mm"},
3025bf215546Sopenharmony_ci   "name": "COMPUTE_START_X"
3026bf215546Sopenharmony_ci  },
3027bf215546Sopenharmony_ci  {
3028bf215546Sopenharmony_ci   "chips": ["gfx10"],
3029bf215546Sopenharmony_ci   "map": {"at": 47124, "to": "mm"},
3030bf215546Sopenharmony_ci   "name": "COMPUTE_START_Y"
3031bf215546Sopenharmony_ci  },
3032bf215546Sopenharmony_ci  {
3033bf215546Sopenharmony_ci   "chips": ["gfx10"],
3034bf215546Sopenharmony_ci   "map": {"at": 47128, "to": "mm"},
3035bf215546Sopenharmony_ci   "name": "COMPUTE_START_Z"
3036bf215546Sopenharmony_ci  },
3037bf215546Sopenharmony_ci  {
3038bf215546Sopenharmony_ci   "chips": ["gfx10"],
3039bf215546Sopenharmony_ci   "map": {"at": 47132, "to": "mm"},
3040bf215546Sopenharmony_ci   "name": "COMPUTE_NUM_THREAD_X",
3041bf215546Sopenharmony_ci   "type_ref": "COMPUTE_NUM_THREAD_X"
3042bf215546Sopenharmony_ci  },
3043bf215546Sopenharmony_ci  {
3044bf215546Sopenharmony_ci   "chips": ["gfx10"],
3045bf215546Sopenharmony_ci   "map": {"at": 47136, "to": "mm"},
3046bf215546Sopenharmony_ci   "name": "COMPUTE_NUM_THREAD_Y",
3047bf215546Sopenharmony_ci   "type_ref": "COMPUTE_NUM_THREAD_X"
3048bf215546Sopenharmony_ci  },
3049bf215546Sopenharmony_ci  {
3050bf215546Sopenharmony_ci   "chips": ["gfx10"],
3051bf215546Sopenharmony_ci   "map": {"at": 47140, "to": "mm"},
3052bf215546Sopenharmony_ci   "name": "COMPUTE_NUM_THREAD_Z",
3053bf215546Sopenharmony_ci   "type_ref": "COMPUTE_NUM_THREAD_X"
3054bf215546Sopenharmony_ci  },
3055bf215546Sopenharmony_ci  {
3056bf215546Sopenharmony_ci   "chips": ["gfx10"],
3057bf215546Sopenharmony_ci   "map": {"at": 47144, "to": "mm"},
3058bf215546Sopenharmony_ci   "name": "COMPUTE_PIPELINESTAT_ENABLE",
3059bf215546Sopenharmony_ci   "type_ref": "COMPUTE_PIPELINESTAT_ENABLE"
3060bf215546Sopenharmony_ci  },
3061bf215546Sopenharmony_ci  {
3062bf215546Sopenharmony_ci   "chips": ["gfx10"],
3063bf215546Sopenharmony_ci   "map": {"at": 47148, "to": "mm"},
3064bf215546Sopenharmony_ci   "name": "COMPUTE_PERFCOUNT_ENABLE",
3065bf215546Sopenharmony_ci   "type_ref": "COMPUTE_PERFCOUNT_ENABLE"
3066bf215546Sopenharmony_ci  },
3067bf215546Sopenharmony_ci  {
3068bf215546Sopenharmony_ci   "chips": ["gfx10"],
3069bf215546Sopenharmony_ci   "map": {"at": 47152, "to": "mm"},
3070bf215546Sopenharmony_ci   "name": "COMPUTE_PGM_LO"
3071bf215546Sopenharmony_ci  },
3072bf215546Sopenharmony_ci  {
3073bf215546Sopenharmony_ci   "chips": ["gfx10"],
3074bf215546Sopenharmony_ci   "map": {"at": 47156, "to": "mm"},
3075bf215546Sopenharmony_ci   "name": "COMPUTE_PGM_HI",
3076bf215546Sopenharmony_ci   "type_ref": "COMPUTE_PGM_HI"
3077bf215546Sopenharmony_ci  },
3078bf215546Sopenharmony_ci  {
3079bf215546Sopenharmony_ci   "chips": ["gfx10"],
3080bf215546Sopenharmony_ci   "map": {"at": 47160, "to": "mm"},
3081bf215546Sopenharmony_ci   "name": "COMPUTE_DISPATCH_PKT_ADDR_LO"
3082bf215546Sopenharmony_ci  },
3083bf215546Sopenharmony_ci  {
3084bf215546Sopenharmony_ci   "chips": ["gfx10"],
3085bf215546Sopenharmony_ci   "map": {"at": 47164, "to": "mm"},
3086bf215546Sopenharmony_ci   "name": "COMPUTE_DISPATCH_PKT_ADDR_HI",
3087bf215546Sopenharmony_ci   "type_ref": "COMPUTE_PGM_HI"
3088bf215546Sopenharmony_ci  },
3089bf215546Sopenharmony_ci  {
3090bf215546Sopenharmony_ci   "chips": ["gfx10"],
3091bf215546Sopenharmony_ci   "map": {"at": 47168, "to": "mm"},
3092bf215546Sopenharmony_ci   "name": "COMPUTE_DISPATCH_SCRATCH_BASE_LO"
3093bf215546Sopenharmony_ci  },
3094bf215546Sopenharmony_ci  {
3095bf215546Sopenharmony_ci   "chips": ["gfx10"],
3096bf215546Sopenharmony_ci   "map": {"at": 47172, "to": "mm"},
3097bf215546Sopenharmony_ci   "name": "COMPUTE_DISPATCH_SCRATCH_BASE_HI",
3098bf215546Sopenharmony_ci   "type_ref": "COMPUTE_PGM_HI"
3099bf215546Sopenharmony_ci  },
3100bf215546Sopenharmony_ci  {
3101bf215546Sopenharmony_ci   "chips": ["gfx10"],
3102bf215546Sopenharmony_ci   "map": {"at": 47176, "to": "mm"},
3103bf215546Sopenharmony_ci   "name": "COMPUTE_PGM_RSRC1",
3104bf215546Sopenharmony_ci   "type_ref": "COMPUTE_PGM_RSRC1"
3105bf215546Sopenharmony_ci  },
3106bf215546Sopenharmony_ci  {
3107bf215546Sopenharmony_ci   "chips": ["gfx10"],
3108bf215546Sopenharmony_ci   "map": {"at": 47180, "to": "mm"},
3109bf215546Sopenharmony_ci   "name": "COMPUTE_PGM_RSRC2",
3110bf215546Sopenharmony_ci   "type_ref": "COMPUTE_PGM_RSRC2"
3111bf215546Sopenharmony_ci  },
3112bf215546Sopenharmony_ci  {
3113bf215546Sopenharmony_ci   "chips": ["gfx10"],
3114bf215546Sopenharmony_ci   "map": {"at": 47184, "to": "mm"},
3115bf215546Sopenharmony_ci   "name": "COMPUTE_VMID",
3116bf215546Sopenharmony_ci   "type_ref": "COMPUTE_VMID"
3117bf215546Sopenharmony_ci  },
3118bf215546Sopenharmony_ci  {
3119bf215546Sopenharmony_ci   "chips": ["gfx10"],
3120bf215546Sopenharmony_ci   "map": {"at": 47188, "to": "mm"},
3121bf215546Sopenharmony_ci   "name": "COMPUTE_RESOURCE_LIMITS",
3122bf215546Sopenharmony_ci   "type_ref": "COMPUTE_RESOURCE_LIMITS"
3123bf215546Sopenharmony_ci  },
3124bf215546Sopenharmony_ci  {
3125bf215546Sopenharmony_ci   "chips": ["gfx10"],
3126bf215546Sopenharmony_ci   "map": {"at": 47192, "to": "mm"},
3127bf215546Sopenharmony_ci   "name": "COMPUTE_DESTINATION_EN_SE0"
3128bf215546Sopenharmony_ci  },
3129bf215546Sopenharmony_ci  {
3130bf215546Sopenharmony_ci   "chips": ["gfx10"],
3131bf215546Sopenharmony_ci   "map": {"at": 47196, "to": "mm"},
3132bf215546Sopenharmony_ci   "name": "COMPUTE_DESTINATION_EN_SE1"
3133bf215546Sopenharmony_ci  },
3134bf215546Sopenharmony_ci  {
3135bf215546Sopenharmony_ci   "chips": ["gfx10"],
3136bf215546Sopenharmony_ci   "map": {"at": 47200, "to": "mm"},
3137bf215546Sopenharmony_ci   "name": "COMPUTE_TMPRING_SIZE",
3138bf215546Sopenharmony_ci   "type_ref": "COMPUTE_TMPRING_SIZE"
3139bf215546Sopenharmony_ci  },
3140bf215546Sopenharmony_ci  {
3141bf215546Sopenharmony_ci   "chips": ["gfx10"],
3142bf215546Sopenharmony_ci   "map": {"at": 47204, "to": "mm"},
3143bf215546Sopenharmony_ci   "name": "COMPUTE_DESTINATION_EN_SE2"
3144bf215546Sopenharmony_ci  },
3145bf215546Sopenharmony_ci  {
3146bf215546Sopenharmony_ci   "chips": ["gfx10"],
3147bf215546Sopenharmony_ci   "map": {"at": 47208, "to": "mm"},
3148bf215546Sopenharmony_ci   "name": "COMPUTE_DESTINATION_EN_SE3"
3149bf215546Sopenharmony_ci  },
3150bf215546Sopenharmony_ci  {
3151bf215546Sopenharmony_ci   "chips": ["gfx10"],
3152bf215546Sopenharmony_ci   "map": {"at": 47212, "to": "mm"},
3153bf215546Sopenharmony_ci   "name": "COMPUTE_RESTART_X"
3154bf215546Sopenharmony_ci  },
3155bf215546Sopenharmony_ci  {
3156bf215546Sopenharmony_ci   "chips": ["gfx10"],
3157bf215546Sopenharmony_ci   "map": {"at": 47216, "to": "mm"},
3158bf215546Sopenharmony_ci   "name": "COMPUTE_RESTART_Y"
3159bf215546Sopenharmony_ci  },
3160bf215546Sopenharmony_ci  {
3161bf215546Sopenharmony_ci   "chips": ["gfx10"],
3162bf215546Sopenharmony_ci   "map": {"at": 47220, "to": "mm"},
3163bf215546Sopenharmony_ci   "name": "COMPUTE_RESTART_Z"
3164bf215546Sopenharmony_ci  },
3165bf215546Sopenharmony_ci  {
3166bf215546Sopenharmony_ci   "chips": ["gfx10"],
3167bf215546Sopenharmony_ci   "map": {"at": 47224, "to": "mm"},
3168bf215546Sopenharmony_ci   "name": "COMPUTE_THREAD_TRACE_ENABLE",
3169bf215546Sopenharmony_ci   "type_ref": "COMPUTE_THREAD_TRACE_ENABLE"
3170bf215546Sopenharmony_ci  },
3171bf215546Sopenharmony_ci  {
3172bf215546Sopenharmony_ci   "chips": ["gfx10"],
3173bf215546Sopenharmony_ci   "map": {"at": 47228, "to": "mm"},
3174bf215546Sopenharmony_ci   "name": "COMPUTE_MISC_RESERVED",
3175bf215546Sopenharmony_ci   "type_ref": "COMPUTE_MISC_RESERVED"
3176bf215546Sopenharmony_ci  },
3177bf215546Sopenharmony_ci  {
3178bf215546Sopenharmony_ci   "chips": ["gfx10"],
3179bf215546Sopenharmony_ci   "map": {"at": 47232, "to": "mm"},
3180bf215546Sopenharmony_ci   "name": "COMPUTE_DISPATCH_ID"
3181bf215546Sopenharmony_ci  },
3182bf215546Sopenharmony_ci  {
3183bf215546Sopenharmony_ci   "chips": ["gfx10"],
3184bf215546Sopenharmony_ci   "map": {"at": 47236, "to": "mm"},
3185bf215546Sopenharmony_ci   "name": "COMPUTE_THREADGROUP_ID"
3186bf215546Sopenharmony_ci  },
3187bf215546Sopenharmony_ci  {
3188bf215546Sopenharmony_ci   "chips": ["gfx10"],
3189bf215546Sopenharmony_ci   "map": {"at": 47240, "to": "mm"},
3190bf215546Sopenharmony_ci   "name": "COMPUTE_REQ_CTRL",
3191bf215546Sopenharmony_ci   "type_ref": "COMPUTE_REQ_CTRL"
3192bf215546Sopenharmony_ci  },
3193bf215546Sopenharmony_ci  {
3194bf215546Sopenharmony_ci   "chips": ["gfx10"],
3195bf215546Sopenharmony_ci   "map": {"at": 47248, "to": "mm"},
3196bf215546Sopenharmony_ci   "name": "COMPUTE_USER_ACCUM_0",
3197bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_USER_ACCUM_PS_0"
3198bf215546Sopenharmony_ci  },
3199bf215546Sopenharmony_ci  {
3200bf215546Sopenharmony_ci   "chips": ["gfx10"],
3201bf215546Sopenharmony_ci   "map": {"at": 47252, "to": "mm"},
3202bf215546Sopenharmony_ci   "name": "COMPUTE_USER_ACCUM_1",
3203bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_USER_ACCUM_PS_0"
3204bf215546Sopenharmony_ci  },
3205bf215546Sopenharmony_ci  {
3206bf215546Sopenharmony_ci   "chips": ["gfx10"],
3207bf215546Sopenharmony_ci   "map": {"at": 47256, "to": "mm"},
3208bf215546Sopenharmony_ci   "name": "COMPUTE_USER_ACCUM_2",
3209bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_USER_ACCUM_PS_0"
3210bf215546Sopenharmony_ci  },
3211bf215546Sopenharmony_ci  {
3212bf215546Sopenharmony_ci   "chips": ["gfx10"],
3213bf215546Sopenharmony_ci   "map": {"at": 47260, "to": "mm"},
3214bf215546Sopenharmony_ci   "name": "COMPUTE_USER_ACCUM_3",
3215bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_USER_ACCUM_PS_0"
3216bf215546Sopenharmony_ci  },
3217bf215546Sopenharmony_ci  {
3218bf215546Sopenharmony_ci   "chips": ["gfx10"],
3219bf215546Sopenharmony_ci   "map": {"at": 47264, "to": "mm"},
3220bf215546Sopenharmony_ci   "name": "COMPUTE_PGM_RSRC3",
3221bf215546Sopenharmony_ci   "type_ref": "COMPUTE_PGM_RSRC3"
3222bf215546Sopenharmony_ci  },
3223bf215546Sopenharmony_ci  {
3224bf215546Sopenharmony_ci   "chips": ["gfx10"],
3225bf215546Sopenharmony_ci   "map": {"at": 47268, "to": "mm"},
3226bf215546Sopenharmony_ci   "name": "COMPUTE_DDID_INDEX",
3227bf215546Sopenharmony_ci   "type_ref": "COMPUTE_DDID_INDEX"
3228bf215546Sopenharmony_ci  },
3229bf215546Sopenharmony_ci  {
3230bf215546Sopenharmony_ci   "chips": ["gfx10"],
3231bf215546Sopenharmony_ci   "map": {"at": 47272, "to": "mm"},
3232bf215546Sopenharmony_ci   "name": "COMPUTE_SHADER_CHKSUM"
3233bf215546Sopenharmony_ci  },
3234bf215546Sopenharmony_ci  {
3235bf215546Sopenharmony_ci   "chips": ["gfx10"],
3236bf215546Sopenharmony_ci   "map": {"at": 47276, "to": "mm"},
3237bf215546Sopenharmony_ci   "name": "COMPUTE_RELAUNCH",
3238bf215546Sopenharmony_ci   "type_ref": "COMPUTE_RELAUNCH"
3239bf215546Sopenharmony_ci  },
3240bf215546Sopenharmony_ci  {
3241bf215546Sopenharmony_ci   "chips": ["gfx10"],
3242bf215546Sopenharmony_ci   "map": {"at": 47280, "to": "mm"},
3243bf215546Sopenharmony_ci   "name": "COMPUTE_WAVE_RESTORE_ADDR_LO"
3244bf215546Sopenharmony_ci  },
3245bf215546Sopenharmony_ci  {
3246bf215546Sopenharmony_ci   "chips": ["gfx10"],
3247bf215546Sopenharmony_ci   "map": {"at": 47284, "to": "mm"},
3248bf215546Sopenharmony_ci   "name": "COMPUTE_WAVE_RESTORE_ADDR_HI",
3249bf215546Sopenharmony_ci   "type_ref": "COMPUTE_WAVE_RESTORE_ADDR_HI"
3250bf215546Sopenharmony_ci  },
3251bf215546Sopenharmony_ci  {
3252bf215546Sopenharmony_ci   "chips": ["gfx10"],
3253bf215546Sopenharmony_ci   "map": {"at": 47288, "to": "mm"},
3254bf215546Sopenharmony_ci   "name": "COMPUTE_RELAUNCH2",
3255bf215546Sopenharmony_ci   "type_ref": "COMPUTE_RELAUNCH"
3256bf215546Sopenharmony_ci  },
3257bf215546Sopenharmony_ci  {
3258bf215546Sopenharmony_ci   "chips": ["gfx10"],
3259bf215546Sopenharmony_ci   "map": {"at": 47360, "to": "mm"},
3260bf215546Sopenharmony_ci   "name": "COMPUTE_USER_DATA_0"
3261bf215546Sopenharmony_ci  },
3262bf215546Sopenharmony_ci  {
3263bf215546Sopenharmony_ci   "chips": ["gfx10"],
3264bf215546Sopenharmony_ci   "map": {"at": 47364, "to": "mm"},
3265bf215546Sopenharmony_ci   "name": "COMPUTE_USER_DATA_1"
3266bf215546Sopenharmony_ci  },
3267bf215546Sopenharmony_ci  {
3268bf215546Sopenharmony_ci   "chips": ["gfx10"],
3269bf215546Sopenharmony_ci   "map": {"at": 47368, "to": "mm"},
3270bf215546Sopenharmony_ci   "name": "COMPUTE_USER_DATA_2"
3271bf215546Sopenharmony_ci  },
3272bf215546Sopenharmony_ci  {
3273bf215546Sopenharmony_ci   "chips": ["gfx10"],
3274bf215546Sopenharmony_ci   "map": {"at": 47372, "to": "mm"},
3275bf215546Sopenharmony_ci   "name": "COMPUTE_USER_DATA_3"
3276bf215546Sopenharmony_ci  },
3277bf215546Sopenharmony_ci  {
3278bf215546Sopenharmony_ci   "chips": ["gfx10"],
3279bf215546Sopenharmony_ci   "map": {"at": 47376, "to": "mm"},
3280bf215546Sopenharmony_ci   "name": "COMPUTE_USER_DATA_4"
3281bf215546Sopenharmony_ci  },
3282bf215546Sopenharmony_ci  {
3283bf215546Sopenharmony_ci   "chips": ["gfx10"],
3284bf215546Sopenharmony_ci   "map": {"at": 47380, "to": "mm"},
3285bf215546Sopenharmony_ci   "name": "COMPUTE_USER_DATA_5"
3286bf215546Sopenharmony_ci  },
3287bf215546Sopenharmony_ci  {
3288bf215546Sopenharmony_ci   "chips": ["gfx10"],
3289bf215546Sopenharmony_ci   "map": {"at": 47384, "to": "mm"},
3290bf215546Sopenharmony_ci   "name": "COMPUTE_USER_DATA_6"
3291bf215546Sopenharmony_ci  },
3292bf215546Sopenharmony_ci  {
3293bf215546Sopenharmony_ci   "chips": ["gfx10"],
3294bf215546Sopenharmony_ci   "map": {"at": 47388, "to": "mm"},
3295bf215546Sopenharmony_ci   "name": "COMPUTE_USER_DATA_7"
3296bf215546Sopenharmony_ci  },
3297bf215546Sopenharmony_ci  {
3298bf215546Sopenharmony_ci   "chips": ["gfx10"],
3299bf215546Sopenharmony_ci   "map": {"at": 47392, "to": "mm"},
3300bf215546Sopenharmony_ci   "name": "COMPUTE_USER_DATA_8"
3301bf215546Sopenharmony_ci  },
3302bf215546Sopenharmony_ci  {
3303bf215546Sopenharmony_ci   "chips": ["gfx10"],
3304bf215546Sopenharmony_ci   "map": {"at": 47396, "to": "mm"},
3305bf215546Sopenharmony_ci   "name": "COMPUTE_USER_DATA_9"
3306bf215546Sopenharmony_ci  },
3307bf215546Sopenharmony_ci  {
3308bf215546Sopenharmony_ci   "chips": ["gfx10"],
3309bf215546Sopenharmony_ci   "map": {"at": 47400, "to": "mm"},
3310bf215546Sopenharmony_ci   "name": "COMPUTE_USER_DATA_10"
3311bf215546Sopenharmony_ci  },
3312bf215546Sopenharmony_ci  {
3313bf215546Sopenharmony_ci   "chips": ["gfx10"],
3314bf215546Sopenharmony_ci   "map": {"at": 47404, "to": "mm"},
3315bf215546Sopenharmony_ci   "name": "COMPUTE_USER_DATA_11"
3316bf215546Sopenharmony_ci  },
3317bf215546Sopenharmony_ci  {
3318bf215546Sopenharmony_ci   "chips": ["gfx10"],
3319bf215546Sopenharmony_ci   "map": {"at": 47408, "to": "mm"},
3320bf215546Sopenharmony_ci   "name": "COMPUTE_USER_DATA_12"
3321bf215546Sopenharmony_ci  },
3322bf215546Sopenharmony_ci  {
3323bf215546Sopenharmony_ci   "chips": ["gfx10"],
3324bf215546Sopenharmony_ci   "map": {"at": 47412, "to": "mm"},
3325bf215546Sopenharmony_ci   "name": "COMPUTE_USER_DATA_13"
3326bf215546Sopenharmony_ci  },
3327bf215546Sopenharmony_ci  {
3328bf215546Sopenharmony_ci   "chips": ["gfx10"],
3329bf215546Sopenharmony_ci   "map": {"at": 47416, "to": "mm"},
3330bf215546Sopenharmony_ci   "name": "COMPUTE_USER_DATA_14"
3331bf215546Sopenharmony_ci  },
3332bf215546Sopenharmony_ci  {
3333bf215546Sopenharmony_ci   "chips": ["gfx10"],
3334bf215546Sopenharmony_ci   "map": {"at": 47420, "to": "mm"},
3335bf215546Sopenharmony_ci   "name": "COMPUTE_USER_DATA_15"
3336bf215546Sopenharmony_ci  },
3337bf215546Sopenharmony_ci  {
3338bf215546Sopenharmony_ci   "chips": ["gfx10"],
3339bf215546Sopenharmony_ci   "map": {"at": 47604, "to": "mm"},
3340bf215546Sopenharmony_ci   "name": "COMPUTE_DISPATCH_TUNNEL",
3341bf215546Sopenharmony_ci   "type_ref": "COMPUTE_DISPATCH_TUNNEL"
3342bf215546Sopenharmony_ci  },
3343bf215546Sopenharmony_ci  {
3344bf215546Sopenharmony_ci   "chips": ["gfx10"],
3345bf215546Sopenharmony_ci   "map": {"at": 47608, "to": "mm"},
3346bf215546Sopenharmony_ci   "name": "COMPUTE_DISPATCH_END"
3347bf215546Sopenharmony_ci  },
3348bf215546Sopenharmony_ci  {
3349bf215546Sopenharmony_ci   "chips": ["gfx10"],
3350bf215546Sopenharmony_ci   "map": {"at": 47612, "to": "mm"},
3351bf215546Sopenharmony_ci   "name": "COMPUTE_NOWHERE"
3352bf215546Sopenharmony_ci  },
3353bf215546Sopenharmony_ci  {
3354bf215546Sopenharmony_ci   "chips": ["gfx10"],
3355bf215546Sopenharmony_ci   "map": {"at": 163840, "to": "mm"},
3356bf215546Sopenharmony_ci   "name": "DB_RENDER_CONTROL",
3357bf215546Sopenharmony_ci   "type_ref": "DB_RENDER_CONTROL"
3358bf215546Sopenharmony_ci  },
3359bf215546Sopenharmony_ci  {
3360bf215546Sopenharmony_ci   "chips": ["gfx10"],
3361bf215546Sopenharmony_ci   "map": {"at": 163844, "to": "mm"},
3362bf215546Sopenharmony_ci   "name": "DB_COUNT_CONTROL",
3363bf215546Sopenharmony_ci   "type_ref": "DB_COUNT_CONTROL"
3364bf215546Sopenharmony_ci  },
3365bf215546Sopenharmony_ci  {
3366bf215546Sopenharmony_ci   "chips": ["gfx10"],
3367bf215546Sopenharmony_ci   "map": {"at": 163848, "to": "mm"},
3368bf215546Sopenharmony_ci   "name": "DB_DEPTH_VIEW",
3369bf215546Sopenharmony_ci   "type_ref": "DB_DEPTH_VIEW"
3370bf215546Sopenharmony_ci  },
3371bf215546Sopenharmony_ci  {
3372bf215546Sopenharmony_ci   "chips": ["gfx10"],
3373bf215546Sopenharmony_ci   "map": {"at": 163852, "to": "mm"},
3374bf215546Sopenharmony_ci   "name": "DB_RENDER_OVERRIDE",
3375bf215546Sopenharmony_ci   "type_ref": "DB_RENDER_OVERRIDE"
3376bf215546Sopenharmony_ci  },
3377bf215546Sopenharmony_ci  {
3378bf215546Sopenharmony_ci   "chips": ["gfx10"],
3379bf215546Sopenharmony_ci   "map": {"at": 163856, "to": "mm"},
3380bf215546Sopenharmony_ci   "name": "DB_RENDER_OVERRIDE2",
3381bf215546Sopenharmony_ci   "type_ref": "DB_RENDER_OVERRIDE2"
3382bf215546Sopenharmony_ci  },
3383bf215546Sopenharmony_ci  {
3384bf215546Sopenharmony_ci   "chips": ["gfx10"],
3385bf215546Sopenharmony_ci   "map": {"at": 163860, "to": "mm"},
3386bf215546Sopenharmony_ci   "name": "DB_HTILE_DATA_BASE"
3387bf215546Sopenharmony_ci  },
3388bf215546Sopenharmony_ci  {
3389bf215546Sopenharmony_ci   "chips": ["gfx10"],
3390bf215546Sopenharmony_ci   "map": {"at": 163868, "to": "mm"},
3391bf215546Sopenharmony_ci   "name": "DB_DEPTH_SIZE_XY",
3392bf215546Sopenharmony_ci   "type_ref": "DB_DEPTH_SIZE_XY"
3393bf215546Sopenharmony_ci  },
3394bf215546Sopenharmony_ci  {
3395bf215546Sopenharmony_ci   "chips": ["gfx10"],
3396bf215546Sopenharmony_ci   "map": {"at": 163872, "to": "mm"},
3397bf215546Sopenharmony_ci   "name": "DB_DEPTH_BOUNDS_MIN"
3398bf215546Sopenharmony_ci  },
3399bf215546Sopenharmony_ci  {
3400bf215546Sopenharmony_ci   "chips": ["gfx10"],
3401bf215546Sopenharmony_ci   "map": {"at": 163876, "to": "mm"},
3402bf215546Sopenharmony_ci   "name": "DB_DEPTH_BOUNDS_MAX"
3403bf215546Sopenharmony_ci  },
3404bf215546Sopenharmony_ci  {
3405bf215546Sopenharmony_ci   "chips": ["gfx10"],
3406bf215546Sopenharmony_ci   "map": {"at": 163880, "to": "mm"},
3407bf215546Sopenharmony_ci   "name": "DB_STENCIL_CLEAR",
3408bf215546Sopenharmony_ci   "type_ref": "DB_STENCIL_CLEAR"
3409bf215546Sopenharmony_ci  },
3410bf215546Sopenharmony_ci  {
3411bf215546Sopenharmony_ci   "chips": ["gfx10"],
3412bf215546Sopenharmony_ci   "map": {"at": 163884, "to": "mm"},
3413bf215546Sopenharmony_ci   "name": "DB_DEPTH_CLEAR"
3414bf215546Sopenharmony_ci  },
3415bf215546Sopenharmony_ci  {
3416bf215546Sopenharmony_ci   "chips": ["gfx10"],
3417bf215546Sopenharmony_ci   "map": {"at": 163888, "to": "mm"},
3418bf215546Sopenharmony_ci   "name": "PA_SC_SCREEN_SCISSOR_TL",
3419bf215546Sopenharmony_ci   "type_ref": "PA_SC_SCREEN_SCISSOR_TL"
3420bf215546Sopenharmony_ci  },
3421bf215546Sopenharmony_ci  {
3422bf215546Sopenharmony_ci   "chips": ["gfx10"],
3423bf215546Sopenharmony_ci   "map": {"at": 163892, "to": "mm"},
3424bf215546Sopenharmony_ci   "name": "PA_SC_SCREEN_SCISSOR_BR",
3425bf215546Sopenharmony_ci   "type_ref": "PA_SC_SCREEN_SCISSOR_BR"
3426bf215546Sopenharmony_ci  },
3427bf215546Sopenharmony_ci  {
3428bf215546Sopenharmony_ci   "chips": ["gfx10"],
3429bf215546Sopenharmony_ci   "map": {"at": 163896, "to": "mm"},
3430bf215546Sopenharmony_ci   "name": "DB_DFSM_CONTROL",
3431bf215546Sopenharmony_ci   "type_ref": "DB_DFSM_CONTROL"
3432bf215546Sopenharmony_ci  },
3433bf215546Sopenharmony_ci  {
3434bf215546Sopenharmony_ci   "chips": ["gfx10"],
3435bf215546Sopenharmony_ci   "map": {"at": 163900, "to": "mm"},
3436bf215546Sopenharmony_ci   "name": "DB_RESERVED_REG_2",
3437bf215546Sopenharmony_ci   "type_ref": "DB_RESERVED_REG_2"
3438bf215546Sopenharmony_ci  },
3439bf215546Sopenharmony_ci  {
3440bf215546Sopenharmony_ci   "chips": ["gfx10"],
3441bf215546Sopenharmony_ci   "map": {"at": 163904, "to": "mm"},
3442bf215546Sopenharmony_ci   "name": "DB_Z_INFO",
3443bf215546Sopenharmony_ci   "type_ref": "DB_Z_INFO"
3444bf215546Sopenharmony_ci  },
3445bf215546Sopenharmony_ci  {
3446bf215546Sopenharmony_ci   "chips": ["gfx10"],
3447bf215546Sopenharmony_ci   "map": {"at": 163908, "to": "mm"},
3448bf215546Sopenharmony_ci   "name": "DB_STENCIL_INFO",
3449bf215546Sopenharmony_ci   "type_ref": "DB_STENCIL_INFO"
3450bf215546Sopenharmony_ci  },
3451bf215546Sopenharmony_ci  {
3452bf215546Sopenharmony_ci   "chips": ["gfx10"],
3453bf215546Sopenharmony_ci   "map": {"at": 163912, "to": "mm"},
3454bf215546Sopenharmony_ci   "name": "DB_Z_READ_BASE"
3455bf215546Sopenharmony_ci  },
3456bf215546Sopenharmony_ci  {
3457bf215546Sopenharmony_ci   "chips": ["gfx10"],
3458bf215546Sopenharmony_ci   "map": {"at": 163916, "to": "mm"},
3459bf215546Sopenharmony_ci   "name": "DB_STENCIL_READ_BASE"
3460bf215546Sopenharmony_ci  },
3461bf215546Sopenharmony_ci  {
3462bf215546Sopenharmony_ci   "chips": ["gfx10"],
3463bf215546Sopenharmony_ci   "map": {"at": 163920, "to": "mm"},
3464bf215546Sopenharmony_ci   "name": "DB_Z_WRITE_BASE"
3465bf215546Sopenharmony_ci  },
3466bf215546Sopenharmony_ci  {
3467bf215546Sopenharmony_ci   "chips": ["gfx10"],
3468bf215546Sopenharmony_ci   "map": {"at": 163924, "to": "mm"},
3469bf215546Sopenharmony_ci   "name": "DB_STENCIL_WRITE_BASE"
3470bf215546Sopenharmony_ci  },
3471bf215546Sopenharmony_ci  {
3472bf215546Sopenharmony_ci   "chips": ["gfx10"],
3473bf215546Sopenharmony_ci   "map": {"at": 163928, "to": "mm"},
3474bf215546Sopenharmony_ci   "name": "DB_RESERVED_REG_1",
3475bf215546Sopenharmony_ci   "type_ref": "DB_RESERVED_REG_1"
3476bf215546Sopenharmony_ci  },
3477bf215546Sopenharmony_ci  {
3478bf215546Sopenharmony_ci   "chips": ["gfx10"],
3479bf215546Sopenharmony_ci   "map": {"at": 163932, "to": "mm"},
3480bf215546Sopenharmony_ci   "name": "DB_RESERVED_REG_3",
3481bf215546Sopenharmony_ci   "type_ref": "DB_RESERVED_REG_3"
3482bf215546Sopenharmony_ci  },
3483bf215546Sopenharmony_ci  {
3484bf215546Sopenharmony_ci   "chips": ["gfx10"],
3485bf215546Sopenharmony_ci   "map": {"at": 163944, "to": "mm"},
3486bf215546Sopenharmony_ci   "name": "DB_Z_READ_BASE_HI",
3487bf215546Sopenharmony_ci   "type_ref": "DB_Z_READ_BASE_HI"
3488bf215546Sopenharmony_ci  },
3489bf215546Sopenharmony_ci  {
3490bf215546Sopenharmony_ci   "chips": ["gfx10"],
3491bf215546Sopenharmony_ci   "map": {"at": 163948, "to": "mm"},
3492bf215546Sopenharmony_ci   "name": "DB_STENCIL_READ_BASE_HI",
3493bf215546Sopenharmony_ci   "type_ref": "DB_Z_READ_BASE_HI"
3494bf215546Sopenharmony_ci  },
3495bf215546Sopenharmony_ci  {
3496bf215546Sopenharmony_ci   "chips": ["gfx10"],
3497bf215546Sopenharmony_ci   "map": {"at": 163952, "to": "mm"},
3498bf215546Sopenharmony_ci   "name": "DB_Z_WRITE_BASE_HI",
3499bf215546Sopenharmony_ci   "type_ref": "DB_Z_READ_BASE_HI"
3500bf215546Sopenharmony_ci  },
3501bf215546Sopenharmony_ci  {
3502bf215546Sopenharmony_ci   "chips": ["gfx10"],
3503bf215546Sopenharmony_ci   "map": {"at": 163956, "to": "mm"},
3504bf215546Sopenharmony_ci   "name": "DB_STENCIL_WRITE_BASE_HI",
3505bf215546Sopenharmony_ci   "type_ref": "DB_Z_READ_BASE_HI"
3506bf215546Sopenharmony_ci  },
3507bf215546Sopenharmony_ci  {
3508bf215546Sopenharmony_ci   "chips": ["gfx10"],
3509bf215546Sopenharmony_ci   "map": {"at": 163960, "to": "mm"},
3510bf215546Sopenharmony_ci   "name": "DB_HTILE_DATA_BASE_HI",
3511bf215546Sopenharmony_ci   "type_ref": "DB_Z_READ_BASE_HI"
3512bf215546Sopenharmony_ci  },
3513bf215546Sopenharmony_ci  {
3514bf215546Sopenharmony_ci   "chips": ["gfx10"],
3515bf215546Sopenharmony_ci   "map": {"at": 163964, "to": "mm"},
3516bf215546Sopenharmony_ci   "name": "DB_RMI_L2_CACHE_CONTROL",
3517bf215546Sopenharmony_ci   "type_ref": "DB_RMI_L2_CACHE_CONTROL"
3518bf215546Sopenharmony_ci  },
3519bf215546Sopenharmony_ci  {
3520bf215546Sopenharmony_ci   "chips": ["gfx10"],
3521bf215546Sopenharmony_ci   "map": {"at": 163968, "to": "mm"},
3522bf215546Sopenharmony_ci   "name": "TA_BC_BASE_ADDR"
3523bf215546Sopenharmony_ci  },
3524bf215546Sopenharmony_ci  {
3525bf215546Sopenharmony_ci   "chips": ["gfx10"],
3526bf215546Sopenharmony_ci   "map": {"at": 163972, "to": "mm"},
3527bf215546Sopenharmony_ci   "name": "TA_BC_BASE_ADDR_HI",
3528bf215546Sopenharmony_ci   "type_ref": "TA_BC_BASE_ADDR_HI"
3529bf215546Sopenharmony_ci  },
3530bf215546Sopenharmony_ci  {
3531bf215546Sopenharmony_ci   "chips": ["gfx10"],
3532bf215546Sopenharmony_ci   "map": {"at": 164328, "to": "mm"},
3533bf215546Sopenharmony_ci   "name": "COHER_DEST_BASE_HI_0",
3534bf215546Sopenharmony_ci   "type_ref": "COHER_DEST_BASE_HI_0"
3535bf215546Sopenharmony_ci  },
3536bf215546Sopenharmony_ci  {
3537bf215546Sopenharmony_ci   "chips": ["gfx10"],
3538bf215546Sopenharmony_ci   "map": {"at": 164332, "to": "mm"},
3539bf215546Sopenharmony_ci   "name": "COHER_DEST_BASE_HI_1",
3540bf215546Sopenharmony_ci   "type_ref": "COHER_DEST_BASE_HI_0"
3541bf215546Sopenharmony_ci  },
3542bf215546Sopenharmony_ci  {
3543bf215546Sopenharmony_ci   "chips": ["gfx10"],
3544bf215546Sopenharmony_ci   "map": {"at": 164336, "to": "mm"},
3545bf215546Sopenharmony_ci   "name": "COHER_DEST_BASE_HI_2",
3546bf215546Sopenharmony_ci   "type_ref": "COHER_DEST_BASE_HI_0"
3547bf215546Sopenharmony_ci  },
3548bf215546Sopenharmony_ci  {
3549bf215546Sopenharmony_ci   "chips": ["gfx10"],
3550bf215546Sopenharmony_ci   "map": {"at": 164340, "to": "mm"},
3551bf215546Sopenharmony_ci   "name": "COHER_DEST_BASE_HI_3",
3552bf215546Sopenharmony_ci   "type_ref": "COHER_DEST_BASE_HI_0"
3553bf215546Sopenharmony_ci  },
3554bf215546Sopenharmony_ci  {
3555bf215546Sopenharmony_ci   "chips": ["gfx10"],
3556bf215546Sopenharmony_ci   "map": {"at": 164344, "to": "mm"},
3557bf215546Sopenharmony_ci   "name": "COHER_DEST_BASE_2"
3558bf215546Sopenharmony_ci  },
3559bf215546Sopenharmony_ci  {
3560bf215546Sopenharmony_ci   "chips": ["gfx10"],
3561bf215546Sopenharmony_ci   "map": {"at": 164348, "to": "mm"},
3562bf215546Sopenharmony_ci   "name": "COHER_DEST_BASE_3"
3563bf215546Sopenharmony_ci  },
3564bf215546Sopenharmony_ci  {
3565bf215546Sopenharmony_ci   "chips": ["gfx10"],
3566bf215546Sopenharmony_ci   "map": {"at": 164352, "to": "mm"},
3567bf215546Sopenharmony_ci   "name": "PA_SC_WINDOW_OFFSET",
3568bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_OFFSET"
3569bf215546Sopenharmony_ci  },
3570bf215546Sopenharmony_ci  {
3571bf215546Sopenharmony_ci   "chips": ["gfx10"],
3572bf215546Sopenharmony_ci   "map": {"at": 164356, "to": "mm"},
3573bf215546Sopenharmony_ci   "name": "PA_SC_WINDOW_SCISSOR_TL",
3574bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_TL"
3575bf215546Sopenharmony_ci  },
3576bf215546Sopenharmony_ci  {
3577bf215546Sopenharmony_ci   "chips": ["gfx10"],
3578bf215546Sopenharmony_ci   "map": {"at": 164360, "to": "mm"},
3579bf215546Sopenharmony_ci   "name": "PA_SC_WINDOW_SCISSOR_BR",
3580bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_BR"
3581bf215546Sopenharmony_ci  },
3582bf215546Sopenharmony_ci  {
3583bf215546Sopenharmony_ci   "chips": ["gfx10"],
3584bf215546Sopenharmony_ci   "map": {"at": 164364, "to": "mm"},
3585bf215546Sopenharmony_ci   "name": "PA_SC_CLIPRECT_RULE",
3586bf215546Sopenharmony_ci   "type_ref": "PA_SC_CLIPRECT_RULE"
3587bf215546Sopenharmony_ci  },
3588bf215546Sopenharmony_ci  {
3589bf215546Sopenharmony_ci   "chips": ["gfx10"],
3590bf215546Sopenharmony_ci   "map": {"at": 164368, "to": "mm"},
3591bf215546Sopenharmony_ci   "name": "PA_SC_CLIPRECT_0_TL",
3592bf215546Sopenharmony_ci   "type_ref": "PA_SC_CLIPRECT_0_TL"
3593bf215546Sopenharmony_ci  },
3594bf215546Sopenharmony_ci  {
3595bf215546Sopenharmony_ci   "chips": ["gfx10"],
3596bf215546Sopenharmony_ci   "map": {"at": 164372, "to": "mm"},
3597bf215546Sopenharmony_ci   "name": "PA_SC_CLIPRECT_0_BR",
3598bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_BR"
3599bf215546Sopenharmony_ci  },
3600bf215546Sopenharmony_ci  {
3601bf215546Sopenharmony_ci   "chips": ["gfx10"],
3602bf215546Sopenharmony_ci   "map": {"at": 164376, "to": "mm"},
3603bf215546Sopenharmony_ci   "name": "PA_SC_CLIPRECT_1_TL",
3604bf215546Sopenharmony_ci   "type_ref": "PA_SC_CLIPRECT_0_TL"
3605bf215546Sopenharmony_ci  },
3606bf215546Sopenharmony_ci  {
3607bf215546Sopenharmony_ci   "chips": ["gfx10"],
3608bf215546Sopenharmony_ci   "map": {"at": 164380, "to": "mm"},
3609bf215546Sopenharmony_ci   "name": "PA_SC_CLIPRECT_1_BR",
3610bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_BR"
3611bf215546Sopenharmony_ci  },
3612bf215546Sopenharmony_ci  {
3613bf215546Sopenharmony_ci   "chips": ["gfx10"],
3614bf215546Sopenharmony_ci   "map": {"at": 164384, "to": "mm"},
3615bf215546Sopenharmony_ci   "name": "PA_SC_CLIPRECT_2_TL",
3616bf215546Sopenharmony_ci   "type_ref": "PA_SC_CLIPRECT_0_TL"
3617bf215546Sopenharmony_ci  },
3618bf215546Sopenharmony_ci  {
3619bf215546Sopenharmony_ci   "chips": ["gfx10"],
3620bf215546Sopenharmony_ci   "map": {"at": 164388, "to": "mm"},
3621bf215546Sopenharmony_ci   "name": "PA_SC_CLIPRECT_2_BR",
3622bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_BR"
3623bf215546Sopenharmony_ci  },
3624bf215546Sopenharmony_ci  {
3625bf215546Sopenharmony_ci   "chips": ["gfx10"],
3626bf215546Sopenharmony_ci   "map": {"at": 164392, "to": "mm"},
3627bf215546Sopenharmony_ci   "name": "PA_SC_CLIPRECT_3_TL",
3628bf215546Sopenharmony_ci   "type_ref": "PA_SC_CLIPRECT_0_TL"
3629bf215546Sopenharmony_ci  },
3630bf215546Sopenharmony_ci  {
3631bf215546Sopenharmony_ci   "chips": ["gfx10"],
3632bf215546Sopenharmony_ci   "map": {"at": 164396, "to": "mm"},
3633bf215546Sopenharmony_ci   "name": "PA_SC_CLIPRECT_3_BR",
3634bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_BR"
3635bf215546Sopenharmony_ci  },
3636bf215546Sopenharmony_ci  {
3637bf215546Sopenharmony_ci   "chips": ["gfx10"],
3638bf215546Sopenharmony_ci   "map": {"at": 164400, "to": "mm"},
3639bf215546Sopenharmony_ci   "name": "PA_SC_EDGERULE",
3640bf215546Sopenharmony_ci   "type_ref": "PA_SC_EDGERULE"
3641bf215546Sopenharmony_ci  },
3642bf215546Sopenharmony_ci  {
3643bf215546Sopenharmony_ci   "chips": ["gfx10"],
3644bf215546Sopenharmony_ci   "map": {"at": 164404, "to": "mm"},
3645bf215546Sopenharmony_ci   "name": "PA_SU_HARDWARE_SCREEN_OFFSET",
3646bf215546Sopenharmony_ci   "type_ref": "PA_SU_HARDWARE_SCREEN_OFFSET"
3647bf215546Sopenharmony_ci  },
3648bf215546Sopenharmony_ci  {
3649bf215546Sopenharmony_ci   "chips": ["gfx10"],
3650bf215546Sopenharmony_ci   "map": {"at": 164408, "to": "mm"},
3651bf215546Sopenharmony_ci   "name": "CB_TARGET_MASK",
3652bf215546Sopenharmony_ci   "type_ref": "CB_TARGET_MASK"
3653bf215546Sopenharmony_ci  },
3654bf215546Sopenharmony_ci  {
3655bf215546Sopenharmony_ci   "chips": ["gfx10"],
3656bf215546Sopenharmony_ci   "map": {"at": 164412, "to": "mm"},
3657bf215546Sopenharmony_ci   "name": "CB_SHADER_MASK",
3658bf215546Sopenharmony_ci   "type_ref": "CB_SHADER_MASK"
3659bf215546Sopenharmony_ci  },
3660bf215546Sopenharmony_ci  {
3661bf215546Sopenharmony_ci   "chips": ["gfx10"],
3662bf215546Sopenharmony_ci   "map": {"at": 164416, "to": "mm"},
3663bf215546Sopenharmony_ci   "name": "PA_SC_GENERIC_SCISSOR_TL",
3664bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_TL"
3665bf215546Sopenharmony_ci  },
3666bf215546Sopenharmony_ci  {
3667bf215546Sopenharmony_ci   "chips": ["gfx10"],
3668bf215546Sopenharmony_ci   "map": {"at": 164420, "to": "mm"},
3669bf215546Sopenharmony_ci   "name": "PA_SC_GENERIC_SCISSOR_BR",
3670bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_BR"
3671bf215546Sopenharmony_ci  },
3672bf215546Sopenharmony_ci  {
3673bf215546Sopenharmony_ci   "chips": ["gfx10"],
3674bf215546Sopenharmony_ci   "map": {"at": 164424, "to": "mm"},
3675bf215546Sopenharmony_ci   "name": "COHER_DEST_BASE_0"
3676bf215546Sopenharmony_ci  },
3677bf215546Sopenharmony_ci  {
3678bf215546Sopenharmony_ci   "chips": ["gfx10"],
3679bf215546Sopenharmony_ci   "map": {"at": 164428, "to": "mm"},
3680bf215546Sopenharmony_ci   "name": "COHER_DEST_BASE_1"
3681bf215546Sopenharmony_ci  },
3682bf215546Sopenharmony_ci  {
3683bf215546Sopenharmony_ci   "chips": ["gfx10"],
3684bf215546Sopenharmony_ci   "map": {"at": 164432, "to": "mm"},
3685bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_0_TL",
3686bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_TL"
3687bf215546Sopenharmony_ci  },
3688bf215546Sopenharmony_ci  {
3689bf215546Sopenharmony_ci   "chips": ["gfx10"],
3690bf215546Sopenharmony_ci   "map": {"at": 164436, "to": "mm"},
3691bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_0_BR",
3692bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_BR"
3693bf215546Sopenharmony_ci  },
3694bf215546Sopenharmony_ci  {
3695bf215546Sopenharmony_ci   "chips": ["gfx10"],
3696bf215546Sopenharmony_ci   "map": {"at": 164440, "to": "mm"},
3697bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_1_TL",
3698bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_TL"
3699bf215546Sopenharmony_ci  },
3700bf215546Sopenharmony_ci  {
3701bf215546Sopenharmony_ci   "chips": ["gfx10"],
3702bf215546Sopenharmony_ci   "map": {"at": 164444, "to": "mm"},
3703bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_1_BR",
3704bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_BR"
3705bf215546Sopenharmony_ci  },
3706bf215546Sopenharmony_ci  {
3707bf215546Sopenharmony_ci   "chips": ["gfx10"],
3708bf215546Sopenharmony_ci   "map": {"at": 164448, "to": "mm"},
3709bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_2_TL",
3710bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_TL"
3711bf215546Sopenharmony_ci  },
3712bf215546Sopenharmony_ci  {
3713bf215546Sopenharmony_ci   "chips": ["gfx10"],
3714bf215546Sopenharmony_ci   "map": {"at": 164452, "to": "mm"},
3715bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_2_BR",
3716bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_BR"
3717bf215546Sopenharmony_ci  },
3718bf215546Sopenharmony_ci  {
3719bf215546Sopenharmony_ci   "chips": ["gfx10"],
3720bf215546Sopenharmony_ci   "map": {"at": 164456, "to": "mm"},
3721bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_3_TL",
3722bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_TL"
3723bf215546Sopenharmony_ci  },
3724bf215546Sopenharmony_ci  {
3725bf215546Sopenharmony_ci   "chips": ["gfx10"],
3726bf215546Sopenharmony_ci   "map": {"at": 164460, "to": "mm"},
3727bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_3_BR",
3728bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_BR"
3729bf215546Sopenharmony_ci  },
3730bf215546Sopenharmony_ci  {
3731bf215546Sopenharmony_ci   "chips": ["gfx10"],
3732bf215546Sopenharmony_ci   "map": {"at": 164464, "to": "mm"},
3733bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_4_TL",
3734bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_TL"
3735bf215546Sopenharmony_ci  },
3736bf215546Sopenharmony_ci  {
3737bf215546Sopenharmony_ci   "chips": ["gfx10"],
3738bf215546Sopenharmony_ci   "map": {"at": 164468, "to": "mm"},
3739bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_4_BR",
3740bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_BR"
3741bf215546Sopenharmony_ci  },
3742bf215546Sopenharmony_ci  {
3743bf215546Sopenharmony_ci   "chips": ["gfx10"],
3744bf215546Sopenharmony_ci   "map": {"at": 164472, "to": "mm"},
3745bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_5_TL",
3746bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_TL"
3747bf215546Sopenharmony_ci  },
3748bf215546Sopenharmony_ci  {
3749bf215546Sopenharmony_ci   "chips": ["gfx10"],
3750bf215546Sopenharmony_ci   "map": {"at": 164476, "to": "mm"},
3751bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_5_BR",
3752bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_BR"
3753bf215546Sopenharmony_ci  },
3754bf215546Sopenharmony_ci  {
3755bf215546Sopenharmony_ci   "chips": ["gfx10"],
3756bf215546Sopenharmony_ci   "map": {"at": 164480, "to": "mm"},
3757bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_6_TL",
3758bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_TL"
3759bf215546Sopenharmony_ci  },
3760bf215546Sopenharmony_ci  {
3761bf215546Sopenharmony_ci   "chips": ["gfx10"],
3762bf215546Sopenharmony_ci   "map": {"at": 164484, "to": "mm"},
3763bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_6_BR",
3764bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_BR"
3765bf215546Sopenharmony_ci  },
3766bf215546Sopenharmony_ci  {
3767bf215546Sopenharmony_ci   "chips": ["gfx10"],
3768bf215546Sopenharmony_ci   "map": {"at": 164488, "to": "mm"},
3769bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_7_TL",
3770bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_TL"
3771bf215546Sopenharmony_ci  },
3772bf215546Sopenharmony_ci  {
3773bf215546Sopenharmony_ci   "chips": ["gfx10"],
3774bf215546Sopenharmony_ci   "map": {"at": 164492, "to": "mm"},
3775bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_7_BR",
3776bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_BR"
3777bf215546Sopenharmony_ci  },
3778bf215546Sopenharmony_ci  {
3779bf215546Sopenharmony_ci   "chips": ["gfx10"],
3780bf215546Sopenharmony_ci   "map": {"at": 164496, "to": "mm"},
3781bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_8_TL",
3782bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_TL"
3783bf215546Sopenharmony_ci  },
3784bf215546Sopenharmony_ci  {
3785bf215546Sopenharmony_ci   "chips": ["gfx10"],
3786bf215546Sopenharmony_ci   "map": {"at": 164500, "to": "mm"},
3787bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_8_BR",
3788bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_BR"
3789bf215546Sopenharmony_ci  },
3790bf215546Sopenharmony_ci  {
3791bf215546Sopenharmony_ci   "chips": ["gfx10"],
3792bf215546Sopenharmony_ci   "map": {"at": 164504, "to": "mm"},
3793bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_9_TL",
3794bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_TL"
3795bf215546Sopenharmony_ci  },
3796bf215546Sopenharmony_ci  {
3797bf215546Sopenharmony_ci   "chips": ["gfx10"],
3798bf215546Sopenharmony_ci   "map": {"at": 164508, "to": "mm"},
3799bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_9_BR",
3800bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_BR"
3801bf215546Sopenharmony_ci  },
3802bf215546Sopenharmony_ci  {
3803bf215546Sopenharmony_ci   "chips": ["gfx10"],
3804bf215546Sopenharmony_ci   "map": {"at": 164512, "to": "mm"},
3805bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_10_TL",
3806bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_TL"
3807bf215546Sopenharmony_ci  },
3808bf215546Sopenharmony_ci  {
3809bf215546Sopenharmony_ci   "chips": ["gfx10"],
3810bf215546Sopenharmony_ci   "map": {"at": 164516, "to": "mm"},
3811bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_10_BR",
3812bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_BR"
3813bf215546Sopenharmony_ci  },
3814bf215546Sopenharmony_ci  {
3815bf215546Sopenharmony_ci   "chips": ["gfx10"],
3816bf215546Sopenharmony_ci   "map": {"at": 164520, "to": "mm"},
3817bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_11_TL",
3818bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_TL"
3819bf215546Sopenharmony_ci  },
3820bf215546Sopenharmony_ci  {
3821bf215546Sopenharmony_ci   "chips": ["gfx10"],
3822bf215546Sopenharmony_ci   "map": {"at": 164524, "to": "mm"},
3823bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_11_BR",
3824bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_BR"
3825bf215546Sopenharmony_ci  },
3826bf215546Sopenharmony_ci  {
3827bf215546Sopenharmony_ci   "chips": ["gfx10"],
3828bf215546Sopenharmony_ci   "map": {"at": 164528, "to": "mm"},
3829bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_12_TL",
3830bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_TL"
3831bf215546Sopenharmony_ci  },
3832bf215546Sopenharmony_ci  {
3833bf215546Sopenharmony_ci   "chips": ["gfx10"],
3834bf215546Sopenharmony_ci   "map": {"at": 164532, "to": "mm"},
3835bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_12_BR",
3836bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_BR"
3837bf215546Sopenharmony_ci  },
3838bf215546Sopenharmony_ci  {
3839bf215546Sopenharmony_ci   "chips": ["gfx10"],
3840bf215546Sopenharmony_ci   "map": {"at": 164536, "to": "mm"},
3841bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_13_TL",
3842bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_TL"
3843bf215546Sopenharmony_ci  },
3844bf215546Sopenharmony_ci  {
3845bf215546Sopenharmony_ci   "chips": ["gfx10"],
3846bf215546Sopenharmony_ci   "map": {"at": 164540, "to": "mm"},
3847bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_13_BR",
3848bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_BR"
3849bf215546Sopenharmony_ci  },
3850bf215546Sopenharmony_ci  {
3851bf215546Sopenharmony_ci   "chips": ["gfx10"],
3852bf215546Sopenharmony_ci   "map": {"at": 164544, "to": "mm"},
3853bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_14_TL",
3854bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_TL"
3855bf215546Sopenharmony_ci  },
3856bf215546Sopenharmony_ci  {
3857bf215546Sopenharmony_ci   "chips": ["gfx10"],
3858bf215546Sopenharmony_ci   "map": {"at": 164548, "to": "mm"},
3859bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_14_BR",
3860bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_BR"
3861bf215546Sopenharmony_ci  },
3862bf215546Sopenharmony_ci  {
3863bf215546Sopenharmony_ci   "chips": ["gfx10"],
3864bf215546Sopenharmony_ci   "map": {"at": 164552, "to": "mm"},
3865bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_15_TL",
3866bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_TL"
3867bf215546Sopenharmony_ci  },
3868bf215546Sopenharmony_ci  {
3869bf215546Sopenharmony_ci   "chips": ["gfx10"],
3870bf215546Sopenharmony_ci   "map": {"at": 164556, "to": "mm"},
3871bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_SCISSOR_15_BR",
3872bf215546Sopenharmony_ci   "type_ref": "PA_SC_WINDOW_SCISSOR_BR"
3873bf215546Sopenharmony_ci  },
3874bf215546Sopenharmony_ci  {
3875bf215546Sopenharmony_ci   "chips": ["gfx10"],
3876bf215546Sopenharmony_ci   "map": {"at": 164560, "to": "mm"},
3877bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMIN_0"
3878bf215546Sopenharmony_ci  },
3879bf215546Sopenharmony_ci  {
3880bf215546Sopenharmony_ci   "chips": ["gfx10"],
3881bf215546Sopenharmony_ci   "map": {"at": 164564, "to": "mm"},
3882bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMAX_0"
3883bf215546Sopenharmony_ci  },
3884bf215546Sopenharmony_ci  {
3885bf215546Sopenharmony_ci   "chips": ["gfx10"],
3886bf215546Sopenharmony_ci   "map": {"at": 164568, "to": "mm"},
3887bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMIN_1"
3888bf215546Sopenharmony_ci  },
3889bf215546Sopenharmony_ci  {
3890bf215546Sopenharmony_ci   "chips": ["gfx10"],
3891bf215546Sopenharmony_ci   "map": {"at": 164572, "to": "mm"},
3892bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMAX_1"
3893bf215546Sopenharmony_ci  },
3894bf215546Sopenharmony_ci  {
3895bf215546Sopenharmony_ci   "chips": ["gfx10"],
3896bf215546Sopenharmony_ci   "map": {"at": 164576, "to": "mm"},
3897bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMIN_2"
3898bf215546Sopenharmony_ci  },
3899bf215546Sopenharmony_ci  {
3900bf215546Sopenharmony_ci   "chips": ["gfx10"],
3901bf215546Sopenharmony_ci   "map": {"at": 164580, "to": "mm"},
3902bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMAX_2"
3903bf215546Sopenharmony_ci  },
3904bf215546Sopenharmony_ci  {
3905bf215546Sopenharmony_ci   "chips": ["gfx10"],
3906bf215546Sopenharmony_ci   "map": {"at": 164584, "to": "mm"},
3907bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMIN_3"
3908bf215546Sopenharmony_ci  },
3909bf215546Sopenharmony_ci  {
3910bf215546Sopenharmony_ci   "chips": ["gfx10"],
3911bf215546Sopenharmony_ci   "map": {"at": 164588, "to": "mm"},
3912bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMAX_3"
3913bf215546Sopenharmony_ci  },
3914bf215546Sopenharmony_ci  {
3915bf215546Sopenharmony_ci   "chips": ["gfx10"],
3916bf215546Sopenharmony_ci   "map": {"at": 164592, "to": "mm"},
3917bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMIN_4"
3918bf215546Sopenharmony_ci  },
3919bf215546Sopenharmony_ci  {
3920bf215546Sopenharmony_ci   "chips": ["gfx10"],
3921bf215546Sopenharmony_ci   "map": {"at": 164596, "to": "mm"},
3922bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMAX_4"
3923bf215546Sopenharmony_ci  },
3924bf215546Sopenharmony_ci  {
3925bf215546Sopenharmony_ci   "chips": ["gfx10"],
3926bf215546Sopenharmony_ci   "map": {"at": 164600, "to": "mm"},
3927bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMIN_5"
3928bf215546Sopenharmony_ci  },
3929bf215546Sopenharmony_ci  {
3930bf215546Sopenharmony_ci   "chips": ["gfx10"],
3931bf215546Sopenharmony_ci   "map": {"at": 164604, "to": "mm"},
3932bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMAX_5"
3933bf215546Sopenharmony_ci  },
3934bf215546Sopenharmony_ci  {
3935bf215546Sopenharmony_ci   "chips": ["gfx10"],
3936bf215546Sopenharmony_ci   "map": {"at": 164608, "to": "mm"},
3937bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMIN_6"
3938bf215546Sopenharmony_ci  },
3939bf215546Sopenharmony_ci  {
3940bf215546Sopenharmony_ci   "chips": ["gfx10"],
3941bf215546Sopenharmony_ci   "map": {"at": 164612, "to": "mm"},
3942bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMAX_6"
3943bf215546Sopenharmony_ci  },
3944bf215546Sopenharmony_ci  {
3945bf215546Sopenharmony_ci   "chips": ["gfx10"],
3946bf215546Sopenharmony_ci   "map": {"at": 164616, "to": "mm"},
3947bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMIN_7"
3948bf215546Sopenharmony_ci  },
3949bf215546Sopenharmony_ci  {
3950bf215546Sopenharmony_ci   "chips": ["gfx10"],
3951bf215546Sopenharmony_ci   "map": {"at": 164620, "to": "mm"},
3952bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMAX_7"
3953bf215546Sopenharmony_ci  },
3954bf215546Sopenharmony_ci  {
3955bf215546Sopenharmony_ci   "chips": ["gfx10"],
3956bf215546Sopenharmony_ci   "map": {"at": 164624, "to": "mm"},
3957bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMIN_8"
3958bf215546Sopenharmony_ci  },
3959bf215546Sopenharmony_ci  {
3960bf215546Sopenharmony_ci   "chips": ["gfx10"],
3961bf215546Sopenharmony_ci   "map": {"at": 164628, "to": "mm"},
3962bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMAX_8"
3963bf215546Sopenharmony_ci  },
3964bf215546Sopenharmony_ci  {
3965bf215546Sopenharmony_ci   "chips": ["gfx10"],
3966bf215546Sopenharmony_ci   "map": {"at": 164632, "to": "mm"},
3967bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMIN_9"
3968bf215546Sopenharmony_ci  },
3969bf215546Sopenharmony_ci  {
3970bf215546Sopenharmony_ci   "chips": ["gfx10"],
3971bf215546Sopenharmony_ci   "map": {"at": 164636, "to": "mm"},
3972bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMAX_9"
3973bf215546Sopenharmony_ci  },
3974bf215546Sopenharmony_ci  {
3975bf215546Sopenharmony_ci   "chips": ["gfx10"],
3976bf215546Sopenharmony_ci   "map": {"at": 164640, "to": "mm"},
3977bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMIN_10"
3978bf215546Sopenharmony_ci  },
3979bf215546Sopenharmony_ci  {
3980bf215546Sopenharmony_ci   "chips": ["gfx10"],
3981bf215546Sopenharmony_ci   "map": {"at": 164644, "to": "mm"},
3982bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMAX_10"
3983bf215546Sopenharmony_ci  },
3984bf215546Sopenharmony_ci  {
3985bf215546Sopenharmony_ci   "chips": ["gfx10"],
3986bf215546Sopenharmony_ci   "map": {"at": 164648, "to": "mm"},
3987bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMIN_11"
3988bf215546Sopenharmony_ci  },
3989bf215546Sopenharmony_ci  {
3990bf215546Sopenharmony_ci   "chips": ["gfx10"],
3991bf215546Sopenharmony_ci   "map": {"at": 164652, "to": "mm"},
3992bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMAX_11"
3993bf215546Sopenharmony_ci  },
3994bf215546Sopenharmony_ci  {
3995bf215546Sopenharmony_ci   "chips": ["gfx10"],
3996bf215546Sopenharmony_ci   "map": {"at": 164656, "to": "mm"},
3997bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMIN_12"
3998bf215546Sopenharmony_ci  },
3999bf215546Sopenharmony_ci  {
4000bf215546Sopenharmony_ci   "chips": ["gfx10"],
4001bf215546Sopenharmony_ci   "map": {"at": 164660, "to": "mm"},
4002bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMAX_12"
4003bf215546Sopenharmony_ci  },
4004bf215546Sopenharmony_ci  {
4005bf215546Sopenharmony_ci   "chips": ["gfx10"],
4006bf215546Sopenharmony_ci   "map": {"at": 164664, "to": "mm"},
4007bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMIN_13"
4008bf215546Sopenharmony_ci  },
4009bf215546Sopenharmony_ci  {
4010bf215546Sopenharmony_ci   "chips": ["gfx10"],
4011bf215546Sopenharmony_ci   "map": {"at": 164668, "to": "mm"},
4012bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMAX_13"
4013bf215546Sopenharmony_ci  },
4014bf215546Sopenharmony_ci  {
4015bf215546Sopenharmony_ci   "chips": ["gfx10"],
4016bf215546Sopenharmony_ci   "map": {"at": 164672, "to": "mm"},
4017bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMIN_14"
4018bf215546Sopenharmony_ci  },
4019bf215546Sopenharmony_ci  {
4020bf215546Sopenharmony_ci   "chips": ["gfx10"],
4021bf215546Sopenharmony_ci   "map": {"at": 164676, "to": "mm"},
4022bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMAX_14"
4023bf215546Sopenharmony_ci  },
4024bf215546Sopenharmony_ci  {
4025bf215546Sopenharmony_ci   "chips": ["gfx10"],
4026bf215546Sopenharmony_ci   "map": {"at": 164680, "to": "mm"},
4027bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMIN_15"
4028bf215546Sopenharmony_ci  },
4029bf215546Sopenharmony_ci  {
4030bf215546Sopenharmony_ci   "chips": ["gfx10"],
4031bf215546Sopenharmony_ci   "map": {"at": 164684, "to": "mm"},
4032bf215546Sopenharmony_ci   "name": "PA_SC_VPORT_ZMAX_15"
4033bf215546Sopenharmony_ci  },
4034bf215546Sopenharmony_ci  {
4035bf215546Sopenharmony_ci   "chips": ["gfx10"],
4036bf215546Sopenharmony_ci   "map": {"at": 164688, "to": "mm"},
4037bf215546Sopenharmony_ci   "name": "PA_SC_RASTER_CONFIG",
4038bf215546Sopenharmony_ci   "type_ref": "PA_SC_RASTER_CONFIG"
4039bf215546Sopenharmony_ci  },
4040bf215546Sopenharmony_ci  {
4041bf215546Sopenharmony_ci   "chips": ["gfx10"],
4042bf215546Sopenharmony_ci   "map": {"at": 164692, "to": "mm"},
4043bf215546Sopenharmony_ci   "name": "PA_SC_RASTER_CONFIG_1",
4044bf215546Sopenharmony_ci   "type_ref": "PA_SC_RASTER_CONFIG_1"
4045bf215546Sopenharmony_ci  },
4046bf215546Sopenharmony_ci  {
4047bf215546Sopenharmony_ci   "chips": ["gfx10"],
4048bf215546Sopenharmony_ci   "map": {"at": 164696, "to": "mm"},
4049bf215546Sopenharmony_ci   "name": "PA_SC_SCREEN_EXTENT_CONTROL",
4050bf215546Sopenharmony_ci   "type_ref": "PA_SC_SCREEN_EXTENT_CONTROL"
4051bf215546Sopenharmony_ci  },
4052bf215546Sopenharmony_ci  {
4053bf215546Sopenharmony_ci   "chips": ["gfx10"],
4054bf215546Sopenharmony_ci   "map": {"at": 164700, "to": "mm"},
4055bf215546Sopenharmony_ci   "name": "PA_SC_TILE_STEERING_OVERRIDE",
4056bf215546Sopenharmony_ci   "type_ref": "PA_SC_TILE_STEERING_OVERRIDE"
4057bf215546Sopenharmony_ci  },
4058bf215546Sopenharmony_ci  {
4059bf215546Sopenharmony_ci   "chips": ["gfx10"],
4060bf215546Sopenharmony_ci   "map": {"at": 164704, "to": "mm"},
4061bf215546Sopenharmony_ci   "name": "CP_PERFMON_CNTX_CNTL",
4062bf215546Sopenharmony_ci   "type_ref": "CP_PERFMON_CNTX_CNTL"
4063bf215546Sopenharmony_ci  },
4064bf215546Sopenharmony_ci  {
4065bf215546Sopenharmony_ci   "chips": ["gfx10"],
4066bf215546Sopenharmony_ci   "map": {"at": 164708, "to": "mm"},
4067bf215546Sopenharmony_ci   "name": "CP_PIPEID",
4068bf215546Sopenharmony_ci   "type_ref": "CP_PIPEID"
4069bf215546Sopenharmony_ci  },
4070bf215546Sopenharmony_ci  {
4071bf215546Sopenharmony_ci   "chips": ["gfx10"],
4072bf215546Sopenharmony_ci   "map": {"at": 164712, "to": "mm"},
4073bf215546Sopenharmony_ci   "name": "CP_VMID",
4074bf215546Sopenharmony_ci   "type_ref": "CP_VMID"
4075bf215546Sopenharmony_ci  },
4076bf215546Sopenharmony_ci  {
4077bf215546Sopenharmony_ci   "chips": ["gfx10"],
4078bf215546Sopenharmony_ci   "map": {"at": 164768, "to": "mm"},
4079bf215546Sopenharmony_ci   "name": "PA_SC_RIGHT_VERT_GRID",
4080bf215546Sopenharmony_ci   "type_ref": "PA_SC_RIGHT_VERT_GRID"
4081bf215546Sopenharmony_ci  },
4082bf215546Sopenharmony_ci  {
4083bf215546Sopenharmony_ci   "chips": ["gfx10"],
4084bf215546Sopenharmony_ci   "map": {"at": 164772, "to": "mm"},
4085bf215546Sopenharmony_ci   "name": "PA_SC_LEFT_VERT_GRID",
4086bf215546Sopenharmony_ci   "type_ref": "PA_SC_RIGHT_VERT_GRID"
4087bf215546Sopenharmony_ci  },
4088bf215546Sopenharmony_ci  {
4089bf215546Sopenharmony_ci   "chips": ["gfx10"],
4090bf215546Sopenharmony_ci   "map": {"at": 164776, "to": "mm"},
4091bf215546Sopenharmony_ci   "name": "PA_SC_HORIZ_GRID",
4092bf215546Sopenharmony_ci   "type_ref": "PA_SC_HORIZ_GRID"
4093bf215546Sopenharmony_ci  },
4094bf215546Sopenharmony_ci  {
4095bf215546Sopenharmony_ci   "chips": ["gfx10"],
4096bf215546Sopenharmony_ci   "map": {"at": 164864, "to": "mm"},
4097bf215546Sopenharmony_ci   "name": "VGT_MAX_VTX_INDX"
4098bf215546Sopenharmony_ci  },
4099bf215546Sopenharmony_ci  {
4100bf215546Sopenharmony_ci   "chips": ["gfx10"],
4101bf215546Sopenharmony_ci   "map": {"at": 164868, "to": "mm"},
4102bf215546Sopenharmony_ci   "name": "VGT_MIN_VTX_INDX"
4103bf215546Sopenharmony_ci  },
4104bf215546Sopenharmony_ci  {
4105bf215546Sopenharmony_ci   "chips": ["gfx10"],
4106bf215546Sopenharmony_ci   "map": {"at": 164872, "to": "mm"},
4107bf215546Sopenharmony_ci   "name": "VGT_INDX_OFFSET"
4108bf215546Sopenharmony_ci  },
4109bf215546Sopenharmony_ci  {
4110bf215546Sopenharmony_ci   "chips": ["gfx10"],
4111bf215546Sopenharmony_ci   "map": {"at": 164876, "to": "mm"},
4112bf215546Sopenharmony_ci   "name": "VGT_MULTI_PRIM_IB_RESET_INDX"
4113bf215546Sopenharmony_ci  },
4114bf215546Sopenharmony_ci  {
4115bf215546Sopenharmony_ci   "chips": ["gfx10"],
4116bf215546Sopenharmony_ci   "map": {"at": 164880, "to": "mm"},
4117bf215546Sopenharmony_ci   "name": "CB_RMI_GL2_CACHE_CONTROL",
4118bf215546Sopenharmony_ci   "type_ref": "CB_RMI_GL2_CACHE_CONTROL"
4119bf215546Sopenharmony_ci  },
4120bf215546Sopenharmony_ci  {
4121bf215546Sopenharmony_ci   "chips": ["gfx10"],
4122bf215546Sopenharmony_ci   "map": {"at": 164884, "to": "mm"},
4123bf215546Sopenharmony_ci   "name": "CB_BLEND_RED"
4124bf215546Sopenharmony_ci  },
4125bf215546Sopenharmony_ci  {
4126bf215546Sopenharmony_ci   "chips": ["gfx10"],
4127bf215546Sopenharmony_ci   "map": {"at": 164888, "to": "mm"},
4128bf215546Sopenharmony_ci   "name": "CB_BLEND_GREEN"
4129bf215546Sopenharmony_ci  },
4130bf215546Sopenharmony_ci  {
4131bf215546Sopenharmony_ci   "chips": ["gfx10"],
4132bf215546Sopenharmony_ci   "map": {"at": 164892, "to": "mm"},
4133bf215546Sopenharmony_ci   "name": "CB_BLEND_BLUE"
4134bf215546Sopenharmony_ci  },
4135bf215546Sopenharmony_ci  {
4136bf215546Sopenharmony_ci   "chips": ["gfx10"],
4137bf215546Sopenharmony_ci   "map": {"at": 164896, "to": "mm"},
4138bf215546Sopenharmony_ci   "name": "CB_BLEND_ALPHA"
4139bf215546Sopenharmony_ci  },
4140bf215546Sopenharmony_ci  {
4141bf215546Sopenharmony_ci   "chips": ["gfx10"],
4142bf215546Sopenharmony_ci   "map": {"at": 164900, "to": "mm"},
4143bf215546Sopenharmony_ci   "name": "CB_DCC_CONTROL",
4144bf215546Sopenharmony_ci   "type_ref": "CB_DCC_CONTROL"
4145bf215546Sopenharmony_ci  },
4146bf215546Sopenharmony_ci  {
4147bf215546Sopenharmony_ci   "chips": ["gfx10"],
4148bf215546Sopenharmony_ci   "map": {"at": 164904, "to": "mm"},
4149bf215546Sopenharmony_ci   "name": "CB_COVERAGE_OUT_CONTROL",
4150bf215546Sopenharmony_ci   "type_ref": "CB_COVERAGE_OUT_CONTROL"
4151bf215546Sopenharmony_ci  },
4152bf215546Sopenharmony_ci  {
4153bf215546Sopenharmony_ci   "chips": ["gfx10"],
4154bf215546Sopenharmony_ci   "map": {"at": 164908, "to": "mm"},
4155bf215546Sopenharmony_ci   "name": "DB_STENCIL_CONTROL",
4156bf215546Sopenharmony_ci   "type_ref": "DB_STENCIL_CONTROL"
4157bf215546Sopenharmony_ci  },
4158bf215546Sopenharmony_ci  {
4159bf215546Sopenharmony_ci   "chips": ["gfx10"],
4160bf215546Sopenharmony_ci   "map": {"at": 164912, "to": "mm"},
4161bf215546Sopenharmony_ci   "name": "DB_STENCILREFMASK",
4162bf215546Sopenharmony_ci   "type_ref": "DB_STENCILREFMASK"
4163bf215546Sopenharmony_ci  },
4164bf215546Sopenharmony_ci  {
4165bf215546Sopenharmony_ci   "chips": ["gfx10"],
4166bf215546Sopenharmony_ci   "map": {"at": 164916, "to": "mm"},
4167bf215546Sopenharmony_ci   "name": "DB_STENCILREFMASK_BF",
4168bf215546Sopenharmony_ci   "type_ref": "DB_STENCILREFMASK_BF"
4169bf215546Sopenharmony_ci  },
4170bf215546Sopenharmony_ci  {
4171bf215546Sopenharmony_ci   "chips": ["gfx10"],
4172bf215546Sopenharmony_ci   "map": {"at": 164924, "to": "mm"},
4173bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XSCALE"
4174bf215546Sopenharmony_ci  },
4175bf215546Sopenharmony_ci  {
4176bf215546Sopenharmony_ci   "chips": ["gfx10"],
4177bf215546Sopenharmony_ci   "map": {"at": 164928, "to": "mm"},
4178bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XOFFSET"
4179bf215546Sopenharmony_ci  },
4180bf215546Sopenharmony_ci  {
4181bf215546Sopenharmony_ci   "chips": ["gfx10"],
4182bf215546Sopenharmony_ci   "map": {"at": 164932, "to": "mm"},
4183bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YSCALE"
4184bf215546Sopenharmony_ci  },
4185bf215546Sopenharmony_ci  {
4186bf215546Sopenharmony_ci   "chips": ["gfx10"],
4187bf215546Sopenharmony_ci   "map": {"at": 164936, "to": "mm"},
4188bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YOFFSET"
4189bf215546Sopenharmony_ci  },
4190bf215546Sopenharmony_ci  {
4191bf215546Sopenharmony_ci   "chips": ["gfx10"],
4192bf215546Sopenharmony_ci   "map": {"at": 164940, "to": "mm"},
4193bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZSCALE"
4194bf215546Sopenharmony_ci  },
4195bf215546Sopenharmony_ci  {
4196bf215546Sopenharmony_ci   "chips": ["gfx10"],
4197bf215546Sopenharmony_ci   "map": {"at": 164944, "to": "mm"},
4198bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZOFFSET"
4199bf215546Sopenharmony_ci  },
4200bf215546Sopenharmony_ci  {
4201bf215546Sopenharmony_ci   "chips": ["gfx10"],
4202bf215546Sopenharmony_ci   "map": {"at": 164948, "to": "mm"},
4203bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XSCALE_1"
4204bf215546Sopenharmony_ci  },
4205bf215546Sopenharmony_ci  {
4206bf215546Sopenharmony_ci   "chips": ["gfx10"],
4207bf215546Sopenharmony_ci   "map": {"at": 164952, "to": "mm"},
4208bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XOFFSET_1"
4209bf215546Sopenharmony_ci  },
4210bf215546Sopenharmony_ci  {
4211bf215546Sopenharmony_ci   "chips": ["gfx10"],
4212bf215546Sopenharmony_ci   "map": {"at": 164956, "to": "mm"},
4213bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YSCALE_1"
4214bf215546Sopenharmony_ci  },
4215bf215546Sopenharmony_ci  {
4216bf215546Sopenharmony_ci   "chips": ["gfx10"],
4217bf215546Sopenharmony_ci   "map": {"at": 164960, "to": "mm"},
4218bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YOFFSET_1"
4219bf215546Sopenharmony_ci  },
4220bf215546Sopenharmony_ci  {
4221bf215546Sopenharmony_ci   "chips": ["gfx10"],
4222bf215546Sopenharmony_ci   "map": {"at": 164964, "to": "mm"},
4223bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZSCALE_1"
4224bf215546Sopenharmony_ci  },
4225bf215546Sopenharmony_ci  {
4226bf215546Sopenharmony_ci   "chips": ["gfx10"],
4227bf215546Sopenharmony_ci   "map": {"at": 164968, "to": "mm"},
4228bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZOFFSET_1"
4229bf215546Sopenharmony_ci  },
4230bf215546Sopenharmony_ci  {
4231bf215546Sopenharmony_ci   "chips": ["gfx10"],
4232bf215546Sopenharmony_ci   "map": {"at": 164972, "to": "mm"},
4233bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XSCALE_2"
4234bf215546Sopenharmony_ci  },
4235bf215546Sopenharmony_ci  {
4236bf215546Sopenharmony_ci   "chips": ["gfx10"],
4237bf215546Sopenharmony_ci   "map": {"at": 164976, "to": "mm"},
4238bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XOFFSET_2"
4239bf215546Sopenharmony_ci  },
4240bf215546Sopenharmony_ci  {
4241bf215546Sopenharmony_ci   "chips": ["gfx10"],
4242bf215546Sopenharmony_ci   "map": {"at": 164980, "to": "mm"},
4243bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YSCALE_2"
4244bf215546Sopenharmony_ci  },
4245bf215546Sopenharmony_ci  {
4246bf215546Sopenharmony_ci   "chips": ["gfx10"],
4247bf215546Sopenharmony_ci   "map": {"at": 164984, "to": "mm"},
4248bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YOFFSET_2"
4249bf215546Sopenharmony_ci  },
4250bf215546Sopenharmony_ci  {
4251bf215546Sopenharmony_ci   "chips": ["gfx10"],
4252bf215546Sopenharmony_ci   "map": {"at": 164988, "to": "mm"},
4253bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZSCALE_2"
4254bf215546Sopenharmony_ci  },
4255bf215546Sopenharmony_ci  {
4256bf215546Sopenharmony_ci   "chips": ["gfx10"],
4257bf215546Sopenharmony_ci   "map": {"at": 164992, "to": "mm"},
4258bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZOFFSET_2"
4259bf215546Sopenharmony_ci  },
4260bf215546Sopenharmony_ci  {
4261bf215546Sopenharmony_ci   "chips": ["gfx10"],
4262bf215546Sopenharmony_ci   "map": {"at": 164996, "to": "mm"},
4263bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XSCALE_3"
4264bf215546Sopenharmony_ci  },
4265bf215546Sopenharmony_ci  {
4266bf215546Sopenharmony_ci   "chips": ["gfx10"],
4267bf215546Sopenharmony_ci   "map": {"at": 165000, "to": "mm"},
4268bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XOFFSET_3"
4269bf215546Sopenharmony_ci  },
4270bf215546Sopenharmony_ci  {
4271bf215546Sopenharmony_ci   "chips": ["gfx10"],
4272bf215546Sopenharmony_ci   "map": {"at": 165004, "to": "mm"},
4273bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YSCALE_3"
4274bf215546Sopenharmony_ci  },
4275bf215546Sopenharmony_ci  {
4276bf215546Sopenharmony_ci   "chips": ["gfx10"],
4277bf215546Sopenharmony_ci   "map": {"at": 165008, "to": "mm"},
4278bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YOFFSET_3"
4279bf215546Sopenharmony_ci  },
4280bf215546Sopenharmony_ci  {
4281bf215546Sopenharmony_ci   "chips": ["gfx10"],
4282bf215546Sopenharmony_ci   "map": {"at": 165012, "to": "mm"},
4283bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZSCALE_3"
4284bf215546Sopenharmony_ci  },
4285bf215546Sopenharmony_ci  {
4286bf215546Sopenharmony_ci   "chips": ["gfx10"],
4287bf215546Sopenharmony_ci   "map": {"at": 165016, "to": "mm"},
4288bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZOFFSET_3"
4289bf215546Sopenharmony_ci  },
4290bf215546Sopenharmony_ci  {
4291bf215546Sopenharmony_ci   "chips": ["gfx10"],
4292bf215546Sopenharmony_ci   "map": {"at": 165020, "to": "mm"},
4293bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XSCALE_4"
4294bf215546Sopenharmony_ci  },
4295bf215546Sopenharmony_ci  {
4296bf215546Sopenharmony_ci   "chips": ["gfx10"],
4297bf215546Sopenharmony_ci   "map": {"at": 165024, "to": "mm"},
4298bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XOFFSET_4"
4299bf215546Sopenharmony_ci  },
4300bf215546Sopenharmony_ci  {
4301bf215546Sopenharmony_ci   "chips": ["gfx10"],
4302bf215546Sopenharmony_ci   "map": {"at": 165028, "to": "mm"},
4303bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YSCALE_4"
4304bf215546Sopenharmony_ci  },
4305bf215546Sopenharmony_ci  {
4306bf215546Sopenharmony_ci   "chips": ["gfx10"],
4307bf215546Sopenharmony_ci   "map": {"at": 165032, "to": "mm"},
4308bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YOFFSET_4"
4309bf215546Sopenharmony_ci  },
4310bf215546Sopenharmony_ci  {
4311bf215546Sopenharmony_ci   "chips": ["gfx10"],
4312bf215546Sopenharmony_ci   "map": {"at": 165036, "to": "mm"},
4313bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZSCALE_4"
4314bf215546Sopenharmony_ci  },
4315bf215546Sopenharmony_ci  {
4316bf215546Sopenharmony_ci   "chips": ["gfx10"],
4317bf215546Sopenharmony_ci   "map": {"at": 165040, "to": "mm"},
4318bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZOFFSET_4"
4319bf215546Sopenharmony_ci  },
4320bf215546Sopenharmony_ci  {
4321bf215546Sopenharmony_ci   "chips": ["gfx10"],
4322bf215546Sopenharmony_ci   "map": {"at": 165044, "to": "mm"},
4323bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XSCALE_5"
4324bf215546Sopenharmony_ci  },
4325bf215546Sopenharmony_ci  {
4326bf215546Sopenharmony_ci   "chips": ["gfx10"],
4327bf215546Sopenharmony_ci   "map": {"at": 165048, "to": "mm"},
4328bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XOFFSET_5"
4329bf215546Sopenharmony_ci  },
4330bf215546Sopenharmony_ci  {
4331bf215546Sopenharmony_ci   "chips": ["gfx10"],
4332bf215546Sopenharmony_ci   "map": {"at": 165052, "to": "mm"},
4333bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YSCALE_5"
4334bf215546Sopenharmony_ci  },
4335bf215546Sopenharmony_ci  {
4336bf215546Sopenharmony_ci   "chips": ["gfx10"],
4337bf215546Sopenharmony_ci   "map": {"at": 165056, "to": "mm"},
4338bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YOFFSET_5"
4339bf215546Sopenharmony_ci  },
4340bf215546Sopenharmony_ci  {
4341bf215546Sopenharmony_ci   "chips": ["gfx10"],
4342bf215546Sopenharmony_ci   "map": {"at": 165060, "to": "mm"},
4343bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZSCALE_5"
4344bf215546Sopenharmony_ci  },
4345bf215546Sopenharmony_ci  {
4346bf215546Sopenharmony_ci   "chips": ["gfx10"],
4347bf215546Sopenharmony_ci   "map": {"at": 165064, "to": "mm"},
4348bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZOFFSET_5"
4349bf215546Sopenharmony_ci  },
4350bf215546Sopenharmony_ci  {
4351bf215546Sopenharmony_ci   "chips": ["gfx10"],
4352bf215546Sopenharmony_ci   "map": {"at": 165068, "to": "mm"},
4353bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XSCALE_6"
4354bf215546Sopenharmony_ci  },
4355bf215546Sopenharmony_ci  {
4356bf215546Sopenharmony_ci   "chips": ["gfx10"],
4357bf215546Sopenharmony_ci   "map": {"at": 165072, "to": "mm"},
4358bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XOFFSET_6"
4359bf215546Sopenharmony_ci  },
4360bf215546Sopenharmony_ci  {
4361bf215546Sopenharmony_ci   "chips": ["gfx10"],
4362bf215546Sopenharmony_ci   "map": {"at": 165076, "to": "mm"},
4363bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YSCALE_6"
4364bf215546Sopenharmony_ci  },
4365bf215546Sopenharmony_ci  {
4366bf215546Sopenharmony_ci   "chips": ["gfx10"],
4367bf215546Sopenharmony_ci   "map": {"at": 165080, "to": "mm"},
4368bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YOFFSET_6"
4369bf215546Sopenharmony_ci  },
4370bf215546Sopenharmony_ci  {
4371bf215546Sopenharmony_ci   "chips": ["gfx10"],
4372bf215546Sopenharmony_ci   "map": {"at": 165084, "to": "mm"},
4373bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZSCALE_6"
4374bf215546Sopenharmony_ci  },
4375bf215546Sopenharmony_ci  {
4376bf215546Sopenharmony_ci   "chips": ["gfx10"],
4377bf215546Sopenharmony_ci   "map": {"at": 165088, "to": "mm"},
4378bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZOFFSET_6"
4379bf215546Sopenharmony_ci  },
4380bf215546Sopenharmony_ci  {
4381bf215546Sopenharmony_ci   "chips": ["gfx10"],
4382bf215546Sopenharmony_ci   "map": {"at": 165092, "to": "mm"},
4383bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XSCALE_7"
4384bf215546Sopenharmony_ci  },
4385bf215546Sopenharmony_ci  {
4386bf215546Sopenharmony_ci   "chips": ["gfx10"],
4387bf215546Sopenharmony_ci   "map": {"at": 165096, "to": "mm"},
4388bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XOFFSET_7"
4389bf215546Sopenharmony_ci  },
4390bf215546Sopenharmony_ci  {
4391bf215546Sopenharmony_ci   "chips": ["gfx10"],
4392bf215546Sopenharmony_ci   "map": {"at": 165100, "to": "mm"},
4393bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YSCALE_7"
4394bf215546Sopenharmony_ci  },
4395bf215546Sopenharmony_ci  {
4396bf215546Sopenharmony_ci   "chips": ["gfx10"],
4397bf215546Sopenharmony_ci   "map": {"at": 165104, "to": "mm"},
4398bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YOFFSET_7"
4399bf215546Sopenharmony_ci  },
4400bf215546Sopenharmony_ci  {
4401bf215546Sopenharmony_ci   "chips": ["gfx10"],
4402bf215546Sopenharmony_ci   "map": {"at": 165108, "to": "mm"},
4403bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZSCALE_7"
4404bf215546Sopenharmony_ci  },
4405bf215546Sopenharmony_ci  {
4406bf215546Sopenharmony_ci   "chips": ["gfx10"],
4407bf215546Sopenharmony_ci   "map": {"at": 165112, "to": "mm"},
4408bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZOFFSET_7"
4409bf215546Sopenharmony_ci  },
4410bf215546Sopenharmony_ci  {
4411bf215546Sopenharmony_ci   "chips": ["gfx10"],
4412bf215546Sopenharmony_ci   "map": {"at": 165116, "to": "mm"},
4413bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XSCALE_8"
4414bf215546Sopenharmony_ci  },
4415bf215546Sopenharmony_ci  {
4416bf215546Sopenharmony_ci   "chips": ["gfx10"],
4417bf215546Sopenharmony_ci   "map": {"at": 165120, "to": "mm"},
4418bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XOFFSET_8"
4419bf215546Sopenharmony_ci  },
4420bf215546Sopenharmony_ci  {
4421bf215546Sopenharmony_ci   "chips": ["gfx10"],
4422bf215546Sopenharmony_ci   "map": {"at": 165124, "to": "mm"},
4423bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YSCALE_8"
4424bf215546Sopenharmony_ci  },
4425bf215546Sopenharmony_ci  {
4426bf215546Sopenharmony_ci   "chips": ["gfx10"],
4427bf215546Sopenharmony_ci   "map": {"at": 165128, "to": "mm"},
4428bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YOFFSET_8"
4429bf215546Sopenharmony_ci  },
4430bf215546Sopenharmony_ci  {
4431bf215546Sopenharmony_ci   "chips": ["gfx10"],
4432bf215546Sopenharmony_ci   "map": {"at": 165132, "to": "mm"},
4433bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZSCALE_8"
4434bf215546Sopenharmony_ci  },
4435bf215546Sopenharmony_ci  {
4436bf215546Sopenharmony_ci   "chips": ["gfx10"],
4437bf215546Sopenharmony_ci   "map": {"at": 165136, "to": "mm"},
4438bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZOFFSET_8"
4439bf215546Sopenharmony_ci  },
4440bf215546Sopenharmony_ci  {
4441bf215546Sopenharmony_ci   "chips": ["gfx10"],
4442bf215546Sopenharmony_ci   "map": {"at": 165140, "to": "mm"},
4443bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XSCALE_9"
4444bf215546Sopenharmony_ci  },
4445bf215546Sopenharmony_ci  {
4446bf215546Sopenharmony_ci   "chips": ["gfx10"],
4447bf215546Sopenharmony_ci   "map": {"at": 165144, "to": "mm"},
4448bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XOFFSET_9"
4449bf215546Sopenharmony_ci  },
4450bf215546Sopenharmony_ci  {
4451bf215546Sopenharmony_ci   "chips": ["gfx10"],
4452bf215546Sopenharmony_ci   "map": {"at": 165148, "to": "mm"},
4453bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YSCALE_9"
4454bf215546Sopenharmony_ci  },
4455bf215546Sopenharmony_ci  {
4456bf215546Sopenharmony_ci   "chips": ["gfx10"],
4457bf215546Sopenharmony_ci   "map": {"at": 165152, "to": "mm"},
4458bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YOFFSET_9"
4459bf215546Sopenharmony_ci  },
4460bf215546Sopenharmony_ci  {
4461bf215546Sopenharmony_ci   "chips": ["gfx10"],
4462bf215546Sopenharmony_ci   "map": {"at": 165156, "to": "mm"},
4463bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZSCALE_9"
4464bf215546Sopenharmony_ci  },
4465bf215546Sopenharmony_ci  {
4466bf215546Sopenharmony_ci   "chips": ["gfx10"],
4467bf215546Sopenharmony_ci   "map": {"at": 165160, "to": "mm"},
4468bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZOFFSET_9"
4469bf215546Sopenharmony_ci  },
4470bf215546Sopenharmony_ci  {
4471bf215546Sopenharmony_ci   "chips": ["gfx10"],
4472bf215546Sopenharmony_ci   "map": {"at": 165164, "to": "mm"},
4473bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XSCALE_10"
4474bf215546Sopenharmony_ci  },
4475bf215546Sopenharmony_ci  {
4476bf215546Sopenharmony_ci   "chips": ["gfx10"],
4477bf215546Sopenharmony_ci   "map": {"at": 165168, "to": "mm"},
4478bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XOFFSET_10"
4479bf215546Sopenharmony_ci  },
4480bf215546Sopenharmony_ci  {
4481bf215546Sopenharmony_ci   "chips": ["gfx10"],
4482bf215546Sopenharmony_ci   "map": {"at": 165172, "to": "mm"},
4483bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YSCALE_10"
4484bf215546Sopenharmony_ci  },
4485bf215546Sopenharmony_ci  {
4486bf215546Sopenharmony_ci   "chips": ["gfx10"],
4487bf215546Sopenharmony_ci   "map": {"at": 165176, "to": "mm"},
4488bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YOFFSET_10"
4489bf215546Sopenharmony_ci  },
4490bf215546Sopenharmony_ci  {
4491bf215546Sopenharmony_ci   "chips": ["gfx10"],
4492bf215546Sopenharmony_ci   "map": {"at": 165180, "to": "mm"},
4493bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZSCALE_10"
4494bf215546Sopenharmony_ci  },
4495bf215546Sopenharmony_ci  {
4496bf215546Sopenharmony_ci   "chips": ["gfx10"],
4497bf215546Sopenharmony_ci   "map": {"at": 165184, "to": "mm"},
4498bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZOFFSET_10"
4499bf215546Sopenharmony_ci  },
4500bf215546Sopenharmony_ci  {
4501bf215546Sopenharmony_ci   "chips": ["gfx10"],
4502bf215546Sopenharmony_ci   "map": {"at": 165188, "to": "mm"},
4503bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XSCALE_11"
4504bf215546Sopenharmony_ci  },
4505bf215546Sopenharmony_ci  {
4506bf215546Sopenharmony_ci   "chips": ["gfx10"],
4507bf215546Sopenharmony_ci   "map": {"at": 165192, "to": "mm"},
4508bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XOFFSET_11"
4509bf215546Sopenharmony_ci  },
4510bf215546Sopenharmony_ci  {
4511bf215546Sopenharmony_ci   "chips": ["gfx10"],
4512bf215546Sopenharmony_ci   "map": {"at": 165196, "to": "mm"},
4513bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YSCALE_11"
4514bf215546Sopenharmony_ci  },
4515bf215546Sopenharmony_ci  {
4516bf215546Sopenharmony_ci   "chips": ["gfx10"],
4517bf215546Sopenharmony_ci   "map": {"at": 165200, "to": "mm"},
4518bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YOFFSET_11"
4519bf215546Sopenharmony_ci  },
4520bf215546Sopenharmony_ci  {
4521bf215546Sopenharmony_ci   "chips": ["gfx10"],
4522bf215546Sopenharmony_ci   "map": {"at": 165204, "to": "mm"},
4523bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZSCALE_11"
4524bf215546Sopenharmony_ci  },
4525bf215546Sopenharmony_ci  {
4526bf215546Sopenharmony_ci   "chips": ["gfx10"],
4527bf215546Sopenharmony_ci   "map": {"at": 165208, "to": "mm"},
4528bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZOFFSET_11"
4529bf215546Sopenharmony_ci  },
4530bf215546Sopenharmony_ci  {
4531bf215546Sopenharmony_ci   "chips": ["gfx10"],
4532bf215546Sopenharmony_ci   "map": {"at": 165212, "to": "mm"},
4533bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XSCALE_12"
4534bf215546Sopenharmony_ci  },
4535bf215546Sopenharmony_ci  {
4536bf215546Sopenharmony_ci   "chips": ["gfx10"],
4537bf215546Sopenharmony_ci   "map": {"at": 165216, "to": "mm"},
4538bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XOFFSET_12"
4539bf215546Sopenharmony_ci  },
4540bf215546Sopenharmony_ci  {
4541bf215546Sopenharmony_ci   "chips": ["gfx10"],
4542bf215546Sopenharmony_ci   "map": {"at": 165220, "to": "mm"},
4543bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YSCALE_12"
4544bf215546Sopenharmony_ci  },
4545bf215546Sopenharmony_ci  {
4546bf215546Sopenharmony_ci   "chips": ["gfx10"],
4547bf215546Sopenharmony_ci   "map": {"at": 165224, "to": "mm"},
4548bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YOFFSET_12"
4549bf215546Sopenharmony_ci  },
4550bf215546Sopenharmony_ci  {
4551bf215546Sopenharmony_ci   "chips": ["gfx10"],
4552bf215546Sopenharmony_ci   "map": {"at": 165228, "to": "mm"},
4553bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZSCALE_12"
4554bf215546Sopenharmony_ci  },
4555bf215546Sopenharmony_ci  {
4556bf215546Sopenharmony_ci   "chips": ["gfx10"],
4557bf215546Sopenharmony_ci   "map": {"at": 165232, "to": "mm"},
4558bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZOFFSET_12"
4559bf215546Sopenharmony_ci  },
4560bf215546Sopenharmony_ci  {
4561bf215546Sopenharmony_ci   "chips": ["gfx10"],
4562bf215546Sopenharmony_ci   "map": {"at": 165236, "to": "mm"},
4563bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XSCALE_13"
4564bf215546Sopenharmony_ci  },
4565bf215546Sopenharmony_ci  {
4566bf215546Sopenharmony_ci   "chips": ["gfx10"],
4567bf215546Sopenharmony_ci   "map": {"at": 165240, "to": "mm"},
4568bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XOFFSET_13"
4569bf215546Sopenharmony_ci  },
4570bf215546Sopenharmony_ci  {
4571bf215546Sopenharmony_ci   "chips": ["gfx10"],
4572bf215546Sopenharmony_ci   "map": {"at": 165244, "to": "mm"},
4573bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YSCALE_13"
4574bf215546Sopenharmony_ci  },
4575bf215546Sopenharmony_ci  {
4576bf215546Sopenharmony_ci   "chips": ["gfx10"],
4577bf215546Sopenharmony_ci   "map": {"at": 165248, "to": "mm"},
4578bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YOFFSET_13"
4579bf215546Sopenharmony_ci  },
4580bf215546Sopenharmony_ci  {
4581bf215546Sopenharmony_ci   "chips": ["gfx10"],
4582bf215546Sopenharmony_ci   "map": {"at": 165252, "to": "mm"},
4583bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZSCALE_13"
4584bf215546Sopenharmony_ci  },
4585bf215546Sopenharmony_ci  {
4586bf215546Sopenharmony_ci   "chips": ["gfx10"],
4587bf215546Sopenharmony_ci   "map": {"at": 165256, "to": "mm"},
4588bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZOFFSET_13"
4589bf215546Sopenharmony_ci  },
4590bf215546Sopenharmony_ci  {
4591bf215546Sopenharmony_ci   "chips": ["gfx10"],
4592bf215546Sopenharmony_ci   "map": {"at": 165260, "to": "mm"},
4593bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XSCALE_14"
4594bf215546Sopenharmony_ci  },
4595bf215546Sopenharmony_ci  {
4596bf215546Sopenharmony_ci   "chips": ["gfx10"],
4597bf215546Sopenharmony_ci   "map": {"at": 165264, "to": "mm"},
4598bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XOFFSET_14"
4599bf215546Sopenharmony_ci  },
4600bf215546Sopenharmony_ci  {
4601bf215546Sopenharmony_ci   "chips": ["gfx10"],
4602bf215546Sopenharmony_ci   "map": {"at": 165268, "to": "mm"},
4603bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YSCALE_14"
4604bf215546Sopenharmony_ci  },
4605bf215546Sopenharmony_ci  {
4606bf215546Sopenharmony_ci   "chips": ["gfx10"],
4607bf215546Sopenharmony_ci   "map": {"at": 165272, "to": "mm"},
4608bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YOFFSET_14"
4609bf215546Sopenharmony_ci  },
4610bf215546Sopenharmony_ci  {
4611bf215546Sopenharmony_ci   "chips": ["gfx10"],
4612bf215546Sopenharmony_ci   "map": {"at": 165276, "to": "mm"},
4613bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZSCALE_14"
4614bf215546Sopenharmony_ci  },
4615bf215546Sopenharmony_ci  {
4616bf215546Sopenharmony_ci   "chips": ["gfx10"],
4617bf215546Sopenharmony_ci   "map": {"at": 165280, "to": "mm"},
4618bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZOFFSET_14"
4619bf215546Sopenharmony_ci  },
4620bf215546Sopenharmony_ci  {
4621bf215546Sopenharmony_ci   "chips": ["gfx10"],
4622bf215546Sopenharmony_ci   "map": {"at": 165284, "to": "mm"},
4623bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XSCALE_15"
4624bf215546Sopenharmony_ci  },
4625bf215546Sopenharmony_ci  {
4626bf215546Sopenharmony_ci   "chips": ["gfx10"],
4627bf215546Sopenharmony_ci   "map": {"at": 165288, "to": "mm"},
4628bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_XOFFSET_15"
4629bf215546Sopenharmony_ci  },
4630bf215546Sopenharmony_ci  {
4631bf215546Sopenharmony_ci   "chips": ["gfx10"],
4632bf215546Sopenharmony_ci   "map": {"at": 165292, "to": "mm"},
4633bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YSCALE_15"
4634bf215546Sopenharmony_ci  },
4635bf215546Sopenharmony_ci  {
4636bf215546Sopenharmony_ci   "chips": ["gfx10"],
4637bf215546Sopenharmony_ci   "map": {"at": 165296, "to": "mm"},
4638bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_YOFFSET_15"
4639bf215546Sopenharmony_ci  },
4640bf215546Sopenharmony_ci  {
4641bf215546Sopenharmony_ci   "chips": ["gfx10"],
4642bf215546Sopenharmony_ci   "map": {"at": 165300, "to": "mm"},
4643bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZSCALE_15"
4644bf215546Sopenharmony_ci  },
4645bf215546Sopenharmony_ci  {
4646bf215546Sopenharmony_ci   "chips": ["gfx10"],
4647bf215546Sopenharmony_ci   "map": {"at": 165304, "to": "mm"},
4648bf215546Sopenharmony_ci   "name": "PA_CL_VPORT_ZOFFSET_15"
4649bf215546Sopenharmony_ci  },
4650bf215546Sopenharmony_ci  {
4651bf215546Sopenharmony_ci   "chips": ["gfx10"],
4652bf215546Sopenharmony_ci   "map": {"at": 165308, "to": "mm"},
4653bf215546Sopenharmony_ci   "name": "PA_CL_UCP_0_X"
4654bf215546Sopenharmony_ci  },
4655bf215546Sopenharmony_ci  {
4656bf215546Sopenharmony_ci   "chips": ["gfx10"],
4657bf215546Sopenharmony_ci   "map": {"at": 165312, "to": "mm"},
4658bf215546Sopenharmony_ci   "name": "PA_CL_UCP_0_Y"
4659bf215546Sopenharmony_ci  },
4660bf215546Sopenharmony_ci  {
4661bf215546Sopenharmony_ci   "chips": ["gfx10"],
4662bf215546Sopenharmony_ci   "map": {"at": 165316, "to": "mm"},
4663bf215546Sopenharmony_ci   "name": "PA_CL_UCP_0_Z"
4664bf215546Sopenharmony_ci  },
4665bf215546Sopenharmony_ci  {
4666bf215546Sopenharmony_ci   "chips": ["gfx10"],
4667bf215546Sopenharmony_ci   "map": {"at": 165320, "to": "mm"},
4668bf215546Sopenharmony_ci   "name": "PA_CL_UCP_0_W"
4669bf215546Sopenharmony_ci  },
4670bf215546Sopenharmony_ci  {
4671bf215546Sopenharmony_ci   "chips": ["gfx10"],
4672bf215546Sopenharmony_ci   "map": {"at": 165324, "to": "mm"},
4673bf215546Sopenharmony_ci   "name": "PA_CL_UCP_1_X"
4674bf215546Sopenharmony_ci  },
4675bf215546Sopenharmony_ci  {
4676bf215546Sopenharmony_ci   "chips": ["gfx10"],
4677bf215546Sopenharmony_ci   "map": {"at": 165328, "to": "mm"},
4678bf215546Sopenharmony_ci   "name": "PA_CL_UCP_1_Y"
4679bf215546Sopenharmony_ci  },
4680bf215546Sopenharmony_ci  {
4681bf215546Sopenharmony_ci   "chips": ["gfx10"],
4682bf215546Sopenharmony_ci   "map": {"at": 165332, "to": "mm"},
4683bf215546Sopenharmony_ci   "name": "PA_CL_UCP_1_Z"
4684bf215546Sopenharmony_ci  },
4685bf215546Sopenharmony_ci  {
4686bf215546Sopenharmony_ci   "chips": ["gfx10"],
4687bf215546Sopenharmony_ci   "map": {"at": 165336, "to": "mm"},
4688bf215546Sopenharmony_ci   "name": "PA_CL_UCP_1_W"
4689bf215546Sopenharmony_ci  },
4690bf215546Sopenharmony_ci  {
4691bf215546Sopenharmony_ci   "chips": ["gfx10"],
4692bf215546Sopenharmony_ci   "map": {"at": 165340, "to": "mm"},
4693bf215546Sopenharmony_ci   "name": "PA_CL_UCP_2_X"
4694bf215546Sopenharmony_ci  },
4695bf215546Sopenharmony_ci  {
4696bf215546Sopenharmony_ci   "chips": ["gfx10"],
4697bf215546Sopenharmony_ci   "map": {"at": 165344, "to": "mm"},
4698bf215546Sopenharmony_ci   "name": "PA_CL_UCP_2_Y"
4699bf215546Sopenharmony_ci  },
4700bf215546Sopenharmony_ci  {
4701bf215546Sopenharmony_ci   "chips": ["gfx10"],
4702bf215546Sopenharmony_ci   "map": {"at": 165348, "to": "mm"},
4703bf215546Sopenharmony_ci   "name": "PA_CL_UCP_2_Z"
4704bf215546Sopenharmony_ci  },
4705bf215546Sopenharmony_ci  {
4706bf215546Sopenharmony_ci   "chips": ["gfx10"],
4707bf215546Sopenharmony_ci   "map": {"at": 165352, "to": "mm"},
4708bf215546Sopenharmony_ci   "name": "PA_CL_UCP_2_W"
4709bf215546Sopenharmony_ci  },
4710bf215546Sopenharmony_ci  {
4711bf215546Sopenharmony_ci   "chips": ["gfx10"],
4712bf215546Sopenharmony_ci   "map": {"at": 165356, "to": "mm"},
4713bf215546Sopenharmony_ci   "name": "PA_CL_UCP_3_X"
4714bf215546Sopenharmony_ci  },
4715bf215546Sopenharmony_ci  {
4716bf215546Sopenharmony_ci   "chips": ["gfx10"],
4717bf215546Sopenharmony_ci   "map": {"at": 165360, "to": "mm"},
4718bf215546Sopenharmony_ci   "name": "PA_CL_UCP_3_Y"
4719bf215546Sopenharmony_ci  },
4720bf215546Sopenharmony_ci  {
4721bf215546Sopenharmony_ci   "chips": ["gfx10"],
4722bf215546Sopenharmony_ci   "map": {"at": 165364, "to": "mm"},
4723bf215546Sopenharmony_ci   "name": "PA_CL_UCP_3_Z"
4724bf215546Sopenharmony_ci  },
4725bf215546Sopenharmony_ci  {
4726bf215546Sopenharmony_ci   "chips": ["gfx10"],
4727bf215546Sopenharmony_ci   "map": {"at": 165368, "to": "mm"},
4728bf215546Sopenharmony_ci   "name": "PA_CL_UCP_3_W"
4729bf215546Sopenharmony_ci  },
4730bf215546Sopenharmony_ci  {
4731bf215546Sopenharmony_ci   "chips": ["gfx10"],
4732bf215546Sopenharmony_ci   "map": {"at": 165372, "to": "mm"},
4733bf215546Sopenharmony_ci   "name": "PA_CL_UCP_4_X"
4734bf215546Sopenharmony_ci  },
4735bf215546Sopenharmony_ci  {
4736bf215546Sopenharmony_ci   "chips": ["gfx10"],
4737bf215546Sopenharmony_ci   "map": {"at": 165376, "to": "mm"},
4738bf215546Sopenharmony_ci   "name": "PA_CL_UCP_4_Y"
4739bf215546Sopenharmony_ci  },
4740bf215546Sopenharmony_ci  {
4741bf215546Sopenharmony_ci   "chips": ["gfx10"],
4742bf215546Sopenharmony_ci   "map": {"at": 165380, "to": "mm"},
4743bf215546Sopenharmony_ci   "name": "PA_CL_UCP_4_Z"
4744bf215546Sopenharmony_ci  },
4745bf215546Sopenharmony_ci  {
4746bf215546Sopenharmony_ci   "chips": ["gfx10"],
4747bf215546Sopenharmony_ci   "map": {"at": 165384, "to": "mm"},
4748bf215546Sopenharmony_ci   "name": "PA_CL_UCP_4_W"
4749bf215546Sopenharmony_ci  },
4750bf215546Sopenharmony_ci  {
4751bf215546Sopenharmony_ci   "chips": ["gfx10"],
4752bf215546Sopenharmony_ci   "map": {"at": 165388, "to": "mm"},
4753bf215546Sopenharmony_ci   "name": "PA_CL_UCP_5_X"
4754bf215546Sopenharmony_ci  },
4755bf215546Sopenharmony_ci  {
4756bf215546Sopenharmony_ci   "chips": ["gfx10"],
4757bf215546Sopenharmony_ci   "map": {"at": 165392, "to": "mm"},
4758bf215546Sopenharmony_ci   "name": "PA_CL_UCP_5_Y"
4759bf215546Sopenharmony_ci  },
4760bf215546Sopenharmony_ci  {
4761bf215546Sopenharmony_ci   "chips": ["gfx10"],
4762bf215546Sopenharmony_ci   "map": {"at": 165396, "to": "mm"},
4763bf215546Sopenharmony_ci   "name": "PA_CL_UCP_5_Z"
4764bf215546Sopenharmony_ci  },
4765bf215546Sopenharmony_ci  {
4766bf215546Sopenharmony_ci   "chips": ["gfx10"],
4767bf215546Sopenharmony_ci   "map": {"at": 165400, "to": "mm"},
4768bf215546Sopenharmony_ci   "name": "PA_CL_UCP_5_W"
4769bf215546Sopenharmony_ci  },
4770bf215546Sopenharmony_ci  {
4771bf215546Sopenharmony_ci   "chips": ["gfx10"],
4772bf215546Sopenharmony_ci   "map": {"at": 165404, "to": "mm"},
4773bf215546Sopenharmony_ci   "name": "PA_CL_PROG_NEAR_CLIP_Z"
4774bf215546Sopenharmony_ci  },
4775bf215546Sopenharmony_ci  {
4776bf215546Sopenharmony_ci   "chips": ["gfx10"],
4777bf215546Sopenharmony_ci   "map": {"at": 165444, "to": "mm"},
4778bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_0",
4779bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_0"
4780bf215546Sopenharmony_ci  },
4781bf215546Sopenharmony_ci  {
4782bf215546Sopenharmony_ci   "chips": ["gfx10"],
4783bf215546Sopenharmony_ci   "map": {"at": 165448, "to": "mm"},
4784bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_1",
4785bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_0"
4786bf215546Sopenharmony_ci  },
4787bf215546Sopenharmony_ci  {
4788bf215546Sopenharmony_ci   "chips": ["gfx10"],
4789bf215546Sopenharmony_ci   "map": {"at": 165452, "to": "mm"},
4790bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_2",
4791bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_0"
4792bf215546Sopenharmony_ci  },
4793bf215546Sopenharmony_ci  {
4794bf215546Sopenharmony_ci   "chips": ["gfx10"],
4795bf215546Sopenharmony_ci   "map": {"at": 165456, "to": "mm"},
4796bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_3",
4797bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_0"
4798bf215546Sopenharmony_ci  },
4799bf215546Sopenharmony_ci  {
4800bf215546Sopenharmony_ci   "chips": ["gfx10"],
4801bf215546Sopenharmony_ci   "map": {"at": 165460, "to": "mm"},
4802bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_4",
4803bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_0"
4804bf215546Sopenharmony_ci  },
4805bf215546Sopenharmony_ci  {
4806bf215546Sopenharmony_ci   "chips": ["gfx10"],
4807bf215546Sopenharmony_ci   "map": {"at": 165464, "to": "mm"},
4808bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_5",
4809bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_0"
4810bf215546Sopenharmony_ci  },
4811bf215546Sopenharmony_ci  {
4812bf215546Sopenharmony_ci   "chips": ["gfx10"],
4813bf215546Sopenharmony_ci   "map": {"at": 165468, "to": "mm"},
4814bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_6",
4815bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_0"
4816bf215546Sopenharmony_ci  },
4817bf215546Sopenharmony_ci  {
4818bf215546Sopenharmony_ci   "chips": ["gfx10"],
4819bf215546Sopenharmony_ci   "map": {"at": 165472, "to": "mm"},
4820bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_7",
4821bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_0"
4822bf215546Sopenharmony_ci  },
4823bf215546Sopenharmony_ci  {
4824bf215546Sopenharmony_ci   "chips": ["gfx10"],
4825bf215546Sopenharmony_ci   "map": {"at": 165476, "to": "mm"},
4826bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_8",
4827bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_0"
4828bf215546Sopenharmony_ci  },
4829bf215546Sopenharmony_ci  {
4830bf215546Sopenharmony_ci   "chips": ["gfx10"],
4831bf215546Sopenharmony_ci   "map": {"at": 165480, "to": "mm"},
4832bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_9",
4833bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_0"
4834bf215546Sopenharmony_ci  },
4835bf215546Sopenharmony_ci  {
4836bf215546Sopenharmony_ci   "chips": ["gfx10"],
4837bf215546Sopenharmony_ci   "map": {"at": 165484, "to": "mm"},
4838bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_10",
4839bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_0"
4840bf215546Sopenharmony_ci  },
4841bf215546Sopenharmony_ci  {
4842bf215546Sopenharmony_ci   "chips": ["gfx10"],
4843bf215546Sopenharmony_ci   "map": {"at": 165488, "to": "mm"},
4844bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_11",
4845bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_0"
4846bf215546Sopenharmony_ci  },
4847bf215546Sopenharmony_ci  {
4848bf215546Sopenharmony_ci   "chips": ["gfx10"],
4849bf215546Sopenharmony_ci   "map": {"at": 165492, "to": "mm"},
4850bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_12",
4851bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_0"
4852bf215546Sopenharmony_ci  },
4853bf215546Sopenharmony_ci  {
4854bf215546Sopenharmony_ci   "chips": ["gfx10"],
4855bf215546Sopenharmony_ci   "map": {"at": 165496, "to": "mm"},
4856bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_13",
4857bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_0"
4858bf215546Sopenharmony_ci  },
4859bf215546Sopenharmony_ci  {
4860bf215546Sopenharmony_ci   "chips": ["gfx10"],
4861bf215546Sopenharmony_ci   "map": {"at": 165500, "to": "mm"},
4862bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_14",
4863bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_0"
4864bf215546Sopenharmony_ci  },
4865bf215546Sopenharmony_ci  {
4866bf215546Sopenharmony_ci   "chips": ["gfx10"],
4867bf215546Sopenharmony_ci   "map": {"at": 165504, "to": "mm"},
4868bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_15",
4869bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_0"
4870bf215546Sopenharmony_ci  },
4871bf215546Sopenharmony_ci  {
4872bf215546Sopenharmony_ci   "chips": ["gfx10"],
4873bf215546Sopenharmony_ci   "map": {"at": 165508, "to": "mm"},
4874bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_16",
4875bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_0"
4876bf215546Sopenharmony_ci  },
4877bf215546Sopenharmony_ci  {
4878bf215546Sopenharmony_ci   "chips": ["gfx10"],
4879bf215546Sopenharmony_ci   "map": {"at": 165512, "to": "mm"},
4880bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_17",
4881bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_0"
4882bf215546Sopenharmony_ci  },
4883bf215546Sopenharmony_ci  {
4884bf215546Sopenharmony_ci   "chips": ["gfx10"],
4885bf215546Sopenharmony_ci   "map": {"at": 165516, "to": "mm"},
4886bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_18",
4887bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_0"
4888bf215546Sopenharmony_ci  },
4889bf215546Sopenharmony_ci  {
4890bf215546Sopenharmony_ci   "chips": ["gfx10"],
4891bf215546Sopenharmony_ci   "map": {"at": 165520, "to": "mm"},
4892bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_19",
4893bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_0"
4894bf215546Sopenharmony_ci  },
4895bf215546Sopenharmony_ci  {
4896bf215546Sopenharmony_ci   "chips": ["gfx10"],
4897bf215546Sopenharmony_ci   "map": {"at": 165524, "to": "mm"},
4898bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_20",
4899bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_20"
4900bf215546Sopenharmony_ci  },
4901bf215546Sopenharmony_ci  {
4902bf215546Sopenharmony_ci   "chips": ["gfx10"],
4903bf215546Sopenharmony_ci   "map": {"at": 165528, "to": "mm"},
4904bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_21",
4905bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_20"
4906bf215546Sopenharmony_ci  },
4907bf215546Sopenharmony_ci  {
4908bf215546Sopenharmony_ci   "chips": ["gfx10"],
4909bf215546Sopenharmony_ci   "map": {"at": 165532, "to": "mm"},
4910bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_22",
4911bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_20"
4912bf215546Sopenharmony_ci  },
4913bf215546Sopenharmony_ci  {
4914bf215546Sopenharmony_ci   "chips": ["gfx10"],
4915bf215546Sopenharmony_ci   "map": {"at": 165536, "to": "mm"},
4916bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_23",
4917bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_20"
4918bf215546Sopenharmony_ci  },
4919bf215546Sopenharmony_ci  {
4920bf215546Sopenharmony_ci   "chips": ["gfx10"],
4921bf215546Sopenharmony_ci   "map": {"at": 165540, "to": "mm"},
4922bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_24",
4923bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_20"
4924bf215546Sopenharmony_ci  },
4925bf215546Sopenharmony_ci  {
4926bf215546Sopenharmony_ci   "chips": ["gfx10"],
4927bf215546Sopenharmony_ci   "map": {"at": 165544, "to": "mm"},
4928bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_25",
4929bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_20"
4930bf215546Sopenharmony_ci  },
4931bf215546Sopenharmony_ci  {
4932bf215546Sopenharmony_ci   "chips": ["gfx10"],
4933bf215546Sopenharmony_ci   "map": {"at": 165548, "to": "mm"},
4934bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_26",
4935bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_20"
4936bf215546Sopenharmony_ci  },
4937bf215546Sopenharmony_ci  {
4938bf215546Sopenharmony_ci   "chips": ["gfx10"],
4939bf215546Sopenharmony_ci   "map": {"at": 165552, "to": "mm"},
4940bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_27",
4941bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_20"
4942bf215546Sopenharmony_ci  },
4943bf215546Sopenharmony_ci  {
4944bf215546Sopenharmony_ci   "chips": ["gfx10"],
4945bf215546Sopenharmony_ci   "map": {"at": 165556, "to": "mm"},
4946bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_28",
4947bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_20"
4948bf215546Sopenharmony_ci  },
4949bf215546Sopenharmony_ci  {
4950bf215546Sopenharmony_ci   "chips": ["gfx10"],
4951bf215546Sopenharmony_ci   "map": {"at": 165560, "to": "mm"},
4952bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_29",
4953bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_20"
4954bf215546Sopenharmony_ci  },
4955bf215546Sopenharmony_ci  {
4956bf215546Sopenharmony_ci   "chips": ["gfx10"],
4957bf215546Sopenharmony_ci   "map": {"at": 165564, "to": "mm"},
4958bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_30",
4959bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_20"
4960bf215546Sopenharmony_ci  },
4961bf215546Sopenharmony_ci  {
4962bf215546Sopenharmony_ci   "chips": ["gfx10"],
4963bf215546Sopenharmony_ci   "map": {"at": 165568, "to": "mm"},
4964bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_CNTL_31",
4965bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_CNTL_20"
4966bf215546Sopenharmony_ci  },
4967bf215546Sopenharmony_ci  {
4968bf215546Sopenharmony_ci   "chips": ["gfx10"],
4969bf215546Sopenharmony_ci   "map": {"at": 165572, "to": "mm"},
4970bf215546Sopenharmony_ci   "name": "SPI_VS_OUT_CONFIG",
4971bf215546Sopenharmony_ci   "type_ref": "SPI_VS_OUT_CONFIG"
4972bf215546Sopenharmony_ci  },
4973bf215546Sopenharmony_ci  {
4974bf215546Sopenharmony_ci   "chips": ["gfx10"],
4975bf215546Sopenharmony_ci   "map": {"at": 165580, "to": "mm"},
4976bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_ENA",
4977bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_ENA"
4978bf215546Sopenharmony_ci  },
4979bf215546Sopenharmony_ci  {
4980bf215546Sopenharmony_ci   "chips": ["gfx10"],
4981bf215546Sopenharmony_ci   "map": {"at": 165584, "to": "mm"},
4982bf215546Sopenharmony_ci   "name": "SPI_PS_INPUT_ADDR",
4983bf215546Sopenharmony_ci   "type_ref": "SPI_PS_INPUT_ENA"
4984bf215546Sopenharmony_ci  },
4985bf215546Sopenharmony_ci  {
4986bf215546Sopenharmony_ci   "chips": ["gfx10"],
4987bf215546Sopenharmony_ci   "map": {"at": 165588, "to": "mm"},
4988bf215546Sopenharmony_ci   "name": "SPI_INTERP_CONTROL_0",
4989bf215546Sopenharmony_ci   "type_ref": "SPI_INTERP_CONTROL_0"
4990bf215546Sopenharmony_ci  },
4991bf215546Sopenharmony_ci  {
4992bf215546Sopenharmony_ci   "chips": ["gfx10"],
4993bf215546Sopenharmony_ci   "map": {"at": 165592, "to": "mm"},
4994bf215546Sopenharmony_ci   "name": "SPI_PS_IN_CONTROL",
4995bf215546Sopenharmony_ci   "type_ref": "SPI_PS_IN_CONTROL"
4996bf215546Sopenharmony_ci  },
4997bf215546Sopenharmony_ci  {
4998bf215546Sopenharmony_ci   "chips": ["gfx10"],
4999bf215546Sopenharmony_ci   "map": {"at": 165600, "to": "mm"},
5000bf215546Sopenharmony_ci   "name": "SPI_BARYC_CNTL",
5001bf215546Sopenharmony_ci   "type_ref": "SPI_BARYC_CNTL"
5002bf215546Sopenharmony_ci  },
5003bf215546Sopenharmony_ci  {
5004bf215546Sopenharmony_ci   "chips": ["gfx10"],
5005bf215546Sopenharmony_ci   "map": {"at": 165608, "to": "mm"},
5006bf215546Sopenharmony_ci   "name": "SPI_TMPRING_SIZE",
5007bf215546Sopenharmony_ci   "type_ref": "COMPUTE_TMPRING_SIZE"
5008bf215546Sopenharmony_ci  },
5009bf215546Sopenharmony_ci  {
5010bf215546Sopenharmony_ci   "chips": ["gfx10"],
5011bf215546Sopenharmony_ci   "map": {"at": 165640, "to": "mm"},
5012bf215546Sopenharmony_ci   "name": "SPI_SHADER_IDX_FORMAT",
5013bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_IDX_FORMAT"
5014bf215546Sopenharmony_ci  },
5015bf215546Sopenharmony_ci  {
5016bf215546Sopenharmony_ci   "chips": ["gfx10"],
5017bf215546Sopenharmony_ci   "map": {"at": 165644, "to": "mm"},
5018bf215546Sopenharmony_ci   "name": "SPI_SHADER_POS_FORMAT",
5019bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_POS_FORMAT"
5020bf215546Sopenharmony_ci  },
5021bf215546Sopenharmony_ci  {
5022bf215546Sopenharmony_ci   "chips": ["gfx10"],
5023bf215546Sopenharmony_ci   "map": {"at": 165648, "to": "mm"},
5024bf215546Sopenharmony_ci   "name": "SPI_SHADER_Z_FORMAT",
5025bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_Z_FORMAT"
5026bf215546Sopenharmony_ci  },
5027bf215546Sopenharmony_ci  {
5028bf215546Sopenharmony_ci   "chips": ["gfx10"],
5029bf215546Sopenharmony_ci   "map": {"at": 165652, "to": "mm"},
5030bf215546Sopenharmony_ci   "name": "SPI_SHADER_COL_FORMAT",
5031bf215546Sopenharmony_ci   "type_ref": "SPI_SHADER_COL_FORMAT"
5032bf215546Sopenharmony_ci  },
5033bf215546Sopenharmony_ci  {
5034bf215546Sopenharmony_ci   "chips": ["gfx10"],
5035bf215546Sopenharmony_ci   "map": {"at": 165716, "to": "mm"},
5036bf215546Sopenharmony_ci   "name": "SX_PS_DOWNCONVERT",
5037bf215546Sopenharmony_ci   "type_ref": "SX_PS_DOWNCONVERT"
5038bf215546Sopenharmony_ci  },
5039bf215546Sopenharmony_ci  {
5040bf215546Sopenharmony_ci   "chips": ["gfx10"],
5041bf215546Sopenharmony_ci   "map": {"at": 165720, "to": "mm"},
5042bf215546Sopenharmony_ci   "name": "SX_BLEND_OPT_EPSILON",
5043bf215546Sopenharmony_ci   "type_ref": "SX_BLEND_OPT_EPSILON"
5044bf215546Sopenharmony_ci  },
5045bf215546Sopenharmony_ci  {
5046bf215546Sopenharmony_ci   "chips": ["gfx10"],
5047bf215546Sopenharmony_ci   "map": {"at": 165724, "to": "mm"},
5048bf215546Sopenharmony_ci   "name": "SX_BLEND_OPT_CONTROL",
5049bf215546Sopenharmony_ci   "type_ref": "SX_BLEND_OPT_CONTROL"
5050bf215546Sopenharmony_ci  },
5051bf215546Sopenharmony_ci  {
5052bf215546Sopenharmony_ci   "chips": ["gfx10"],
5053bf215546Sopenharmony_ci   "map": {"at": 165728, "to": "mm"},
5054bf215546Sopenharmony_ci   "name": "SX_MRT0_BLEND_OPT",
5055bf215546Sopenharmony_ci   "type_ref": "SX_MRT0_BLEND_OPT"
5056bf215546Sopenharmony_ci  },
5057bf215546Sopenharmony_ci  {
5058bf215546Sopenharmony_ci   "chips": ["gfx10"],
5059bf215546Sopenharmony_ci   "map": {"at": 165732, "to": "mm"},
5060bf215546Sopenharmony_ci   "name": "SX_MRT1_BLEND_OPT",
5061bf215546Sopenharmony_ci   "type_ref": "SX_MRT0_BLEND_OPT"
5062bf215546Sopenharmony_ci  },
5063bf215546Sopenharmony_ci  {
5064bf215546Sopenharmony_ci   "chips": ["gfx10"],
5065bf215546Sopenharmony_ci   "map": {"at": 165736, "to": "mm"},
5066bf215546Sopenharmony_ci   "name": "SX_MRT2_BLEND_OPT",
5067bf215546Sopenharmony_ci   "type_ref": "SX_MRT0_BLEND_OPT"
5068bf215546Sopenharmony_ci  },
5069bf215546Sopenharmony_ci  {
5070bf215546Sopenharmony_ci   "chips": ["gfx10"],
5071bf215546Sopenharmony_ci   "map": {"at": 165740, "to": "mm"},
5072bf215546Sopenharmony_ci   "name": "SX_MRT3_BLEND_OPT",
5073bf215546Sopenharmony_ci   "type_ref": "SX_MRT0_BLEND_OPT"
5074bf215546Sopenharmony_ci  },
5075bf215546Sopenharmony_ci  {
5076bf215546Sopenharmony_ci   "chips": ["gfx10"],
5077bf215546Sopenharmony_ci   "map": {"at": 165744, "to": "mm"},
5078bf215546Sopenharmony_ci   "name": "SX_MRT4_BLEND_OPT",
5079bf215546Sopenharmony_ci   "type_ref": "SX_MRT0_BLEND_OPT"
5080bf215546Sopenharmony_ci  },
5081bf215546Sopenharmony_ci  {
5082bf215546Sopenharmony_ci   "chips": ["gfx10"],
5083bf215546Sopenharmony_ci   "map": {"at": 165748, "to": "mm"},
5084bf215546Sopenharmony_ci   "name": "SX_MRT5_BLEND_OPT",
5085bf215546Sopenharmony_ci   "type_ref": "SX_MRT0_BLEND_OPT"
5086bf215546Sopenharmony_ci  },
5087bf215546Sopenharmony_ci  {
5088bf215546Sopenharmony_ci   "chips": ["gfx10"],
5089bf215546Sopenharmony_ci   "map": {"at": 165752, "to": "mm"},
5090bf215546Sopenharmony_ci   "name": "SX_MRT6_BLEND_OPT",
5091bf215546Sopenharmony_ci   "type_ref": "SX_MRT0_BLEND_OPT"
5092bf215546Sopenharmony_ci  },
5093bf215546Sopenharmony_ci  {
5094bf215546Sopenharmony_ci   "chips": ["gfx10"],
5095bf215546Sopenharmony_ci   "map": {"at": 165756, "to": "mm"},
5096bf215546Sopenharmony_ci   "name": "SX_MRT7_BLEND_OPT",
5097bf215546Sopenharmony_ci   "type_ref": "SX_MRT0_BLEND_OPT"
5098bf215546Sopenharmony_ci  },
5099bf215546Sopenharmony_ci  {
5100bf215546Sopenharmony_ci   "chips": ["gfx10"],
5101bf215546Sopenharmony_ci   "map": {"at": 165760, "to": "mm"},
5102bf215546Sopenharmony_ci   "name": "CB_BLEND0_CONTROL",
5103bf215546Sopenharmony_ci   "type_ref": "CB_BLEND0_CONTROL"
5104bf215546Sopenharmony_ci  },
5105bf215546Sopenharmony_ci  {
5106bf215546Sopenharmony_ci   "chips": ["gfx10"],
5107bf215546Sopenharmony_ci   "map": {"at": 165764, "to": "mm"},
5108bf215546Sopenharmony_ci   "name": "CB_BLEND1_CONTROL",
5109bf215546Sopenharmony_ci   "type_ref": "CB_BLEND0_CONTROL"
5110bf215546Sopenharmony_ci  },
5111bf215546Sopenharmony_ci  {
5112bf215546Sopenharmony_ci   "chips": ["gfx10"],
5113bf215546Sopenharmony_ci   "map": {"at": 165768, "to": "mm"},
5114bf215546Sopenharmony_ci   "name": "CB_BLEND2_CONTROL",
5115bf215546Sopenharmony_ci   "type_ref": "CB_BLEND0_CONTROL"
5116bf215546Sopenharmony_ci  },
5117bf215546Sopenharmony_ci  {
5118bf215546Sopenharmony_ci   "chips": ["gfx10"],
5119bf215546Sopenharmony_ci   "map": {"at": 165772, "to": "mm"},
5120bf215546Sopenharmony_ci   "name": "CB_BLEND3_CONTROL",
5121bf215546Sopenharmony_ci   "type_ref": "CB_BLEND0_CONTROL"
5122bf215546Sopenharmony_ci  },
5123bf215546Sopenharmony_ci  {
5124bf215546Sopenharmony_ci   "chips": ["gfx10"],
5125bf215546Sopenharmony_ci   "map": {"at": 165776, "to": "mm"},
5126bf215546Sopenharmony_ci   "name": "CB_BLEND4_CONTROL",
5127bf215546Sopenharmony_ci   "type_ref": "CB_BLEND0_CONTROL"
5128bf215546Sopenharmony_ci  },
5129bf215546Sopenharmony_ci  {
5130bf215546Sopenharmony_ci   "chips": ["gfx10"],
5131bf215546Sopenharmony_ci   "map": {"at": 165780, "to": "mm"},
5132bf215546Sopenharmony_ci   "name": "CB_BLEND5_CONTROL",
5133bf215546Sopenharmony_ci   "type_ref": "CB_BLEND0_CONTROL"
5134bf215546Sopenharmony_ci  },
5135bf215546Sopenharmony_ci  {
5136bf215546Sopenharmony_ci   "chips": ["gfx10"],
5137bf215546Sopenharmony_ci   "map": {"at": 165784, "to": "mm"},
5138bf215546Sopenharmony_ci   "name": "CB_BLEND6_CONTROL",
5139bf215546Sopenharmony_ci   "type_ref": "CB_BLEND0_CONTROL"
5140bf215546Sopenharmony_ci  },
5141bf215546Sopenharmony_ci  {
5142bf215546Sopenharmony_ci   "chips": ["gfx10"],
5143bf215546Sopenharmony_ci   "map": {"at": 165788, "to": "mm"},
5144bf215546Sopenharmony_ci   "name": "CB_BLEND7_CONTROL",
5145bf215546Sopenharmony_ci   "type_ref": "CB_BLEND0_CONTROL"
5146bf215546Sopenharmony_ci  },
5147bf215546Sopenharmony_ci  {
5148bf215546Sopenharmony_ci   "chips": ["gfx10"],
5149bf215546Sopenharmony_ci   "map": {"at": 165836, "to": "mm"},
5150bf215546Sopenharmony_ci   "name": "CS_COPY_STATE",
5151bf215546Sopenharmony_ci   "type_ref": "CS_COPY_STATE"
5152bf215546Sopenharmony_ci  },
5153bf215546Sopenharmony_ci  {
5154bf215546Sopenharmony_ci   "chips": ["gfx10"],
5155bf215546Sopenharmony_ci   "map": {"at": 165840, "to": "mm"},
5156bf215546Sopenharmony_ci   "name": "GFX_COPY_STATE",
5157bf215546Sopenharmony_ci   "type_ref": "CS_COPY_STATE"
5158bf215546Sopenharmony_ci  },
5159bf215546Sopenharmony_ci  {
5160bf215546Sopenharmony_ci   "chips": ["gfx10"],
5161bf215546Sopenharmony_ci   "map": {"at": 165844, "to": "mm"},
5162bf215546Sopenharmony_ci   "name": "PA_CL_POINT_X_RAD"
5163bf215546Sopenharmony_ci  },
5164bf215546Sopenharmony_ci  {
5165bf215546Sopenharmony_ci   "chips": ["gfx10"],
5166bf215546Sopenharmony_ci   "map": {"at": 165848, "to": "mm"},
5167bf215546Sopenharmony_ci   "name": "PA_CL_POINT_Y_RAD"
5168bf215546Sopenharmony_ci  },
5169bf215546Sopenharmony_ci  {
5170bf215546Sopenharmony_ci   "chips": ["gfx10"],
5171bf215546Sopenharmony_ci   "map": {"at": 165852, "to": "mm"},
5172bf215546Sopenharmony_ci   "name": "PA_CL_POINT_SIZE"
5173bf215546Sopenharmony_ci  },
5174bf215546Sopenharmony_ci  {
5175bf215546Sopenharmony_ci   "chips": ["gfx10"],
5176bf215546Sopenharmony_ci   "map": {"at": 165856, "to": "mm"},
5177bf215546Sopenharmony_ci   "name": "PA_CL_POINT_CULL_RAD"
5178bf215546Sopenharmony_ci  },
5179bf215546Sopenharmony_ci  {
5180bf215546Sopenharmony_ci   "chips": ["gfx10"],
5181bf215546Sopenharmony_ci   "map": {"at": 165860, "to": "mm"},
5182bf215546Sopenharmony_ci   "name": "VGT_DMA_BASE_HI",
5183bf215546Sopenharmony_ci   "type_ref": "VGT_DMA_BASE_HI"
5184bf215546Sopenharmony_ci  },
5185bf215546Sopenharmony_ci  {
5186bf215546Sopenharmony_ci   "chips": ["gfx10"],
5187bf215546Sopenharmony_ci   "map": {"at": 165864, "to": "mm"},
5188bf215546Sopenharmony_ci   "name": "VGT_DMA_BASE"
5189bf215546Sopenharmony_ci  },
5190bf215546Sopenharmony_ci  {
5191bf215546Sopenharmony_ci   "chips": ["gfx10"],
5192bf215546Sopenharmony_ci   "map": {"at": 165872, "to": "mm"},
5193bf215546Sopenharmony_ci   "name": "VGT_DRAW_INITIATOR",
5194bf215546Sopenharmony_ci   "type_ref": "VGT_DRAW_INITIATOR"
5195bf215546Sopenharmony_ci  },
5196bf215546Sopenharmony_ci  {
5197bf215546Sopenharmony_ci   "chips": ["gfx10"],
5198bf215546Sopenharmony_ci   "map": {"at": 165876, "to": "mm"},
5199bf215546Sopenharmony_ci   "name": "VGT_IMMED_DATA"
5200bf215546Sopenharmony_ci  },
5201bf215546Sopenharmony_ci  {
5202bf215546Sopenharmony_ci   "chips": ["gfx10"],
5203bf215546Sopenharmony_ci   "map": {"at": 165880, "to": "mm"},
5204bf215546Sopenharmony_ci   "name": "VGT_EVENT_ADDRESS_REG",
5205bf215546Sopenharmony_ci   "type_ref": "VGT_EVENT_ADDRESS_REG"
5206bf215546Sopenharmony_ci  },
5207bf215546Sopenharmony_ci  {
5208bf215546Sopenharmony_ci   "chips": ["gfx10"],
5209bf215546Sopenharmony_ci   "map": {"at": 165884, "to": "mm"},
5210bf215546Sopenharmony_ci   "name": "GE_MAX_OUTPUT_PER_SUBGROUP",
5211bf215546Sopenharmony_ci   "type_ref": "GE_MAX_OUTPUT_PER_SUBGROUP"
5212bf215546Sopenharmony_ci  },
5213bf215546Sopenharmony_ci  {
5214bf215546Sopenharmony_ci   "chips": ["gfx10"],
5215bf215546Sopenharmony_ci   "map": {"at": 165888, "to": "mm"},
5216bf215546Sopenharmony_ci   "name": "DB_DEPTH_CONTROL",
5217bf215546Sopenharmony_ci   "type_ref": "DB_DEPTH_CONTROL"
5218bf215546Sopenharmony_ci  },
5219bf215546Sopenharmony_ci  {
5220bf215546Sopenharmony_ci   "chips": ["gfx10"],
5221bf215546Sopenharmony_ci   "map": {"at": 165892, "to": "mm"},
5222bf215546Sopenharmony_ci   "name": "DB_EQAA",
5223bf215546Sopenharmony_ci   "type_ref": "DB_EQAA"
5224bf215546Sopenharmony_ci  },
5225bf215546Sopenharmony_ci  {
5226bf215546Sopenharmony_ci   "chips": ["gfx10"],
5227bf215546Sopenharmony_ci   "map": {"at": 165896, "to": "mm"},
5228bf215546Sopenharmony_ci   "name": "CB_COLOR_CONTROL",
5229bf215546Sopenharmony_ci   "type_ref": "CB_COLOR_CONTROL"
5230bf215546Sopenharmony_ci  },
5231bf215546Sopenharmony_ci  {
5232bf215546Sopenharmony_ci   "chips": ["gfx10"],
5233bf215546Sopenharmony_ci   "map": {"at": 165900, "to": "mm"},
5234bf215546Sopenharmony_ci   "name": "DB_SHADER_CONTROL",
5235bf215546Sopenharmony_ci   "type_ref": "DB_SHADER_CONTROL"
5236bf215546Sopenharmony_ci  },
5237bf215546Sopenharmony_ci  {
5238bf215546Sopenharmony_ci   "chips": ["gfx10"],
5239bf215546Sopenharmony_ci   "map": {"at": 165904, "to": "mm"},
5240bf215546Sopenharmony_ci   "name": "PA_CL_CLIP_CNTL",
5241bf215546Sopenharmony_ci   "type_ref": "PA_CL_CLIP_CNTL"
5242bf215546Sopenharmony_ci  },
5243bf215546Sopenharmony_ci  {
5244bf215546Sopenharmony_ci   "chips": ["gfx10"],
5245bf215546Sopenharmony_ci   "map": {"at": 165908, "to": "mm"},
5246bf215546Sopenharmony_ci   "name": "PA_SU_SC_MODE_CNTL",
5247bf215546Sopenharmony_ci   "type_ref": "PA_SU_SC_MODE_CNTL"
5248bf215546Sopenharmony_ci  },
5249bf215546Sopenharmony_ci  {
5250bf215546Sopenharmony_ci   "chips": ["gfx10"],
5251bf215546Sopenharmony_ci   "map": {"at": 165912, "to": "mm"},
5252bf215546Sopenharmony_ci   "name": "PA_CL_VTE_CNTL",
5253bf215546Sopenharmony_ci   "type_ref": "PA_CL_VTE_CNTL"
5254bf215546Sopenharmony_ci  },
5255bf215546Sopenharmony_ci  {
5256bf215546Sopenharmony_ci   "chips": ["gfx10"],
5257bf215546Sopenharmony_ci   "map": {"at": 165916, "to": "mm"},
5258bf215546Sopenharmony_ci   "name": "PA_CL_VS_OUT_CNTL",
5259bf215546Sopenharmony_ci   "type_ref": "PA_CL_VS_OUT_CNTL"
5260bf215546Sopenharmony_ci  },
5261bf215546Sopenharmony_ci  {
5262bf215546Sopenharmony_ci   "chips": ["gfx10"],
5263bf215546Sopenharmony_ci   "map": {"at": 165920, "to": "mm"},
5264bf215546Sopenharmony_ci   "name": "PA_CL_NANINF_CNTL",
5265bf215546Sopenharmony_ci   "type_ref": "PA_CL_NANINF_CNTL"
5266bf215546Sopenharmony_ci  },
5267bf215546Sopenharmony_ci  {
5268bf215546Sopenharmony_ci   "chips": ["gfx10"],
5269bf215546Sopenharmony_ci   "map": {"at": 165924, "to": "mm"},
5270bf215546Sopenharmony_ci   "name": "PA_SU_LINE_STIPPLE_CNTL",
5271bf215546Sopenharmony_ci   "type_ref": "PA_SU_LINE_STIPPLE_CNTL"
5272bf215546Sopenharmony_ci  },
5273bf215546Sopenharmony_ci  {
5274bf215546Sopenharmony_ci   "chips": ["gfx10"],
5275bf215546Sopenharmony_ci   "map": {"at": 165928, "to": "mm"},
5276bf215546Sopenharmony_ci   "name": "PA_SU_LINE_STIPPLE_SCALE"
5277bf215546Sopenharmony_ci  },
5278bf215546Sopenharmony_ci  {
5279bf215546Sopenharmony_ci   "chips": ["gfx10"],
5280bf215546Sopenharmony_ci   "map": {"at": 165932, "to": "mm"},
5281bf215546Sopenharmony_ci   "name": "PA_SU_PRIM_FILTER_CNTL",
5282bf215546Sopenharmony_ci   "type_ref": "PA_SU_PRIM_FILTER_CNTL"
5283bf215546Sopenharmony_ci  },
5284bf215546Sopenharmony_ci  {
5285bf215546Sopenharmony_ci   "chips": ["gfx10"],
5286bf215546Sopenharmony_ci   "map": {"at": 165936, "to": "mm"},
5287bf215546Sopenharmony_ci   "name": "PA_SU_SMALL_PRIM_FILTER_CNTL",
5288bf215546Sopenharmony_ci   "type_ref": "PA_SU_SMALL_PRIM_FILTER_CNTL"
5289bf215546Sopenharmony_ci  },
5290bf215546Sopenharmony_ci  {
5291bf215546Sopenharmony_ci   "chips": ["gfx10"],
5292bf215546Sopenharmony_ci   "map": {"at": 165940, "to": "mm"},
5293bf215546Sopenharmony_ci   "name": "PA_CL_OBJPRIM_ID_CNTL",
5294bf215546Sopenharmony_ci   "type_ref": "PA_CL_OBJPRIM_ID_CNTL"
5295bf215546Sopenharmony_ci  },
5296bf215546Sopenharmony_ci  {
5297bf215546Sopenharmony_ci   "chips": ["gfx10"],
5298bf215546Sopenharmony_ci   "map": {"at": 165944, "to": "mm"},
5299bf215546Sopenharmony_ci   "name": "PA_CL_NGG_CNTL",
5300bf215546Sopenharmony_ci   "type_ref": "PA_CL_NGG_CNTL"
5301bf215546Sopenharmony_ci  },
5302bf215546Sopenharmony_ci  {
5303bf215546Sopenharmony_ci   "chips": ["gfx10"],
5304bf215546Sopenharmony_ci   "map": {"at": 165948, "to": "mm"},
5305bf215546Sopenharmony_ci   "name": "PA_SU_OVER_RASTERIZATION_CNTL",
5306bf215546Sopenharmony_ci   "type_ref": "PA_SU_OVER_RASTERIZATION_CNTL"
5307bf215546Sopenharmony_ci  },
5308bf215546Sopenharmony_ci  {
5309bf215546Sopenharmony_ci   "chips": ["gfx10"],
5310bf215546Sopenharmony_ci   "map": {"at": 165952, "to": "mm"},
5311bf215546Sopenharmony_ci   "name": "PA_STEREO_CNTL",
5312bf215546Sopenharmony_ci   "type_ref": "PA_STEREO_CNTL"
5313bf215546Sopenharmony_ci  },
5314bf215546Sopenharmony_ci  {
5315bf215546Sopenharmony_ci   "chips": ["gfx10"],
5316bf215546Sopenharmony_ci   "map": {"at": 165956, "to": "mm"},
5317bf215546Sopenharmony_ci   "name": "PA_STATE_STEREO_X"
5318bf215546Sopenharmony_ci  },
5319bf215546Sopenharmony_ci  {
5320bf215546Sopenharmony_ci   "chips": ["gfx10"],
5321bf215546Sopenharmony_ci   "map": {"at": 166400, "to": "mm"},
5322bf215546Sopenharmony_ci   "name": "PA_SU_POINT_SIZE",
5323bf215546Sopenharmony_ci   "type_ref": "PA_SU_POINT_SIZE"
5324bf215546Sopenharmony_ci  },
5325bf215546Sopenharmony_ci  {
5326bf215546Sopenharmony_ci   "chips": ["gfx10"],
5327bf215546Sopenharmony_ci   "map": {"at": 166404, "to": "mm"},
5328bf215546Sopenharmony_ci   "name": "PA_SU_POINT_MINMAX",
5329bf215546Sopenharmony_ci   "type_ref": "PA_SU_POINT_MINMAX"
5330bf215546Sopenharmony_ci  },
5331bf215546Sopenharmony_ci  {
5332bf215546Sopenharmony_ci   "chips": ["gfx10"],
5333bf215546Sopenharmony_ci   "map": {"at": 166408, "to": "mm"},
5334bf215546Sopenharmony_ci   "name": "PA_SU_LINE_CNTL",
5335bf215546Sopenharmony_ci   "type_ref": "PA_SU_LINE_CNTL"
5336bf215546Sopenharmony_ci  },
5337bf215546Sopenharmony_ci  {
5338bf215546Sopenharmony_ci   "chips": ["gfx10"],
5339bf215546Sopenharmony_ci   "map": {"at": 166412, "to": "mm"},
5340bf215546Sopenharmony_ci   "name": "PA_SC_LINE_STIPPLE",
5341bf215546Sopenharmony_ci   "type_ref": "PA_SC_LINE_STIPPLE"
5342bf215546Sopenharmony_ci  },
5343bf215546Sopenharmony_ci  {
5344bf215546Sopenharmony_ci   "chips": ["gfx10"],
5345bf215546Sopenharmony_ci   "map": {"at": 166416, "to": "mm"},
5346bf215546Sopenharmony_ci   "name": "VGT_OUTPUT_PATH_CNTL",
5347bf215546Sopenharmony_ci   "type_ref": "VGT_OUTPUT_PATH_CNTL"
5348bf215546Sopenharmony_ci  },
5349bf215546Sopenharmony_ci  {
5350bf215546Sopenharmony_ci   "chips": ["gfx10"],
5351bf215546Sopenharmony_ci   "map": {"at": 166420, "to": "mm"},
5352bf215546Sopenharmony_ci   "name": "VGT_HOS_CNTL",
5353bf215546Sopenharmony_ci   "type_ref": "VGT_HOS_CNTL"
5354bf215546Sopenharmony_ci  },
5355bf215546Sopenharmony_ci  {
5356bf215546Sopenharmony_ci   "chips": ["gfx10"],
5357bf215546Sopenharmony_ci   "map": {"at": 166424, "to": "mm"},
5358bf215546Sopenharmony_ci   "name": "VGT_HOS_MAX_TESS_LEVEL"
5359bf215546Sopenharmony_ci  },
5360bf215546Sopenharmony_ci  {
5361bf215546Sopenharmony_ci   "chips": ["gfx10"],
5362bf215546Sopenharmony_ci   "map": {"at": 166428, "to": "mm"},
5363bf215546Sopenharmony_ci   "name": "VGT_HOS_MIN_TESS_LEVEL"
5364bf215546Sopenharmony_ci  },
5365bf215546Sopenharmony_ci  {
5366bf215546Sopenharmony_ci   "chips": ["gfx10"],
5367bf215546Sopenharmony_ci   "map": {"at": 166432, "to": "mm"},
5368bf215546Sopenharmony_ci   "name": "VGT_HOS_REUSE_DEPTH",
5369bf215546Sopenharmony_ci   "type_ref": "VGT_HOS_REUSE_DEPTH"
5370bf215546Sopenharmony_ci  },
5371bf215546Sopenharmony_ci  {
5372bf215546Sopenharmony_ci   "chips": ["gfx10"],
5373bf215546Sopenharmony_ci   "map": {"at": 166436, "to": "mm"},
5374bf215546Sopenharmony_ci   "name": "VGT_GROUP_PRIM_TYPE",
5375bf215546Sopenharmony_ci   "type_ref": "VGT_GROUP_PRIM_TYPE"
5376bf215546Sopenharmony_ci  },
5377bf215546Sopenharmony_ci  {
5378bf215546Sopenharmony_ci   "chips": ["gfx10"],
5379bf215546Sopenharmony_ci   "map": {"at": 166440, "to": "mm"},
5380bf215546Sopenharmony_ci   "name": "VGT_GROUP_FIRST_DECR",
5381bf215546Sopenharmony_ci   "type_ref": "VGT_GROUP_FIRST_DECR"
5382bf215546Sopenharmony_ci  },
5383bf215546Sopenharmony_ci  {
5384bf215546Sopenharmony_ci   "chips": ["gfx10"],
5385bf215546Sopenharmony_ci   "map": {"at": 166444, "to": "mm"},
5386bf215546Sopenharmony_ci   "name": "VGT_GROUP_DECR",
5387bf215546Sopenharmony_ci   "type_ref": "VGT_GROUP_DECR"
5388bf215546Sopenharmony_ci  },
5389bf215546Sopenharmony_ci  {
5390bf215546Sopenharmony_ci   "chips": ["gfx10"],
5391bf215546Sopenharmony_ci   "map": {"at": 166448, "to": "mm"},
5392bf215546Sopenharmony_ci   "name": "VGT_GROUP_VECT_0_CNTL",
5393bf215546Sopenharmony_ci   "type_ref": "VGT_GROUP_VECT_0_CNTL"
5394bf215546Sopenharmony_ci  },
5395bf215546Sopenharmony_ci  {
5396bf215546Sopenharmony_ci   "chips": ["gfx10"],
5397bf215546Sopenharmony_ci   "map": {"at": 166452, "to": "mm"},
5398bf215546Sopenharmony_ci   "name": "VGT_GROUP_VECT_1_CNTL",
5399bf215546Sopenharmony_ci   "type_ref": "VGT_GROUP_VECT_0_CNTL"
5400bf215546Sopenharmony_ci  },
5401bf215546Sopenharmony_ci  {
5402bf215546Sopenharmony_ci   "chips": ["gfx10"],
5403bf215546Sopenharmony_ci   "map": {"at": 166456, "to": "mm"},
5404bf215546Sopenharmony_ci   "name": "VGT_GROUP_VECT_0_FMT_CNTL",
5405bf215546Sopenharmony_ci   "type_ref": "VGT_GROUP_VECT_0_FMT_CNTL"
5406bf215546Sopenharmony_ci  },
5407bf215546Sopenharmony_ci  {
5408bf215546Sopenharmony_ci   "chips": ["gfx10"],
5409bf215546Sopenharmony_ci   "map": {"at": 166460, "to": "mm"},
5410bf215546Sopenharmony_ci   "name": "VGT_GROUP_VECT_1_FMT_CNTL",
5411bf215546Sopenharmony_ci   "type_ref": "VGT_GROUP_VECT_0_FMT_CNTL"
5412bf215546Sopenharmony_ci  },
5413bf215546Sopenharmony_ci  {
5414bf215546Sopenharmony_ci   "chips": ["gfx10"],
5415bf215546Sopenharmony_ci   "map": {"at": 166464, "to": "mm"},
5416bf215546Sopenharmony_ci   "name": "VGT_GS_MODE",
5417bf215546Sopenharmony_ci   "type_ref": "VGT_GS_MODE"
5418bf215546Sopenharmony_ci  },
5419bf215546Sopenharmony_ci  {
5420bf215546Sopenharmony_ci   "chips": ["gfx10"],
5421bf215546Sopenharmony_ci   "map": {"at": 166468, "to": "mm"},
5422bf215546Sopenharmony_ci   "name": "VGT_GS_ONCHIP_CNTL",
5423bf215546Sopenharmony_ci   "type_ref": "VGT_GS_ONCHIP_CNTL"
5424bf215546Sopenharmony_ci  },
5425bf215546Sopenharmony_ci  {
5426bf215546Sopenharmony_ci   "chips": ["gfx10"],
5427bf215546Sopenharmony_ci   "map": {"at": 166472, "to": "mm"},
5428bf215546Sopenharmony_ci   "name": "PA_SC_MODE_CNTL_0",
5429bf215546Sopenharmony_ci   "type_ref": "PA_SC_MODE_CNTL_0"
5430bf215546Sopenharmony_ci  },
5431bf215546Sopenharmony_ci  {
5432bf215546Sopenharmony_ci   "chips": ["gfx10"],
5433bf215546Sopenharmony_ci   "map": {"at": 166476, "to": "mm"},
5434bf215546Sopenharmony_ci   "name": "PA_SC_MODE_CNTL_1",
5435bf215546Sopenharmony_ci   "type_ref": "PA_SC_MODE_CNTL_1"
5436bf215546Sopenharmony_ci  },
5437bf215546Sopenharmony_ci  {
5438bf215546Sopenharmony_ci   "chips": ["gfx10"],
5439bf215546Sopenharmony_ci   "map": {"at": 166480, "to": "mm"},
5440bf215546Sopenharmony_ci   "name": "VGT_ENHANCE"
5441bf215546Sopenharmony_ci  },
5442bf215546Sopenharmony_ci  {
5443bf215546Sopenharmony_ci   "chips": ["gfx10"],
5444bf215546Sopenharmony_ci   "map": {"at": 166484, "to": "mm"},
5445bf215546Sopenharmony_ci   "name": "VGT_GS_PER_ES",
5446bf215546Sopenharmony_ci   "type_ref": "VGT_GS_PER_ES"
5447bf215546Sopenharmony_ci  },
5448bf215546Sopenharmony_ci  {
5449bf215546Sopenharmony_ci   "chips": ["gfx10"],
5450bf215546Sopenharmony_ci   "map": {"at": 166488, "to": "mm"},
5451bf215546Sopenharmony_ci   "name": "VGT_ES_PER_GS",
5452bf215546Sopenharmony_ci   "type_ref": "VGT_ES_PER_GS"
5453bf215546Sopenharmony_ci  },
5454bf215546Sopenharmony_ci  {
5455bf215546Sopenharmony_ci   "chips": ["gfx10"],
5456bf215546Sopenharmony_ci   "map": {"at": 166492, "to": "mm"},
5457bf215546Sopenharmony_ci   "name": "VGT_GS_PER_VS",
5458bf215546Sopenharmony_ci   "type_ref": "VGT_GS_PER_VS"
5459bf215546Sopenharmony_ci  },
5460bf215546Sopenharmony_ci  {
5461bf215546Sopenharmony_ci   "chips": ["gfx10"],
5462bf215546Sopenharmony_ci   "map": {"at": 166496, "to": "mm"},
5463bf215546Sopenharmony_ci   "name": "VGT_GSVS_RING_OFFSET_1",
5464bf215546Sopenharmony_ci   "type_ref": "VGT_GSVS_RING_OFFSET_1"
5465bf215546Sopenharmony_ci  },
5466bf215546Sopenharmony_ci  {
5467bf215546Sopenharmony_ci   "chips": ["gfx10"],
5468bf215546Sopenharmony_ci   "map": {"at": 166500, "to": "mm"},
5469bf215546Sopenharmony_ci   "name": "VGT_GSVS_RING_OFFSET_2",
5470bf215546Sopenharmony_ci   "type_ref": "VGT_GSVS_RING_OFFSET_1"
5471bf215546Sopenharmony_ci  },
5472bf215546Sopenharmony_ci  {
5473bf215546Sopenharmony_ci   "chips": ["gfx10"],
5474bf215546Sopenharmony_ci   "map": {"at": 166504, "to": "mm"},
5475bf215546Sopenharmony_ci   "name": "VGT_GSVS_RING_OFFSET_3",
5476bf215546Sopenharmony_ci   "type_ref": "VGT_GSVS_RING_OFFSET_1"
5477bf215546Sopenharmony_ci  },
5478bf215546Sopenharmony_ci  {
5479bf215546Sopenharmony_ci   "chips": ["gfx10"],
5480bf215546Sopenharmony_ci   "map": {"at": 166508, "to": "mm"},
5481bf215546Sopenharmony_ci   "name": "VGT_GS_OUT_PRIM_TYPE",
5482bf215546Sopenharmony_ci   "type_ref": "VGT_GS_OUT_PRIM_TYPE"
5483bf215546Sopenharmony_ci  },
5484bf215546Sopenharmony_ci  {
5485bf215546Sopenharmony_ci   "chips": ["gfx10"],
5486bf215546Sopenharmony_ci   "map": {"at": 166512, "to": "mm"},
5487bf215546Sopenharmony_ci   "name": "IA_ENHANCE"
5488bf215546Sopenharmony_ci  },
5489bf215546Sopenharmony_ci  {
5490bf215546Sopenharmony_ci   "chips": ["gfx10"],
5491bf215546Sopenharmony_ci   "map": {"at": 166516, "to": "mm"},
5492bf215546Sopenharmony_ci   "name": "VGT_DMA_SIZE"
5493bf215546Sopenharmony_ci  },
5494bf215546Sopenharmony_ci  {
5495bf215546Sopenharmony_ci   "chips": ["gfx10"],
5496bf215546Sopenharmony_ci   "map": {"at": 166520, "to": "mm"},
5497bf215546Sopenharmony_ci   "name": "VGT_DMA_MAX_SIZE"
5498bf215546Sopenharmony_ci  },
5499bf215546Sopenharmony_ci  {
5500bf215546Sopenharmony_ci   "chips": ["gfx10"],
5501bf215546Sopenharmony_ci   "map": {"at": 166524, "to": "mm"},
5502bf215546Sopenharmony_ci   "name": "VGT_DMA_INDEX_TYPE",
5503bf215546Sopenharmony_ci   "type_ref": "VGT_DMA_INDEX_TYPE"
5504bf215546Sopenharmony_ci  },
5505bf215546Sopenharmony_ci  {
5506bf215546Sopenharmony_ci   "chips": ["gfx10"],
5507bf215546Sopenharmony_ci   "map": {"at": 166528, "to": "mm"},
5508bf215546Sopenharmony_ci   "name": "WD_ENHANCE"
5509bf215546Sopenharmony_ci  },
5510bf215546Sopenharmony_ci  {
5511bf215546Sopenharmony_ci   "chips": ["gfx10"],
5512bf215546Sopenharmony_ci   "map": {"at": 166532, "to": "mm"},
5513bf215546Sopenharmony_ci   "name": "VGT_PRIMITIVEID_EN",
5514bf215546Sopenharmony_ci   "type_ref": "VGT_PRIMITIVEID_EN"
5515bf215546Sopenharmony_ci  },
5516bf215546Sopenharmony_ci  {
5517bf215546Sopenharmony_ci   "chips": ["gfx10"],
5518bf215546Sopenharmony_ci   "map": {"at": 166536, "to": "mm"},
5519bf215546Sopenharmony_ci   "name": "VGT_DMA_NUM_INSTANCES"
5520bf215546Sopenharmony_ci  },
5521bf215546Sopenharmony_ci  {
5522bf215546Sopenharmony_ci   "chips": ["gfx10"],
5523bf215546Sopenharmony_ci   "map": {"at": 166540, "to": "mm"},
5524bf215546Sopenharmony_ci   "name": "VGT_PRIMITIVEID_RESET"
5525bf215546Sopenharmony_ci  },
5526bf215546Sopenharmony_ci  {
5527bf215546Sopenharmony_ci   "chips": ["gfx10"],
5528bf215546Sopenharmony_ci   "map": {"at": 166544, "to": "mm"},
5529bf215546Sopenharmony_ci   "name": "VGT_EVENT_INITIATOR",
5530bf215546Sopenharmony_ci   "type_ref": "VGT_EVENT_INITIATOR"
5531bf215546Sopenharmony_ci  },
5532bf215546Sopenharmony_ci  {
5533bf215546Sopenharmony_ci   "chips": ["gfx10"],
5534bf215546Sopenharmony_ci   "map": {"at": 166548, "to": "mm"},
5535bf215546Sopenharmony_ci   "name": "VGT_MULTI_PRIM_IB_RESET_EN",
5536bf215546Sopenharmony_ci   "type_ref": "VGT_MULTI_PRIM_IB_RESET_EN"
5537bf215546Sopenharmony_ci  },
5538bf215546Sopenharmony_ci  {
5539bf215546Sopenharmony_ci   "chips": ["gfx10"],
5540bf215546Sopenharmony_ci   "map": {"at": 166552, "to": "mm"},
5541bf215546Sopenharmony_ci   "name": "VGT_DRAW_PAYLOAD_CNTL",
5542bf215546Sopenharmony_ci   "type_ref": "VGT_DRAW_PAYLOAD_CNTL"
5543bf215546Sopenharmony_ci  },
5544bf215546Sopenharmony_ci  {
5545bf215546Sopenharmony_ci   "chips": ["gfx10"],
5546bf215546Sopenharmony_ci   "map": {"at": 166560, "to": "mm"},
5547bf215546Sopenharmony_ci   "name": "VGT_INSTANCE_STEP_RATE_0"
5548bf215546Sopenharmony_ci  },
5549bf215546Sopenharmony_ci  {
5550bf215546Sopenharmony_ci   "chips": ["gfx10"],
5551bf215546Sopenharmony_ci   "map": {"at": 166564, "to": "mm"},
5552bf215546Sopenharmony_ci   "name": "VGT_INSTANCE_STEP_RATE_1"
5553bf215546Sopenharmony_ci  },
5554bf215546Sopenharmony_ci  {
5555bf215546Sopenharmony_ci   "chips": ["gfx10"],
5556bf215546Sopenharmony_ci   "map": {"at": 166568, "to": "mm"},
5557bf215546Sopenharmony_ci   "name": "IA_MULTI_VGT_PARAM",
5558bf215546Sopenharmony_ci   "type_ref": "IA_MULTI_VGT_PARAM"
5559bf215546Sopenharmony_ci  },
5560bf215546Sopenharmony_ci  {
5561bf215546Sopenharmony_ci   "chips": ["gfx10"],
5562bf215546Sopenharmony_ci   "map": {"at": 166572, "to": "mm"},
5563bf215546Sopenharmony_ci   "name": "VGT_ESGS_RING_ITEMSIZE",
5564bf215546Sopenharmony_ci   "type_ref": "VGT_ESGS_RING_ITEMSIZE"
5565bf215546Sopenharmony_ci  },
5566bf215546Sopenharmony_ci  {
5567bf215546Sopenharmony_ci   "chips": ["gfx10"],
5568bf215546Sopenharmony_ci   "map": {"at": 166576, "to": "mm"},
5569bf215546Sopenharmony_ci   "name": "VGT_GSVS_RING_ITEMSIZE",
5570bf215546Sopenharmony_ci   "type_ref": "VGT_ESGS_RING_ITEMSIZE"
5571bf215546Sopenharmony_ci  },
5572bf215546Sopenharmony_ci  {
5573bf215546Sopenharmony_ci   "chips": ["gfx10"],
5574bf215546Sopenharmony_ci   "map": {"at": 166580, "to": "mm"},
5575bf215546Sopenharmony_ci   "name": "VGT_REUSE_OFF",
5576bf215546Sopenharmony_ci   "type_ref": "VGT_REUSE_OFF"
5577bf215546Sopenharmony_ci  },
5578bf215546Sopenharmony_ci  {
5579bf215546Sopenharmony_ci   "chips": ["gfx10"],
5580bf215546Sopenharmony_ci   "map": {"at": 166584, "to": "mm"},
5581bf215546Sopenharmony_ci   "name": "VGT_VTX_CNT_EN",
5582bf215546Sopenharmony_ci   "type_ref": "VGT_VTX_CNT_EN"
5583bf215546Sopenharmony_ci  },
5584bf215546Sopenharmony_ci  {
5585bf215546Sopenharmony_ci   "chips": ["gfx10"],
5586bf215546Sopenharmony_ci   "map": {"at": 166588, "to": "mm"},
5587bf215546Sopenharmony_ci   "name": "DB_HTILE_SURFACE",
5588bf215546Sopenharmony_ci   "type_ref": "DB_HTILE_SURFACE"
5589bf215546Sopenharmony_ci  },
5590bf215546Sopenharmony_ci  {
5591bf215546Sopenharmony_ci   "chips": ["gfx10"],
5592bf215546Sopenharmony_ci   "map": {"at": 166592, "to": "mm"},
5593bf215546Sopenharmony_ci   "name": "DB_SRESULTS_COMPARE_STATE0",
5594bf215546Sopenharmony_ci   "type_ref": "DB_SRESULTS_COMPARE_STATE0"
5595bf215546Sopenharmony_ci  },
5596bf215546Sopenharmony_ci  {
5597bf215546Sopenharmony_ci   "chips": ["gfx10"],
5598bf215546Sopenharmony_ci   "map": {"at": 166596, "to": "mm"},
5599bf215546Sopenharmony_ci   "name": "DB_SRESULTS_COMPARE_STATE1",
5600bf215546Sopenharmony_ci   "type_ref": "DB_SRESULTS_COMPARE_STATE1"
5601bf215546Sopenharmony_ci  },
5602bf215546Sopenharmony_ci  {
5603bf215546Sopenharmony_ci   "chips": ["gfx10"],
5604bf215546Sopenharmony_ci   "map": {"at": 166600, "to": "mm"},
5605bf215546Sopenharmony_ci   "name": "DB_PRELOAD_CONTROL",
5606bf215546Sopenharmony_ci   "type_ref": "DB_PRELOAD_CONTROL"
5607bf215546Sopenharmony_ci  },
5608bf215546Sopenharmony_ci  {
5609bf215546Sopenharmony_ci   "chips": ["gfx10"],
5610bf215546Sopenharmony_ci   "map": {"at": 166608, "to": "mm"},
5611bf215546Sopenharmony_ci   "name": "VGT_STRMOUT_BUFFER_SIZE_0"
5612bf215546Sopenharmony_ci  },
5613bf215546Sopenharmony_ci  {
5614bf215546Sopenharmony_ci   "chips": ["gfx10"],
5615bf215546Sopenharmony_ci   "map": {"at": 166612, "to": "mm"},
5616bf215546Sopenharmony_ci   "name": "VGT_STRMOUT_VTX_STRIDE_0",
5617bf215546Sopenharmony_ci   "type_ref": "VGT_STRMOUT_VTX_STRIDE_0"
5618bf215546Sopenharmony_ci  },
5619bf215546Sopenharmony_ci  {
5620bf215546Sopenharmony_ci   "chips": ["gfx10"],
5621bf215546Sopenharmony_ci   "map": {"at": 166620, "to": "mm"},
5622bf215546Sopenharmony_ci   "name": "VGT_STRMOUT_BUFFER_OFFSET_0"
5623bf215546Sopenharmony_ci  },
5624bf215546Sopenharmony_ci  {
5625bf215546Sopenharmony_ci   "chips": ["gfx10"],
5626bf215546Sopenharmony_ci   "map": {"at": 166624, "to": "mm"},
5627bf215546Sopenharmony_ci   "name": "VGT_STRMOUT_BUFFER_SIZE_1"
5628bf215546Sopenharmony_ci  },
5629bf215546Sopenharmony_ci  {
5630bf215546Sopenharmony_ci   "chips": ["gfx10"],
5631bf215546Sopenharmony_ci   "map": {"at": 166628, "to": "mm"},
5632bf215546Sopenharmony_ci   "name": "VGT_STRMOUT_VTX_STRIDE_1",
5633bf215546Sopenharmony_ci   "type_ref": "VGT_STRMOUT_VTX_STRIDE_0"
5634bf215546Sopenharmony_ci  },
5635bf215546Sopenharmony_ci  {
5636bf215546Sopenharmony_ci   "chips": ["gfx10"],
5637bf215546Sopenharmony_ci   "map": {"at": 166636, "to": "mm"},
5638bf215546Sopenharmony_ci   "name": "VGT_STRMOUT_BUFFER_OFFSET_1"
5639bf215546Sopenharmony_ci  },
5640bf215546Sopenharmony_ci  {
5641bf215546Sopenharmony_ci   "chips": ["gfx10"],
5642bf215546Sopenharmony_ci   "map": {"at": 166640, "to": "mm"},
5643bf215546Sopenharmony_ci   "name": "VGT_STRMOUT_BUFFER_SIZE_2"
5644bf215546Sopenharmony_ci  },
5645bf215546Sopenharmony_ci  {
5646bf215546Sopenharmony_ci   "chips": ["gfx10"],
5647bf215546Sopenharmony_ci   "map": {"at": 166644, "to": "mm"},
5648bf215546Sopenharmony_ci   "name": "VGT_STRMOUT_VTX_STRIDE_2",
5649bf215546Sopenharmony_ci   "type_ref": "VGT_STRMOUT_VTX_STRIDE_0"
5650bf215546Sopenharmony_ci  },
5651bf215546Sopenharmony_ci  {
5652bf215546Sopenharmony_ci   "chips": ["gfx10"],
5653bf215546Sopenharmony_ci   "map": {"at": 166652, "to": "mm"},
5654bf215546Sopenharmony_ci   "name": "VGT_STRMOUT_BUFFER_OFFSET_2"
5655bf215546Sopenharmony_ci  },
5656bf215546Sopenharmony_ci  {
5657bf215546Sopenharmony_ci   "chips": ["gfx10"],
5658bf215546Sopenharmony_ci   "map": {"at": 166656, "to": "mm"},
5659bf215546Sopenharmony_ci   "name": "VGT_STRMOUT_BUFFER_SIZE_3"
5660bf215546Sopenharmony_ci  },
5661bf215546Sopenharmony_ci  {
5662bf215546Sopenharmony_ci   "chips": ["gfx10"],
5663bf215546Sopenharmony_ci   "map": {"at": 166660, "to": "mm"},
5664bf215546Sopenharmony_ci   "name": "VGT_STRMOUT_VTX_STRIDE_3",
5665bf215546Sopenharmony_ci   "type_ref": "VGT_STRMOUT_VTX_STRIDE_0"
5666bf215546Sopenharmony_ci  },
5667bf215546Sopenharmony_ci  {
5668bf215546Sopenharmony_ci   "chips": ["gfx10"],
5669bf215546Sopenharmony_ci   "map": {"at": 166668, "to": "mm"},
5670bf215546Sopenharmony_ci   "name": "VGT_STRMOUT_BUFFER_OFFSET_3"
5671bf215546Sopenharmony_ci  },
5672bf215546Sopenharmony_ci  {
5673bf215546Sopenharmony_ci   "chips": ["gfx10"],
5674bf215546Sopenharmony_ci   "map": {"at": 166696, "to": "mm"},
5675bf215546Sopenharmony_ci   "name": "VGT_STRMOUT_DRAW_OPAQUE_OFFSET"
5676bf215546Sopenharmony_ci  },
5677bf215546Sopenharmony_ci  {
5678bf215546Sopenharmony_ci   "chips": ["gfx10"],
5679bf215546Sopenharmony_ci   "map": {"at": 166700, "to": "mm"},
5680bf215546Sopenharmony_ci   "name": "VGT_STRMOUT_DRAW_OPAQUE_BUFFER_FILLED_SIZE"
5681bf215546Sopenharmony_ci  },
5682bf215546Sopenharmony_ci  {
5683bf215546Sopenharmony_ci   "chips": ["gfx10"],
5684bf215546Sopenharmony_ci   "map": {"at": 166704, "to": "mm"},
5685bf215546Sopenharmony_ci   "name": "VGT_STRMOUT_DRAW_OPAQUE_VERTEX_STRIDE",
5686bf215546Sopenharmony_ci   "type_ref": "VGT_STRMOUT_DRAW_OPAQUE_VERTEX_STRIDE"
5687bf215546Sopenharmony_ci  },
5688bf215546Sopenharmony_ci  {
5689bf215546Sopenharmony_ci   "chips": ["gfx10"],
5690bf215546Sopenharmony_ci   "map": {"at": 166712, "to": "mm"},
5691bf215546Sopenharmony_ci   "name": "VGT_GS_MAX_VERT_OUT",
5692bf215546Sopenharmony_ci   "type_ref": "VGT_GS_MAX_VERT_OUT"
5693bf215546Sopenharmony_ci  },
5694bf215546Sopenharmony_ci  {
5695bf215546Sopenharmony_ci   "chips": ["gfx10"],
5696bf215546Sopenharmony_ci   "map": {"at": 166732, "to": "mm"},
5697bf215546Sopenharmony_ci   "name": "GE_NGG_SUBGRP_CNTL",
5698bf215546Sopenharmony_ci   "type_ref": "GE_NGG_SUBGRP_CNTL"
5699bf215546Sopenharmony_ci  },
5700bf215546Sopenharmony_ci  {
5701bf215546Sopenharmony_ci   "chips": ["gfx10"],
5702bf215546Sopenharmony_ci   "map": {"at": 166736, "to": "mm"},
5703bf215546Sopenharmony_ci   "name": "VGT_TESS_DISTRIBUTION",
5704bf215546Sopenharmony_ci   "type_ref": "VGT_TESS_DISTRIBUTION"
5705bf215546Sopenharmony_ci  },
5706bf215546Sopenharmony_ci  {
5707bf215546Sopenharmony_ci   "chips": ["gfx10"],
5708bf215546Sopenharmony_ci   "map": {"at": 166740, "to": "mm"},
5709bf215546Sopenharmony_ci   "name": "VGT_SHADER_STAGES_EN",
5710bf215546Sopenharmony_ci   "type_ref": "VGT_SHADER_STAGES_EN"
5711bf215546Sopenharmony_ci  },
5712bf215546Sopenharmony_ci  {
5713bf215546Sopenharmony_ci   "chips": ["gfx10"],
5714bf215546Sopenharmony_ci   "map": {"at": 166744, "to": "mm"},
5715bf215546Sopenharmony_ci   "name": "VGT_LS_HS_CONFIG",
5716bf215546Sopenharmony_ci   "type_ref": "VGT_LS_HS_CONFIG"
5717bf215546Sopenharmony_ci  },
5718bf215546Sopenharmony_ci  {
5719bf215546Sopenharmony_ci   "chips": ["gfx10"],
5720bf215546Sopenharmony_ci   "map": {"at": 166748, "to": "mm"},
5721bf215546Sopenharmony_ci   "name": "VGT_GS_VERT_ITEMSIZE",
5722bf215546Sopenharmony_ci   "type_ref": "VGT_ESGS_RING_ITEMSIZE"
5723bf215546Sopenharmony_ci  },
5724bf215546Sopenharmony_ci  {
5725bf215546Sopenharmony_ci   "chips": ["gfx10"],
5726bf215546Sopenharmony_ci   "map": {"at": 166752, "to": "mm"},
5727bf215546Sopenharmony_ci   "name": "VGT_GS_VERT_ITEMSIZE_1",
5728bf215546Sopenharmony_ci   "type_ref": "VGT_ESGS_RING_ITEMSIZE"
5729bf215546Sopenharmony_ci  },
5730bf215546Sopenharmony_ci  {
5731bf215546Sopenharmony_ci   "chips": ["gfx10"],
5732bf215546Sopenharmony_ci   "map": {"at": 166756, "to": "mm"},
5733bf215546Sopenharmony_ci   "name": "VGT_GS_VERT_ITEMSIZE_2",
5734bf215546Sopenharmony_ci   "type_ref": "VGT_ESGS_RING_ITEMSIZE"
5735bf215546Sopenharmony_ci  },
5736bf215546Sopenharmony_ci  {
5737bf215546Sopenharmony_ci   "chips": ["gfx10"],
5738bf215546Sopenharmony_ci   "map": {"at": 166760, "to": "mm"},
5739bf215546Sopenharmony_ci   "name": "VGT_GS_VERT_ITEMSIZE_3",
5740bf215546Sopenharmony_ci   "type_ref": "VGT_ESGS_RING_ITEMSIZE"
5741bf215546Sopenharmony_ci  },
5742bf215546Sopenharmony_ci  {
5743bf215546Sopenharmony_ci   "chips": ["gfx10"],
5744bf215546Sopenharmony_ci   "map": {"at": 166764, "to": "mm"},
5745bf215546Sopenharmony_ci   "name": "VGT_TF_PARAM",
5746bf215546Sopenharmony_ci   "type_ref": "VGT_TF_PARAM"
5747bf215546Sopenharmony_ci  },
5748bf215546Sopenharmony_ci  {
5749bf215546Sopenharmony_ci   "chips": ["gfx10"],
5750bf215546Sopenharmony_ci   "map": {"at": 166768, "to": "mm"},
5751bf215546Sopenharmony_ci   "name": "DB_ALPHA_TO_MASK",
5752bf215546Sopenharmony_ci   "type_ref": "DB_ALPHA_TO_MASK"
5753bf215546Sopenharmony_ci  },
5754bf215546Sopenharmony_ci  {
5755bf215546Sopenharmony_ci   "chips": ["gfx10"],
5756bf215546Sopenharmony_ci   "map": {"at": 166772, "to": "mm"},
5757bf215546Sopenharmony_ci   "name": "VGT_DISPATCH_DRAW_INDEX"
5758bf215546Sopenharmony_ci  },
5759bf215546Sopenharmony_ci  {
5760bf215546Sopenharmony_ci   "chips": ["gfx10"],
5761bf215546Sopenharmony_ci   "map": {"at": 166776, "to": "mm"},
5762bf215546Sopenharmony_ci   "name": "PA_SU_POLY_OFFSET_DB_FMT_CNTL",
5763bf215546Sopenharmony_ci   "type_ref": "PA_SU_POLY_OFFSET_DB_FMT_CNTL"
5764bf215546Sopenharmony_ci  },
5765bf215546Sopenharmony_ci  {
5766bf215546Sopenharmony_ci   "chips": ["gfx10"],
5767bf215546Sopenharmony_ci   "map": {"at": 166780, "to": "mm"},
5768bf215546Sopenharmony_ci   "name": "PA_SU_POLY_OFFSET_CLAMP"
5769bf215546Sopenharmony_ci  },
5770bf215546Sopenharmony_ci  {
5771bf215546Sopenharmony_ci   "chips": ["gfx10"],
5772bf215546Sopenharmony_ci   "map": {"at": 166784, "to": "mm"},
5773bf215546Sopenharmony_ci   "name": "PA_SU_POLY_OFFSET_FRONT_SCALE"
5774bf215546Sopenharmony_ci  },
5775bf215546Sopenharmony_ci  {
5776bf215546Sopenharmony_ci   "chips": ["gfx10"],
5777bf215546Sopenharmony_ci   "map": {"at": 166788, "to": "mm"},
5778bf215546Sopenharmony_ci   "name": "PA_SU_POLY_OFFSET_FRONT_OFFSET"
5779bf215546Sopenharmony_ci  },
5780bf215546Sopenharmony_ci  {
5781bf215546Sopenharmony_ci   "chips": ["gfx10"],
5782bf215546Sopenharmony_ci   "map": {"at": 166792, "to": "mm"},
5783bf215546Sopenharmony_ci   "name": "PA_SU_POLY_OFFSET_BACK_SCALE"
5784bf215546Sopenharmony_ci  },
5785bf215546Sopenharmony_ci  {
5786bf215546Sopenharmony_ci   "chips": ["gfx10"],
5787bf215546Sopenharmony_ci   "map": {"at": 166796, "to": "mm"},
5788bf215546Sopenharmony_ci   "name": "PA_SU_POLY_OFFSET_BACK_OFFSET"
5789bf215546Sopenharmony_ci  },
5790bf215546Sopenharmony_ci  {
5791bf215546Sopenharmony_ci   "chips": ["gfx10"],
5792bf215546Sopenharmony_ci   "map": {"at": 166800, "to": "mm"},
5793bf215546Sopenharmony_ci   "name": "VGT_GS_INSTANCE_CNT",
5794bf215546Sopenharmony_ci   "type_ref": "VGT_GS_INSTANCE_CNT"
5795bf215546Sopenharmony_ci  },
5796bf215546Sopenharmony_ci  {
5797bf215546Sopenharmony_ci   "chips": ["gfx10"],
5798bf215546Sopenharmony_ci   "map": {"at": 166804, "to": "mm"},
5799bf215546Sopenharmony_ci   "name": "VGT_STRMOUT_CONFIG",
5800bf215546Sopenharmony_ci   "type_ref": "VGT_STRMOUT_CONFIG"
5801bf215546Sopenharmony_ci  },
5802bf215546Sopenharmony_ci  {
5803bf215546Sopenharmony_ci   "chips": ["gfx10"],
5804bf215546Sopenharmony_ci   "map": {"at": 166808, "to": "mm"},
5805bf215546Sopenharmony_ci   "name": "VGT_STRMOUT_BUFFER_CONFIG",
5806bf215546Sopenharmony_ci   "type_ref": "VGT_STRMOUT_BUFFER_CONFIG"
5807bf215546Sopenharmony_ci  },
5808bf215546Sopenharmony_ci  {
5809bf215546Sopenharmony_ci   "chips": ["gfx10"],
5810bf215546Sopenharmony_ci   "map": {"at": 166812, "to": "mm"},
5811bf215546Sopenharmony_ci   "name": "VGT_DMA_EVENT_INITIATOR",
5812bf215546Sopenharmony_ci   "type_ref": "VGT_EVENT_INITIATOR"
5813bf215546Sopenharmony_ci  },
5814bf215546Sopenharmony_ci  {
5815bf215546Sopenharmony_ci   "chips": ["gfx10"],
5816bf215546Sopenharmony_ci   "map": {"at": 166868, "to": "mm"},
5817bf215546Sopenharmony_ci   "name": "PA_SC_CENTROID_PRIORITY_0",
5818bf215546Sopenharmony_ci   "type_ref": "PA_SC_CENTROID_PRIORITY_0"
5819bf215546Sopenharmony_ci  },
5820bf215546Sopenharmony_ci  {
5821bf215546Sopenharmony_ci   "chips": ["gfx10"],
5822bf215546Sopenharmony_ci   "map": {"at": 166872, "to": "mm"},
5823bf215546Sopenharmony_ci   "name": "PA_SC_CENTROID_PRIORITY_1",
5824bf215546Sopenharmony_ci   "type_ref": "PA_SC_CENTROID_PRIORITY_1"
5825bf215546Sopenharmony_ci  },
5826bf215546Sopenharmony_ci  {
5827bf215546Sopenharmony_ci   "chips": ["gfx10"],
5828bf215546Sopenharmony_ci   "map": {"at": 166876, "to": "mm"},
5829bf215546Sopenharmony_ci   "name": "PA_SC_LINE_CNTL",
5830bf215546Sopenharmony_ci   "type_ref": "PA_SC_LINE_CNTL"
5831bf215546Sopenharmony_ci  },
5832bf215546Sopenharmony_ci  {
5833bf215546Sopenharmony_ci   "chips": ["gfx10"],
5834bf215546Sopenharmony_ci   "map": {"at": 166880, "to": "mm"},
5835bf215546Sopenharmony_ci   "name": "PA_SC_AA_CONFIG",
5836bf215546Sopenharmony_ci   "type_ref": "PA_SC_AA_CONFIG"
5837bf215546Sopenharmony_ci  },
5838bf215546Sopenharmony_ci  {
5839bf215546Sopenharmony_ci   "chips": ["gfx10"],
5840bf215546Sopenharmony_ci   "map": {"at": 166884, "to": "mm"},
5841bf215546Sopenharmony_ci   "name": "PA_SU_VTX_CNTL",
5842bf215546Sopenharmony_ci   "type_ref": "PA_SU_VTX_CNTL"
5843bf215546Sopenharmony_ci  },
5844bf215546Sopenharmony_ci  {
5845bf215546Sopenharmony_ci   "chips": ["gfx10"],
5846bf215546Sopenharmony_ci   "map": {"at": 166888, "to": "mm"},
5847bf215546Sopenharmony_ci   "name": "PA_CL_GB_VERT_CLIP_ADJ"
5848bf215546Sopenharmony_ci  },
5849bf215546Sopenharmony_ci  {
5850bf215546Sopenharmony_ci   "chips": ["gfx10"],
5851bf215546Sopenharmony_ci   "map": {"at": 166892, "to": "mm"},
5852bf215546Sopenharmony_ci   "name": "PA_CL_GB_VERT_DISC_ADJ"
5853bf215546Sopenharmony_ci  },
5854bf215546Sopenharmony_ci  {
5855bf215546Sopenharmony_ci   "chips": ["gfx10"],
5856bf215546Sopenharmony_ci   "map": {"at": 166896, "to": "mm"},
5857bf215546Sopenharmony_ci   "name": "PA_CL_GB_HORZ_CLIP_ADJ"
5858bf215546Sopenharmony_ci  },
5859bf215546Sopenharmony_ci  {
5860bf215546Sopenharmony_ci   "chips": ["gfx10"],
5861bf215546Sopenharmony_ci   "map": {"at": 166900, "to": "mm"},
5862bf215546Sopenharmony_ci   "name": "PA_CL_GB_HORZ_DISC_ADJ"
5863bf215546Sopenharmony_ci  },
5864bf215546Sopenharmony_ci  {
5865bf215546Sopenharmony_ci   "chips": ["gfx10"],
5866bf215546Sopenharmony_ci   "map": {"at": 166904, "to": "mm"},
5867bf215546Sopenharmony_ci   "name": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_0",
5868bf215546Sopenharmony_ci   "type_ref": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_0"
5869bf215546Sopenharmony_ci  },
5870bf215546Sopenharmony_ci  {
5871bf215546Sopenharmony_ci   "chips": ["gfx10"],
5872bf215546Sopenharmony_ci   "map": {"at": 166908, "to": "mm"},
5873bf215546Sopenharmony_ci   "name": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_1",
5874bf215546Sopenharmony_ci   "type_ref": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_1"
5875bf215546Sopenharmony_ci  },
5876bf215546Sopenharmony_ci  {
5877bf215546Sopenharmony_ci   "chips": ["gfx10"],
5878bf215546Sopenharmony_ci   "map": {"at": 166912, "to": "mm"},
5879bf215546Sopenharmony_ci   "name": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_2",
5880bf215546Sopenharmony_ci   "type_ref": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_2"
5881bf215546Sopenharmony_ci  },
5882bf215546Sopenharmony_ci  {
5883bf215546Sopenharmony_ci   "chips": ["gfx10"],
5884bf215546Sopenharmony_ci   "map": {"at": 166916, "to": "mm"},
5885bf215546Sopenharmony_ci   "name": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_3",
5886bf215546Sopenharmony_ci   "type_ref": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_3"
5887bf215546Sopenharmony_ci  },
5888bf215546Sopenharmony_ci  {
5889bf215546Sopenharmony_ci   "chips": ["gfx10"],
5890bf215546Sopenharmony_ci   "map": {"at": 166920, "to": "mm"},
5891bf215546Sopenharmony_ci   "name": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y0_0",
5892bf215546Sopenharmony_ci   "type_ref": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_0"
5893bf215546Sopenharmony_ci  },
5894bf215546Sopenharmony_ci  {
5895bf215546Sopenharmony_ci   "chips": ["gfx10"],
5896bf215546Sopenharmony_ci   "map": {"at": 166924, "to": "mm"},
5897bf215546Sopenharmony_ci   "name": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y0_1",
5898bf215546Sopenharmony_ci   "type_ref": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_1"
5899bf215546Sopenharmony_ci  },
5900bf215546Sopenharmony_ci  {
5901bf215546Sopenharmony_ci   "chips": ["gfx10"],
5902bf215546Sopenharmony_ci   "map": {"at": 166928, "to": "mm"},
5903bf215546Sopenharmony_ci   "name": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y0_2",
5904bf215546Sopenharmony_ci   "type_ref": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_2"
5905bf215546Sopenharmony_ci  },
5906bf215546Sopenharmony_ci  {
5907bf215546Sopenharmony_ci   "chips": ["gfx10"],
5908bf215546Sopenharmony_ci   "map": {"at": 166932, "to": "mm"},
5909bf215546Sopenharmony_ci   "name": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y0_3",
5910bf215546Sopenharmony_ci   "type_ref": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_3"
5911bf215546Sopenharmony_ci  },
5912bf215546Sopenharmony_ci  {
5913bf215546Sopenharmony_ci   "chips": ["gfx10"],
5914bf215546Sopenharmony_ci   "map": {"at": 166936, "to": "mm"},
5915bf215546Sopenharmony_ci   "name": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y1_0",
5916bf215546Sopenharmony_ci   "type_ref": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_0"
5917bf215546Sopenharmony_ci  },
5918bf215546Sopenharmony_ci  {
5919bf215546Sopenharmony_ci   "chips": ["gfx10"],
5920bf215546Sopenharmony_ci   "map": {"at": 166940, "to": "mm"},
5921bf215546Sopenharmony_ci   "name": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y1_1",
5922bf215546Sopenharmony_ci   "type_ref": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_1"
5923bf215546Sopenharmony_ci  },
5924bf215546Sopenharmony_ci  {
5925bf215546Sopenharmony_ci   "chips": ["gfx10"],
5926bf215546Sopenharmony_ci   "map": {"at": 166944, "to": "mm"},
5927bf215546Sopenharmony_ci   "name": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y1_2",
5928bf215546Sopenharmony_ci   "type_ref": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_2"
5929bf215546Sopenharmony_ci  },
5930bf215546Sopenharmony_ci  {
5931bf215546Sopenharmony_ci   "chips": ["gfx10"],
5932bf215546Sopenharmony_ci   "map": {"at": 166948, "to": "mm"},
5933bf215546Sopenharmony_ci   "name": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y1_3",
5934bf215546Sopenharmony_ci   "type_ref": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_3"
5935bf215546Sopenharmony_ci  },
5936bf215546Sopenharmony_ci  {
5937bf215546Sopenharmony_ci   "chips": ["gfx10"],
5938bf215546Sopenharmony_ci   "map": {"at": 166952, "to": "mm"},
5939bf215546Sopenharmony_ci   "name": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y1_0",
5940bf215546Sopenharmony_ci   "type_ref": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_0"
5941bf215546Sopenharmony_ci  },
5942bf215546Sopenharmony_ci  {
5943bf215546Sopenharmony_ci   "chips": ["gfx10"],
5944bf215546Sopenharmony_ci   "map": {"at": 166956, "to": "mm"},
5945bf215546Sopenharmony_ci   "name": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y1_1",
5946bf215546Sopenharmony_ci   "type_ref": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_1"
5947bf215546Sopenharmony_ci  },
5948bf215546Sopenharmony_ci  {
5949bf215546Sopenharmony_ci   "chips": ["gfx10"],
5950bf215546Sopenharmony_ci   "map": {"at": 166960, "to": "mm"},
5951bf215546Sopenharmony_ci   "name": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y1_2",
5952bf215546Sopenharmony_ci   "type_ref": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_2"
5953bf215546Sopenharmony_ci  },
5954bf215546Sopenharmony_ci  {
5955bf215546Sopenharmony_ci   "chips": ["gfx10"],
5956bf215546Sopenharmony_ci   "map": {"at": 166964, "to": "mm"},
5957bf215546Sopenharmony_ci   "name": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y1_3",
5958bf215546Sopenharmony_ci   "type_ref": "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_3"
5959bf215546Sopenharmony_ci  },
5960bf215546Sopenharmony_ci  {
5961bf215546Sopenharmony_ci   "chips": ["gfx10"],
5962bf215546Sopenharmony_ci   "map": {"at": 166968, "to": "mm"},
5963bf215546Sopenharmony_ci   "name": "PA_SC_AA_MASK_X0Y0_X1Y0",
5964bf215546Sopenharmony_ci   "type_ref": "PA_SC_AA_MASK_X0Y0_X1Y0"
5965bf215546Sopenharmony_ci  },
5966bf215546Sopenharmony_ci  {
5967bf215546Sopenharmony_ci   "chips": ["gfx10"],
5968bf215546Sopenharmony_ci   "map": {"at": 166972, "to": "mm"},
5969bf215546Sopenharmony_ci   "name": "PA_SC_AA_MASK_X0Y1_X1Y1",
5970bf215546Sopenharmony_ci   "type_ref": "PA_SC_AA_MASK_X0Y1_X1Y1"
5971bf215546Sopenharmony_ci  },
5972bf215546Sopenharmony_ci  {
5973bf215546Sopenharmony_ci   "chips": ["gfx10"],
5974bf215546Sopenharmony_ci   "map": {"at": 166976, "to": "mm"},
5975bf215546Sopenharmony_ci   "name": "PA_SC_SHADER_CONTROL",
5976bf215546Sopenharmony_ci   "type_ref": "PA_SC_SHADER_CONTROL"
5977bf215546Sopenharmony_ci  },
5978bf215546Sopenharmony_ci  {
5979bf215546Sopenharmony_ci   "chips": ["gfx10"],
5980bf215546Sopenharmony_ci   "map": {"at": 166980, "to": "mm"},
5981bf215546Sopenharmony_ci   "name": "PA_SC_BINNER_CNTL_0",
5982bf215546Sopenharmony_ci   "type_ref": "PA_SC_BINNER_CNTL_0"
5983bf215546Sopenharmony_ci  },
5984bf215546Sopenharmony_ci  {
5985bf215546Sopenharmony_ci   "chips": ["gfx10"],
5986bf215546Sopenharmony_ci   "map": {"at": 166984, "to": "mm"},
5987bf215546Sopenharmony_ci   "name": "PA_SC_BINNER_CNTL_1",
5988bf215546Sopenharmony_ci   "type_ref": "PA_SC_BINNER_CNTL_1"
5989bf215546Sopenharmony_ci  },
5990bf215546Sopenharmony_ci  {
5991bf215546Sopenharmony_ci   "chips": ["gfx10"],
5992bf215546Sopenharmony_ci   "map": {"at": 166988, "to": "mm"},
5993bf215546Sopenharmony_ci   "name": "PA_SC_CONSERVATIVE_RASTERIZATION_CNTL",
5994bf215546Sopenharmony_ci   "type_ref": "PA_SC_CONSERVATIVE_RASTERIZATION_CNTL"
5995bf215546Sopenharmony_ci  },
5996bf215546Sopenharmony_ci  {
5997bf215546Sopenharmony_ci   "chips": ["gfx10"],
5998bf215546Sopenharmony_ci   "map": {"at": 166992, "to": "mm"},
5999bf215546Sopenharmony_ci   "name": "PA_SC_NGG_MODE_CNTL",
6000bf215546Sopenharmony_ci   "type_ref": "PA_SC_NGG_MODE_CNTL"
6001bf215546Sopenharmony_ci  },
6002bf215546Sopenharmony_ci  {
6003bf215546Sopenharmony_ci   "chips": ["gfx10"],
6004bf215546Sopenharmony_ci   "map": {"at": 167000, "to": "mm"},
6005bf215546Sopenharmony_ci   "name": "VGT_VERTEX_REUSE_BLOCK_CNTL",
6006bf215546Sopenharmony_ci   "type_ref": "VGT_VERTEX_REUSE_BLOCK_CNTL"
6007bf215546Sopenharmony_ci  },
6008bf215546Sopenharmony_ci  {
6009bf215546Sopenharmony_ci   "chips": ["gfx10"],
6010bf215546Sopenharmony_ci   "map": {"at": 167004, "to": "mm"},
6011bf215546Sopenharmony_ci   "name": "VGT_OUT_DEALLOC_CNTL",
6012bf215546Sopenharmony_ci   "type_ref": "VGT_OUT_DEALLOC_CNTL"
6013bf215546Sopenharmony_ci  },
6014bf215546Sopenharmony_ci  {
6015bf215546Sopenharmony_ci   "chips": ["gfx10"],
6016bf215546Sopenharmony_ci   "map": {"at": 167008, "to": "mm"},
6017bf215546Sopenharmony_ci   "name": "CB_COLOR0_BASE"
6018bf215546Sopenharmony_ci  },
6019bf215546Sopenharmony_ci  {
6020bf215546Sopenharmony_ci   "chips": ["gfx10"],
6021bf215546Sopenharmony_ci   "map": {"at": 167012, "to": "mm"},
6022bf215546Sopenharmony_ci   "name": "CB_COLOR0_PITCH",
6023bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_PITCH"
6024bf215546Sopenharmony_ci  },
6025bf215546Sopenharmony_ci  {
6026bf215546Sopenharmony_ci   "chips": ["gfx10"],
6027bf215546Sopenharmony_ci   "map": {"at": 167016, "to": "mm"},
6028bf215546Sopenharmony_ci   "name": "CB_COLOR0_SLICE",
6029bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_SLICE"
6030bf215546Sopenharmony_ci  },
6031bf215546Sopenharmony_ci  {
6032bf215546Sopenharmony_ci   "chips": ["gfx10"],
6033bf215546Sopenharmony_ci   "map": {"at": 167020, "to": "mm"},
6034bf215546Sopenharmony_ci   "name": "CB_COLOR0_VIEW",
6035bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_VIEW"
6036bf215546Sopenharmony_ci  },
6037bf215546Sopenharmony_ci  {
6038bf215546Sopenharmony_ci   "chips": ["gfx10"],
6039bf215546Sopenharmony_ci   "map": {"at": 167024, "to": "mm"},
6040bf215546Sopenharmony_ci   "name": "CB_COLOR0_INFO",
6041bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_INFO"
6042bf215546Sopenharmony_ci  },
6043bf215546Sopenharmony_ci  {
6044bf215546Sopenharmony_ci   "chips": ["gfx10"],
6045bf215546Sopenharmony_ci   "map": {"at": 167028, "to": "mm"},
6046bf215546Sopenharmony_ci   "name": "CB_COLOR0_ATTRIB",
6047bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_ATTRIB"
6048bf215546Sopenharmony_ci  },
6049bf215546Sopenharmony_ci  {
6050bf215546Sopenharmony_ci   "chips": ["gfx10"],
6051bf215546Sopenharmony_ci   "map": {"at": 167032, "to": "mm"},
6052bf215546Sopenharmony_ci   "name": "CB_COLOR0_DCC_CONTROL",
6053bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_DCC_CONTROL"
6054bf215546Sopenharmony_ci  },
6055bf215546Sopenharmony_ci  {
6056bf215546Sopenharmony_ci   "chips": ["gfx10"],
6057bf215546Sopenharmony_ci   "map": {"at": 167036, "to": "mm"},
6058bf215546Sopenharmony_ci   "name": "CB_COLOR0_CMASK"
6059bf215546Sopenharmony_ci  },
6060bf215546Sopenharmony_ci  {
6061bf215546Sopenharmony_ci   "chips": ["gfx10"],
6062bf215546Sopenharmony_ci   "map": {"at": 167040, "to": "mm"},
6063bf215546Sopenharmony_ci   "name": "CB_COLOR0_CMASK_SLICE",
6064bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_CMASK_SLICE"
6065bf215546Sopenharmony_ci  },
6066bf215546Sopenharmony_ci  {
6067bf215546Sopenharmony_ci   "chips": ["gfx10"],
6068bf215546Sopenharmony_ci   "map": {"at": 167044, "to": "mm"},
6069bf215546Sopenharmony_ci   "name": "CB_COLOR0_FMASK"
6070bf215546Sopenharmony_ci  },
6071bf215546Sopenharmony_ci  {
6072bf215546Sopenharmony_ci   "chips": ["gfx10"],
6073bf215546Sopenharmony_ci   "map": {"at": 167048, "to": "mm"},
6074bf215546Sopenharmony_ci   "name": "CB_COLOR0_FMASK_SLICE",
6075bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_SLICE"
6076bf215546Sopenharmony_ci  },
6077bf215546Sopenharmony_ci  {
6078bf215546Sopenharmony_ci   "chips": ["gfx10"],
6079bf215546Sopenharmony_ci   "map": {"at": 167052, "to": "mm"},
6080bf215546Sopenharmony_ci   "name": "CB_COLOR0_CLEAR_WORD0"
6081bf215546Sopenharmony_ci  },
6082bf215546Sopenharmony_ci  {
6083bf215546Sopenharmony_ci   "chips": ["gfx10"],
6084bf215546Sopenharmony_ci   "map": {"at": 167056, "to": "mm"},
6085bf215546Sopenharmony_ci   "name": "CB_COLOR0_CLEAR_WORD1"
6086bf215546Sopenharmony_ci  },
6087bf215546Sopenharmony_ci  {
6088bf215546Sopenharmony_ci   "chips": ["gfx10"],
6089bf215546Sopenharmony_ci   "map": {"at": 167060, "to": "mm"},
6090bf215546Sopenharmony_ci   "name": "CB_COLOR0_DCC_BASE"
6091bf215546Sopenharmony_ci  },
6092bf215546Sopenharmony_ci  {
6093bf215546Sopenharmony_ci   "chips": ["gfx10"],
6094bf215546Sopenharmony_ci   "map": {"at": 167068, "to": "mm"},
6095bf215546Sopenharmony_ci   "name": "CB_COLOR1_BASE"
6096bf215546Sopenharmony_ci  },
6097bf215546Sopenharmony_ci  {
6098bf215546Sopenharmony_ci   "chips": ["gfx10"],
6099bf215546Sopenharmony_ci   "map": {"at": 167072, "to": "mm"},
6100bf215546Sopenharmony_ci   "name": "CB_COLOR1_PITCH",
6101bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_PITCH"
6102bf215546Sopenharmony_ci  },
6103bf215546Sopenharmony_ci  {
6104bf215546Sopenharmony_ci   "chips": ["gfx10"],
6105bf215546Sopenharmony_ci   "map": {"at": 167076, "to": "mm"},
6106bf215546Sopenharmony_ci   "name": "CB_COLOR1_SLICE",
6107bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_SLICE"
6108bf215546Sopenharmony_ci  },
6109bf215546Sopenharmony_ci  {
6110bf215546Sopenharmony_ci   "chips": ["gfx10"],
6111bf215546Sopenharmony_ci   "map": {"at": 167080, "to": "mm"},
6112bf215546Sopenharmony_ci   "name": "CB_COLOR1_VIEW",
6113bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_VIEW"
6114bf215546Sopenharmony_ci  },
6115bf215546Sopenharmony_ci  {
6116bf215546Sopenharmony_ci   "chips": ["gfx10"],
6117bf215546Sopenharmony_ci   "map": {"at": 167084, "to": "mm"},
6118bf215546Sopenharmony_ci   "name": "CB_COLOR1_INFO",
6119bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_INFO"
6120bf215546Sopenharmony_ci  },
6121bf215546Sopenharmony_ci  {
6122bf215546Sopenharmony_ci   "chips": ["gfx10"],
6123bf215546Sopenharmony_ci   "map": {"at": 167088, "to": "mm"},
6124bf215546Sopenharmony_ci   "name": "CB_COLOR1_ATTRIB",
6125bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_ATTRIB"
6126bf215546Sopenharmony_ci  },
6127bf215546Sopenharmony_ci  {
6128bf215546Sopenharmony_ci   "chips": ["gfx10"],
6129bf215546Sopenharmony_ci   "map": {"at": 167092, "to": "mm"},
6130bf215546Sopenharmony_ci   "name": "CB_COLOR1_DCC_CONTROL",
6131bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_DCC_CONTROL"
6132bf215546Sopenharmony_ci  },
6133bf215546Sopenharmony_ci  {
6134bf215546Sopenharmony_ci   "chips": ["gfx10"],
6135bf215546Sopenharmony_ci   "map": {"at": 167096, "to": "mm"},
6136bf215546Sopenharmony_ci   "name": "CB_COLOR1_CMASK"
6137bf215546Sopenharmony_ci  },
6138bf215546Sopenharmony_ci  {
6139bf215546Sopenharmony_ci   "chips": ["gfx10"],
6140bf215546Sopenharmony_ci   "map": {"at": 167100, "to": "mm"},
6141bf215546Sopenharmony_ci   "name": "CB_COLOR1_CMASK_SLICE",
6142bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_CMASK_SLICE"
6143bf215546Sopenharmony_ci  },
6144bf215546Sopenharmony_ci  {
6145bf215546Sopenharmony_ci   "chips": ["gfx10"],
6146bf215546Sopenharmony_ci   "map": {"at": 167104, "to": "mm"},
6147bf215546Sopenharmony_ci   "name": "CB_COLOR1_FMASK"
6148bf215546Sopenharmony_ci  },
6149bf215546Sopenharmony_ci  {
6150bf215546Sopenharmony_ci   "chips": ["gfx10"],
6151bf215546Sopenharmony_ci   "map": {"at": 167108, "to": "mm"},
6152bf215546Sopenharmony_ci   "name": "CB_COLOR1_FMASK_SLICE",
6153bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_SLICE"
6154bf215546Sopenharmony_ci  },
6155bf215546Sopenharmony_ci  {
6156bf215546Sopenharmony_ci   "chips": ["gfx10"],
6157bf215546Sopenharmony_ci   "map": {"at": 167112, "to": "mm"},
6158bf215546Sopenharmony_ci   "name": "CB_COLOR1_CLEAR_WORD0"
6159bf215546Sopenharmony_ci  },
6160bf215546Sopenharmony_ci  {
6161bf215546Sopenharmony_ci   "chips": ["gfx10"],
6162bf215546Sopenharmony_ci   "map": {"at": 167116, "to": "mm"},
6163bf215546Sopenharmony_ci   "name": "CB_COLOR1_CLEAR_WORD1"
6164bf215546Sopenharmony_ci  },
6165bf215546Sopenharmony_ci  {
6166bf215546Sopenharmony_ci   "chips": ["gfx10"],
6167bf215546Sopenharmony_ci   "map": {"at": 167120, "to": "mm"},
6168bf215546Sopenharmony_ci   "name": "CB_COLOR1_DCC_BASE"
6169bf215546Sopenharmony_ci  },
6170bf215546Sopenharmony_ci  {
6171bf215546Sopenharmony_ci   "chips": ["gfx10"],
6172bf215546Sopenharmony_ci   "map": {"at": 167128, "to": "mm"},
6173bf215546Sopenharmony_ci   "name": "CB_COLOR2_BASE"
6174bf215546Sopenharmony_ci  },
6175bf215546Sopenharmony_ci  {
6176bf215546Sopenharmony_ci   "chips": ["gfx10"],
6177bf215546Sopenharmony_ci   "map": {"at": 167132, "to": "mm"},
6178bf215546Sopenharmony_ci   "name": "CB_COLOR2_PITCH",
6179bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_PITCH"
6180bf215546Sopenharmony_ci  },
6181bf215546Sopenharmony_ci  {
6182bf215546Sopenharmony_ci   "chips": ["gfx10"],
6183bf215546Sopenharmony_ci   "map": {"at": 167136, "to": "mm"},
6184bf215546Sopenharmony_ci   "name": "CB_COLOR2_SLICE",
6185bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_SLICE"
6186bf215546Sopenharmony_ci  },
6187bf215546Sopenharmony_ci  {
6188bf215546Sopenharmony_ci   "chips": ["gfx10"],
6189bf215546Sopenharmony_ci   "map": {"at": 167140, "to": "mm"},
6190bf215546Sopenharmony_ci   "name": "CB_COLOR2_VIEW",
6191bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_VIEW"
6192bf215546Sopenharmony_ci  },
6193bf215546Sopenharmony_ci  {
6194bf215546Sopenharmony_ci   "chips": ["gfx10"],
6195bf215546Sopenharmony_ci   "map": {"at": 167144, "to": "mm"},
6196bf215546Sopenharmony_ci   "name": "CB_COLOR2_INFO",
6197bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_INFO"
6198bf215546Sopenharmony_ci  },
6199bf215546Sopenharmony_ci  {
6200bf215546Sopenharmony_ci   "chips": ["gfx10"],
6201bf215546Sopenharmony_ci   "map": {"at": 167148, "to": "mm"},
6202bf215546Sopenharmony_ci   "name": "CB_COLOR2_ATTRIB",
6203bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_ATTRIB"
6204bf215546Sopenharmony_ci  },
6205bf215546Sopenharmony_ci  {
6206bf215546Sopenharmony_ci   "chips": ["gfx10"],
6207bf215546Sopenharmony_ci   "map": {"at": 167152, "to": "mm"},
6208bf215546Sopenharmony_ci   "name": "CB_COLOR2_DCC_CONTROL",
6209bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_DCC_CONTROL"
6210bf215546Sopenharmony_ci  },
6211bf215546Sopenharmony_ci  {
6212bf215546Sopenharmony_ci   "chips": ["gfx10"],
6213bf215546Sopenharmony_ci   "map": {"at": 167156, "to": "mm"},
6214bf215546Sopenharmony_ci   "name": "CB_COLOR2_CMASK"
6215bf215546Sopenharmony_ci  },
6216bf215546Sopenharmony_ci  {
6217bf215546Sopenharmony_ci   "chips": ["gfx10"],
6218bf215546Sopenharmony_ci   "map": {"at": 167160, "to": "mm"},
6219bf215546Sopenharmony_ci   "name": "CB_COLOR2_CMASK_SLICE",
6220bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_CMASK_SLICE"
6221bf215546Sopenharmony_ci  },
6222bf215546Sopenharmony_ci  {
6223bf215546Sopenharmony_ci   "chips": ["gfx10"],
6224bf215546Sopenharmony_ci   "map": {"at": 167164, "to": "mm"},
6225bf215546Sopenharmony_ci   "name": "CB_COLOR2_FMASK"
6226bf215546Sopenharmony_ci  },
6227bf215546Sopenharmony_ci  {
6228bf215546Sopenharmony_ci   "chips": ["gfx10"],
6229bf215546Sopenharmony_ci   "map": {"at": 167168, "to": "mm"},
6230bf215546Sopenharmony_ci   "name": "CB_COLOR2_FMASK_SLICE",
6231bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_SLICE"
6232bf215546Sopenharmony_ci  },
6233bf215546Sopenharmony_ci  {
6234bf215546Sopenharmony_ci   "chips": ["gfx10"],
6235bf215546Sopenharmony_ci   "map": {"at": 167172, "to": "mm"},
6236bf215546Sopenharmony_ci   "name": "CB_COLOR2_CLEAR_WORD0"
6237bf215546Sopenharmony_ci  },
6238bf215546Sopenharmony_ci  {
6239bf215546Sopenharmony_ci   "chips": ["gfx10"],
6240bf215546Sopenharmony_ci   "map": {"at": 167176, "to": "mm"},
6241bf215546Sopenharmony_ci   "name": "CB_COLOR2_CLEAR_WORD1"
6242bf215546Sopenharmony_ci  },
6243bf215546Sopenharmony_ci  {
6244bf215546Sopenharmony_ci   "chips": ["gfx10"],
6245bf215546Sopenharmony_ci   "map": {"at": 167180, "to": "mm"},
6246bf215546Sopenharmony_ci   "name": "CB_COLOR2_DCC_BASE"
6247bf215546Sopenharmony_ci  },
6248bf215546Sopenharmony_ci  {
6249bf215546Sopenharmony_ci   "chips": ["gfx10"],
6250bf215546Sopenharmony_ci   "map": {"at": 167188, "to": "mm"},
6251bf215546Sopenharmony_ci   "name": "CB_COLOR3_BASE"
6252bf215546Sopenharmony_ci  },
6253bf215546Sopenharmony_ci  {
6254bf215546Sopenharmony_ci   "chips": ["gfx10"],
6255bf215546Sopenharmony_ci   "map": {"at": 167192, "to": "mm"},
6256bf215546Sopenharmony_ci   "name": "CB_COLOR3_PITCH",
6257bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_PITCH"
6258bf215546Sopenharmony_ci  },
6259bf215546Sopenharmony_ci  {
6260bf215546Sopenharmony_ci   "chips": ["gfx10"],
6261bf215546Sopenharmony_ci   "map": {"at": 167196, "to": "mm"},
6262bf215546Sopenharmony_ci   "name": "CB_COLOR3_SLICE",
6263bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_SLICE"
6264bf215546Sopenharmony_ci  },
6265bf215546Sopenharmony_ci  {
6266bf215546Sopenharmony_ci   "chips": ["gfx10"],
6267bf215546Sopenharmony_ci   "map": {"at": 167200, "to": "mm"},
6268bf215546Sopenharmony_ci   "name": "CB_COLOR3_VIEW",
6269bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_VIEW"
6270bf215546Sopenharmony_ci  },
6271bf215546Sopenharmony_ci  {
6272bf215546Sopenharmony_ci   "chips": ["gfx10"],
6273bf215546Sopenharmony_ci   "map": {"at": 167204, "to": "mm"},
6274bf215546Sopenharmony_ci   "name": "CB_COLOR3_INFO",
6275bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_INFO"
6276bf215546Sopenharmony_ci  },
6277bf215546Sopenharmony_ci  {
6278bf215546Sopenharmony_ci   "chips": ["gfx10"],
6279bf215546Sopenharmony_ci   "map": {"at": 167208, "to": "mm"},
6280bf215546Sopenharmony_ci   "name": "CB_COLOR3_ATTRIB",
6281bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_ATTRIB"
6282bf215546Sopenharmony_ci  },
6283bf215546Sopenharmony_ci  {
6284bf215546Sopenharmony_ci   "chips": ["gfx10"],
6285bf215546Sopenharmony_ci   "map": {"at": 167212, "to": "mm"},
6286bf215546Sopenharmony_ci   "name": "CB_COLOR3_DCC_CONTROL",
6287bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_DCC_CONTROL"
6288bf215546Sopenharmony_ci  },
6289bf215546Sopenharmony_ci  {
6290bf215546Sopenharmony_ci   "chips": ["gfx10"],
6291bf215546Sopenharmony_ci   "map": {"at": 167216, "to": "mm"},
6292bf215546Sopenharmony_ci   "name": "CB_COLOR3_CMASK"
6293bf215546Sopenharmony_ci  },
6294bf215546Sopenharmony_ci  {
6295bf215546Sopenharmony_ci   "chips": ["gfx10"],
6296bf215546Sopenharmony_ci   "map": {"at": 167220, "to": "mm"},
6297bf215546Sopenharmony_ci   "name": "CB_COLOR3_CMASK_SLICE",
6298bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_CMASK_SLICE"
6299bf215546Sopenharmony_ci  },
6300bf215546Sopenharmony_ci  {
6301bf215546Sopenharmony_ci   "chips": ["gfx10"],
6302bf215546Sopenharmony_ci   "map": {"at": 167224, "to": "mm"},
6303bf215546Sopenharmony_ci   "name": "CB_COLOR3_FMASK"
6304bf215546Sopenharmony_ci  },
6305bf215546Sopenharmony_ci  {
6306bf215546Sopenharmony_ci   "chips": ["gfx10"],
6307bf215546Sopenharmony_ci   "map": {"at": 167228, "to": "mm"},
6308bf215546Sopenharmony_ci   "name": "CB_COLOR3_FMASK_SLICE",
6309bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_SLICE"
6310bf215546Sopenharmony_ci  },
6311bf215546Sopenharmony_ci  {
6312bf215546Sopenharmony_ci   "chips": ["gfx10"],
6313bf215546Sopenharmony_ci   "map": {"at": 167232, "to": "mm"},
6314bf215546Sopenharmony_ci   "name": "CB_COLOR3_CLEAR_WORD0"
6315bf215546Sopenharmony_ci  },
6316bf215546Sopenharmony_ci  {
6317bf215546Sopenharmony_ci   "chips": ["gfx10"],
6318bf215546Sopenharmony_ci   "map": {"at": 167236, "to": "mm"},
6319bf215546Sopenharmony_ci   "name": "CB_COLOR3_CLEAR_WORD1"
6320bf215546Sopenharmony_ci  },
6321bf215546Sopenharmony_ci  {
6322bf215546Sopenharmony_ci   "chips": ["gfx10"],
6323bf215546Sopenharmony_ci   "map": {"at": 167240, "to": "mm"},
6324bf215546Sopenharmony_ci   "name": "CB_COLOR3_DCC_BASE"
6325bf215546Sopenharmony_ci  },
6326bf215546Sopenharmony_ci  {
6327bf215546Sopenharmony_ci   "chips": ["gfx10"],
6328bf215546Sopenharmony_ci   "map": {"at": 167248, "to": "mm"},
6329bf215546Sopenharmony_ci   "name": "CB_COLOR4_BASE"
6330bf215546Sopenharmony_ci  },
6331bf215546Sopenharmony_ci  {
6332bf215546Sopenharmony_ci   "chips": ["gfx10"],
6333bf215546Sopenharmony_ci   "map": {"at": 167252, "to": "mm"},
6334bf215546Sopenharmony_ci   "name": "CB_COLOR4_PITCH",
6335bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_PITCH"
6336bf215546Sopenharmony_ci  },
6337bf215546Sopenharmony_ci  {
6338bf215546Sopenharmony_ci   "chips": ["gfx10"],
6339bf215546Sopenharmony_ci   "map": {"at": 167256, "to": "mm"},
6340bf215546Sopenharmony_ci   "name": "CB_COLOR4_SLICE",
6341bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_SLICE"
6342bf215546Sopenharmony_ci  },
6343bf215546Sopenharmony_ci  {
6344bf215546Sopenharmony_ci   "chips": ["gfx10"],
6345bf215546Sopenharmony_ci   "map": {"at": 167260, "to": "mm"},
6346bf215546Sopenharmony_ci   "name": "CB_COLOR4_VIEW",
6347bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_VIEW"
6348bf215546Sopenharmony_ci  },
6349bf215546Sopenharmony_ci  {
6350bf215546Sopenharmony_ci   "chips": ["gfx10"],
6351bf215546Sopenharmony_ci   "map": {"at": 167264, "to": "mm"},
6352bf215546Sopenharmony_ci   "name": "CB_COLOR4_INFO",
6353bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_INFO"
6354bf215546Sopenharmony_ci  },
6355bf215546Sopenharmony_ci  {
6356bf215546Sopenharmony_ci   "chips": ["gfx10"],
6357bf215546Sopenharmony_ci   "map": {"at": 167268, "to": "mm"},
6358bf215546Sopenharmony_ci   "name": "CB_COLOR4_ATTRIB",
6359bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_ATTRIB"
6360bf215546Sopenharmony_ci  },
6361bf215546Sopenharmony_ci  {
6362bf215546Sopenharmony_ci   "chips": ["gfx10"],
6363bf215546Sopenharmony_ci   "map": {"at": 167272, "to": "mm"},
6364bf215546Sopenharmony_ci   "name": "CB_COLOR4_DCC_CONTROL",
6365bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_DCC_CONTROL"
6366bf215546Sopenharmony_ci  },
6367bf215546Sopenharmony_ci  {
6368bf215546Sopenharmony_ci   "chips": ["gfx10"],
6369bf215546Sopenharmony_ci   "map": {"at": 167276, "to": "mm"},
6370bf215546Sopenharmony_ci   "name": "CB_COLOR4_CMASK"
6371bf215546Sopenharmony_ci  },
6372bf215546Sopenharmony_ci  {
6373bf215546Sopenharmony_ci   "chips": ["gfx10"],
6374bf215546Sopenharmony_ci   "map": {"at": 167280, "to": "mm"},
6375bf215546Sopenharmony_ci   "name": "CB_COLOR4_CMASK_SLICE",
6376bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_CMASK_SLICE"
6377bf215546Sopenharmony_ci  },
6378bf215546Sopenharmony_ci  {
6379bf215546Sopenharmony_ci   "chips": ["gfx10"],
6380bf215546Sopenharmony_ci   "map": {"at": 167284, "to": "mm"},
6381bf215546Sopenharmony_ci   "name": "CB_COLOR4_FMASK"
6382bf215546Sopenharmony_ci  },
6383bf215546Sopenharmony_ci  {
6384bf215546Sopenharmony_ci   "chips": ["gfx10"],
6385bf215546Sopenharmony_ci   "map": {"at": 167288, "to": "mm"},
6386bf215546Sopenharmony_ci   "name": "CB_COLOR4_FMASK_SLICE",
6387bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_SLICE"
6388bf215546Sopenharmony_ci  },
6389bf215546Sopenharmony_ci  {
6390bf215546Sopenharmony_ci   "chips": ["gfx10"],
6391bf215546Sopenharmony_ci   "map": {"at": 167292, "to": "mm"},
6392bf215546Sopenharmony_ci   "name": "CB_COLOR4_CLEAR_WORD0"
6393bf215546Sopenharmony_ci  },
6394bf215546Sopenharmony_ci  {
6395bf215546Sopenharmony_ci   "chips": ["gfx10"],
6396bf215546Sopenharmony_ci   "map": {"at": 167296, "to": "mm"},
6397bf215546Sopenharmony_ci   "name": "CB_COLOR4_CLEAR_WORD1"
6398bf215546Sopenharmony_ci  },
6399bf215546Sopenharmony_ci  {
6400bf215546Sopenharmony_ci   "chips": ["gfx10"],
6401bf215546Sopenharmony_ci   "map": {"at": 167300, "to": "mm"},
6402bf215546Sopenharmony_ci   "name": "CB_COLOR4_DCC_BASE"
6403bf215546Sopenharmony_ci  },
6404bf215546Sopenharmony_ci  {
6405bf215546Sopenharmony_ci   "chips": ["gfx10"],
6406bf215546Sopenharmony_ci   "map": {"at": 167308, "to": "mm"},
6407bf215546Sopenharmony_ci   "name": "CB_COLOR5_BASE"
6408bf215546Sopenharmony_ci  },
6409bf215546Sopenharmony_ci  {
6410bf215546Sopenharmony_ci   "chips": ["gfx10"],
6411bf215546Sopenharmony_ci   "map": {"at": 167312, "to": "mm"},
6412bf215546Sopenharmony_ci   "name": "CB_COLOR5_PITCH",
6413bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_PITCH"
6414bf215546Sopenharmony_ci  },
6415bf215546Sopenharmony_ci  {
6416bf215546Sopenharmony_ci   "chips": ["gfx10"],
6417bf215546Sopenharmony_ci   "map": {"at": 167316, "to": "mm"},
6418bf215546Sopenharmony_ci   "name": "CB_COLOR5_SLICE",
6419bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_SLICE"
6420bf215546Sopenharmony_ci  },
6421bf215546Sopenharmony_ci  {
6422bf215546Sopenharmony_ci   "chips": ["gfx10"],
6423bf215546Sopenharmony_ci   "map": {"at": 167320, "to": "mm"},
6424bf215546Sopenharmony_ci   "name": "CB_COLOR5_VIEW",
6425bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_VIEW"
6426bf215546Sopenharmony_ci  },
6427bf215546Sopenharmony_ci  {
6428bf215546Sopenharmony_ci   "chips": ["gfx10"],
6429bf215546Sopenharmony_ci   "map": {"at": 167324, "to": "mm"},
6430bf215546Sopenharmony_ci   "name": "CB_COLOR5_INFO",
6431bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_INFO"
6432bf215546Sopenharmony_ci  },
6433bf215546Sopenharmony_ci  {
6434bf215546Sopenharmony_ci   "chips": ["gfx10"],
6435bf215546Sopenharmony_ci   "map": {"at": 167328, "to": "mm"},
6436bf215546Sopenharmony_ci   "name": "CB_COLOR5_ATTRIB",
6437bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_ATTRIB"
6438bf215546Sopenharmony_ci  },
6439bf215546Sopenharmony_ci  {
6440bf215546Sopenharmony_ci   "chips": ["gfx10"],
6441bf215546Sopenharmony_ci   "map": {"at": 167332, "to": "mm"},
6442bf215546Sopenharmony_ci   "name": "CB_COLOR5_DCC_CONTROL",
6443bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_DCC_CONTROL"
6444bf215546Sopenharmony_ci  },
6445bf215546Sopenharmony_ci  {
6446bf215546Sopenharmony_ci   "chips": ["gfx10"],
6447bf215546Sopenharmony_ci   "map": {"at": 167336, "to": "mm"},
6448bf215546Sopenharmony_ci   "name": "CB_COLOR5_CMASK"
6449bf215546Sopenharmony_ci  },
6450bf215546Sopenharmony_ci  {
6451bf215546Sopenharmony_ci   "chips": ["gfx10"],
6452bf215546Sopenharmony_ci   "map": {"at": 167340, "to": "mm"},
6453bf215546Sopenharmony_ci   "name": "CB_COLOR5_CMASK_SLICE",
6454bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_CMASK_SLICE"
6455bf215546Sopenharmony_ci  },
6456bf215546Sopenharmony_ci  {
6457bf215546Sopenharmony_ci   "chips": ["gfx10"],
6458bf215546Sopenharmony_ci   "map": {"at": 167344, "to": "mm"},
6459bf215546Sopenharmony_ci   "name": "CB_COLOR5_FMASK"
6460bf215546Sopenharmony_ci  },
6461bf215546Sopenharmony_ci  {
6462bf215546Sopenharmony_ci   "chips": ["gfx10"],
6463bf215546Sopenharmony_ci   "map": {"at": 167348, "to": "mm"},
6464bf215546Sopenharmony_ci   "name": "CB_COLOR5_FMASK_SLICE",
6465bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_SLICE"
6466bf215546Sopenharmony_ci  },
6467bf215546Sopenharmony_ci  {
6468bf215546Sopenharmony_ci   "chips": ["gfx10"],
6469bf215546Sopenharmony_ci   "map": {"at": 167352, "to": "mm"},
6470bf215546Sopenharmony_ci   "name": "CB_COLOR5_CLEAR_WORD0"
6471bf215546Sopenharmony_ci  },
6472bf215546Sopenharmony_ci  {
6473bf215546Sopenharmony_ci   "chips": ["gfx10"],
6474bf215546Sopenharmony_ci   "map": {"at": 167356, "to": "mm"},
6475bf215546Sopenharmony_ci   "name": "CB_COLOR5_CLEAR_WORD1"
6476bf215546Sopenharmony_ci  },
6477bf215546Sopenharmony_ci  {
6478bf215546Sopenharmony_ci   "chips": ["gfx10"],
6479bf215546Sopenharmony_ci   "map": {"at": 167360, "to": "mm"},
6480bf215546Sopenharmony_ci   "name": "CB_COLOR5_DCC_BASE"
6481bf215546Sopenharmony_ci  },
6482bf215546Sopenharmony_ci  {
6483bf215546Sopenharmony_ci   "chips": ["gfx10"],
6484bf215546Sopenharmony_ci   "map": {"at": 167368, "to": "mm"},
6485bf215546Sopenharmony_ci   "name": "CB_COLOR6_BASE"
6486bf215546Sopenharmony_ci  },
6487bf215546Sopenharmony_ci  {
6488bf215546Sopenharmony_ci   "chips": ["gfx10"],
6489bf215546Sopenharmony_ci   "map": {"at": 167372, "to": "mm"},
6490bf215546Sopenharmony_ci   "name": "CB_COLOR6_PITCH",
6491bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_PITCH"
6492bf215546Sopenharmony_ci  },
6493bf215546Sopenharmony_ci  {
6494bf215546Sopenharmony_ci   "chips": ["gfx10"],
6495bf215546Sopenharmony_ci   "map": {"at": 167376, "to": "mm"},
6496bf215546Sopenharmony_ci   "name": "CB_COLOR6_SLICE",
6497bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_SLICE"
6498bf215546Sopenharmony_ci  },
6499bf215546Sopenharmony_ci  {
6500bf215546Sopenharmony_ci   "chips": ["gfx10"],
6501bf215546Sopenharmony_ci   "map": {"at": 167380, "to": "mm"},
6502bf215546Sopenharmony_ci   "name": "CB_COLOR6_VIEW",
6503bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_VIEW"
6504bf215546Sopenharmony_ci  },
6505bf215546Sopenharmony_ci  {
6506bf215546Sopenharmony_ci   "chips": ["gfx10"],
6507bf215546Sopenharmony_ci   "map": {"at": 167384, "to": "mm"},
6508bf215546Sopenharmony_ci   "name": "CB_COLOR6_INFO",
6509bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_INFO"
6510bf215546Sopenharmony_ci  },
6511bf215546Sopenharmony_ci  {
6512bf215546Sopenharmony_ci   "chips": ["gfx10"],
6513bf215546Sopenharmony_ci   "map": {"at": 167388, "to": "mm"},
6514bf215546Sopenharmony_ci   "name": "CB_COLOR6_ATTRIB",
6515bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_ATTRIB"
6516bf215546Sopenharmony_ci  },
6517bf215546Sopenharmony_ci  {
6518bf215546Sopenharmony_ci   "chips": ["gfx10"],
6519bf215546Sopenharmony_ci   "map": {"at": 167392, "to": "mm"},
6520bf215546Sopenharmony_ci   "name": "CB_COLOR6_DCC_CONTROL",
6521bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_DCC_CONTROL"
6522bf215546Sopenharmony_ci  },
6523bf215546Sopenharmony_ci  {
6524bf215546Sopenharmony_ci   "chips": ["gfx10"],
6525bf215546Sopenharmony_ci   "map": {"at": 167396, "to": "mm"},
6526bf215546Sopenharmony_ci   "name": "CB_COLOR6_CMASK"
6527bf215546Sopenharmony_ci  },
6528bf215546Sopenharmony_ci  {
6529bf215546Sopenharmony_ci   "chips": ["gfx10"],
6530bf215546Sopenharmony_ci   "map": {"at": 167400, "to": "mm"},
6531bf215546Sopenharmony_ci   "name": "CB_COLOR6_CMASK_SLICE",
6532bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_CMASK_SLICE"
6533bf215546Sopenharmony_ci  },
6534bf215546Sopenharmony_ci  {
6535bf215546Sopenharmony_ci   "chips": ["gfx10"],
6536bf215546Sopenharmony_ci   "map": {"at": 167404, "to": "mm"},
6537bf215546Sopenharmony_ci   "name": "CB_COLOR6_FMASK"
6538bf215546Sopenharmony_ci  },
6539bf215546Sopenharmony_ci  {
6540bf215546Sopenharmony_ci   "chips": ["gfx10"],
6541bf215546Sopenharmony_ci   "map": {"at": 167408, "to": "mm"},
6542bf215546Sopenharmony_ci   "name": "CB_COLOR6_FMASK_SLICE",
6543bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_SLICE"
6544bf215546Sopenharmony_ci  },
6545bf215546Sopenharmony_ci  {
6546bf215546Sopenharmony_ci   "chips": ["gfx10"],
6547bf215546Sopenharmony_ci   "map": {"at": 167412, "to": "mm"},
6548bf215546Sopenharmony_ci   "name": "CB_COLOR6_CLEAR_WORD0"
6549bf215546Sopenharmony_ci  },
6550bf215546Sopenharmony_ci  {
6551bf215546Sopenharmony_ci   "chips": ["gfx10"],
6552bf215546Sopenharmony_ci   "map": {"at": 167416, "to": "mm"},
6553bf215546Sopenharmony_ci   "name": "CB_COLOR6_CLEAR_WORD1"
6554bf215546Sopenharmony_ci  },
6555bf215546Sopenharmony_ci  {
6556bf215546Sopenharmony_ci   "chips": ["gfx10"],
6557bf215546Sopenharmony_ci   "map": {"at": 167420, "to": "mm"},
6558bf215546Sopenharmony_ci   "name": "CB_COLOR6_DCC_BASE"
6559bf215546Sopenharmony_ci  },
6560bf215546Sopenharmony_ci  {
6561bf215546Sopenharmony_ci   "chips": ["gfx10"],
6562bf215546Sopenharmony_ci   "map": {"at": 167428, "to": "mm"},
6563bf215546Sopenharmony_ci   "name": "CB_COLOR7_BASE"
6564bf215546Sopenharmony_ci  },
6565bf215546Sopenharmony_ci  {
6566bf215546Sopenharmony_ci   "chips": ["gfx10"],
6567bf215546Sopenharmony_ci   "map": {"at": 167432, "to": "mm"},
6568bf215546Sopenharmony_ci   "name": "CB_COLOR7_PITCH",
6569bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_PITCH"
6570bf215546Sopenharmony_ci  },
6571bf215546Sopenharmony_ci  {
6572bf215546Sopenharmony_ci   "chips": ["gfx10"],
6573bf215546Sopenharmony_ci   "map": {"at": 167436, "to": "mm"},
6574bf215546Sopenharmony_ci   "name": "CB_COLOR7_SLICE",
6575bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_SLICE"
6576bf215546Sopenharmony_ci  },
6577bf215546Sopenharmony_ci  {
6578bf215546Sopenharmony_ci   "chips": ["gfx10"],
6579bf215546Sopenharmony_ci   "map": {"at": 167440, "to": "mm"},
6580bf215546Sopenharmony_ci   "name": "CB_COLOR7_VIEW",
6581bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_VIEW"
6582bf215546Sopenharmony_ci  },
6583bf215546Sopenharmony_ci  {
6584bf215546Sopenharmony_ci   "chips": ["gfx10"],
6585bf215546Sopenharmony_ci   "map": {"at": 167444, "to": "mm"},
6586bf215546Sopenharmony_ci   "name": "CB_COLOR7_INFO",
6587bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_INFO"
6588bf215546Sopenharmony_ci  },
6589bf215546Sopenharmony_ci  {
6590bf215546Sopenharmony_ci   "chips": ["gfx10"],
6591bf215546Sopenharmony_ci   "map": {"at": 167448, "to": "mm"},
6592bf215546Sopenharmony_ci   "name": "CB_COLOR7_ATTRIB",
6593bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_ATTRIB"
6594bf215546Sopenharmony_ci  },
6595bf215546Sopenharmony_ci  {
6596bf215546Sopenharmony_ci   "chips": ["gfx10"],
6597bf215546Sopenharmony_ci   "map": {"at": 167452, "to": "mm"},
6598bf215546Sopenharmony_ci   "name": "CB_COLOR7_DCC_CONTROL",
6599bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_DCC_CONTROL"
6600bf215546Sopenharmony_ci  },
6601bf215546Sopenharmony_ci  {
6602bf215546Sopenharmony_ci   "chips": ["gfx10"],
6603bf215546Sopenharmony_ci   "map": {"at": 167456, "to": "mm"},
6604bf215546Sopenharmony_ci   "name": "CB_COLOR7_CMASK"
6605bf215546Sopenharmony_ci  },
6606bf215546Sopenharmony_ci  {
6607bf215546Sopenharmony_ci   "chips": ["gfx10"],
6608bf215546Sopenharmony_ci   "map": {"at": 167460, "to": "mm"},
6609bf215546Sopenharmony_ci   "name": "CB_COLOR7_CMASK_SLICE",
6610bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_CMASK_SLICE"
6611bf215546Sopenharmony_ci  },
6612bf215546Sopenharmony_ci  {
6613bf215546Sopenharmony_ci   "chips": ["gfx10"],
6614bf215546Sopenharmony_ci   "map": {"at": 167464, "to": "mm"},
6615bf215546Sopenharmony_ci   "name": "CB_COLOR7_FMASK"
6616bf215546Sopenharmony_ci  },
6617bf215546Sopenharmony_ci  {
6618bf215546Sopenharmony_ci   "chips": ["gfx10"],
6619bf215546Sopenharmony_ci   "map": {"at": 167468, "to": "mm"},
6620bf215546Sopenharmony_ci   "name": "CB_COLOR7_FMASK_SLICE",
6621bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_SLICE"
6622bf215546Sopenharmony_ci  },
6623bf215546Sopenharmony_ci  {
6624bf215546Sopenharmony_ci   "chips": ["gfx10"],
6625bf215546Sopenharmony_ci   "map": {"at": 167472, "to": "mm"},
6626bf215546Sopenharmony_ci   "name": "CB_COLOR7_CLEAR_WORD0"
6627bf215546Sopenharmony_ci  },
6628bf215546Sopenharmony_ci  {
6629bf215546Sopenharmony_ci   "chips": ["gfx10"],
6630bf215546Sopenharmony_ci   "map": {"at": 167476, "to": "mm"},
6631bf215546Sopenharmony_ci   "name": "CB_COLOR7_CLEAR_WORD1"
6632bf215546Sopenharmony_ci  },
6633bf215546Sopenharmony_ci  {
6634bf215546Sopenharmony_ci   "chips": ["gfx10"],
6635bf215546Sopenharmony_ci   "map": {"at": 167480, "to": "mm"},
6636bf215546Sopenharmony_ci   "name": "CB_COLOR7_DCC_BASE"
6637bf215546Sopenharmony_ci  },
6638bf215546Sopenharmony_ci  {
6639bf215546Sopenharmony_ci   "chips": ["gfx10"],
6640bf215546Sopenharmony_ci   "map": {"at": 167488, "to": "mm"},
6641bf215546Sopenharmony_ci   "name": "CB_COLOR0_BASE_EXT",
6642bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6643bf215546Sopenharmony_ci  },
6644bf215546Sopenharmony_ci  {
6645bf215546Sopenharmony_ci   "chips": ["gfx10"],
6646bf215546Sopenharmony_ci   "map": {"at": 167492, "to": "mm"},
6647bf215546Sopenharmony_ci   "name": "CB_COLOR1_BASE_EXT",
6648bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6649bf215546Sopenharmony_ci  },
6650bf215546Sopenharmony_ci  {
6651bf215546Sopenharmony_ci   "chips": ["gfx10"],
6652bf215546Sopenharmony_ci   "map": {"at": 167496, "to": "mm"},
6653bf215546Sopenharmony_ci   "name": "CB_COLOR2_BASE_EXT",
6654bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6655bf215546Sopenharmony_ci  },
6656bf215546Sopenharmony_ci  {
6657bf215546Sopenharmony_ci   "chips": ["gfx10"],
6658bf215546Sopenharmony_ci   "map": {"at": 167500, "to": "mm"},
6659bf215546Sopenharmony_ci   "name": "CB_COLOR3_BASE_EXT",
6660bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6661bf215546Sopenharmony_ci  },
6662bf215546Sopenharmony_ci  {
6663bf215546Sopenharmony_ci   "chips": ["gfx10"],
6664bf215546Sopenharmony_ci   "map": {"at": 167504, "to": "mm"},
6665bf215546Sopenharmony_ci   "name": "CB_COLOR4_BASE_EXT",
6666bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6667bf215546Sopenharmony_ci  },
6668bf215546Sopenharmony_ci  {
6669bf215546Sopenharmony_ci   "chips": ["gfx10"],
6670bf215546Sopenharmony_ci   "map": {"at": 167508, "to": "mm"},
6671bf215546Sopenharmony_ci   "name": "CB_COLOR5_BASE_EXT",
6672bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6673bf215546Sopenharmony_ci  },
6674bf215546Sopenharmony_ci  {
6675bf215546Sopenharmony_ci   "chips": ["gfx10"],
6676bf215546Sopenharmony_ci   "map": {"at": 167512, "to": "mm"},
6677bf215546Sopenharmony_ci   "name": "CB_COLOR6_BASE_EXT",
6678bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6679bf215546Sopenharmony_ci  },
6680bf215546Sopenharmony_ci  {
6681bf215546Sopenharmony_ci   "chips": ["gfx10"],
6682bf215546Sopenharmony_ci   "map": {"at": 167516, "to": "mm"},
6683bf215546Sopenharmony_ci   "name": "CB_COLOR7_BASE_EXT",
6684bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6685bf215546Sopenharmony_ci  },
6686bf215546Sopenharmony_ci  {
6687bf215546Sopenharmony_ci   "chips": ["gfx10"],
6688bf215546Sopenharmony_ci   "map": {"at": 167520, "to": "mm"},
6689bf215546Sopenharmony_ci   "name": "CB_COLOR0_CMASK_BASE_EXT",
6690bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6691bf215546Sopenharmony_ci  },
6692bf215546Sopenharmony_ci  {
6693bf215546Sopenharmony_ci   "chips": ["gfx10"],
6694bf215546Sopenharmony_ci   "map": {"at": 167524, "to": "mm"},
6695bf215546Sopenharmony_ci   "name": "CB_COLOR1_CMASK_BASE_EXT",
6696bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6697bf215546Sopenharmony_ci  },
6698bf215546Sopenharmony_ci  {
6699bf215546Sopenharmony_ci   "chips": ["gfx10"],
6700bf215546Sopenharmony_ci   "map": {"at": 167528, "to": "mm"},
6701bf215546Sopenharmony_ci   "name": "CB_COLOR2_CMASK_BASE_EXT",
6702bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6703bf215546Sopenharmony_ci  },
6704bf215546Sopenharmony_ci  {
6705bf215546Sopenharmony_ci   "chips": ["gfx10"],
6706bf215546Sopenharmony_ci   "map": {"at": 167532, "to": "mm"},
6707bf215546Sopenharmony_ci   "name": "CB_COLOR3_CMASK_BASE_EXT",
6708bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6709bf215546Sopenharmony_ci  },
6710bf215546Sopenharmony_ci  {
6711bf215546Sopenharmony_ci   "chips": ["gfx10"],
6712bf215546Sopenharmony_ci   "map": {"at": 167536, "to": "mm"},
6713bf215546Sopenharmony_ci   "name": "CB_COLOR4_CMASK_BASE_EXT",
6714bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6715bf215546Sopenharmony_ci  },
6716bf215546Sopenharmony_ci  {
6717bf215546Sopenharmony_ci   "chips": ["gfx10"],
6718bf215546Sopenharmony_ci   "map": {"at": 167540, "to": "mm"},
6719bf215546Sopenharmony_ci   "name": "CB_COLOR5_CMASK_BASE_EXT",
6720bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6721bf215546Sopenharmony_ci  },
6722bf215546Sopenharmony_ci  {
6723bf215546Sopenharmony_ci   "chips": ["gfx10"],
6724bf215546Sopenharmony_ci   "map": {"at": 167544, "to": "mm"},
6725bf215546Sopenharmony_ci   "name": "CB_COLOR6_CMASK_BASE_EXT",
6726bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6727bf215546Sopenharmony_ci  },
6728bf215546Sopenharmony_ci  {
6729bf215546Sopenharmony_ci   "chips": ["gfx10"],
6730bf215546Sopenharmony_ci   "map": {"at": 167548, "to": "mm"},
6731bf215546Sopenharmony_ci   "name": "CB_COLOR7_CMASK_BASE_EXT",
6732bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6733bf215546Sopenharmony_ci  },
6734bf215546Sopenharmony_ci  {
6735bf215546Sopenharmony_ci   "chips": ["gfx10"],
6736bf215546Sopenharmony_ci   "map": {"at": 167552, "to": "mm"},
6737bf215546Sopenharmony_ci   "name": "CB_COLOR0_FMASK_BASE_EXT",
6738bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6739bf215546Sopenharmony_ci  },
6740bf215546Sopenharmony_ci  {
6741bf215546Sopenharmony_ci   "chips": ["gfx10"],
6742bf215546Sopenharmony_ci   "map": {"at": 167556, "to": "mm"},
6743bf215546Sopenharmony_ci   "name": "CB_COLOR1_FMASK_BASE_EXT",
6744bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6745bf215546Sopenharmony_ci  },
6746bf215546Sopenharmony_ci  {
6747bf215546Sopenharmony_ci   "chips": ["gfx10"],
6748bf215546Sopenharmony_ci   "map": {"at": 167560, "to": "mm"},
6749bf215546Sopenharmony_ci   "name": "CB_COLOR2_FMASK_BASE_EXT",
6750bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6751bf215546Sopenharmony_ci  },
6752bf215546Sopenharmony_ci  {
6753bf215546Sopenharmony_ci   "chips": ["gfx10"],
6754bf215546Sopenharmony_ci   "map": {"at": 167564, "to": "mm"},
6755bf215546Sopenharmony_ci   "name": "CB_COLOR3_FMASK_BASE_EXT",
6756bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6757bf215546Sopenharmony_ci  },
6758bf215546Sopenharmony_ci  {
6759bf215546Sopenharmony_ci   "chips": ["gfx10"],
6760bf215546Sopenharmony_ci   "map": {"at": 167568, "to": "mm"},
6761bf215546Sopenharmony_ci   "name": "CB_COLOR4_FMASK_BASE_EXT",
6762bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6763bf215546Sopenharmony_ci  },
6764bf215546Sopenharmony_ci  {
6765bf215546Sopenharmony_ci   "chips": ["gfx10"],
6766bf215546Sopenharmony_ci   "map": {"at": 167572, "to": "mm"},
6767bf215546Sopenharmony_ci   "name": "CB_COLOR5_FMASK_BASE_EXT",
6768bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6769bf215546Sopenharmony_ci  },
6770bf215546Sopenharmony_ci  {
6771bf215546Sopenharmony_ci   "chips": ["gfx10"],
6772bf215546Sopenharmony_ci   "map": {"at": 167576, "to": "mm"},
6773bf215546Sopenharmony_ci   "name": "CB_COLOR6_FMASK_BASE_EXT",
6774bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6775bf215546Sopenharmony_ci  },
6776bf215546Sopenharmony_ci  {
6777bf215546Sopenharmony_ci   "chips": ["gfx10"],
6778bf215546Sopenharmony_ci   "map": {"at": 167580, "to": "mm"},
6779bf215546Sopenharmony_ci   "name": "CB_COLOR7_FMASK_BASE_EXT",
6780bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6781bf215546Sopenharmony_ci  },
6782bf215546Sopenharmony_ci  {
6783bf215546Sopenharmony_ci   "chips": ["gfx10"],
6784bf215546Sopenharmony_ci   "map": {"at": 167584, "to": "mm"},
6785bf215546Sopenharmony_ci   "name": "CB_COLOR0_DCC_BASE_EXT",
6786bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6787bf215546Sopenharmony_ci  },
6788bf215546Sopenharmony_ci  {
6789bf215546Sopenharmony_ci   "chips": ["gfx10"],
6790bf215546Sopenharmony_ci   "map": {"at": 167588, "to": "mm"},
6791bf215546Sopenharmony_ci   "name": "CB_COLOR1_DCC_BASE_EXT",
6792bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6793bf215546Sopenharmony_ci  },
6794bf215546Sopenharmony_ci  {
6795bf215546Sopenharmony_ci   "chips": ["gfx10"],
6796bf215546Sopenharmony_ci   "map": {"at": 167592, "to": "mm"},
6797bf215546Sopenharmony_ci   "name": "CB_COLOR2_DCC_BASE_EXT",
6798bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6799bf215546Sopenharmony_ci  },
6800bf215546Sopenharmony_ci  {
6801bf215546Sopenharmony_ci   "chips": ["gfx10"],
6802bf215546Sopenharmony_ci   "map": {"at": 167596, "to": "mm"},
6803bf215546Sopenharmony_ci   "name": "CB_COLOR3_DCC_BASE_EXT",
6804bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6805bf215546Sopenharmony_ci  },
6806bf215546Sopenharmony_ci  {
6807bf215546Sopenharmony_ci   "chips": ["gfx10"],
6808bf215546Sopenharmony_ci   "map": {"at": 167600, "to": "mm"},
6809bf215546Sopenharmony_ci   "name": "CB_COLOR4_DCC_BASE_EXT",
6810bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6811bf215546Sopenharmony_ci  },
6812bf215546Sopenharmony_ci  {
6813bf215546Sopenharmony_ci   "chips": ["gfx10"],
6814bf215546Sopenharmony_ci   "map": {"at": 167604, "to": "mm"},
6815bf215546Sopenharmony_ci   "name": "CB_COLOR5_DCC_BASE_EXT",
6816bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6817bf215546Sopenharmony_ci  },
6818bf215546Sopenharmony_ci  {
6819bf215546Sopenharmony_ci   "chips": ["gfx10"],
6820bf215546Sopenharmony_ci   "map": {"at": 167608, "to": "mm"},
6821bf215546Sopenharmony_ci   "name": "CB_COLOR6_DCC_BASE_EXT",
6822bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6823bf215546Sopenharmony_ci  },
6824bf215546Sopenharmony_ci  {
6825bf215546Sopenharmony_ci   "chips": ["gfx10"],
6826bf215546Sopenharmony_ci   "map": {"at": 167612, "to": "mm"},
6827bf215546Sopenharmony_ci   "name": "CB_COLOR7_DCC_BASE_EXT",
6828bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_BASE_EXT"
6829bf215546Sopenharmony_ci  },
6830bf215546Sopenharmony_ci  {
6831bf215546Sopenharmony_ci   "chips": ["gfx10"],
6832bf215546Sopenharmony_ci   "map": {"at": 167616, "to": "mm"},
6833bf215546Sopenharmony_ci   "name": "CB_COLOR0_ATTRIB2",
6834bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_ATTRIB2"
6835bf215546Sopenharmony_ci  },
6836bf215546Sopenharmony_ci  {
6837bf215546Sopenharmony_ci   "chips": ["gfx10"],
6838bf215546Sopenharmony_ci   "map": {"at": 167620, "to": "mm"},
6839bf215546Sopenharmony_ci   "name": "CB_COLOR1_ATTRIB2",
6840bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_ATTRIB2"
6841bf215546Sopenharmony_ci  },
6842bf215546Sopenharmony_ci  {
6843bf215546Sopenharmony_ci   "chips": ["gfx10"],
6844bf215546Sopenharmony_ci   "map": {"at": 167624, "to": "mm"},
6845bf215546Sopenharmony_ci   "name": "CB_COLOR2_ATTRIB2",
6846bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_ATTRIB2"
6847bf215546Sopenharmony_ci  },
6848bf215546Sopenharmony_ci  {
6849bf215546Sopenharmony_ci   "chips": ["gfx10"],
6850bf215546Sopenharmony_ci   "map": {"at": 167628, "to": "mm"},
6851bf215546Sopenharmony_ci   "name": "CB_COLOR3_ATTRIB2",
6852bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_ATTRIB2"
6853bf215546Sopenharmony_ci  },
6854bf215546Sopenharmony_ci  {
6855bf215546Sopenharmony_ci   "chips": ["gfx10"],
6856bf215546Sopenharmony_ci   "map": {"at": 167632, "to": "mm"},
6857bf215546Sopenharmony_ci   "name": "CB_COLOR4_ATTRIB2",
6858bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_ATTRIB2"
6859bf215546Sopenharmony_ci  },
6860bf215546Sopenharmony_ci  {
6861bf215546Sopenharmony_ci   "chips": ["gfx10"],
6862bf215546Sopenharmony_ci   "map": {"at": 167636, "to": "mm"},
6863bf215546Sopenharmony_ci   "name": "CB_COLOR5_ATTRIB2",
6864bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_ATTRIB2"
6865bf215546Sopenharmony_ci  },
6866bf215546Sopenharmony_ci  {
6867bf215546Sopenharmony_ci   "chips": ["gfx10"],
6868bf215546Sopenharmony_ci   "map": {"at": 167640, "to": "mm"},
6869bf215546Sopenharmony_ci   "name": "CB_COLOR6_ATTRIB2",
6870bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_ATTRIB2"
6871bf215546Sopenharmony_ci  },
6872bf215546Sopenharmony_ci  {
6873bf215546Sopenharmony_ci   "chips": ["gfx10"],
6874bf215546Sopenharmony_ci   "map": {"at": 167644, "to": "mm"},
6875bf215546Sopenharmony_ci   "name": "CB_COLOR7_ATTRIB2",
6876bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_ATTRIB2"
6877bf215546Sopenharmony_ci  },
6878bf215546Sopenharmony_ci  {
6879bf215546Sopenharmony_ci   "chips": ["gfx10"],
6880bf215546Sopenharmony_ci   "map": {"at": 167648, "to": "mm"},
6881bf215546Sopenharmony_ci   "name": "CB_COLOR0_ATTRIB3",
6882bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_ATTRIB3"
6883bf215546Sopenharmony_ci  },
6884bf215546Sopenharmony_ci  {
6885bf215546Sopenharmony_ci   "chips": ["gfx10"],
6886bf215546Sopenharmony_ci   "map": {"at": 167652, "to": "mm"},
6887bf215546Sopenharmony_ci   "name": "CB_COLOR1_ATTRIB3",
6888bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_ATTRIB3"
6889bf215546Sopenharmony_ci  },
6890bf215546Sopenharmony_ci  {
6891bf215546Sopenharmony_ci   "chips": ["gfx10"],
6892bf215546Sopenharmony_ci   "map": {"at": 167656, "to": "mm"},
6893bf215546Sopenharmony_ci   "name": "CB_COLOR2_ATTRIB3",
6894bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_ATTRIB3"
6895bf215546Sopenharmony_ci  },
6896bf215546Sopenharmony_ci  {
6897bf215546Sopenharmony_ci   "chips": ["gfx10"],
6898bf215546Sopenharmony_ci   "map": {"at": 167660, "to": "mm"},
6899bf215546Sopenharmony_ci   "name": "CB_COLOR3_ATTRIB3",
6900bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_ATTRIB3"
6901bf215546Sopenharmony_ci  },
6902bf215546Sopenharmony_ci  {
6903bf215546Sopenharmony_ci   "chips": ["gfx10"],
6904bf215546Sopenharmony_ci   "map": {"at": 167664, "to": "mm"},
6905bf215546Sopenharmony_ci   "name": "CB_COLOR4_ATTRIB3",
6906bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_ATTRIB3"
6907bf215546Sopenharmony_ci  },
6908bf215546Sopenharmony_ci  {
6909bf215546Sopenharmony_ci   "chips": ["gfx10"],
6910bf215546Sopenharmony_ci   "map": {"at": 167668, "to": "mm"},
6911bf215546Sopenharmony_ci   "name": "CB_COLOR5_ATTRIB3",
6912bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_ATTRIB3"
6913bf215546Sopenharmony_ci  },
6914bf215546Sopenharmony_ci  {
6915bf215546Sopenharmony_ci   "chips": ["gfx10"],
6916bf215546Sopenharmony_ci   "map": {"at": 167672, "to": "mm"},
6917bf215546Sopenharmony_ci   "name": "CB_COLOR6_ATTRIB3",
6918bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_ATTRIB3"
6919bf215546Sopenharmony_ci  },
6920bf215546Sopenharmony_ci  {
6921bf215546Sopenharmony_ci   "chips": ["gfx10"],
6922bf215546Sopenharmony_ci   "map": {"at": 167676, "to": "mm"},
6923bf215546Sopenharmony_ci   "name": "CB_COLOR7_ATTRIB3",
6924bf215546Sopenharmony_ci   "type_ref": "CB_COLOR0_ATTRIB3"
6925bf215546Sopenharmony_ci  },
6926bf215546Sopenharmony_ci  {
6927bf215546Sopenharmony_ci   "chips": ["gfx10"],
6928bf215546Sopenharmony_ci   "map": {"at": 196608, "to": "mm"},
6929bf215546Sopenharmony_ci   "name": "CP_EOP_DONE_ADDR_LO",
6930bf215546Sopenharmony_ci   "type_ref": "CP_EOP_DONE_ADDR_LO"
6931bf215546Sopenharmony_ci  },
6932bf215546Sopenharmony_ci  {
6933bf215546Sopenharmony_ci   "chips": ["gfx10"],
6934bf215546Sopenharmony_ci   "map": {"at": 196612, "to": "mm"},
6935bf215546Sopenharmony_ci   "name": "CP_EOP_DONE_ADDR_HI",
6936bf215546Sopenharmony_ci   "type_ref": "CP_EOP_DONE_ADDR_HI"
6937bf215546Sopenharmony_ci  },
6938bf215546Sopenharmony_ci  {
6939bf215546Sopenharmony_ci   "chips": ["gfx10"],
6940bf215546Sopenharmony_ci   "map": {"at": 196616, "to": "mm"},
6941bf215546Sopenharmony_ci   "name": "CP_EOP_DONE_DATA_LO"
6942bf215546Sopenharmony_ci  },
6943bf215546Sopenharmony_ci  {
6944bf215546Sopenharmony_ci   "chips": ["gfx10"],
6945bf215546Sopenharmony_ci   "map": {"at": 196620, "to": "mm"},
6946bf215546Sopenharmony_ci   "name": "CP_EOP_DONE_DATA_HI"
6947bf215546Sopenharmony_ci  },
6948bf215546Sopenharmony_ci  {
6949bf215546Sopenharmony_ci   "chips": ["gfx10"],
6950bf215546Sopenharmony_ci   "map": {"at": 196624, "to": "mm"},
6951bf215546Sopenharmony_ci   "name": "CP_EOP_LAST_FENCE_LO"
6952bf215546Sopenharmony_ci  },
6953bf215546Sopenharmony_ci  {
6954bf215546Sopenharmony_ci   "chips": ["gfx10"],
6955bf215546Sopenharmony_ci   "map": {"at": 196628, "to": "mm"},
6956bf215546Sopenharmony_ci   "name": "CP_EOP_LAST_FENCE_HI"
6957bf215546Sopenharmony_ci  },
6958bf215546Sopenharmony_ci  {
6959bf215546Sopenharmony_ci   "chips": ["gfx10"],
6960bf215546Sopenharmony_ci   "map": {"at": 196632, "to": "mm"},
6961bf215546Sopenharmony_ci   "name": "CP_STREAM_OUT_ADDR_LO",
6962bf215546Sopenharmony_ci   "type_ref": "CP_STREAM_OUT_ADDR_LO"
6963bf215546Sopenharmony_ci  },
6964bf215546Sopenharmony_ci  {
6965bf215546Sopenharmony_ci   "chips": ["gfx10"],
6966bf215546Sopenharmony_ci   "map": {"at": 196636, "to": "mm"},
6967bf215546Sopenharmony_ci   "name": "CP_STREAM_OUT_ADDR_HI",
6968bf215546Sopenharmony_ci   "type_ref": "CP_STREAM_OUT_ADDR_HI"
6969bf215546Sopenharmony_ci  },
6970bf215546Sopenharmony_ci  {
6971bf215546Sopenharmony_ci   "chips": ["gfx10"],
6972bf215546Sopenharmony_ci   "map": {"at": 196640, "to": "mm"},
6973bf215546Sopenharmony_ci   "name": "CP_NUM_PRIM_WRITTEN_COUNT0_LO"
6974bf215546Sopenharmony_ci  },
6975bf215546Sopenharmony_ci  {
6976bf215546Sopenharmony_ci   "chips": ["gfx10"],
6977bf215546Sopenharmony_ci   "map": {"at": 196644, "to": "mm"},
6978bf215546Sopenharmony_ci   "name": "CP_NUM_PRIM_WRITTEN_COUNT0_HI"
6979bf215546Sopenharmony_ci  },
6980bf215546Sopenharmony_ci  {
6981bf215546Sopenharmony_ci   "chips": ["gfx10"],
6982bf215546Sopenharmony_ci   "map": {"at": 196648, "to": "mm"},
6983bf215546Sopenharmony_ci   "name": "CP_NUM_PRIM_NEEDED_COUNT0_LO"
6984bf215546Sopenharmony_ci  },
6985bf215546Sopenharmony_ci  {
6986bf215546Sopenharmony_ci   "chips": ["gfx10"],
6987bf215546Sopenharmony_ci   "map": {"at": 196652, "to": "mm"},
6988bf215546Sopenharmony_ci   "name": "CP_NUM_PRIM_NEEDED_COUNT0_HI"
6989bf215546Sopenharmony_ci  },
6990bf215546Sopenharmony_ci  {
6991bf215546Sopenharmony_ci   "chips": ["gfx10"],
6992bf215546Sopenharmony_ci   "map": {"at": 196656, "to": "mm"},
6993bf215546Sopenharmony_ci   "name": "CP_NUM_PRIM_WRITTEN_COUNT1_LO"
6994bf215546Sopenharmony_ci  },
6995bf215546Sopenharmony_ci  {
6996bf215546Sopenharmony_ci   "chips": ["gfx10"],
6997bf215546Sopenharmony_ci   "map": {"at": 196660, "to": "mm"},
6998bf215546Sopenharmony_ci   "name": "CP_NUM_PRIM_WRITTEN_COUNT1_HI"
6999bf215546Sopenharmony_ci  },
7000bf215546Sopenharmony_ci  {
7001bf215546Sopenharmony_ci   "chips": ["gfx10"],
7002bf215546Sopenharmony_ci   "map": {"at": 196664, "to": "mm"},
7003bf215546Sopenharmony_ci   "name": "CP_NUM_PRIM_NEEDED_COUNT1_LO"
7004bf215546Sopenharmony_ci  },
7005bf215546Sopenharmony_ci  {
7006bf215546Sopenharmony_ci   "chips": ["gfx10"],
7007bf215546Sopenharmony_ci   "map": {"at": 196668, "to": "mm"},
7008bf215546Sopenharmony_ci   "name": "CP_NUM_PRIM_NEEDED_COUNT1_HI"
7009bf215546Sopenharmony_ci  },
7010bf215546Sopenharmony_ci  {
7011bf215546Sopenharmony_ci   "chips": ["gfx10"],
7012bf215546Sopenharmony_ci   "map": {"at": 196672, "to": "mm"},
7013bf215546Sopenharmony_ci   "name": "CP_NUM_PRIM_WRITTEN_COUNT2_LO"
7014bf215546Sopenharmony_ci  },
7015bf215546Sopenharmony_ci  {
7016bf215546Sopenharmony_ci   "chips": ["gfx10"],
7017bf215546Sopenharmony_ci   "map": {"at": 196676, "to": "mm"},
7018bf215546Sopenharmony_ci   "name": "CP_NUM_PRIM_WRITTEN_COUNT2_HI"
7019bf215546Sopenharmony_ci  },
7020bf215546Sopenharmony_ci  {
7021bf215546Sopenharmony_ci   "chips": ["gfx10"],
7022bf215546Sopenharmony_ci   "map": {"at": 196680, "to": "mm"},
7023bf215546Sopenharmony_ci   "name": "CP_NUM_PRIM_NEEDED_COUNT2_LO"
7024bf215546Sopenharmony_ci  },
7025bf215546Sopenharmony_ci  {
7026bf215546Sopenharmony_ci   "chips": ["gfx10"],
7027bf215546Sopenharmony_ci   "map": {"at": 196684, "to": "mm"},
7028bf215546Sopenharmony_ci   "name": "CP_NUM_PRIM_NEEDED_COUNT2_HI"
7029bf215546Sopenharmony_ci  },
7030bf215546Sopenharmony_ci  {
7031bf215546Sopenharmony_ci   "chips": ["gfx10"],
7032bf215546Sopenharmony_ci   "map": {"at": 196688, "to": "mm"},
7033bf215546Sopenharmony_ci   "name": "CP_NUM_PRIM_WRITTEN_COUNT3_LO"
7034bf215546Sopenharmony_ci  },
7035bf215546Sopenharmony_ci  {
7036bf215546Sopenharmony_ci   "chips": ["gfx10"],
7037bf215546Sopenharmony_ci   "map": {"at": 196692, "to": "mm"},
7038bf215546Sopenharmony_ci   "name": "CP_NUM_PRIM_WRITTEN_COUNT3_HI"
7039bf215546Sopenharmony_ci  },
7040bf215546Sopenharmony_ci  {
7041bf215546Sopenharmony_ci   "chips": ["gfx10"],
7042bf215546Sopenharmony_ci   "map": {"at": 196696, "to": "mm"},
7043bf215546Sopenharmony_ci   "name": "CP_NUM_PRIM_NEEDED_COUNT3_LO"
7044bf215546Sopenharmony_ci  },
7045bf215546Sopenharmony_ci  {
7046bf215546Sopenharmony_ci   "chips": ["gfx10"],
7047bf215546Sopenharmony_ci   "map": {"at": 196700, "to": "mm"},
7048bf215546Sopenharmony_ci   "name": "CP_NUM_PRIM_NEEDED_COUNT3_HI"
7049bf215546Sopenharmony_ci  },
7050bf215546Sopenharmony_ci  {
7051bf215546Sopenharmony_ci   "chips": ["gfx10"],
7052bf215546Sopenharmony_ci   "map": {"at": 196704, "to": "mm"},
7053bf215546Sopenharmony_ci   "name": "CP_PIPE_STATS_ADDR_LO",
7054bf215546Sopenharmony_ci   "type_ref": "CP_PIPE_STATS_ADDR_LO"
7055bf215546Sopenharmony_ci  },
7056bf215546Sopenharmony_ci  {
7057bf215546Sopenharmony_ci   "chips": ["gfx10"],
7058bf215546Sopenharmony_ci   "map": {"at": 196708, "to": "mm"},
7059bf215546Sopenharmony_ci   "name": "CP_PIPE_STATS_ADDR_HI",
7060bf215546Sopenharmony_ci   "type_ref": "CP_PIPE_STATS_ADDR_HI"
7061bf215546Sopenharmony_ci  },
7062bf215546Sopenharmony_ci  {
7063bf215546Sopenharmony_ci   "chips": ["gfx10"],
7064bf215546Sopenharmony_ci   "map": {"at": 196712, "to": "mm"},
7065bf215546Sopenharmony_ci   "name": "CP_VGT_IAVERT_COUNT_LO"
7066bf215546Sopenharmony_ci  },
7067bf215546Sopenharmony_ci  {
7068bf215546Sopenharmony_ci   "chips": ["gfx10"],
7069bf215546Sopenharmony_ci   "map": {"at": 196716, "to": "mm"},
7070bf215546Sopenharmony_ci   "name": "CP_VGT_IAVERT_COUNT_HI"
7071bf215546Sopenharmony_ci  },
7072bf215546Sopenharmony_ci  {
7073bf215546Sopenharmony_ci   "chips": ["gfx10"],
7074bf215546Sopenharmony_ci   "map": {"at": 196720, "to": "mm"},
7075bf215546Sopenharmony_ci   "name": "CP_VGT_IAPRIM_COUNT_LO"
7076bf215546Sopenharmony_ci  },
7077bf215546Sopenharmony_ci  {
7078bf215546Sopenharmony_ci   "chips": ["gfx10"],
7079bf215546Sopenharmony_ci   "map": {"at": 196724, "to": "mm"},
7080bf215546Sopenharmony_ci   "name": "CP_VGT_IAPRIM_COUNT_HI"
7081bf215546Sopenharmony_ci  },
7082bf215546Sopenharmony_ci  {
7083bf215546Sopenharmony_ci   "chips": ["gfx10"],
7084bf215546Sopenharmony_ci   "map": {"at": 196728, "to": "mm"},
7085bf215546Sopenharmony_ci   "name": "CP_VGT_GSPRIM_COUNT_LO"
7086bf215546Sopenharmony_ci  },
7087bf215546Sopenharmony_ci  {
7088bf215546Sopenharmony_ci   "chips": ["gfx10"],
7089bf215546Sopenharmony_ci   "map": {"at": 196732, "to": "mm"},
7090bf215546Sopenharmony_ci   "name": "CP_VGT_GSPRIM_COUNT_HI"
7091bf215546Sopenharmony_ci  },
7092bf215546Sopenharmony_ci  {
7093bf215546Sopenharmony_ci   "chips": ["gfx10"],
7094bf215546Sopenharmony_ci   "map": {"at": 196736, "to": "mm"},
7095bf215546Sopenharmony_ci   "name": "CP_VGT_VSINVOC_COUNT_LO"
7096bf215546Sopenharmony_ci  },
7097bf215546Sopenharmony_ci  {
7098bf215546Sopenharmony_ci   "chips": ["gfx10"],
7099bf215546Sopenharmony_ci   "map": {"at": 196740, "to": "mm"},
7100bf215546Sopenharmony_ci   "name": "CP_VGT_VSINVOC_COUNT_HI"
7101bf215546Sopenharmony_ci  },
7102bf215546Sopenharmony_ci  {
7103bf215546Sopenharmony_ci   "chips": ["gfx10"],
7104bf215546Sopenharmony_ci   "map": {"at": 196744, "to": "mm"},
7105bf215546Sopenharmony_ci   "name": "CP_VGT_GSINVOC_COUNT_LO"
7106bf215546Sopenharmony_ci  },
7107bf215546Sopenharmony_ci  {
7108bf215546Sopenharmony_ci   "chips": ["gfx10"],
7109bf215546Sopenharmony_ci   "map": {"at": 196748, "to": "mm"},
7110bf215546Sopenharmony_ci   "name": "CP_VGT_GSINVOC_COUNT_HI"
7111bf215546Sopenharmony_ci  },
7112bf215546Sopenharmony_ci  {
7113bf215546Sopenharmony_ci   "chips": ["gfx10"],
7114bf215546Sopenharmony_ci   "map": {"at": 196752, "to": "mm"},
7115bf215546Sopenharmony_ci   "name": "CP_VGT_HSINVOC_COUNT_LO"
7116bf215546Sopenharmony_ci  },
7117bf215546Sopenharmony_ci  {
7118bf215546Sopenharmony_ci   "chips": ["gfx10"],
7119bf215546Sopenharmony_ci   "map": {"at": 196756, "to": "mm"},
7120bf215546Sopenharmony_ci   "name": "CP_VGT_HSINVOC_COUNT_HI"
7121bf215546Sopenharmony_ci  },
7122bf215546Sopenharmony_ci  {
7123bf215546Sopenharmony_ci   "chips": ["gfx10"],
7124bf215546Sopenharmony_ci   "map": {"at": 196760, "to": "mm"},
7125bf215546Sopenharmony_ci   "name": "CP_VGT_DSINVOC_COUNT_LO"
7126bf215546Sopenharmony_ci  },
7127bf215546Sopenharmony_ci  {
7128bf215546Sopenharmony_ci   "chips": ["gfx10"],
7129bf215546Sopenharmony_ci   "map": {"at": 196764, "to": "mm"},
7130bf215546Sopenharmony_ci   "name": "CP_VGT_DSINVOC_COUNT_HI"
7131bf215546Sopenharmony_ci  },
7132bf215546Sopenharmony_ci  {
7133bf215546Sopenharmony_ci   "chips": ["gfx10"],
7134bf215546Sopenharmony_ci   "map": {"at": 196768, "to": "mm"},
7135bf215546Sopenharmony_ci   "name": "CP_PA_CINVOC_COUNT_LO"
7136bf215546Sopenharmony_ci  },
7137bf215546Sopenharmony_ci  {
7138bf215546Sopenharmony_ci   "chips": ["gfx10"],
7139bf215546Sopenharmony_ci   "map": {"at": 196772, "to": "mm"},
7140bf215546Sopenharmony_ci   "name": "CP_PA_CINVOC_COUNT_HI"
7141bf215546Sopenharmony_ci  },
7142bf215546Sopenharmony_ci  {
7143bf215546Sopenharmony_ci   "chips": ["gfx10"],
7144bf215546Sopenharmony_ci   "map": {"at": 196776, "to": "mm"},
7145bf215546Sopenharmony_ci   "name": "CP_PA_CPRIM_COUNT_LO"
7146bf215546Sopenharmony_ci  },
7147bf215546Sopenharmony_ci  {
7148bf215546Sopenharmony_ci   "chips": ["gfx10"],
7149bf215546Sopenharmony_ci   "map": {"at": 196780, "to": "mm"},
7150bf215546Sopenharmony_ci   "name": "CP_PA_CPRIM_COUNT_HI"
7151bf215546Sopenharmony_ci  },
7152bf215546Sopenharmony_ci  {
7153bf215546Sopenharmony_ci   "chips": ["gfx10"],
7154bf215546Sopenharmony_ci   "map": {"at": 196784, "to": "mm"},
7155bf215546Sopenharmony_ci   "name": "CP_SC_PSINVOC_COUNT0_LO"
7156bf215546Sopenharmony_ci  },
7157bf215546Sopenharmony_ci  {
7158bf215546Sopenharmony_ci   "chips": ["gfx10"],
7159bf215546Sopenharmony_ci   "map": {"at": 196788, "to": "mm"},
7160bf215546Sopenharmony_ci   "name": "CP_SC_PSINVOC_COUNT0_HI"
7161bf215546Sopenharmony_ci  },
7162bf215546Sopenharmony_ci  {
7163bf215546Sopenharmony_ci   "chips": ["gfx10"],
7164bf215546Sopenharmony_ci   "map": {"at": 196792, "to": "mm"},
7165bf215546Sopenharmony_ci   "name": "CP_SC_PSINVOC_COUNT1_LO"
7166bf215546Sopenharmony_ci  },
7167bf215546Sopenharmony_ci  {
7168bf215546Sopenharmony_ci   "chips": ["gfx10"],
7169bf215546Sopenharmony_ci   "map": {"at": 196796, "to": "mm"},
7170bf215546Sopenharmony_ci   "name": "CP_SC_PSINVOC_COUNT1_HI"
7171bf215546Sopenharmony_ci  },
7172bf215546Sopenharmony_ci  {
7173bf215546Sopenharmony_ci   "chips": ["gfx10"],
7174bf215546Sopenharmony_ci   "map": {"at": 196800, "to": "mm"},
7175bf215546Sopenharmony_ci   "name": "CP_VGT_CSINVOC_COUNT_LO"
7176bf215546Sopenharmony_ci  },
7177bf215546Sopenharmony_ci  {
7178bf215546Sopenharmony_ci   "chips": ["gfx10"],
7179bf215546Sopenharmony_ci   "map": {"at": 196804, "to": "mm"},
7180bf215546Sopenharmony_ci   "name": "CP_VGT_CSINVOC_COUNT_HI"
7181bf215546Sopenharmony_ci  },
7182bf215546Sopenharmony_ci  {
7183bf215546Sopenharmony_ci   "chips": ["gfx10"],
7184bf215546Sopenharmony_ci   "map": {"at": 196808, "to": "mm"},
7185bf215546Sopenharmony_ci   "name": "CP_EOP_DONE_DOORBELL",
7186bf215546Sopenharmony_ci   "type_ref": "CP_EOP_DONE_DOORBELL"
7187bf215546Sopenharmony_ci  },
7188bf215546Sopenharmony_ci  {
7189bf215546Sopenharmony_ci   "chips": ["gfx10"],
7190bf215546Sopenharmony_ci   "map": {"at": 196812, "to": "mm"},
7191bf215546Sopenharmony_ci   "name": "CP_STREAM_OUT_DOORBELL",
7192bf215546Sopenharmony_ci   "type_ref": "CP_EOP_DONE_DOORBELL"
7193bf215546Sopenharmony_ci  },
7194bf215546Sopenharmony_ci  {
7195bf215546Sopenharmony_ci   "chips": ["gfx10"],
7196bf215546Sopenharmony_ci   "map": {"at": 196816, "to": "mm"},
7197bf215546Sopenharmony_ci   "name": "CP_SEM_DOORBELL",
7198bf215546Sopenharmony_ci   "type_ref": "CP_EOP_DONE_DOORBELL"
7199bf215546Sopenharmony_ci  },
7200bf215546Sopenharmony_ci  {
7201bf215546Sopenharmony_ci   "chips": ["gfx10"],
7202bf215546Sopenharmony_ci   "map": {"at": 196852, "to": "mm"},
7203bf215546Sopenharmony_ci   "name": "CP_PIPE_STATS_CONTROL",
7204bf215546Sopenharmony_ci   "type_ref": "CP_PIPE_STATS_CONTROL"
7205bf215546Sopenharmony_ci  },
7206bf215546Sopenharmony_ci  {
7207bf215546Sopenharmony_ci   "chips": ["gfx10"],
7208bf215546Sopenharmony_ci   "map": {"at": 196856, "to": "mm"},
7209bf215546Sopenharmony_ci   "name": "CP_STREAM_OUT_CONTROL",
7210bf215546Sopenharmony_ci   "type_ref": "CP_PIPE_STATS_CONTROL"
7211bf215546Sopenharmony_ci  },
7212bf215546Sopenharmony_ci  {
7213bf215546Sopenharmony_ci   "chips": ["gfx10"],
7214bf215546Sopenharmony_ci   "map": {"at": 196860, "to": "mm"},
7215bf215546Sopenharmony_ci   "name": "CP_STRMOUT_CNTL",
7216bf215546Sopenharmony_ci   "type_ref": "CP_STRMOUT_CNTL"
7217bf215546Sopenharmony_ci  },
7218bf215546Sopenharmony_ci  {
7219bf215546Sopenharmony_ci   "chips": ["gfx10"],
7220bf215546Sopenharmony_ci   "map": {"at": 196864, "to": "mm"},
7221bf215546Sopenharmony_ci   "name": "SCRATCH_REG0"
7222bf215546Sopenharmony_ci  },
7223bf215546Sopenharmony_ci  {
7224bf215546Sopenharmony_ci   "chips": ["gfx10"],
7225bf215546Sopenharmony_ci   "map": {"at": 196868, "to": "mm"},
7226bf215546Sopenharmony_ci   "name": "SCRATCH_REG1"
7227bf215546Sopenharmony_ci  },
7228bf215546Sopenharmony_ci  {
7229bf215546Sopenharmony_ci   "chips": ["gfx10"],
7230bf215546Sopenharmony_ci   "map": {"at": 196872, "to": "mm"},
7231bf215546Sopenharmony_ci   "name": "SCRATCH_REG2"
7232bf215546Sopenharmony_ci  },
7233bf215546Sopenharmony_ci  {
7234bf215546Sopenharmony_ci   "chips": ["gfx10"],
7235bf215546Sopenharmony_ci   "map": {"at": 196876, "to": "mm"},
7236bf215546Sopenharmony_ci   "name": "SCRATCH_REG3"
7237bf215546Sopenharmony_ci  },
7238bf215546Sopenharmony_ci  {
7239bf215546Sopenharmony_ci   "chips": ["gfx10"],
7240bf215546Sopenharmony_ci   "map": {"at": 196880, "to": "mm"},
7241bf215546Sopenharmony_ci   "name": "SCRATCH_REG4"
7242bf215546Sopenharmony_ci  },
7243bf215546Sopenharmony_ci  {
7244bf215546Sopenharmony_ci   "chips": ["gfx10"],
7245bf215546Sopenharmony_ci   "map": {"at": 196884, "to": "mm"},
7246bf215546Sopenharmony_ci   "name": "SCRATCH_REG5"
7247bf215546Sopenharmony_ci  },
7248bf215546Sopenharmony_ci  {
7249bf215546Sopenharmony_ci   "chips": ["gfx10"],
7250bf215546Sopenharmony_ci   "map": {"at": 196888, "to": "mm"},
7251bf215546Sopenharmony_ci   "name": "SCRATCH_REG6"
7252bf215546Sopenharmony_ci  },
7253bf215546Sopenharmony_ci  {
7254bf215546Sopenharmony_ci   "chips": ["gfx10"],
7255bf215546Sopenharmony_ci   "map": {"at": 196892, "to": "mm"},
7256bf215546Sopenharmony_ci   "name": "SCRATCH_REG7"
7257bf215546Sopenharmony_ci  },
7258bf215546Sopenharmony_ci  {
7259bf215546Sopenharmony_ci   "chips": ["gfx10"],
7260bf215546Sopenharmony_ci   "map": {"at": 196896, "to": "mm"},
7261bf215546Sopenharmony_ci   "name": "CP_PIPE_STATS_DOORBELL",
7262bf215546Sopenharmony_ci   "type_ref": "CP_EOP_DONE_DOORBELL"
7263bf215546Sopenharmony_ci  },
7264bf215546Sopenharmony_ci  {
7265bf215546Sopenharmony_ci   "chips": ["gfx10"],
7266bf215546Sopenharmony_ci   "map": {"at": 196908, "to": "mm"},
7267bf215546Sopenharmony_ci   "name": "CP_APPEND_DDID_CNT",
7268bf215546Sopenharmony_ci   "type_ref": "COMPUTE_PGM_HI"
7269bf215546Sopenharmony_ci  },
7270bf215546Sopenharmony_ci  {
7271bf215546Sopenharmony_ci   "chips": ["gfx10"],
7272bf215546Sopenharmony_ci   "map": {"at": 196912, "to": "mm"},
7273bf215546Sopenharmony_ci   "name": "CP_APPEND_DATA_HI"
7274bf215546Sopenharmony_ci  },
7275bf215546Sopenharmony_ci  {
7276bf215546Sopenharmony_ci   "chips": ["gfx10"],
7277bf215546Sopenharmony_ci   "map": {"at": 196916, "to": "mm"},
7278bf215546Sopenharmony_ci   "name": "CP_APPEND_LAST_CS_FENCE_HI"
7279bf215546Sopenharmony_ci  },
7280bf215546Sopenharmony_ci  {
7281bf215546Sopenharmony_ci   "chips": ["gfx10"],
7282bf215546Sopenharmony_ci   "map": {"at": 196920, "to": "mm"},
7283bf215546Sopenharmony_ci   "name": "CP_APPEND_LAST_PS_FENCE_HI"
7284bf215546Sopenharmony_ci  },
7285bf215546Sopenharmony_ci  {
7286bf215546Sopenharmony_ci   "chips": ["gfx10"],
7287bf215546Sopenharmony_ci   "map": {"at": 196928, "to": "mm"},
7288bf215546Sopenharmony_ci   "name": "SCRATCH_UMSK",
7289bf215546Sopenharmony_ci   "type_ref": "SCRATCH_UMSK"
7290bf215546Sopenharmony_ci  },
7291bf215546Sopenharmony_ci  {
7292bf215546Sopenharmony_ci   "chips": ["gfx10"],
7293bf215546Sopenharmony_ci   "map": {"at": 196932, "to": "mm"},
7294bf215546Sopenharmony_ci   "name": "SCRATCH_ADDR"
7295bf215546Sopenharmony_ci  },
7296bf215546Sopenharmony_ci  {
7297bf215546Sopenharmony_ci   "chips": ["gfx10"],
7298bf215546Sopenharmony_ci   "map": {"at": 196936, "to": "mm"},
7299bf215546Sopenharmony_ci   "name": "CP_PFP_ATOMIC_PREOP_LO"
7300bf215546Sopenharmony_ci  },
7301bf215546Sopenharmony_ci  {
7302bf215546Sopenharmony_ci   "chips": ["gfx10"],
7303bf215546Sopenharmony_ci   "map": {"at": 196940, "to": "mm"},
7304bf215546Sopenharmony_ci   "name": "CP_PFP_ATOMIC_PREOP_HI"
7305bf215546Sopenharmony_ci  },
7306bf215546Sopenharmony_ci  {
7307bf215546Sopenharmony_ci   "chips": ["gfx10"],
7308bf215546Sopenharmony_ci   "map": {"at": 196944, "to": "mm"},
7309bf215546Sopenharmony_ci   "name": "CP_PFP_GDS_ATOMIC0_PREOP_LO"
7310bf215546Sopenharmony_ci  },
7311bf215546Sopenharmony_ci  {
7312bf215546Sopenharmony_ci   "chips": ["gfx10"],
7313bf215546Sopenharmony_ci   "map": {"at": 196948, "to": "mm"},
7314bf215546Sopenharmony_ci   "name": "CP_PFP_GDS_ATOMIC0_PREOP_HI"
7315bf215546Sopenharmony_ci  },
7316bf215546Sopenharmony_ci  {
7317bf215546Sopenharmony_ci   "chips": ["gfx10"],
7318bf215546Sopenharmony_ci   "map": {"at": 196952, "to": "mm"},
7319bf215546Sopenharmony_ci   "name": "CP_PFP_GDS_ATOMIC1_PREOP_LO"
7320bf215546Sopenharmony_ci  },
7321bf215546Sopenharmony_ci  {
7322bf215546Sopenharmony_ci   "chips": ["gfx10"],
7323bf215546Sopenharmony_ci   "map": {"at": 196956, "to": "mm"},
7324bf215546Sopenharmony_ci   "name": "CP_PFP_GDS_ATOMIC1_PREOP_HI"
7325bf215546Sopenharmony_ci  },
7326bf215546Sopenharmony_ci  {
7327bf215546Sopenharmony_ci   "chips": ["gfx10"],
7328bf215546Sopenharmony_ci   "map": {"at": 196960, "to": "mm"},
7329bf215546Sopenharmony_ci   "name": "CP_APPEND_ADDR_LO",
7330bf215546Sopenharmony_ci   "type_ref": "CP_APPEND_ADDR_LO"
7331bf215546Sopenharmony_ci  },
7332bf215546Sopenharmony_ci  {
7333bf215546Sopenharmony_ci   "chips": ["gfx10"],
7334bf215546Sopenharmony_ci   "map": {"at": 196964, "to": "mm"},
7335bf215546Sopenharmony_ci   "name": "CP_APPEND_ADDR_HI",
7336bf215546Sopenharmony_ci   "type_ref": "CP_APPEND_ADDR_HI"
7337bf215546Sopenharmony_ci  },
7338bf215546Sopenharmony_ci  {
7339bf215546Sopenharmony_ci   "chips": ["gfx10"],
7340bf215546Sopenharmony_ci   "map": {"at": 196968, "to": "mm"},
7341bf215546Sopenharmony_ci   "name": "CP_APPEND_DATA"
7342bf215546Sopenharmony_ci  },
7343bf215546Sopenharmony_ci  {
7344bf215546Sopenharmony_ci   "chips": ["gfx10"],
7345bf215546Sopenharmony_ci   "map": {"at": 196972, "to": "mm"},
7346bf215546Sopenharmony_ci   "name": "CP_APPEND_LAST_CS_FENCE"
7347bf215546Sopenharmony_ci  },
7348bf215546Sopenharmony_ci  {
7349bf215546Sopenharmony_ci   "chips": ["gfx10"],
7350bf215546Sopenharmony_ci   "map": {"at": 196976, "to": "mm"},
7351bf215546Sopenharmony_ci   "name": "CP_APPEND_LAST_PS_FENCE"
7352bf215546Sopenharmony_ci  },
7353bf215546Sopenharmony_ci  {
7354bf215546Sopenharmony_ci   "chips": ["gfx10"],
7355bf215546Sopenharmony_ci   "map": {"at": 196980, "to": "mm"},
7356bf215546Sopenharmony_ci   "name": "CP_ATOMIC_PREOP_LO"
7357bf215546Sopenharmony_ci  },
7358bf215546Sopenharmony_ci  {
7359bf215546Sopenharmony_ci   "chips": ["gfx10"],
7360bf215546Sopenharmony_ci   "map": {"at": 196984, "to": "mm"},
7361bf215546Sopenharmony_ci   "name": "CP_ATOMIC_PREOP_HI"
7362bf215546Sopenharmony_ci  },
7363bf215546Sopenharmony_ci  {
7364bf215546Sopenharmony_ci   "chips": ["gfx10"],
7365bf215546Sopenharmony_ci   "map": {"at": 196988, "to": "mm"},
7366bf215546Sopenharmony_ci   "name": "CP_GDS_ATOMIC0_PREOP_LO"
7367bf215546Sopenharmony_ci  },
7368bf215546Sopenharmony_ci  {
7369bf215546Sopenharmony_ci   "chips": ["gfx10"],
7370bf215546Sopenharmony_ci   "map": {"at": 196992, "to": "mm"},
7371bf215546Sopenharmony_ci   "name": "CP_GDS_ATOMIC0_PREOP_HI"
7372bf215546Sopenharmony_ci  },
7373bf215546Sopenharmony_ci  {
7374bf215546Sopenharmony_ci   "chips": ["gfx10"],
7375bf215546Sopenharmony_ci   "map": {"at": 196996, "to": "mm"},
7376bf215546Sopenharmony_ci   "name": "CP_GDS_ATOMIC1_PREOP_LO"
7377bf215546Sopenharmony_ci  },
7378bf215546Sopenharmony_ci  {
7379bf215546Sopenharmony_ci   "chips": ["gfx10"],
7380bf215546Sopenharmony_ci   "map": {"at": 197000, "to": "mm"},
7381bf215546Sopenharmony_ci   "name": "CP_GDS_ATOMIC1_PREOP_HI"
7382bf215546Sopenharmony_ci  },
7383bf215546Sopenharmony_ci  {
7384bf215546Sopenharmony_ci   "chips": ["gfx10"],
7385bf215546Sopenharmony_ci   "map": {"at": 197028, "to": "mm"},
7386bf215546Sopenharmony_ci   "name": "CP_ME_MC_WADDR_LO",
7387bf215546Sopenharmony_ci   "type_ref": "CP_ME_MC_WADDR_LO"
7388bf215546Sopenharmony_ci  },
7389bf215546Sopenharmony_ci  {
7390bf215546Sopenharmony_ci   "chips": ["gfx10"],
7391bf215546Sopenharmony_ci   "map": {"at": 197032, "to": "mm"},
7392bf215546Sopenharmony_ci   "name": "CP_ME_MC_WADDR_HI",
7393bf215546Sopenharmony_ci   "type_ref": "CP_ME_MC_WADDR_HI"
7394bf215546Sopenharmony_ci  },
7395bf215546Sopenharmony_ci  {
7396bf215546Sopenharmony_ci   "chips": ["gfx10"],
7397bf215546Sopenharmony_ci   "map": {"at": 197036, "to": "mm"},
7398bf215546Sopenharmony_ci   "name": "CP_ME_MC_WDATA_LO"
7399bf215546Sopenharmony_ci  },
7400bf215546Sopenharmony_ci  {
7401bf215546Sopenharmony_ci   "chips": ["gfx10"],
7402bf215546Sopenharmony_ci   "map": {"at": 197040, "to": "mm"},
7403bf215546Sopenharmony_ci   "name": "CP_ME_MC_WDATA_HI"
7404bf215546Sopenharmony_ci  },
7405bf215546Sopenharmony_ci  {
7406bf215546Sopenharmony_ci   "chips": ["gfx10"],
7407bf215546Sopenharmony_ci   "map": {"at": 197044, "to": "mm"},
7408bf215546Sopenharmony_ci   "name": "CP_ME_MC_RADDR_LO",
7409bf215546Sopenharmony_ci   "type_ref": "CP_ME_MC_RADDR_LO"
7410bf215546Sopenharmony_ci  },
7411bf215546Sopenharmony_ci  {
7412bf215546Sopenharmony_ci   "chips": ["gfx10"],
7413bf215546Sopenharmony_ci   "map": {"at": 197048, "to": "mm"},
7414bf215546Sopenharmony_ci   "name": "CP_ME_MC_RADDR_HI",
7415bf215546Sopenharmony_ci   "type_ref": "CP_ME_MC_RADDR_HI"
7416bf215546Sopenharmony_ci  },
7417bf215546Sopenharmony_ci  {
7418bf215546Sopenharmony_ci   "chips": ["gfx10"],
7419bf215546Sopenharmony_ci   "map": {"at": 197052, "to": "mm"},
7420bf215546Sopenharmony_ci   "name": "CP_SEM_WAIT_TIMER"
7421bf215546Sopenharmony_ci  },
7422bf215546Sopenharmony_ci  {
7423bf215546Sopenharmony_ci   "chips": ["gfx10"],
7424bf215546Sopenharmony_ci   "map": {"at": 197056, "to": "mm"},
7425bf215546Sopenharmony_ci   "name": "CP_SIG_SEM_ADDR_LO",
7426bf215546Sopenharmony_ci   "type_ref": "CP_SIG_SEM_ADDR_LO"
7427bf215546Sopenharmony_ci  },
7428bf215546Sopenharmony_ci  {
7429bf215546Sopenharmony_ci   "chips": ["gfx10"],
7430bf215546Sopenharmony_ci   "map": {"at": 197060, "to": "mm"},
7431bf215546Sopenharmony_ci   "name": "CP_SIG_SEM_ADDR_HI",
7432bf215546Sopenharmony_ci   "type_ref": "CP_SIG_SEM_ADDR_HI"
7433bf215546Sopenharmony_ci  },
7434bf215546Sopenharmony_ci  {
7435bf215546Sopenharmony_ci   "chips": ["gfx10"],
7436bf215546Sopenharmony_ci   "map": {"at": 197072, "to": "mm"},
7437bf215546Sopenharmony_ci   "name": "CP_WAIT_REG_MEM_TIMEOUT"
7438bf215546Sopenharmony_ci  },
7439bf215546Sopenharmony_ci  {
7440bf215546Sopenharmony_ci   "chips": ["gfx10"],
7441bf215546Sopenharmony_ci   "map": {"at": 197076, "to": "mm"},
7442bf215546Sopenharmony_ci   "name": "CP_WAIT_SEM_ADDR_LO",
7443bf215546Sopenharmony_ci   "type_ref": "CP_SIG_SEM_ADDR_LO"
7444bf215546Sopenharmony_ci  },
7445bf215546Sopenharmony_ci  {
7446bf215546Sopenharmony_ci   "chips": ["gfx10"],
7447bf215546Sopenharmony_ci   "map": {"at": 197080, "to": "mm"},
7448bf215546Sopenharmony_ci   "name": "CP_WAIT_SEM_ADDR_HI",
7449bf215546Sopenharmony_ci   "type_ref": "CP_SIG_SEM_ADDR_HI"
7450bf215546Sopenharmony_ci  },
7451bf215546Sopenharmony_ci  {
7452bf215546Sopenharmony_ci   "chips": ["gfx10"],
7453bf215546Sopenharmony_ci   "map": {"at": 197084, "to": "mm"},
7454bf215546Sopenharmony_ci   "name": "CP_DMA_PFP_CONTROL",
7455bf215546Sopenharmony_ci   "type_ref": "CP_DMA_PFP_CONTROL"
7456bf215546Sopenharmony_ci  },
7457bf215546Sopenharmony_ci  {
7458bf215546Sopenharmony_ci   "chips": ["gfx10"],
7459bf215546Sopenharmony_ci   "map": {"at": 197088, "to": "mm"},
7460bf215546Sopenharmony_ci   "name": "CP_DMA_ME_CONTROL",
7461bf215546Sopenharmony_ci   "type_ref": "CP_DMA_PFP_CONTROL"
7462bf215546Sopenharmony_ci  },
7463bf215546Sopenharmony_ci  {
7464bf215546Sopenharmony_ci   "chips": ["gfx10"],
7465bf215546Sopenharmony_ci   "map": {"at": 197092, "to": "mm"},
7466bf215546Sopenharmony_ci   "name": "CP_COHER_BASE_HI",
7467bf215546Sopenharmony_ci   "type_ref": "CP_COHER_BASE_HI"
7468bf215546Sopenharmony_ci  },
7469bf215546Sopenharmony_ci  {
7470bf215546Sopenharmony_ci   "chips": ["gfx10"],
7471bf215546Sopenharmony_ci   "map": {"at": 197100, "to": "mm"},
7472bf215546Sopenharmony_ci   "name": "CP_COHER_START_DELAY",
7473bf215546Sopenharmony_ci   "type_ref": "CP_COHER_START_DELAY"
7474bf215546Sopenharmony_ci  },
7475bf215546Sopenharmony_ci  {
7476bf215546Sopenharmony_ci   "chips": ["gfx10"],
7477bf215546Sopenharmony_ci   "map": {"at": 197104, "to": "mm"},
7478bf215546Sopenharmony_ci   "name": "CP_COHER_CNTL",
7479bf215546Sopenharmony_ci   "type_ref": "CP_COHER_CNTL"
7480bf215546Sopenharmony_ci  },
7481bf215546Sopenharmony_ci  {
7482bf215546Sopenharmony_ci   "chips": ["gfx10"],
7483bf215546Sopenharmony_ci   "map": {"at": 197108, "to": "mm"},
7484bf215546Sopenharmony_ci   "name": "CP_COHER_SIZE"
7485bf215546Sopenharmony_ci  },
7486bf215546Sopenharmony_ci  {
7487bf215546Sopenharmony_ci   "chips": ["gfx10"],
7488bf215546Sopenharmony_ci   "map": {"at": 197112, "to": "mm"},
7489bf215546Sopenharmony_ci   "name": "CP_COHER_BASE"
7490bf215546Sopenharmony_ci  },
7491bf215546Sopenharmony_ci  {
7492bf215546Sopenharmony_ci   "chips": ["gfx10"],
7493bf215546Sopenharmony_ci   "map": {"at": 197116, "to": "mm"},
7494bf215546Sopenharmony_ci   "name": "CP_COHER_STATUS",
7495bf215546Sopenharmony_ci   "type_ref": "CP_COHER_STATUS"
7496bf215546Sopenharmony_ci  },
7497bf215546Sopenharmony_ci  {
7498bf215546Sopenharmony_ci   "chips": ["gfx10"],
7499bf215546Sopenharmony_ci   "map": {"at": 197120, "to": "mm"},
7500bf215546Sopenharmony_ci   "name": "CP_DMA_ME_SRC_ADDR"
7501bf215546Sopenharmony_ci  },
7502bf215546Sopenharmony_ci  {
7503bf215546Sopenharmony_ci   "chips": ["gfx10"],
7504bf215546Sopenharmony_ci   "map": {"at": 197124, "to": "mm"},
7505bf215546Sopenharmony_ci   "name": "CP_DMA_ME_SRC_ADDR_HI",
7506bf215546Sopenharmony_ci   "type_ref": "CP_DMA_ME_SRC_ADDR_HI"
7507bf215546Sopenharmony_ci  },
7508bf215546Sopenharmony_ci  {
7509bf215546Sopenharmony_ci   "chips": ["gfx10"],
7510bf215546Sopenharmony_ci   "map": {"at": 197128, "to": "mm"},
7511bf215546Sopenharmony_ci   "name": "CP_DMA_ME_DST_ADDR"
7512bf215546Sopenharmony_ci  },
7513bf215546Sopenharmony_ci  {
7514bf215546Sopenharmony_ci   "chips": ["gfx10"],
7515bf215546Sopenharmony_ci   "map": {"at": 197132, "to": "mm"},
7516bf215546Sopenharmony_ci   "name": "CP_DMA_ME_DST_ADDR_HI",
7517bf215546Sopenharmony_ci   "type_ref": "CP_DMA_ME_DST_ADDR_HI"
7518bf215546Sopenharmony_ci  },
7519bf215546Sopenharmony_ci  {
7520bf215546Sopenharmony_ci   "chips": ["gfx10"],
7521bf215546Sopenharmony_ci   "map": {"at": 197136, "to": "mm"},
7522bf215546Sopenharmony_ci   "name": "CP_DMA_ME_COMMAND",
7523bf215546Sopenharmony_ci   "type_ref": "CP_DMA_ME_COMMAND"
7524bf215546Sopenharmony_ci  },
7525bf215546Sopenharmony_ci  {
7526bf215546Sopenharmony_ci   "chips": ["gfx10"],
7527bf215546Sopenharmony_ci   "map": {"at": 197140, "to": "mm"},
7528bf215546Sopenharmony_ci   "name": "CP_DMA_PFP_SRC_ADDR"
7529bf215546Sopenharmony_ci  },
7530bf215546Sopenharmony_ci  {
7531bf215546Sopenharmony_ci   "chips": ["gfx10"],
7532bf215546Sopenharmony_ci   "map": {"at": 197144, "to": "mm"},
7533bf215546Sopenharmony_ci   "name": "CP_DMA_PFP_SRC_ADDR_HI",
7534bf215546Sopenharmony_ci   "type_ref": "CP_DMA_ME_SRC_ADDR_HI"
7535bf215546Sopenharmony_ci  },
7536bf215546Sopenharmony_ci  {
7537bf215546Sopenharmony_ci   "chips": ["gfx10"],
7538bf215546Sopenharmony_ci   "map": {"at": 197148, "to": "mm"},
7539bf215546Sopenharmony_ci   "name": "CP_DMA_PFP_DST_ADDR"
7540bf215546Sopenharmony_ci  },
7541bf215546Sopenharmony_ci  {
7542bf215546Sopenharmony_ci   "chips": ["gfx10"],
7543bf215546Sopenharmony_ci   "map": {"at": 197152, "to": "mm"},
7544bf215546Sopenharmony_ci   "name": "CP_DMA_PFP_DST_ADDR_HI",
7545bf215546Sopenharmony_ci   "type_ref": "CP_DMA_ME_DST_ADDR_HI"
7546bf215546Sopenharmony_ci  },
7547bf215546Sopenharmony_ci  {
7548bf215546Sopenharmony_ci   "chips": ["gfx10"],
7549bf215546Sopenharmony_ci   "map": {"at": 197156, "to": "mm"},
7550bf215546Sopenharmony_ci   "name": "CP_DMA_PFP_COMMAND",
7551bf215546Sopenharmony_ci   "type_ref": "CP_DMA_ME_COMMAND"
7552bf215546Sopenharmony_ci  },
7553bf215546Sopenharmony_ci  {
7554bf215546Sopenharmony_ci   "chips": ["gfx10"],
7555bf215546Sopenharmony_ci   "map": {"at": 197160, "to": "mm"},
7556bf215546Sopenharmony_ci   "name": "CP_DMA_CNTL",
7557bf215546Sopenharmony_ci   "type_ref": "CP_DMA_CNTL"
7558bf215546Sopenharmony_ci  },
7559bf215546Sopenharmony_ci  {
7560bf215546Sopenharmony_ci   "chips": ["gfx10"],
7561bf215546Sopenharmony_ci   "map": {"at": 197164, "to": "mm"},
7562bf215546Sopenharmony_ci   "name": "CP_DMA_READ_TAGS",
7563bf215546Sopenharmony_ci   "type_ref": "CP_DMA_READ_TAGS"
7564bf215546Sopenharmony_ci  },
7565bf215546Sopenharmony_ci  {
7566bf215546Sopenharmony_ci   "chips": ["gfx10"],
7567bf215546Sopenharmony_ci   "map": {"at": 197168, "to": "mm"},
7568bf215546Sopenharmony_ci   "name": "CP_COHER_SIZE_HI",
7569bf215546Sopenharmony_ci   "type_ref": "CP_COHER_SIZE_HI"
7570bf215546Sopenharmony_ci  },
7571bf215546Sopenharmony_ci  {
7572bf215546Sopenharmony_ci   "chips": ["gfx10"],
7573bf215546Sopenharmony_ci   "map": {"at": 197172, "to": "mm"},
7574bf215546Sopenharmony_ci   "name": "CP_PFP_IB_CONTROL",
7575bf215546Sopenharmony_ci   "type_ref": "CP_PFP_IB_CONTROL"
7576bf215546Sopenharmony_ci  },
7577bf215546Sopenharmony_ci  {
7578bf215546Sopenharmony_ci   "chips": ["gfx10"],
7579bf215546Sopenharmony_ci   "map": {"at": 197176, "to": "mm"},
7580bf215546Sopenharmony_ci   "name": "CP_PFP_LOAD_CONTROL",
7581bf215546Sopenharmony_ci   "type_ref": "CP_PFP_LOAD_CONTROL"
7582bf215546Sopenharmony_ci  },
7583bf215546Sopenharmony_ci  {
7584bf215546Sopenharmony_ci   "chips": ["gfx10"],
7585bf215546Sopenharmony_ci   "map": {"at": 197180, "to": "mm"},
7586bf215546Sopenharmony_ci   "name": "CP_SCRATCH_INDEX",
7587bf215546Sopenharmony_ci   "type_ref": "CP_SCRATCH_INDEX"
7588bf215546Sopenharmony_ci  },
7589bf215546Sopenharmony_ci  {
7590bf215546Sopenharmony_ci   "chips": ["gfx10"],
7591bf215546Sopenharmony_ci   "map": {"at": 197184, "to": "mm"},
7592bf215546Sopenharmony_ci   "name": "CP_SCRATCH_DATA"
7593bf215546Sopenharmony_ci  },
7594bf215546Sopenharmony_ci  {
7595bf215546Sopenharmony_ci   "chips": ["gfx10"],
7596bf215546Sopenharmony_ci   "map": {"at": 197188, "to": "mm"},
7597bf215546Sopenharmony_ci   "name": "CP_RB_OFFSET",
7598bf215546Sopenharmony_ci   "type_ref": "CP_RB_OFFSET"
7599bf215546Sopenharmony_ci  },
7600bf215546Sopenharmony_ci  {
7601bf215546Sopenharmony_ci   "chips": ["gfx10"],
7602bf215546Sopenharmony_ci   "map": {"at": 197192, "to": "mm"},
7603bf215546Sopenharmony_ci   "name": "CP_IB1_OFFSET",
7604bf215546Sopenharmony_ci   "type_ref": "CP_IB1_OFFSET"
7605bf215546Sopenharmony_ci  },
7606bf215546Sopenharmony_ci  {
7607bf215546Sopenharmony_ci   "chips": ["gfx10"],
7608bf215546Sopenharmony_ci   "map": {"at": 197196, "to": "mm"},
7609bf215546Sopenharmony_ci   "name": "CP_IB2_OFFSET",
7610bf215546Sopenharmony_ci   "type_ref": "CP_IB2_OFFSET"
7611bf215546Sopenharmony_ci  },
7612bf215546Sopenharmony_ci  {
7613bf215546Sopenharmony_ci   "chips": ["gfx10"],
7614bf215546Sopenharmony_ci   "map": {"at": 197200, "to": "mm"},
7615bf215546Sopenharmony_ci   "name": "CP_IB1_PREAMBLE_BEGIN",
7616bf215546Sopenharmony_ci   "type_ref": "CP_IB1_PREAMBLE_BEGIN"
7617bf215546Sopenharmony_ci  },
7618bf215546Sopenharmony_ci  {
7619bf215546Sopenharmony_ci   "chips": ["gfx10"],
7620bf215546Sopenharmony_ci   "map": {"at": 197204, "to": "mm"},
7621bf215546Sopenharmony_ci   "name": "CP_IB1_PREAMBLE_END",
7622bf215546Sopenharmony_ci   "type_ref": "CP_IB1_PREAMBLE_END"
7623bf215546Sopenharmony_ci  },
7624bf215546Sopenharmony_ci  {
7625bf215546Sopenharmony_ci   "chips": ["gfx10"],
7626bf215546Sopenharmony_ci   "map": {"at": 197208, "to": "mm"},
7627bf215546Sopenharmony_ci   "name": "CP_IB2_PREAMBLE_BEGIN",
7628bf215546Sopenharmony_ci   "type_ref": "CP_IB2_PREAMBLE_BEGIN"
7629bf215546Sopenharmony_ci  },
7630bf215546Sopenharmony_ci  {
7631bf215546Sopenharmony_ci   "chips": ["gfx10"],
7632bf215546Sopenharmony_ci   "map": {"at": 197212, "to": "mm"},
7633bf215546Sopenharmony_ci   "name": "CP_IB2_PREAMBLE_END",
7634bf215546Sopenharmony_ci   "type_ref": "CP_IB2_PREAMBLE_END"
7635bf215546Sopenharmony_ci  },
7636bf215546Sopenharmony_ci  {
7637bf215546Sopenharmony_ci   "chips": ["gfx10"],
7638bf215546Sopenharmony_ci   "map": {"at": 197216, "to": "mm"},
7639bf215546Sopenharmony_ci   "name": "CP_CE_IB1_OFFSET",
7640bf215546Sopenharmony_ci   "type_ref": "CP_IB1_OFFSET"
7641bf215546Sopenharmony_ci  },
7642bf215546Sopenharmony_ci  {
7643bf215546Sopenharmony_ci   "chips": ["gfx10"],
7644bf215546Sopenharmony_ci   "map": {"at": 197220, "to": "mm"},
7645bf215546Sopenharmony_ci   "name": "CP_CE_IB2_OFFSET",
7646bf215546Sopenharmony_ci   "type_ref": "CP_IB2_OFFSET"
7647bf215546Sopenharmony_ci  },
7648bf215546Sopenharmony_ci  {
7649bf215546Sopenharmony_ci   "chips": ["gfx10"],
7650bf215546Sopenharmony_ci   "map": {"at": 197224, "to": "mm"},
7651bf215546Sopenharmony_ci   "name": "CP_CE_COUNTER"
7652bf215546Sopenharmony_ci  },
7653bf215546Sopenharmony_ci  {
7654bf215546Sopenharmony_ci   "chips": ["gfx10"],
7655bf215546Sopenharmony_ci   "map": {"at": 197232, "to": "mm"},
7656bf215546Sopenharmony_ci   "name": "CP_DMA_ME_CMD_ADDR_LO",
7657bf215546Sopenharmony_ci   "type_ref": "CP_DMA_ME_CMD_ADDR_LO"
7658bf215546Sopenharmony_ci  },
7659bf215546Sopenharmony_ci  {
7660bf215546Sopenharmony_ci   "chips": ["gfx10"],
7661bf215546Sopenharmony_ci   "map": {"at": 197236, "to": "mm"},
7662bf215546Sopenharmony_ci   "name": "CP_DMA_ME_CMD_ADDR_HI",
7663bf215546Sopenharmony_ci   "type_ref": "CP_DMA_ME_CMD_ADDR_HI"
7664bf215546Sopenharmony_ci  },
7665bf215546Sopenharmony_ci  {
7666bf215546Sopenharmony_ci   "chips": ["gfx10"],
7667bf215546Sopenharmony_ci   "map": {"at": 197240, "to": "mm"},
7668bf215546Sopenharmony_ci   "name": "CP_DMA_PFP_CMD_ADDR_LO",
7669bf215546Sopenharmony_ci   "type_ref": "CP_DMA_ME_CMD_ADDR_LO"
7670bf215546Sopenharmony_ci  },
7671bf215546Sopenharmony_ci  {
7672bf215546Sopenharmony_ci   "chips": ["gfx10"],
7673bf215546Sopenharmony_ci   "map": {"at": 197244, "to": "mm"},
7674bf215546Sopenharmony_ci   "name": "CP_DMA_PFP_CMD_ADDR_HI",
7675bf215546Sopenharmony_ci   "type_ref": "CP_DMA_ME_CMD_ADDR_HI"
7676bf215546Sopenharmony_ci  },
7677bf215546Sopenharmony_ci  {
7678bf215546Sopenharmony_ci   "chips": ["gfx10"],
7679bf215546Sopenharmony_ci   "map": {"at": 197248, "to": "mm"},
7680bf215546Sopenharmony_ci   "name": "CP_APPEND_CMD_ADDR_LO",
7681bf215546Sopenharmony_ci   "type_ref": "CP_DMA_ME_CMD_ADDR_LO"
7682bf215546Sopenharmony_ci  },
7683bf215546Sopenharmony_ci  {
7684bf215546Sopenharmony_ci   "chips": ["gfx10"],
7685bf215546Sopenharmony_ci   "map": {"at": 197252, "to": "mm"},
7686bf215546Sopenharmony_ci   "name": "CP_APPEND_CMD_ADDR_HI",
7687bf215546Sopenharmony_ci   "type_ref": "CP_DMA_ME_CMD_ADDR_HI"
7688bf215546Sopenharmony_ci  },
7689bf215546Sopenharmony_ci  {
7690bf215546Sopenharmony_ci   "chips": ["gfx10"],
7691bf215546Sopenharmony_ci   "map": {"at": 197364, "to": "mm"},
7692bf215546Sopenharmony_ci   "name": "CP_CE_INIT_CMD_BUFSZ",
7693bf215546Sopenharmony_ci   "type_ref": "CP_CE_INIT_CMD_BUFSZ"
7694bf215546Sopenharmony_ci  },
7695bf215546Sopenharmony_ci  {
7696bf215546Sopenharmony_ci   "chips": ["gfx10"],
7697bf215546Sopenharmony_ci   "map": {"at": 197368, "to": "mm"},
7698bf215546Sopenharmony_ci   "name": "CP_CE_IB1_CMD_BUFSZ",
7699bf215546Sopenharmony_ci   "type_ref": "CP_CE_IB1_CMD_BUFSZ"
7700bf215546Sopenharmony_ci  },
7701bf215546Sopenharmony_ci  {
7702bf215546Sopenharmony_ci   "chips": ["gfx10"],
7703bf215546Sopenharmony_ci   "map": {"at": 197372, "to": "mm"},
7704bf215546Sopenharmony_ci   "name": "CP_CE_IB2_CMD_BUFSZ",
7705bf215546Sopenharmony_ci   "type_ref": "CP_CE_IB2_CMD_BUFSZ"
7706bf215546Sopenharmony_ci  },
7707bf215546Sopenharmony_ci  {
7708bf215546Sopenharmony_ci   "chips": ["gfx10"],
7709bf215546Sopenharmony_ci   "map": {"at": 197376, "to": "mm"},
7710bf215546Sopenharmony_ci   "name": "CP_IB1_CMD_BUFSZ",
7711bf215546Sopenharmony_ci   "type_ref": "CP_CE_IB1_CMD_BUFSZ"
7712bf215546Sopenharmony_ci  },
7713bf215546Sopenharmony_ci  {
7714bf215546Sopenharmony_ci   "chips": ["gfx10"],
7715bf215546Sopenharmony_ci   "map": {"at": 197380, "to": "mm"},
7716bf215546Sopenharmony_ci   "name": "CP_IB2_CMD_BUFSZ",
7717bf215546Sopenharmony_ci   "type_ref": "CP_CE_IB2_CMD_BUFSZ"
7718bf215546Sopenharmony_ci  },
7719bf215546Sopenharmony_ci  {
7720bf215546Sopenharmony_ci   "chips": ["gfx10"],
7721bf215546Sopenharmony_ci   "map": {"at": 197384, "to": "mm"},
7722bf215546Sopenharmony_ci   "name": "CP_ST_CMD_BUFSZ",
7723bf215546Sopenharmony_ci   "type_ref": "CP_ST_CMD_BUFSZ"
7724bf215546Sopenharmony_ci  },
7725bf215546Sopenharmony_ci  {
7726bf215546Sopenharmony_ci   "chips": ["gfx10"],
7727bf215546Sopenharmony_ci   "map": {"at": 197388, "to": "mm"},
7728bf215546Sopenharmony_ci   "name": "CP_CE_INIT_BASE_LO",
7729bf215546Sopenharmony_ci   "type_ref": "CP_CE_INIT_BASE_LO"
7730bf215546Sopenharmony_ci  },
7731bf215546Sopenharmony_ci  {
7732bf215546Sopenharmony_ci   "chips": ["gfx10"],
7733bf215546Sopenharmony_ci   "map": {"at": 197392, "to": "mm"},
7734bf215546Sopenharmony_ci   "name": "CP_CE_INIT_BASE_HI",
7735bf215546Sopenharmony_ci   "type_ref": "CP_CE_INIT_BASE_HI"
7736bf215546Sopenharmony_ci  },
7737bf215546Sopenharmony_ci  {
7738bf215546Sopenharmony_ci   "chips": ["gfx10"],
7739bf215546Sopenharmony_ci   "map": {"at": 197396, "to": "mm"},
7740bf215546Sopenharmony_ci   "name": "CP_CE_INIT_BUFSZ",
7741bf215546Sopenharmony_ci   "type_ref": "CP_CE_INIT_BUFSZ"
7742bf215546Sopenharmony_ci  },
7743bf215546Sopenharmony_ci  {
7744bf215546Sopenharmony_ci   "chips": ["gfx10"],
7745bf215546Sopenharmony_ci   "map": {"at": 197400, "to": "mm"},
7746bf215546Sopenharmony_ci   "name": "CP_CE_IB1_BASE_LO",
7747bf215546Sopenharmony_ci   "type_ref": "CP_CE_IB1_BASE_LO"
7748bf215546Sopenharmony_ci  },
7749bf215546Sopenharmony_ci  {
7750bf215546Sopenharmony_ci   "chips": ["gfx10"],
7751bf215546Sopenharmony_ci   "map": {"at": 197404, "to": "mm"},
7752bf215546Sopenharmony_ci   "name": "CP_CE_IB1_BASE_HI",
7753bf215546Sopenharmony_ci   "type_ref": "CP_CE_IB1_BASE_HI"
7754bf215546Sopenharmony_ci  },
7755bf215546Sopenharmony_ci  {
7756bf215546Sopenharmony_ci   "chips": ["gfx10"],
7757bf215546Sopenharmony_ci   "map": {"at": 197408, "to": "mm"},
7758bf215546Sopenharmony_ci   "name": "CP_CE_IB1_BUFSZ",
7759bf215546Sopenharmony_ci   "type_ref": "CP_CE_IB1_BUFSZ"
7760bf215546Sopenharmony_ci  },
7761bf215546Sopenharmony_ci  {
7762bf215546Sopenharmony_ci   "chips": ["gfx10"],
7763bf215546Sopenharmony_ci   "map": {"at": 197412, "to": "mm"},
7764bf215546Sopenharmony_ci   "name": "CP_CE_IB2_BASE_LO",
7765bf215546Sopenharmony_ci   "type_ref": "CP_CE_IB2_BASE_LO"
7766bf215546Sopenharmony_ci  },
7767bf215546Sopenharmony_ci  {
7768bf215546Sopenharmony_ci   "chips": ["gfx10"],
7769bf215546Sopenharmony_ci   "map": {"at": 197416, "to": "mm"},
7770bf215546Sopenharmony_ci   "name": "CP_CE_IB2_BASE_HI",
7771bf215546Sopenharmony_ci   "type_ref": "CP_CE_IB2_BASE_HI"
7772bf215546Sopenharmony_ci  },
7773bf215546Sopenharmony_ci  {
7774bf215546Sopenharmony_ci   "chips": ["gfx10"],
7775bf215546Sopenharmony_ci   "map": {"at": 197420, "to": "mm"},
7776bf215546Sopenharmony_ci   "name": "CP_CE_IB2_BUFSZ",
7777bf215546Sopenharmony_ci   "type_ref": "CP_CE_IB2_BUFSZ"
7778bf215546Sopenharmony_ci  },
7779bf215546Sopenharmony_ci  {
7780bf215546Sopenharmony_ci   "chips": ["gfx10"],
7781bf215546Sopenharmony_ci   "map": {"at": 197424, "to": "mm"},
7782bf215546Sopenharmony_ci   "name": "CP_IB1_BASE_LO",
7783bf215546Sopenharmony_ci   "type_ref": "CP_CE_IB1_BASE_LO"
7784bf215546Sopenharmony_ci  },
7785bf215546Sopenharmony_ci  {
7786bf215546Sopenharmony_ci   "chips": ["gfx10"],
7787bf215546Sopenharmony_ci   "map": {"at": 197428, "to": "mm"},
7788bf215546Sopenharmony_ci   "name": "CP_IB1_BASE_HI",
7789bf215546Sopenharmony_ci   "type_ref": "CP_CE_IB1_BASE_HI"
7790bf215546Sopenharmony_ci  },
7791bf215546Sopenharmony_ci  {
7792bf215546Sopenharmony_ci   "chips": ["gfx10"],
7793bf215546Sopenharmony_ci   "map": {"at": 197432, "to": "mm"},
7794bf215546Sopenharmony_ci   "name": "CP_IB1_BUFSZ",
7795bf215546Sopenharmony_ci   "type_ref": "CP_CE_IB1_BUFSZ"
7796bf215546Sopenharmony_ci  },
7797bf215546Sopenharmony_ci  {
7798bf215546Sopenharmony_ci   "chips": ["gfx10"],
7799bf215546Sopenharmony_ci   "map": {"at": 197436, "to": "mm"},
7800bf215546Sopenharmony_ci   "name": "CP_IB2_BASE_LO",
7801bf215546Sopenharmony_ci   "type_ref": "CP_CE_IB2_BASE_LO"
7802bf215546Sopenharmony_ci  },
7803bf215546Sopenharmony_ci  {
7804bf215546Sopenharmony_ci   "chips": ["gfx10"],
7805bf215546Sopenharmony_ci   "map": {"at": 197440, "to": "mm"},
7806bf215546Sopenharmony_ci   "name": "CP_IB2_BASE_HI",
7807bf215546Sopenharmony_ci   "type_ref": "CP_CE_IB2_BASE_HI"
7808bf215546Sopenharmony_ci  },
7809bf215546Sopenharmony_ci  {
7810bf215546Sopenharmony_ci   "chips": ["gfx10"],
7811bf215546Sopenharmony_ci   "map": {"at": 197444, "to": "mm"},
7812bf215546Sopenharmony_ci   "name": "CP_IB2_BUFSZ",
7813bf215546Sopenharmony_ci   "type_ref": "CP_CE_IB2_BUFSZ"
7814bf215546Sopenharmony_ci  },
7815bf215546Sopenharmony_ci  {
7816bf215546Sopenharmony_ci   "chips": ["gfx10"],
7817bf215546Sopenharmony_ci   "map": {"at": 197448, "to": "mm"},
7818bf215546Sopenharmony_ci   "name": "CP_ST_BASE_LO",
7819bf215546Sopenharmony_ci   "type_ref": "CP_ST_BASE_LO"
7820bf215546Sopenharmony_ci  },
7821bf215546Sopenharmony_ci  {
7822bf215546Sopenharmony_ci   "chips": ["gfx10"],
7823bf215546Sopenharmony_ci   "map": {"at": 197452, "to": "mm"},
7824bf215546Sopenharmony_ci   "name": "CP_ST_BASE_HI",
7825bf215546Sopenharmony_ci   "type_ref": "CP_ST_BASE_HI"
7826bf215546Sopenharmony_ci  },
7827bf215546Sopenharmony_ci  {
7828bf215546Sopenharmony_ci   "chips": ["gfx10"],
7829bf215546Sopenharmony_ci   "map": {"at": 197456, "to": "mm"},
7830bf215546Sopenharmony_ci   "name": "CP_ST_BUFSZ",
7831bf215546Sopenharmony_ci   "type_ref": "CP_ST_BUFSZ"
7832bf215546Sopenharmony_ci  },
7833bf215546Sopenharmony_ci  {
7834bf215546Sopenharmony_ci   "chips": ["gfx10"],
7835bf215546Sopenharmony_ci   "map": {"at": 197460, "to": "mm"},
7836bf215546Sopenharmony_ci   "name": "CP_EOP_DONE_EVENT_CNTL",
7837bf215546Sopenharmony_ci   "type_ref": "CP_EOP_DONE_EVENT_CNTL"
7838bf215546Sopenharmony_ci  },
7839bf215546Sopenharmony_ci  {
7840bf215546Sopenharmony_ci   "chips": ["gfx10"],
7841bf215546Sopenharmony_ci   "map": {"at": 197464, "to": "mm"},
7842bf215546Sopenharmony_ci   "name": "CP_EOP_DONE_DATA_CNTL",
7843bf215546Sopenharmony_ci   "type_ref": "CP_EOP_DONE_DATA_CNTL"
7844bf215546Sopenharmony_ci  },
7845bf215546Sopenharmony_ci  {
7846bf215546Sopenharmony_ci   "chips": ["gfx10"],
7847bf215546Sopenharmony_ci   "map": {"at": 197468, "to": "mm"},
7848bf215546Sopenharmony_ci   "name": "CP_EOP_DONE_CNTX_ID"
7849bf215546Sopenharmony_ci  },
7850bf215546Sopenharmony_ci  {
7851bf215546Sopenharmony_ci   "chips": ["gfx10"],
7852bf215546Sopenharmony_ci   "map": {"at": 197472, "to": "mm"},
7853bf215546Sopenharmony_ci   "name": "CP_DB_BASE_LO",
7854bf215546Sopenharmony_ci   "type_ref": "CP_DB_BASE_LO"
7855bf215546Sopenharmony_ci  },
7856bf215546Sopenharmony_ci  {
7857bf215546Sopenharmony_ci   "chips": ["gfx10"],
7858bf215546Sopenharmony_ci   "map": {"at": 197476, "to": "mm"},
7859bf215546Sopenharmony_ci   "name": "CP_DB_BASE_HI",
7860bf215546Sopenharmony_ci   "type_ref": "CP_DB_BASE_HI"
7861bf215546Sopenharmony_ci  },
7862bf215546Sopenharmony_ci  {
7863bf215546Sopenharmony_ci   "chips": ["gfx10"],
7864bf215546Sopenharmony_ci   "map": {"at": 197480, "to": "mm"},
7865bf215546Sopenharmony_ci   "name": "CP_DB_BUFSZ",
7866bf215546Sopenharmony_ci   "type_ref": "CP_DB_BUFSZ"
7867bf215546Sopenharmony_ci  },
7868bf215546Sopenharmony_ci  {
7869bf215546Sopenharmony_ci   "chips": ["gfx10"],
7870bf215546Sopenharmony_ci   "map": {"at": 197484, "to": "mm"},
7871bf215546Sopenharmony_ci   "name": "CP_DB_CMD_BUFSZ",
7872bf215546Sopenharmony_ci   "type_ref": "CP_DB_CMD_BUFSZ"
7873bf215546Sopenharmony_ci  },
7874bf215546Sopenharmony_ci  {
7875bf215546Sopenharmony_ci   "chips": ["gfx10"],
7876bf215546Sopenharmony_ci   "map": {"at": 197488, "to": "mm"},
7877bf215546Sopenharmony_ci   "name": "CP_CE_DB_BASE_LO",
7878bf215546Sopenharmony_ci   "type_ref": "CP_DB_BASE_LO"
7879bf215546Sopenharmony_ci  },
7880bf215546Sopenharmony_ci  {
7881bf215546Sopenharmony_ci   "chips": ["gfx10"],
7882bf215546Sopenharmony_ci   "map": {"at": 197492, "to": "mm"},
7883bf215546Sopenharmony_ci   "name": "CP_CE_DB_BASE_HI",
7884bf215546Sopenharmony_ci   "type_ref": "CP_DB_BASE_HI"
7885bf215546Sopenharmony_ci  },
7886bf215546Sopenharmony_ci  {
7887bf215546Sopenharmony_ci   "chips": ["gfx10"],
7888bf215546Sopenharmony_ci   "map": {"at": 197496, "to": "mm"},
7889bf215546Sopenharmony_ci   "name": "CP_CE_DB_BUFSZ",
7890bf215546Sopenharmony_ci   "type_ref": "CP_DB_BUFSZ"
7891bf215546Sopenharmony_ci  },
7892bf215546Sopenharmony_ci  {
7893bf215546Sopenharmony_ci   "chips": ["gfx10"],
7894bf215546Sopenharmony_ci   "map": {"at": 197500, "to": "mm"},
7895bf215546Sopenharmony_ci   "name": "CP_CE_DB_CMD_BUFSZ",
7896bf215546Sopenharmony_ci   "type_ref": "CP_DB_CMD_BUFSZ"
7897bf215546Sopenharmony_ci  },
7898bf215546Sopenharmony_ci  {
7899bf215546Sopenharmony_ci   "chips": ["gfx10"],
7900bf215546Sopenharmony_ci   "map": {"at": 197552, "to": "mm"},
7901bf215546Sopenharmony_ci   "name": "CP_PFP_COMPLETION_STATUS",
7902bf215546Sopenharmony_ci   "type_ref": "CP_PFP_COMPLETION_STATUS"
7903bf215546Sopenharmony_ci  },
7904bf215546Sopenharmony_ci  {
7905bf215546Sopenharmony_ci   "chips": ["gfx10"],
7906bf215546Sopenharmony_ci   "map": {"at": 197556, "to": "mm"},
7907bf215546Sopenharmony_ci   "name": "CP_CE_COMPLETION_STATUS",
7908bf215546Sopenharmony_ci   "type_ref": "CP_PFP_COMPLETION_STATUS"
7909bf215546Sopenharmony_ci  },
7910bf215546Sopenharmony_ci  {
7911bf215546Sopenharmony_ci   "chips": ["gfx10"],
7912bf215546Sopenharmony_ci   "map": {"at": 197560, "to": "mm"},
7913bf215546Sopenharmony_ci   "name": "CP_PRED_NOT_VISIBLE",
7914bf215546Sopenharmony_ci   "type_ref": "CP_PRED_NOT_VISIBLE"
7915bf215546Sopenharmony_ci  },
7916bf215546Sopenharmony_ci  {
7917bf215546Sopenharmony_ci   "chips": ["gfx10"],
7918bf215546Sopenharmony_ci   "map": {"at": 197568, "to": "mm"},
7919bf215546Sopenharmony_ci   "name": "CP_PFP_METADATA_BASE_ADDR"
7920bf215546Sopenharmony_ci  },
7921bf215546Sopenharmony_ci  {
7922bf215546Sopenharmony_ci   "chips": ["gfx10"],
7923bf215546Sopenharmony_ci   "map": {"at": 197572, "to": "mm"},
7924bf215546Sopenharmony_ci   "name": "CP_PFP_METADATA_BASE_ADDR_HI",
7925bf215546Sopenharmony_ci   "type_ref": "CP_EOP_DONE_ADDR_HI"
7926bf215546Sopenharmony_ci  },
7927bf215546Sopenharmony_ci  {
7928bf215546Sopenharmony_ci   "chips": ["gfx10"],
7929bf215546Sopenharmony_ci   "map": {"at": 197576, "to": "mm"},
7930bf215546Sopenharmony_ci   "name": "CP_CE_METADATA_BASE_ADDR"
7931bf215546Sopenharmony_ci  },
7932bf215546Sopenharmony_ci  {
7933bf215546Sopenharmony_ci   "chips": ["gfx10"],
7934bf215546Sopenharmony_ci   "map": {"at": 197580, "to": "mm"},
7935bf215546Sopenharmony_ci   "name": "CP_CE_METADATA_BASE_ADDR_HI",
7936bf215546Sopenharmony_ci   "type_ref": "CP_EOP_DONE_ADDR_HI"
7937bf215546Sopenharmony_ci  },
7938bf215546Sopenharmony_ci  {
7939bf215546Sopenharmony_ci   "chips": ["gfx10"],
7940bf215546Sopenharmony_ci   "map": {"at": 197584, "to": "mm"},
7941bf215546Sopenharmony_ci   "name": "CP_DRAW_INDX_INDR_ADDR"
7942bf215546Sopenharmony_ci  },
7943bf215546Sopenharmony_ci  {
7944bf215546Sopenharmony_ci   "chips": ["gfx10"],
7945bf215546Sopenharmony_ci   "map": {"at": 197588, "to": "mm"},
7946bf215546Sopenharmony_ci   "name": "CP_DRAW_INDX_INDR_ADDR_HI",
7947bf215546Sopenharmony_ci   "type_ref": "CP_EOP_DONE_ADDR_HI"
7948bf215546Sopenharmony_ci  },
7949bf215546Sopenharmony_ci  {
7950bf215546Sopenharmony_ci   "chips": ["gfx10"],
7951bf215546Sopenharmony_ci   "map": {"at": 197592, "to": "mm"},
7952bf215546Sopenharmony_ci   "name": "CP_DISPATCH_INDR_ADDR"
7953bf215546Sopenharmony_ci  },
7954bf215546Sopenharmony_ci  {
7955bf215546Sopenharmony_ci   "chips": ["gfx10"],
7956bf215546Sopenharmony_ci   "map": {"at": 197596, "to": "mm"},
7957bf215546Sopenharmony_ci   "name": "CP_DISPATCH_INDR_ADDR_HI",
7958bf215546Sopenharmony_ci   "type_ref": "CP_EOP_DONE_ADDR_HI"
7959bf215546Sopenharmony_ci  },
7960bf215546Sopenharmony_ci  {
7961bf215546Sopenharmony_ci   "chips": ["gfx10"],
7962bf215546Sopenharmony_ci   "map": {"at": 197600, "to": "mm"},
7963bf215546Sopenharmony_ci   "name": "CP_INDEX_BASE_ADDR"
7964bf215546Sopenharmony_ci  },
7965bf215546Sopenharmony_ci  {
7966bf215546Sopenharmony_ci   "chips": ["gfx10"],
7967bf215546Sopenharmony_ci   "map": {"at": 197604, "to": "mm"},
7968bf215546Sopenharmony_ci   "name": "CP_INDEX_BASE_ADDR_HI",
7969bf215546Sopenharmony_ci   "type_ref": "CP_EOP_DONE_ADDR_HI"
7970bf215546Sopenharmony_ci  },
7971bf215546Sopenharmony_ci  {
7972bf215546Sopenharmony_ci   "chips": ["gfx10"],
7973bf215546Sopenharmony_ci   "map": {"at": 197608, "to": "mm"},
7974bf215546Sopenharmony_ci   "name": "CP_INDEX_TYPE",
7975bf215546Sopenharmony_ci   "type_ref": "CP_INDEX_TYPE"
7976bf215546Sopenharmony_ci  },
7977bf215546Sopenharmony_ci  {
7978bf215546Sopenharmony_ci   "chips": ["gfx10"],
7979bf215546Sopenharmony_ci   "map": {"at": 197612, "to": "mm"},
7980bf215546Sopenharmony_ci   "name": "CP_GDS_BKUP_ADDR"
7981bf215546Sopenharmony_ci  },
7982bf215546Sopenharmony_ci  {
7983bf215546Sopenharmony_ci   "chips": ["gfx10"],
7984bf215546Sopenharmony_ci   "map": {"at": 197616, "to": "mm"},
7985bf215546Sopenharmony_ci   "name": "CP_GDS_BKUP_ADDR_HI",
7986bf215546Sopenharmony_ci   "type_ref": "CP_EOP_DONE_ADDR_HI"
7987bf215546Sopenharmony_ci  },
7988bf215546Sopenharmony_ci  {
7989bf215546Sopenharmony_ci   "chips": ["gfx10"],
7990bf215546Sopenharmony_ci   "map": {"at": 197620, "to": "mm"},
7991bf215546Sopenharmony_ci   "name": "CP_SAMPLE_STATUS",
7992bf215546Sopenharmony_ci   "type_ref": "CP_SAMPLE_STATUS"
7993bf215546Sopenharmony_ci  },
7994bf215546Sopenharmony_ci  {
7995bf215546Sopenharmony_ci   "chips": ["gfx10"],
7996bf215546Sopenharmony_ci   "map": {"at": 197624, "to": "mm"},
7997bf215546Sopenharmony_ci   "name": "CP_ME_COHER_CNTL",
7998bf215546Sopenharmony_ci   "type_ref": "CP_ME_COHER_CNTL"
7999bf215546Sopenharmony_ci  },
8000bf215546Sopenharmony_ci  {
8001bf215546Sopenharmony_ci   "chips": ["gfx10"],
8002bf215546Sopenharmony_ci   "map": {"at": 197628, "to": "mm"},
8003bf215546Sopenharmony_ci   "name": "CP_ME_COHER_SIZE"
8004bf215546Sopenharmony_ci  },
8005bf215546Sopenharmony_ci  {
8006bf215546Sopenharmony_ci   "chips": ["gfx10"],
8007bf215546Sopenharmony_ci   "map": {"at": 197632, "to": "mm"},
8008bf215546Sopenharmony_ci   "name": "CP_ME_COHER_SIZE_HI",
8009bf215546Sopenharmony_ci   "type_ref": "CP_COHER_SIZE_HI"
8010bf215546Sopenharmony_ci  },
8011bf215546Sopenharmony_ci  {
8012bf215546Sopenharmony_ci   "chips": ["gfx10"],
8013bf215546Sopenharmony_ci   "map": {"at": 197636, "to": "mm"},
8014bf215546Sopenharmony_ci   "name": "CP_ME_COHER_BASE"
8015bf215546Sopenharmony_ci  },
8016bf215546Sopenharmony_ci  {
8017bf215546Sopenharmony_ci   "chips": ["gfx10"],
8018bf215546Sopenharmony_ci   "map": {"at": 197640, "to": "mm"},
8019bf215546Sopenharmony_ci   "name": "CP_ME_COHER_BASE_HI",
8020bf215546Sopenharmony_ci   "type_ref": "CP_COHER_BASE_HI"
8021bf215546Sopenharmony_ci  },
8022bf215546Sopenharmony_ci  {
8023bf215546Sopenharmony_ci   "chips": ["gfx10"],
8024bf215546Sopenharmony_ci   "map": {"at": 197644, "to": "mm"},
8025bf215546Sopenharmony_ci   "name": "CP_ME_COHER_STATUS",
8026bf215546Sopenharmony_ci   "type_ref": "CP_ME_COHER_STATUS"
8027bf215546Sopenharmony_ci  },
8028bf215546Sopenharmony_ci  {
8029bf215546Sopenharmony_ci   "chips": ["gfx10"],
8030bf215546Sopenharmony_ci   "map": {"at": 197888, "to": "mm"},
8031bf215546Sopenharmony_ci   "name": "RLC_GPM_PERF_COUNT_0",
8032bf215546Sopenharmony_ci   "type_ref": "RLC_GPM_PERF_COUNT_0"
8033bf215546Sopenharmony_ci  },
8034bf215546Sopenharmony_ci  {
8035bf215546Sopenharmony_ci   "chips": ["gfx10"],
8036bf215546Sopenharmony_ci   "map": {"at": 197892, "to": "mm"},
8037bf215546Sopenharmony_ci   "name": "RLC_GPM_PERF_COUNT_1",
8038bf215546Sopenharmony_ci   "type_ref": "RLC_GPM_PERF_COUNT_0"
8039bf215546Sopenharmony_ci  },
8040bf215546Sopenharmony_ci  {
8041bf215546Sopenharmony_ci   "chips": ["gfx10"],
8042bf215546Sopenharmony_ci   "map": {"at": 198656, "to": "mm"},
8043bf215546Sopenharmony_ci   "name": "GRBM_GFX_INDEX",
8044bf215546Sopenharmony_ci   "type_ref": "GRBM_GFX_INDEX"
8045bf215546Sopenharmony_ci  },
8046bf215546Sopenharmony_ci  {
8047bf215546Sopenharmony_ci   "chips": ["gfx10"],
8048bf215546Sopenharmony_ci   "map": {"at": 198912, "to": "mm"},
8049bf215546Sopenharmony_ci   "name": "VGT_ESGS_RING_SIZE"
8050bf215546Sopenharmony_ci  },
8051bf215546Sopenharmony_ci  {
8052bf215546Sopenharmony_ci   "chips": ["gfx10"],
8053bf215546Sopenharmony_ci   "map": {"at": 198916, "to": "mm"},
8054bf215546Sopenharmony_ci   "name": "VGT_GSVS_RING_SIZE"
8055bf215546Sopenharmony_ci  },
8056bf215546Sopenharmony_ci  {
8057bf215546Sopenharmony_ci   "chips": ["gfx10"],
8058bf215546Sopenharmony_ci   "map": {"at": 198920, "to": "mm"},
8059bf215546Sopenharmony_ci   "name": "VGT_PRIMITIVE_TYPE",
8060bf215546Sopenharmony_ci   "type_ref": "VGT_PRIMITIVE_TYPE"
8061bf215546Sopenharmony_ci  },
8062bf215546Sopenharmony_ci  {
8063bf215546Sopenharmony_ci   "chips": ["gfx10"],
8064bf215546Sopenharmony_ci   "map": {"at": 198924, "to": "mm"},
8065bf215546Sopenharmony_ci   "name": "VGT_INDEX_TYPE",
8066bf215546Sopenharmony_ci   "type_ref": "CP_INDEX_TYPE"
8067bf215546Sopenharmony_ci  },
8068bf215546Sopenharmony_ci  {
8069bf215546Sopenharmony_ci   "chips": ["gfx10"],
8070bf215546Sopenharmony_ci   "map": {"at": 198928, "to": "mm"},
8071bf215546Sopenharmony_ci   "name": "VGT_STRMOUT_BUFFER_FILLED_SIZE_0"
8072bf215546Sopenharmony_ci  },
8073bf215546Sopenharmony_ci  {
8074bf215546Sopenharmony_ci   "chips": ["gfx10"],
8075bf215546Sopenharmony_ci   "map": {"at": 198932, "to": "mm"},
8076bf215546Sopenharmony_ci   "name": "VGT_STRMOUT_BUFFER_FILLED_SIZE_1"
8077bf215546Sopenharmony_ci  },
8078bf215546Sopenharmony_ci  {
8079bf215546Sopenharmony_ci   "chips": ["gfx10"],
8080bf215546Sopenharmony_ci   "map": {"at": 198936, "to": "mm"},
8081bf215546Sopenharmony_ci   "name": "VGT_STRMOUT_BUFFER_FILLED_SIZE_2"
8082bf215546Sopenharmony_ci  },
8083bf215546Sopenharmony_ci  {
8084bf215546Sopenharmony_ci   "chips": ["gfx10"],
8085bf215546Sopenharmony_ci   "map": {"at": 198940, "to": "mm"},
8086bf215546Sopenharmony_ci   "name": "VGT_STRMOUT_BUFFER_FILLED_SIZE_3"
8087bf215546Sopenharmony_ci  },
8088bf215546Sopenharmony_ci  {
8089bf215546Sopenharmony_ci   "chips": ["gfx10"],
8090bf215546Sopenharmony_ci   "map": {"at": 198948, "to": "mm"},
8091bf215546Sopenharmony_ci   "name": "GE_MIN_VTX_INDX"
8092bf215546Sopenharmony_ci  },
8093bf215546Sopenharmony_ci  {
8094bf215546Sopenharmony_ci   "chips": ["gfx10"],
8095bf215546Sopenharmony_ci   "map": {"at": 198952, "to": "mm"},
8096bf215546Sopenharmony_ci   "name": "GE_INDX_OFFSET"
8097bf215546Sopenharmony_ci  },
8098bf215546Sopenharmony_ci  {
8099bf215546Sopenharmony_ci   "chips": ["gfx10"],
8100bf215546Sopenharmony_ci   "map": {"at": 198956, "to": "mm"},
8101bf215546Sopenharmony_ci   "name": "GE_MULTI_PRIM_IB_RESET_EN",
8102bf215546Sopenharmony_ci   "type_ref": "VGT_MULTI_PRIM_IB_RESET_EN"
8103bf215546Sopenharmony_ci  },
8104bf215546Sopenharmony_ci  {
8105bf215546Sopenharmony_ci   "chips": ["gfx10"],
8106bf215546Sopenharmony_ci   "map": {"at": 198960, "to": "mm"},
8107bf215546Sopenharmony_ci   "name": "VGT_NUM_INDICES"
8108bf215546Sopenharmony_ci  },
8109bf215546Sopenharmony_ci  {
8110bf215546Sopenharmony_ci   "chips": ["gfx10"],
8111bf215546Sopenharmony_ci   "map": {"at": 198964, "to": "mm"},
8112bf215546Sopenharmony_ci   "name": "VGT_NUM_INSTANCES"
8113bf215546Sopenharmony_ci  },
8114bf215546Sopenharmony_ci  {
8115bf215546Sopenharmony_ci   "chips": ["gfx10"],
8116bf215546Sopenharmony_ci   "map": {"at": 198968, "to": "mm"},
8117bf215546Sopenharmony_ci   "name": "VGT_TF_RING_SIZE",
8118bf215546Sopenharmony_ci   "type_ref": "VGT_TF_RING_SIZE"
8119bf215546Sopenharmony_ci  },
8120bf215546Sopenharmony_ci  {
8121bf215546Sopenharmony_ci   "chips": ["gfx10"],
8122bf215546Sopenharmony_ci   "map": {"at": 198972, "to": "mm"},
8123bf215546Sopenharmony_ci   "name": "VGT_HS_OFFCHIP_PARAM",
8124bf215546Sopenharmony_ci   "type_ref": "VGT_HS_OFFCHIP_PARAM"
8125bf215546Sopenharmony_ci  },
8126bf215546Sopenharmony_ci  {
8127bf215546Sopenharmony_ci   "chips": ["gfx10"],
8128bf215546Sopenharmony_ci   "map": {"at": 198976, "to": "mm"},
8129bf215546Sopenharmony_ci   "name": "VGT_TF_MEMORY_BASE"
8130bf215546Sopenharmony_ci  },
8131bf215546Sopenharmony_ci  {
8132bf215546Sopenharmony_ci   "chips": ["gfx10"],
8133bf215546Sopenharmony_ci   "map": {"at": 198980, "to": "mm"},
8134bf215546Sopenharmony_ci   "name": "GE_DMA_FIRST_INDEX"
8135bf215546Sopenharmony_ci  },
8136bf215546Sopenharmony_ci  {
8137bf215546Sopenharmony_ci   "chips": ["gfx10"],
8138bf215546Sopenharmony_ci   "map": {"at": 198984, "to": "mm"},
8139bf215546Sopenharmony_ci   "name": "WD_POS_BUF_BASE"
8140bf215546Sopenharmony_ci  },
8141bf215546Sopenharmony_ci  {
8142bf215546Sopenharmony_ci   "chips": ["gfx10"],
8143bf215546Sopenharmony_ci   "map": {"at": 198988, "to": "mm"},
8144bf215546Sopenharmony_ci   "name": "WD_POS_BUF_BASE_HI",
8145bf215546Sopenharmony_ci   "type_ref": "DB_Z_READ_BASE_HI"
8146bf215546Sopenharmony_ci  },
8147bf215546Sopenharmony_ci  {
8148bf215546Sopenharmony_ci   "chips": ["gfx10"],
8149bf215546Sopenharmony_ci   "map": {"at": 198992, "to": "mm"},
8150bf215546Sopenharmony_ci   "name": "WD_CNTL_SB_BUF_BASE"
8151bf215546Sopenharmony_ci  },
8152bf215546Sopenharmony_ci  {
8153bf215546Sopenharmony_ci   "chips": ["gfx10"],
8154bf215546Sopenharmony_ci   "map": {"at": 198996, "to": "mm"},
8155bf215546Sopenharmony_ci   "name": "WD_CNTL_SB_BUF_BASE_HI",
8156bf215546Sopenharmony_ci   "type_ref": "DB_Z_READ_BASE_HI"
8157bf215546Sopenharmony_ci  },
8158bf215546Sopenharmony_ci  {
8159bf215546Sopenharmony_ci   "chips": ["gfx10"],
8160bf215546Sopenharmony_ci   "map": {"at": 199000, "to": "mm"},
8161bf215546Sopenharmony_ci   "name": "WD_INDEX_BUF_BASE"
8162bf215546Sopenharmony_ci  },
8163bf215546Sopenharmony_ci  {
8164bf215546Sopenharmony_ci   "chips": ["gfx10"],
8165bf215546Sopenharmony_ci   "map": {"at": 199004, "to": "mm"},
8166bf215546Sopenharmony_ci   "name": "WD_INDEX_BUF_BASE_HI",
8167bf215546Sopenharmony_ci   "type_ref": "DB_Z_READ_BASE_HI"
8168bf215546Sopenharmony_ci  },
8169bf215546Sopenharmony_ci  {
8170bf215546Sopenharmony_ci   "chips": ["gfx10"],
8171bf215546Sopenharmony_ci   "map": {"at": 199008, "to": "mm"},
8172bf215546Sopenharmony_ci   "name": "IA_MULTI_VGT_PARAM_PIPED",
8173bf215546Sopenharmony_ci   "type_ref": "IA_MULTI_VGT_PARAM_PIPED"
8174bf215546Sopenharmony_ci  },
8175bf215546Sopenharmony_ci  {
8176bf215546Sopenharmony_ci   "chips": ["gfx10"],
8177bf215546Sopenharmony_ci   "map": {"at": 199012, "to": "mm"},
8178bf215546Sopenharmony_ci   "name": "GE_MAX_VTX_INDX"
8179bf215546Sopenharmony_ci  },
8180bf215546Sopenharmony_ci  {
8181bf215546Sopenharmony_ci   "chips": ["gfx10"],
8182bf215546Sopenharmony_ci   "map": {"at": 199016, "to": "mm"},
8183bf215546Sopenharmony_ci   "name": "VGT_INSTANCE_BASE_ID"
8184bf215546Sopenharmony_ci  },
8185bf215546Sopenharmony_ci  {
8186bf215546Sopenharmony_ci   "chips": ["gfx10"],
8187bf215546Sopenharmony_ci   "map": {"at": 199020, "to": "mm"},
8188bf215546Sopenharmony_ci   "name": "GE_CNTL",
8189bf215546Sopenharmony_ci   "type_ref": "GE_CNTL"
8190bf215546Sopenharmony_ci  },
8191bf215546Sopenharmony_ci  {
8192bf215546Sopenharmony_ci   "chips": ["gfx10"],
8193bf215546Sopenharmony_ci   "map": {"at": 199024, "to": "mm"},
8194bf215546Sopenharmony_ci   "name": "GE_USER_VGPR1"
8195bf215546Sopenharmony_ci  },
8196bf215546Sopenharmony_ci  {
8197bf215546Sopenharmony_ci   "chips": ["gfx10"],
8198bf215546Sopenharmony_ci   "map": {"at": 199028, "to": "mm"},
8199bf215546Sopenharmony_ci   "name": "GE_USER_VGPR2"
8200bf215546Sopenharmony_ci  },
8201bf215546Sopenharmony_ci  {
8202bf215546Sopenharmony_ci   "chips": ["gfx10"],
8203bf215546Sopenharmony_ci   "map": {"at": 199032, "to": "mm"},
8204bf215546Sopenharmony_ci   "name": "GE_USER_VGPR3"
8205bf215546Sopenharmony_ci  },
8206bf215546Sopenharmony_ci  {
8207bf215546Sopenharmony_ci   "chips": ["gfx10"],
8208bf215546Sopenharmony_ci   "map": {"at": 199036, "to": "mm"},
8209bf215546Sopenharmony_ci   "name": "GE_STEREO_CNTL",
8210bf215546Sopenharmony_ci   "type_ref": "GE_STEREO_CNTL"
8211bf215546Sopenharmony_ci  },
8212bf215546Sopenharmony_ci  {
8213bf215546Sopenharmony_ci   "chips": ["gfx10"],
8214bf215546Sopenharmony_ci   "map": {"at": 199040, "to": "mm"},
8215bf215546Sopenharmony_ci   "name": "GE_PC_ALLOC",
8216bf215546Sopenharmony_ci   "type_ref": "GE_PC_ALLOC"
8217bf215546Sopenharmony_ci  },
8218bf215546Sopenharmony_ci  {
8219bf215546Sopenharmony_ci   "chips": ["gfx10"],
8220bf215546Sopenharmony_ci   "map": {"at": 199044, "to": "mm"},
8221bf215546Sopenharmony_ci   "name": "VGT_TF_MEMORY_BASE_HI",
8222bf215546Sopenharmony_ci   "type_ref": "DB_Z_READ_BASE_HI"
8223bf215546Sopenharmony_ci  },
8224bf215546Sopenharmony_ci  {
8225bf215546Sopenharmony_ci   "chips": ["gfx10"],
8226bf215546Sopenharmony_ci   "map": {"at": 199048, "to": "mm"},
8227bf215546Sopenharmony_ci   "name": "GE_USER_VGPR_EN",
8228bf215546Sopenharmony_ci   "type_ref": "GE_USER_VGPR_EN"
8229bf215546Sopenharmony_ci  },
8230bf215546Sopenharmony_ci  {
8231bf215546Sopenharmony_ci   "chips": ["gfx10"],
8232bf215546Sopenharmony_ci   "map": {"at": 199168, "to": "mm"},
8233bf215546Sopenharmony_ci   "name": "PA_SU_LINE_STIPPLE_VALUE",
8234bf215546Sopenharmony_ci   "type_ref": "PA_SU_LINE_STIPPLE_VALUE"
8235bf215546Sopenharmony_ci  },
8236bf215546Sopenharmony_ci  {
8237bf215546Sopenharmony_ci   "chips": ["gfx10"],
8238bf215546Sopenharmony_ci   "map": {"at": 199172, "to": "mm"},
8239bf215546Sopenharmony_ci   "name": "PA_SC_LINE_STIPPLE_STATE",
8240bf215546Sopenharmony_ci   "type_ref": "PA_SC_LINE_STIPPLE_STATE"
8241bf215546Sopenharmony_ci  },
8242bf215546Sopenharmony_ci  {
8243bf215546Sopenharmony_ci   "chips": ["gfx10"],
8244bf215546Sopenharmony_ci   "map": {"at": 199184, "to": "mm"},
8245bf215546Sopenharmony_ci   "name": "PA_SC_SCREEN_EXTENT_MIN_0",
8246bf215546Sopenharmony_ci   "type_ref": "PA_SC_SCREEN_EXTENT_MIN_0"
8247bf215546Sopenharmony_ci  },
8248bf215546Sopenharmony_ci  {
8249bf215546Sopenharmony_ci   "chips": ["gfx10"],
8250bf215546Sopenharmony_ci   "map": {"at": 199188, "to": "mm"},
8251bf215546Sopenharmony_ci   "name": "PA_SC_SCREEN_EXTENT_MAX_0",
8252bf215546Sopenharmony_ci   "type_ref": "PA_SC_SCREEN_EXTENT_MIN_0"
8253bf215546Sopenharmony_ci  },
8254bf215546Sopenharmony_ci  {
8255bf215546Sopenharmony_ci   "chips": ["gfx10"],
8256bf215546Sopenharmony_ci   "map": {"at": 199192, "to": "mm"},
8257bf215546Sopenharmony_ci   "name": "PA_SC_SCREEN_EXTENT_MIN_1",
8258bf215546Sopenharmony_ci   "type_ref": "PA_SC_SCREEN_EXTENT_MIN_0"
8259bf215546Sopenharmony_ci  },
8260bf215546Sopenharmony_ci  {
8261bf215546Sopenharmony_ci   "chips": ["gfx10"],
8262bf215546Sopenharmony_ci   "map": {"at": 199212, "to": "mm"},
8263bf215546Sopenharmony_ci   "name": "PA_SC_SCREEN_EXTENT_MAX_1",
8264bf215546Sopenharmony_ci   "type_ref": "PA_SC_SCREEN_EXTENT_MIN_0"
8265bf215546Sopenharmony_ci  },
8266bf215546Sopenharmony_ci  {
8267bf215546Sopenharmony_ci   "chips": ["gfx10"],
8268bf215546Sopenharmony_ci   "map": {"at": 199296, "to": "mm"},
8269bf215546Sopenharmony_ci   "name": "PA_SC_P3D_TRAP_SCREEN_HV_EN",
8270bf215546Sopenharmony_ci   "type_ref": "PA_SC_P3D_TRAP_SCREEN_HV_EN"
8271bf215546Sopenharmony_ci  },
8272bf215546Sopenharmony_ci  {
8273bf215546Sopenharmony_ci   "chips": ["gfx10"],
8274bf215546Sopenharmony_ci   "map": {"at": 199300, "to": "mm"},
8275bf215546Sopenharmony_ci   "name": "PA_SC_P3D_TRAP_SCREEN_H",
8276bf215546Sopenharmony_ci   "type_ref": "PA_SC_P3D_TRAP_SCREEN_H"
8277bf215546Sopenharmony_ci  },
8278bf215546Sopenharmony_ci  {
8279bf215546Sopenharmony_ci   "chips": ["gfx10"],
8280bf215546Sopenharmony_ci   "map": {"at": 199304, "to": "mm"},
8281bf215546Sopenharmony_ci   "name": "PA_SC_P3D_TRAP_SCREEN_V",
8282bf215546Sopenharmony_ci   "type_ref": "PA_SC_P3D_TRAP_SCREEN_V"
8283bf215546Sopenharmony_ci  },
8284bf215546Sopenharmony_ci  {
8285bf215546Sopenharmony_ci   "chips": ["gfx10"],
8286bf215546Sopenharmony_ci   "map": {"at": 199308, "to": "mm"},
8287bf215546Sopenharmony_ci   "name": "PA_SC_P3D_TRAP_SCREEN_OCCURRENCE",
8288bf215546Sopenharmony_ci   "type_ref": "PA_SC_P3D_TRAP_SCREEN_OCCURRENCE"
8289bf215546Sopenharmony_ci  },
8290bf215546Sopenharmony_ci  {
8291bf215546Sopenharmony_ci   "chips": ["gfx10"],
8292bf215546Sopenharmony_ci   "map": {"at": 199312, "to": "mm"},
8293bf215546Sopenharmony_ci   "name": "PA_SC_P3D_TRAP_SCREEN_COUNT",
8294bf215546Sopenharmony_ci   "type_ref": "PA_SC_P3D_TRAP_SCREEN_OCCURRENCE"
8295bf215546Sopenharmony_ci  },
8296bf215546Sopenharmony_ci  {
8297bf215546Sopenharmony_ci   "chips": ["gfx10"],
8298bf215546Sopenharmony_ci   "map": {"at": 199328, "to": "mm"},
8299bf215546Sopenharmony_ci   "name": "PA_SC_HP3D_TRAP_SCREEN_HV_EN",
8300bf215546Sopenharmony_ci   "type_ref": "PA_SC_P3D_TRAP_SCREEN_HV_EN"
8301bf215546Sopenharmony_ci  },
8302bf215546Sopenharmony_ci  {
8303bf215546Sopenharmony_ci   "chips": ["gfx10"],
8304bf215546Sopenharmony_ci   "map": {"at": 199332, "to": "mm"},
8305bf215546Sopenharmony_ci   "name": "PA_SC_HP3D_TRAP_SCREEN_H",
8306bf215546Sopenharmony_ci   "type_ref": "PA_SC_P3D_TRAP_SCREEN_H"
8307bf215546Sopenharmony_ci  },
8308bf215546Sopenharmony_ci  {
8309bf215546Sopenharmony_ci   "chips": ["gfx10"],
8310bf215546Sopenharmony_ci   "map": {"at": 199336, "to": "mm"},
8311bf215546Sopenharmony_ci   "name": "PA_SC_HP3D_TRAP_SCREEN_V",
8312bf215546Sopenharmony_ci   "type_ref": "PA_SC_P3D_TRAP_SCREEN_V"
8313bf215546Sopenharmony_ci  },
8314bf215546Sopenharmony_ci  {
8315bf215546Sopenharmony_ci   "chips": ["gfx10"],
8316bf215546Sopenharmony_ci   "map": {"at": 199340, "to": "mm"},
8317bf215546Sopenharmony_ci   "name": "PA_SC_HP3D_TRAP_SCREEN_OCCURRENCE",
8318bf215546Sopenharmony_ci   "type_ref": "PA_SC_P3D_TRAP_SCREEN_OCCURRENCE"
8319bf215546Sopenharmony_ci  },
8320bf215546Sopenharmony_ci  {
8321bf215546Sopenharmony_ci   "chips": ["gfx10"],
8322bf215546Sopenharmony_ci   "map": {"at": 199344, "to": "mm"},
8323bf215546Sopenharmony_ci   "name": "PA_SC_HP3D_TRAP_SCREEN_COUNT",
8324bf215546Sopenharmony_ci   "type_ref": "PA_SC_P3D_TRAP_SCREEN_OCCURRENCE"
8325bf215546Sopenharmony_ci  },
8326bf215546Sopenharmony_ci  {
8327bf215546Sopenharmony_ci   "chips": ["gfx10"],
8328bf215546Sopenharmony_ci   "map": {"at": 199360, "to": "mm"},
8329bf215546Sopenharmony_ci   "name": "PA_SC_TRAP_SCREEN_HV_EN",
8330bf215546Sopenharmony_ci   "type_ref": "PA_SC_P3D_TRAP_SCREEN_HV_EN"
8331bf215546Sopenharmony_ci  },
8332bf215546Sopenharmony_ci  {
8333bf215546Sopenharmony_ci   "chips": ["gfx10"],
8334bf215546Sopenharmony_ci   "map": {"at": 199364, "to": "mm"},
8335bf215546Sopenharmony_ci   "name": "PA_SC_TRAP_SCREEN_H",
8336bf215546Sopenharmony_ci   "type_ref": "PA_SC_P3D_TRAP_SCREEN_H"
8337bf215546Sopenharmony_ci  },
8338bf215546Sopenharmony_ci  {
8339bf215546Sopenharmony_ci   "chips": ["gfx10"],
8340bf215546Sopenharmony_ci   "map": {"at": 199368, "to": "mm"},
8341bf215546Sopenharmony_ci   "name": "PA_SC_TRAP_SCREEN_V",
8342bf215546Sopenharmony_ci   "type_ref": "PA_SC_P3D_TRAP_SCREEN_V"
8343bf215546Sopenharmony_ci  },
8344bf215546Sopenharmony_ci  {
8345bf215546Sopenharmony_ci   "chips": ["gfx10"],
8346bf215546Sopenharmony_ci   "map": {"at": 199372, "to": "mm"},
8347bf215546Sopenharmony_ci   "name": "PA_SC_TRAP_SCREEN_OCCURRENCE",
8348bf215546Sopenharmony_ci   "type_ref": "PA_SC_P3D_TRAP_SCREEN_OCCURRENCE"
8349bf215546Sopenharmony_ci  },
8350bf215546Sopenharmony_ci  {
8351bf215546Sopenharmony_ci   "chips": ["gfx10"],
8352bf215546Sopenharmony_ci   "map": {"at": 199376, "to": "mm"},
8353bf215546Sopenharmony_ci   "name": "PA_SC_TRAP_SCREEN_COUNT",
8354bf215546Sopenharmony_ci   "type_ref": "PA_SC_P3D_TRAP_SCREEN_OCCURRENCE"
8355bf215546Sopenharmony_ci  },
8356bf215546Sopenharmony_ci  {
8357bf215546Sopenharmony_ci   "chips": ["gfx10"],
8358bf215546Sopenharmony_ci   "map": {"at": 199936, "to": "mm"},
8359bf215546Sopenharmony_ci   "name": "SQ_THREAD_TRACE_USERDATA_0"
8360bf215546Sopenharmony_ci  },
8361bf215546Sopenharmony_ci  {
8362bf215546Sopenharmony_ci   "chips": ["gfx10"],
8363bf215546Sopenharmony_ci   "map": {"at": 199940, "to": "mm"},
8364bf215546Sopenharmony_ci   "name": "SQ_THREAD_TRACE_USERDATA_1"
8365bf215546Sopenharmony_ci  },
8366bf215546Sopenharmony_ci  {
8367bf215546Sopenharmony_ci   "chips": ["gfx10"],
8368bf215546Sopenharmony_ci   "map": {"at": 199944, "to": "mm"},
8369bf215546Sopenharmony_ci   "name": "SQ_THREAD_TRACE_USERDATA_2"
8370bf215546Sopenharmony_ci  },
8371bf215546Sopenharmony_ci  {
8372bf215546Sopenharmony_ci   "chips": ["gfx10"],
8373bf215546Sopenharmony_ci   "map": {"at": 199948, "to": "mm"},
8374bf215546Sopenharmony_ci   "name": "SQ_THREAD_TRACE_USERDATA_3"
8375bf215546Sopenharmony_ci  },
8376bf215546Sopenharmony_ci  {
8377bf215546Sopenharmony_ci   "chips": ["gfx10"],
8378bf215546Sopenharmony_ci   "map": {"at": 199952, "to": "mm"},
8379bf215546Sopenharmony_ci   "name": "SQ_THREAD_TRACE_USERDATA_4"
8380bf215546Sopenharmony_ci  },
8381bf215546Sopenharmony_ci  {
8382bf215546Sopenharmony_ci   "chips": ["gfx10"],
8383bf215546Sopenharmony_ci   "map": {"at": 199956, "to": "mm"},
8384bf215546Sopenharmony_ci   "name": "SQ_THREAD_TRACE_USERDATA_5"
8385bf215546Sopenharmony_ci  },
8386bf215546Sopenharmony_ci  {
8387bf215546Sopenharmony_ci   "chips": ["gfx10"],
8388bf215546Sopenharmony_ci   "map": {"at": 199960, "to": "mm"},
8389bf215546Sopenharmony_ci   "name": "SQ_THREAD_TRACE_USERDATA_6"
8390bf215546Sopenharmony_ci  },
8391bf215546Sopenharmony_ci  {
8392bf215546Sopenharmony_ci   "chips": ["gfx10"],
8393bf215546Sopenharmony_ci   "map": {"at": 199964, "to": "mm"},
8394bf215546Sopenharmony_ci   "name": "SQ_THREAD_TRACE_USERDATA_7"
8395bf215546Sopenharmony_ci  },
8396bf215546Sopenharmony_ci  {
8397bf215546Sopenharmony_ci   "chips": ["gfx10"],
8398bf215546Sopenharmony_ci   "map": {"at": 199968, "to": "mm"},
8399bf215546Sopenharmony_ci   "name": "SQC_CACHES",
8400bf215546Sopenharmony_ci   "type_ref": "SQC_CACHES"
8401bf215546Sopenharmony_ci  },
8402bf215546Sopenharmony_ci  {
8403bf215546Sopenharmony_ci   "chips": ["gfx10"],
8404bf215546Sopenharmony_ci   "map": {"at": 199972, "to": "mm"},
8405bf215546Sopenharmony_ci   "name": "SQC_WRITEBACK",
8406bf215546Sopenharmony_ci   "type_ref": "SQC_WRITEBACK"
8407bf215546Sopenharmony_ci  },
8408bf215546Sopenharmony_ci  {
8409bf215546Sopenharmony_ci   "chips": ["gfx10"],
8410bf215546Sopenharmony_ci   "map": {"at": 200192, "to": "mm"},
8411bf215546Sopenharmony_ci   "name": "TA_CS_BC_BASE_ADDR"
8412bf215546Sopenharmony_ci  },
8413bf215546Sopenharmony_ci  {
8414bf215546Sopenharmony_ci   "chips": ["gfx10"],
8415bf215546Sopenharmony_ci   "map": {"at": 200196, "to": "mm"},
8416bf215546Sopenharmony_ci   "name": "TA_CS_BC_BASE_ADDR_HI",
8417bf215546Sopenharmony_ci   "type_ref": "TA_BC_BASE_ADDR_HI"
8418bf215546Sopenharmony_ci  },
8419bf215546Sopenharmony_ci  {
8420bf215546Sopenharmony_ci   "chips": ["gfx10"],
8421bf215546Sopenharmony_ci   "map": {"at": 200448, "to": "mm"},
8422bf215546Sopenharmony_ci   "name": "DB_OCCLUSION_COUNT0_LOW"
8423bf215546Sopenharmony_ci  },
8424bf215546Sopenharmony_ci  {
8425bf215546Sopenharmony_ci   "chips": ["gfx10"],
8426bf215546Sopenharmony_ci   "map": {"at": 200452, "to": "mm"},
8427bf215546Sopenharmony_ci   "name": "DB_OCCLUSION_COUNT0_HI",
8428bf215546Sopenharmony_ci   "type_ref": "DB_OCCLUSION_COUNT0_HI"
8429bf215546Sopenharmony_ci  },
8430bf215546Sopenharmony_ci  {
8431bf215546Sopenharmony_ci   "chips": ["gfx10"],
8432bf215546Sopenharmony_ci   "map": {"at": 200456, "to": "mm"},
8433bf215546Sopenharmony_ci   "name": "DB_OCCLUSION_COUNT1_LOW"
8434bf215546Sopenharmony_ci  },
8435bf215546Sopenharmony_ci  {
8436bf215546Sopenharmony_ci   "chips": ["gfx10"],
8437bf215546Sopenharmony_ci   "map": {"at": 200460, "to": "mm"},
8438bf215546Sopenharmony_ci   "name": "DB_OCCLUSION_COUNT1_HI",
8439bf215546Sopenharmony_ci   "type_ref": "DB_OCCLUSION_COUNT0_HI"
8440bf215546Sopenharmony_ci  },
8441bf215546Sopenharmony_ci  {
8442bf215546Sopenharmony_ci   "chips": ["gfx10"],
8443bf215546Sopenharmony_ci   "map": {"at": 200464, "to": "mm"},
8444bf215546Sopenharmony_ci   "name": "DB_OCCLUSION_COUNT2_LOW"
8445bf215546Sopenharmony_ci  },
8446bf215546Sopenharmony_ci  {
8447bf215546Sopenharmony_ci   "chips": ["gfx10"],
8448bf215546Sopenharmony_ci   "map": {"at": 200468, "to": "mm"},
8449bf215546Sopenharmony_ci   "name": "DB_OCCLUSION_COUNT2_HI",
8450bf215546Sopenharmony_ci   "type_ref": "DB_OCCLUSION_COUNT0_HI"
8451bf215546Sopenharmony_ci  },
8452bf215546Sopenharmony_ci  {
8453bf215546Sopenharmony_ci   "chips": ["gfx10"],
8454bf215546Sopenharmony_ci   "map": {"at": 200472, "to": "mm"},
8455bf215546Sopenharmony_ci   "name": "DB_OCCLUSION_COUNT3_LOW"
8456bf215546Sopenharmony_ci  },
8457bf215546Sopenharmony_ci  {
8458bf215546Sopenharmony_ci   "chips": ["gfx10"],
8459bf215546Sopenharmony_ci   "map": {"at": 200476, "to": "mm"},
8460bf215546Sopenharmony_ci   "name": "DB_OCCLUSION_COUNT3_HI",
8461bf215546Sopenharmony_ci   "type_ref": "DB_OCCLUSION_COUNT0_HI"
8462bf215546Sopenharmony_ci  },
8463bf215546Sopenharmony_ci  {
8464bf215546Sopenharmony_ci   "chips": ["gfx10"],
8465bf215546Sopenharmony_ci   "map": {"at": 200696, "to": "mm"},
8466bf215546Sopenharmony_ci   "name": "DB_ZPASS_COUNT_LOW"
8467bf215546Sopenharmony_ci  },
8468bf215546Sopenharmony_ci  {
8469bf215546Sopenharmony_ci   "chips": ["gfx10"],
8470bf215546Sopenharmony_ci   "map": {"at": 200700, "to": "mm"},
8471bf215546Sopenharmony_ci   "name": "DB_ZPASS_COUNT_HI",
8472bf215546Sopenharmony_ci   "type_ref": "DB_OCCLUSION_COUNT0_HI"
8473bf215546Sopenharmony_ci  },
8474bf215546Sopenharmony_ci  {
8475bf215546Sopenharmony_ci   "chips": ["gfx10"],
8476bf215546Sopenharmony_ci   "map": {"at": 200704, "to": "mm"},
8477bf215546Sopenharmony_ci   "name": "GDS_RD_ADDR"
8478bf215546Sopenharmony_ci  },
8479bf215546Sopenharmony_ci  {
8480bf215546Sopenharmony_ci   "chips": ["gfx10"],
8481bf215546Sopenharmony_ci   "map": {"at": 200708, "to": "mm"},
8482bf215546Sopenharmony_ci   "name": "GDS_RD_DATA"
8483bf215546Sopenharmony_ci  },
8484bf215546Sopenharmony_ci  {
8485bf215546Sopenharmony_ci   "chips": ["gfx10"],
8486bf215546Sopenharmony_ci   "map": {"at": 200712, "to": "mm"},
8487bf215546Sopenharmony_ci   "name": "GDS_RD_BURST_ADDR"
8488bf215546Sopenharmony_ci  },
8489bf215546Sopenharmony_ci  {
8490bf215546Sopenharmony_ci   "chips": ["gfx10"],
8491bf215546Sopenharmony_ci   "map": {"at": 200716, "to": "mm"},
8492bf215546Sopenharmony_ci   "name": "GDS_RD_BURST_COUNT"
8493bf215546Sopenharmony_ci  },
8494bf215546Sopenharmony_ci  {
8495bf215546Sopenharmony_ci   "chips": ["gfx10"],
8496bf215546Sopenharmony_ci   "map": {"at": 200720, "to": "mm"},
8497bf215546Sopenharmony_ci   "name": "GDS_RD_BURST_DATA"
8498bf215546Sopenharmony_ci  },
8499bf215546Sopenharmony_ci  {
8500bf215546Sopenharmony_ci   "chips": ["gfx10"],
8501bf215546Sopenharmony_ci   "map": {"at": 200724, "to": "mm"},
8502bf215546Sopenharmony_ci   "name": "GDS_WR_ADDR"
8503bf215546Sopenharmony_ci  },
8504bf215546Sopenharmony_ci  {
8505bf215546Sopenharmony_ci   "chips": ["gfx10"],
8506bf215546Sopenharmony_ci   "map": {"at": 200728, "to": "mm"},
8507bf215546Sopenharmony_ci   "name": "GDS_WR_DATA"
8508bf215546Sopenharmony_ci  },
8509bf215546Sopenharmony_ci  {
8510bf215546Sopenharmony_ci   "chips": ["gfx10"],
8511bf215546Sopenharmony_ci   "map": {"at": 200732, "to": "mm"},
8512bf215546Sopenharmony_ci   "name": "GDS_WR_BURST_ADDR"
8513bf215546Sopenharmony_ci  },
8514bf215546Sopenharmony_ci  {
8515bf215546Sopenharmony_ci   "chips": ["gfx10"],
8516bf215546Sopenharmony_ci   "map": {"at": 200736, "to": "mm"},
8517bf215546Sopenharmony_ci   "name": "GDS_WR_BURST_DATA"
8518bf215546Sopenharmony_ci  },
8519bf215546Sopenharmony_ci  {
8520bf215546Sopenharmony_ci   "chips": ["gfx10"],
8521bf215546Sopenharmony_ci   "map": {"at": 200740, "to": "mm"},
8522bf215546Sopenharmony_ci   "name": "GDS_WRITE_COMPLETE"
8523bf215546Sopenharmony_ci  },
8524bf215546Sopenharmony_ci  {
8525bf215546Sopenharmony_ci   "chips": ["gfx10"],
8526bf215546Sopenharmony_ci   "map": {"at": 200744, "to": "mm"},
8527bf215546Sopenharmony_ci   "name": "GDS_ATOM_CNTL",
8528bf215546Sopenharmony_ci   "type_ref": "GDS_ATOM_CNTL"
8529bf215546Sopenharmony_ci  },
8530bf215546Sopenharmony_ci  {
8531bf215546Sopenharmony_ci   "chips": ["gfx10"],
8532bf215546Sopenharmony_ci   "map": {"at": 200748, "to": "mm"},
8533bf215546Sopenharmony_ci   "name": "GDS_ATOM_COMPLETE",
8534bf215546Sopenharmony_ci   "type_ref": "GDS_ATOM_COMPLETE"
8535bf215546Sopenharmony_ci  },
8536bf215546Sopenharmony_ci  {
8537bf215546Sopenharmony_ci   "chips": ["gfx10"],
8538bf215546Sopenharmony_ci   "map": {"at": 200752, "to": "mm"},
8539bf215546Sopenharmony_ci   "name": "GDS_ATOM_BASE",
8540bf215546Sopenharmony_ci   "type_ref": "GDS_ATOM_BASE"
8541bf215546Sopenharmony_ci  },
8542bf215546Sopenharmony_ci  {
8543bf215546Sopenharmony_ci   "chips": ["gfx10"],
8544bf215546Sopenharmony_ci   "map": {"at": 200756, "to": "mm"},
8545bf215546Sopenharmony_ci   "name": "GDS_ATOM_SIZE",
8546bf215546Sopenharmony_ci   "type_ref": "GDS_ATOM_SIZE"
8547bf215546Sopenharmony_ci  },
8548bf215546Sopenharmony_ci  {
8549bf215546Sopenharmony_ci   "chips": ["gfx10"],
8550bf215546Sopenharmony_ci   "map": {"at": 200760, "to": "mm"},
8551bf215546Sopenharmony_ci   "name": "GDS_ATOM_OFFSET0",
8552bf215546Sopenharmony_ci   "type_ref": "GDS_ATOM_OFFSET0"
8553bf215546Sopenharmony_ci  },
8554bf215546Sopenharmony_ci  {
8555bf215546Sopenharmony_ci   "chips": ["gfx10"],
8556bf215546Sopenharmony_ci   "map": {"at": 200764, "to": "mm"},
8557bf215546Sopenharmony_ci   "name": "GDS_ATOM_OFFSET1",
8558bf215546Sopenharmony_ci   "type_ref": "GDS_ATOM_OFFSET1"
8559bf215546Sopenharmony_ci  },
8560bf215546Sopenharmony_ci  {
8561bf215546Sopenharmony_ci   "chips": ["gfx10"],
8562bf215546Sopenharmony_ci   "map": {"at": 200768, "to": "mm"},
8563bf215546Sopenharmony_ci   "name": "GDS_ATOM_DST"
8564bf215546Sopenharmony_ci  },
8565bf215546Sopenharmony_ci  {
8566bf215546Sopenharmony_ci   "chips": ["gfx10"],
8567bf215546Sopenharmony_ci   "map": {"at": 200772, "to": "mm"},
8568bf215546Sopenharmony_ci   "name": "GDS_ATOM_OP",
8569bf215546Sopenharmony_ci   "type_ref": "GDS_ATOM_OP"
8570bf215546Sopenharmony_ci  },
8571bf215546Sopenharmony_ci  {
8572bf215546Sopenharmony_ci   "chips": ["gfx10"],
8573bf215546Sopenharmony_ci   "map": {"at": 200776, "to": "mm"},
8574bf215546Sopenharmony_ci   "name": "GDS_ATOM_SRC0"
8575bf215546Sopenharmony_ci  },
8576bf215546Sopenharmony_ci  {
8577bf215546Sopenharmony_ci   "chips": ["gfx10"],
8578bf215546Sopenharmony_ci   "map": {"at": 200780, "to": "mm"},
8579bf215546Sopenharmony_ci   "name": "GDS_ATOM_SRC0_U"
8580bf215546Sopenharmony_ci  },
8581bf215546Sopenharmony_ci  {
8582bf215546Sopenharmony_ci   "chips": ["gfx10"],
8583bf215546Sopenharmony_ci   "map": {"at": 200784, "to": "mm"},
8584bf215546Sopenharmony_ci   "name": "GDS_ATOM_SRC1"
8585bf215546Sopenharmony_ci  },
8586bf215546Sopenharmony_ci  {
8587bf215546Sopenharmony_ci   "chips": ["gfx10"],
8588bf215546Sopenharmony_ci   "map": {"at": 200788, "to": "mm"},
8589bf215546Sopenharmony_ci   "name": "GDS_ATOM_SRC1_U"
8590bf215546Sopenharmony_ci  },
8591bf215546Sopenharmony_ci  {
8592bf215546Sopenharmony_ci   "chips": ["gfx10"],
8593bf215546Sopenharmony_ci   "map": {"at": 200792, "to": "mm"},
8594bf215546Sopenharmony_ci   "name": "GDS_ATOM_READ0"
8595bf215546Sopenharmony_ci  },
8596bf215546Sopenharmony_ci  {
8597bf215546Sopenharmony_ci   "chips": ["gfx10"],
8598bf215546Sopenharmony_ci   "map": {"at": 200796, "to": "mm"},
8599bf215546Sopenharmony_ci   "name": "GDS_ATOM_READ0_U"
8600bf215546Sopenharmony_ci  },
8601bf215546Sopenharmony_ci  {
8602bf215546Sopenharmony_ci   "chips": ["gfx10"],
8603bf215546Sopenharmony_ci   "map": {"at": 200800, "to": "mm"},
8604bf215546Sopenharmony_ci   "name": "GDS_ATOM_READ1"
8605bf215546Sopenharmony_ci  },
8606bf215546Sopenharmony_ci  {
8607bf215546Sopenharmony_ci   "chips": ["gfx10"],
8608bf215546Sopenharmony_ci   "map": {"at": 200804, "to": "mm"},
8609bf215546Sopenharmony_ci   "name": "GDS_ATOM_READ1_U"
8610bf215546Sopenharmony_ci  },
8611bf215546Sopenharmony_ci  {
8612bf215546Sopenharmony_ci   "chips": ["gfx10"],
8613bf215546Sopenharmony_ci   "map": {"at": 200808, "to": "mm"},
8614bf215546Sopenharmony_ci   "name": "GDS_GWS_RESOURCE_CNTL",
8615bf215546Sopenharmony_ci   "type_ref": "GDS_GWS_RESOURCE_CNTL"
8616bf215546Sopenharmony_ci  },
8617bf215546Sopenharmony_ci  {
8618bf215546Sopenharmony_ci   "chips": ["gfx10"],
8619bf215546Sopenharmony_ci   "map": {"at": 200812, "to": "mm"},
8620bf215546Sopenharmony_ci   "name": "GDS_GWS_RESOURCE",
8621bf215546Sopenharmony_ci   "type_ref": "GDS_GWS_RESOURCE"
8622bf215546Sopenharmony_ci  },
8623bf215546Sopenharmony_ci  {
8624bf215546Sopenharmony_ci   "chips": ["gfx10"],
8625bf215546Sopenharmony_ci   "map": {"at": 200816, "to": "mm"},
8626bf215546Sopenharmony_ci   "name": "GDS_GWS_RESOURCE_CNT",
8627bf215546Sopenharmony_ci   "type_ref": "GDS_GWS_RESOURCE_CNT"
8628bf215546Sopenharmony_ci  },
8629bf215546Sopenharmony_ci  {
8630bf215546Sopenharmony_ci   "chips": ["gfx10"],
8631bf215546Sopenharmony_ci   "map": {"at": 200820, "to": "mm"},
8632bf215546Sopenharmony_ci   "name": "GDS_OA_CNTL",
8633bf215546Sopenharmony_ci   "type_ref": "GDS_OA_CNTL"
8634bf215546Sopenharmony_ci  },
8635bf215546Sopenharmony_ci  {
8636bf215546Sopenharmony_ci   "chips": ["gfx10"],
8637bf215546Sopenharmony_ci   "map": {"at": 200824, "to": "mm"},
8638bf215546Sopenharmony_ci   "name": "GDS_OA_COUNTER"
8639bf215546Sopenharmony_ci  },
8640bf215546Sopenharmony_ci  {
8641bf215546Sopenharmony_ci   "chips": ["gfx10"],
8642bf215546Sopenharmony_ci   "map": {"at": 200828, "to": "mm"},
8643bf215546Sopenharmony_ci   "name": "GDS_OA_ADDRESS",
8644bf215546Sopenharmony_ci   "type_ref": "GDS_OA_ADDRESS"
8645bf215546Sopenharmony_ci  },
8646bf215546Sopenharmony_ci  {
8647bf215546Sopenharmony_ci   "chips": ["gfx10"],
8648bf215546Sopenharmony_ci   "map": {"at": 200832, "to": "mm"},
8649bf215546Sopenharmony_ci   "name": "GDS_OA_INCDEC",
8650bf215546Sopenharmony_ci   "type_ref": "GDS_OA_INCDEC"
8651bf215546Sopenharmony_ci  },
8652bf215546Sopenharmony_ci  {
8653bf215546Sopenharmony_ci   "chips": ["gfx10"],
8654bf215546Sopenharmony_ci   "map": {"at": 200836, "to": "mm"},
8655bf215546Sopenharmony_ci   "name": "GDS_OA_RING_SIZE"
8656bf215546Sopenharmony_ci  },
8657bf215546Sopenharmony_ci  {
8658bf215546Sopenharmony_ci   "chips": ["gfx10"],
8659bf215546Sopenharmony_ci   "map": {"at": 200960, "to": "mm"},
8660bf215546Sopenharmony_ci   "name": "SPI_CONFIG_CNTL_REMAP"
8661bf215546Sopenharmony_ci  },
8662bf215546Sopenharmony_ci  {
8663bf215546Sopenharmony_ci   "chips": ["gfx10"],
8664bf215546Sopenharmony_ci   "map": {"at": 200964, "to": "mm"},
8665bf215546Sopenharmony_ci   "name": "SPI_CONFIG_CNTL_1_REMAP"
8666bf215546Sopenharmony_ci  },
8667bf215546Sopenharmony_ci  {
8668bf215546Sopenharmony_ci   "chips": ["gfx10"],
8669bf215546Sopenharmony_ci   "map": {"at": 200968, "to": "mm"},
8670bf215546Sopenharmony_ci   "name": "SPI_CONFIG_CNTL_2_REMAP"
8671bf215546Sopenharmony_ci  },
8672bf215546Sopenharmony_ci  {
8673bf215546Sopenharmony_ci   "chips": ["gfx10"],
8674bf215546Sopenharmony_ci   "map": {"at": 200972, "to": "mm"},
8675bf215546Sopenharmony_ci   "name": "SPI_WAVE_LIMIT_CNTL_REMAP"
8676bf215546Sopenharmony_ci  },
8677bf215546Sopenharmony_ci  {
8678bf215546Sopenharmony_ci   "chips": ["gfx10"],
8679bf215546Sopenharmony_ci   "map": {"at": 212992, "to": "mm"},
8680bf215546Sopenharmony_ci   "name": "CPG_PERFCOUNTER1_LO"
8681bf215546Sopenharmony_ci  },
8682bf215546Sopenharmony_ci  {
8683bf215546Sopenharmony_ci   "chips": ["gfx10"],
8684bf215546Sopenharmony_ci   "map": {"at": 212996, "to": "mm"},
8685bf215546Sopenharmony_ci   "name": "CPG_PERFCOUNTER1_HI"
8686bf215546Sopenharmony_ci  },
8687bf215546Sopenharmony_ci  {
8688bf215546Sopenharmony_ci   "chips": ["gfx10"],
8689bf215546Sopenharmony_ci   "map": {"at": 213000, "to": "mm"},
8690bf215546Sopenharmony_ci   "name": "CPG_PERFCOUNTER0_LO"
8691bf215546Sopenharmony_ci  },
8692bf215546Sopenharmony_ci  {
8693bf215546Sopenharmony_ci   "chips": ["gfx10"],
8694bf215546Sopenharmony_ci   "map": {"at": 213004, "to": "mm"},
8695bf215546Sopenharmony_ci   "name": "CPG_PERFCOUNTER0_HI"
8696bf215546Sopenharmony_ci  },
8697bf215546Sopenharmony_ci  {
8698bf215546Sopenharmony_ci   "chips": ["gfx10"],
8699bf215546Sopenharmony_ci   "map": {"at": 213008, "to": "mm"},
8700bf215546Sopenharmony_ci   "name": "CPC_PERFCOUNTER1_LO"
8701bf215546Sopenharmony_ci  },
8702bf215546Sopenharmony_ci  {
8703bf215546Sopenharmony_ci   "chips": ["gfx10"],
8704bf215546Sopenharmony_ci   "map": {"at": 213012, "to": "mm"},
8705bf215546Sopenharmony_ci   "name": "CPC_PERFCOUNTER1_HI"
8706bf215546Sopenharmony_ci  },
8707bf215546Sopenharmony_ci  {
8708bf215546Sopenharmony_ci   "chips": ["gfx10"],
8709bf215546Sopenharmony_ci   "map": {"at": 213016, "to": "mm"},
8710bf215546Sopenharmony_ci   "name": "CPC_PERFCOUNTER0_LO"
8711bf215546Sopenharmony_ci  },
8712bf215546Sopenharmony_ci  {
8713bf215546Sopenharmony_ci   "chips": ["gfx10"],
8714bf215546Sopenharmony_ci   "map": {"at": 213020, "to": "mm"},
8715bf215546Sopenharmony_ci   "name": "CPC_PERFCOUNTER0_HI"
8716bf215546Sopenharmony_ci  },
8717bf215546Sopenharmony_ci  {
8718bf215546Sopenharmony_ci   "chips": ["gfx10"],
8719bf215546Sopenharmony_ci   "map": {"at": 213024, "to": "mm"},
8720bf215546Sopenharmony_ci   "name": "CPF_PERFCOUNTER1_LO"
8721bf215546Sopenharmony_ci  },
8722bf215546Sopenharmony_ci  {
8723bf215546Sopenharmony_ci   "chips": ["gfx10"],
8724bf215546Sopenharmony_ci   "map": {"at": 213028, "to": "mm"},
8725bf215546Sopenharmony_ci   "name": "CPF_PERFCOUNTER1_HI"
8726bf215546Sopenharmony_ci  },
8727bf215546Sopenharmony_ci  {
8728bf215546Sopenharmony_ci   "chips": ["gfx10"],
8729bf215546Sopenharmony_ci   "map": {"at": 213032, "to": "mm"},
8730bf215546Sopenharmony_ci   "name": "CPF_PERFCOUNTER0_LO"
8731bf215546Sopenharmony_ci  },
8732bf215546Sopenharmony_ci  {
8733bf215546Sopenharmony_ci   "chips": ["gfx10"],
8734bf215546Sopenharmony_ci   "map": {"at": 213036, "to": "mm"},
8735bf215546Sopenharmony_ci   "name": "CPF_PERFCOUNTER0_HI"
8736bf215546Sopenharmony_ci  },
8737bf215546Sopenharmony_ci  {
8738bf215546Sopenharmony_ci   "chips": ["gfx10"],
8739bf215546Sopenharmony_ci   "map": {"at": 213040, "to": "mm"},
8740bf215546Sopenharmony_ci   "name": "CPF_LATENCY_STATS_DATA"
8741bf215546Sopenharmony_ci  },
8742bf215546Sopenharmony_ci  {
8743bf215546Sopenharmony_ci   "chips": ["gfx10"],
8744bf215546Sopenharmony_ci   "map": {"at": 213044, "to": "mm"},
8745bf215546Sopenharmony_ci   "name": "CPG_LATENCY_STATS_DATA"
8746bf215546Sopenharmony_ci  },
8747bf215546Sopenharmony_ci  {
8748bf215546Sopenharmony_ci   "chips": ["gfx10"],
8749bf215546Sopenharmony_ci   "map": {"at": 213048, "to": "mm"},
8750bf215546Sopenharmony_ci   "name": "CPC_LATENCY_STATS_DATA"
8751bf215546Sopenharmony_ci  },
8752bf215546Sopenharmony_ci  {
8753bf215546Sopenharmony_ci   "chips": ["gfx10"],
8754bf215546Sopenharmony_ci   "map": {"at": 213248, "to": "mm"},
8755bf215546Sopenharmony_ci   "name": "GRBM_PERFCOUNTER0_LO"
8756bf215546Sopenharmony_ci  },
8757bf215546Sopenharmony_ci  {
8758bf215546Sopenharmony_ci   "chips": ["gfx10"],
8759bf215546Sopenharmony_ci   "map": {"at": 213252, "to": "mm"},
8760bf215546Sopenharmony_ci   "name": "GRBM_PERFCOUNTER0_HI"
8761bf215546Sopenharmony_ci  },
8762bf215546Sopenharmony_ci  {
8763bf215546Sopenharmony_ci   "chips": ["gfx10"],
8764bf215546Sopenharmony_ci   "map": {"at": 213260, "to": "mm"},
8765bf215546Sopenharmony_ci   "name": "GRBM_PERFCOUNTER1_LO"
8766bf215546Sopenharmony_ci  },
8767bf215546Sopenharmony_ci  {
8768bf215546Sopenharmony_ci   "chips": ["gfx10"],
8769bf215546Sopenharmony_ci   "map": {"at": 213264, "to": "mm"},
8770bf215546Sopenharmony_ci   "name": "GRBM_PERFCOUNTER1_HI"
8771bf215546Sopenharmony_ci  },
8772bf215546Sopenharmony_ci  {
8773bf215546Sopenharmony_ci   "chips": ["gfx10"],
8774bf215546Sopenharmony_ci   "map": {"at": 213268, "to": "mm"},
8775bf215546Sopenharmony_ci   "name": "GRBM_SE0_PERFCOUNTER_LO"
8776bf215546Sopenharmony_ci  },
8777bf215546Sopenharmony_ci  {
8778bf215546Sopenharmony_ci   "chips": ["gfx10"],
8779bf215546Sopenharmony_ci   "map": {"at": 213272, "to": "mm"},
8780bf215546Sopenharmony_ci   "name": "GRBM_SE0_PERFCOUNTER_HI"
8781bf215546Sopenharmony_ci  },
8782bf215546Sopenharmony_ci  {
8783bf215546Sopenharmony_ci   "chips": ["gfx10"],
8784bf215546Sopenharmony_ci   "map": {"at": 213276, "to": "mm"},
8785bf215546Sopenharmony_ci   "name": "GRBM_SE1_PERFCOUNTER_LO"
8786bf215546Sopenharmony_ci  },
8787bf215546Sopenharmony_ci  {
8788bf215546Sopenharmony_ci   "chips": ["gfx10"],
8789bf215546Sopenharmony_ci   "map": {"at": 213280, "to": "mm"},
8790bf215546Sopenharmony_ci   "name": "GRBM_SE1_PERFCOUNTER_HI"
8791bf215546Sopenharmony_ci  },
8792bf215546Sopenharmony_ci  {
8793bf215546Sopenharmony_ci   "chips": ["gfx10"],
8794bf215546Sopenharmony_ci   "map": {"at": 213284, "to": "mm"},
8795bf215546Sopenharmony_ci   "name": "GRBM_SE2_PERFCOUNTER_LO"
8796bf215546Sopenharmony_ci  },
8797bf215546Sopenharmony_ci  {
8798bf215546Sopenharmony_ci   "chips": ["gfx10"],
8799bf215546Sopenharmony_ci   "map": {"at": 213288, "to": "mm"},
8800bf215546Sopenharmony_ci   "name": "GRBM_SE2_PERFCOUNTER_HI"
8801bf215546Sopenharmony_ci  },
8802bf215546Sopenharmony_ci  {
8803bf215546Sopenharmony_ci   "chips": ["gfx10"],
8804bf215546Sopenharmony_ci   "map": {"at": 213292, "to": "mm"},
8805bf215546Sopenharmony_ci   "name": "GRBM_SE3_PERFCOUNTER_LO"
8806bf215546Sopenharmony_ci  },
8807bf215546Sopenharmony_ci  {
8808bf215546Sopenharmony_ci   "chips": ["gfx10"],
8809bf215546Sopenharmony_ci   "map": {"at": 213296, "to": "mm"},
8810bf215546Sopenharmony_ci   "name": "GRBM_SE3_PERFCOUNTER_HI"
8811bf215546Sopenharmony_ci  },
8812bf215546Sopenharmony_ci  {
8813bf215546Sopenharmony_ci   "chips": ["gfx10"],
8814bf215546Sopenharmony_ci   "map": {"at": 213504, "to": "mm"},
8815bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER0_LO"
8816bf215546Sopenharmony_ci  },
8817bf215546Sopenharmony_ci  {
8818bf215546Sopenharmony_ci   "chips": ["gfx10"],
8819bf215546Sopenharmony_ci   "map": {"at": 213508, "to": "mm"},
8820bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER0_HI"
8821bf215546Sopenharmony_ci  },
8822bf215546Sopenharmony_ci  {
8823bf215546Sopenharmony_ci   "chips": ["gfx10"],
8824bf215546Sopenharmony_ci   "map": {"at": 213512, "to": "mm"},
8825bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER1_LO"
8826bf215546Sopenharmony_ci  },
8827bf215546Sopenharmony_ci  {
8828bf215546Sopenharmony_ci   "chips": ["gfx10"],
8829bf215546Sopenharmony_ci   "map": {"at": 213516, "to": "mm"},
8830bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER1_HI"
8831bf215546Sopenharmony_ci  },
8832bf215546Sopenharmony_ci  {
8833bf215546Sopenharmony_ci   "chips": ["gfx10"],
8834bf215546Sopenharmony_ci   "map": {"at": 213520, "to": "mm"},
8835bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER2_LO"
8836bf215546Sopenharmony_ci  },
8837bf215546Sopenharmony_ci  {
8838bf215546Sopenharmony_ci   "chips": ["gfx10"],
8839bf215546Sopenharmony_ci   "map": {"at": 213524, "to": "mm"},
8840bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER2_HI"
8841bf215546Sopenharmony_ci  },
8842bf215546Sopenharmony_ci  {
8843bf215546Sopenharmony_ci   "chips": ["gfx10"],
8844bf215546Sopenharmony_ci   "map": {"at": 213528, "to": "mm"},
8845bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER3_LO"
8846bf215546Sopenharmony_ci  },
8847bf215546Sopenharmony_ci  {
8848bf215546Sopenharmony_ci   "chips": ["gfx10"],
8849bf215546Sopenharmony_ci   "map": {"at": 213532, "to": "mm"},
8850bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER3_HI"
8851bf215546Sopenharmony_ci  },
8852bf215546Sopenharmony_ci  {
8853bf215546Sopenharmony_ci   "chips": ["gfx10"],
8854bf215546Sopenharmony_ci   "map": {"at": 213536, "to": "mm"},
8855bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER4_LO"
8856bf215546Sopenharmony_ci  },
8857bf215546Sopenharmony_ci  {
8858bf215546Sopenharmony_ci   "chips": ["gfx10"],
8859bf215546Sopenharmony_ci   "map": {"at": 213540, "to": "mm"},
8860bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER4_HI"
8861bf215546Sopenharmony_ci  },
8862bf215546Sopenharmony_ci  {
8863bf215546Sopenharmony_ci   "chips": ["gfx10"],
8864bf215546Sopenharmony_ci   "map": {"at": 213544, "to": "mm"},
8865bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER5_LO"
8866bf215546Sopenharmony_ci  },
8867bf215546Sopenharmony_ci  {
8868bf215546Sopenharmony_ci   "chips": ["gfx10"],
8869bf215546Sopenharmony_ci   "map": {"at": 213548, "to": "mm"},
8870bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER5_HI"
8871bf215546Sopenharmony_ci  },
8872bf215546Sopenharmony_ci  {
8873bf215546Sopenharmony_ci   "chips": ["gfx10"],
8874bf215546Sopenharmony_ci   "map": {"at": 213552, "to": "mm"},
8875bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER6_LO"
8876bf215546Sopenharmony_ci  },
8877bf215546Sopenharmony_ci  {
8878bf215546Sopenharmony_ci   "chips": ["gfx10"],
8879bf215546Sopenharmony_ci   "map": {"at": 213556, "to": "mm"},
8880bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER6_HI"
8881bf215546Sopenharmony_ci  },
8882bf215546Sopenharmony_ci  {
8883bf215546Sopenharmony_ci   "chips": ["gfx10"],
8884bf215546Sopenharmony_ci   "map": {"at": 213560, "to": "mm"},
8885bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER7_LO"
8886bf215546Sopenharmony_ci  },
8887bf215546Sopenharmony_ci  {
8888bf215546Sopenharmony_ci   "chips": ["gfx10"],
8889bf215546Sopenharmony_ci   "map": {"at": 213564, "to": "mm"},
8890bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER7_HI"
8891bf215546Sopenharmony_ci  },
8892bf215546Sopenharmony_ci  {
8893bf215546Sopenharmony_ci   "chips": ["gfx10"],
8894bf215546Sopenharmony_ci   "map": {"at": 213568, "to": "mm"},
8895bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER8_LO"
8896bf215546Sopenharmony_ci  },
8897bf215546Sopenharmony_ci  {
8898bf215546Sopenharmony_ci   "chips": ["gfx10"],
8899bf215546Sopenharmony_ci   "map": {"at": 213572, "to": "mm"},
8900bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER8_HI"
8901bf215546Sopenharmony_ci  },
8902bf215546Sopenharmony_ci  {
8903bf215546Sopenharmony_ci   "chips": ["gfx10"],
8904bf215546Sopenharmony_ci   "map": {"at": 213576, "to": "mm"},
8905bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER9_LO"
8906bf215546Sopenharmony_ci  },
8907bf215546Sopenharmony_ci  {
8908bf215546Sopenharmony_ci   "chips": ["gfx10"],
8909bf215546Sopenharmony_ci   "map": {"at": 213580, "to": "mm"},
8910bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER9_HI"
8911bf215546Sopenharmony_ci  },
8912bf215546Sopenharmony_ci  {
8913bf215546Sopenharmony_ci   "chips": ["gfx10"],
8914bf215546Sopenharmony_ci   "map": {"at": 213584, "to": "mm"},
8915bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER10_LO"
8916bf215546Sopenharmony_ci  },
8917bf215546Sopenharmony_ci  {
8918bf215546Sopenharmony_ci   "chips": ["gfx10"],
8919bf215546Sopenharmony_ci   "map": {"at": 213588, "to": "mm"},
8920bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER10_HI"
8921bf215546Sopenharmony_ci  },
8922bf215546Sopenharmony_ci  {
8923bf215546Sopenharmony_ci   "chips": ["gfx10"],
8924bf215546Sopenharmony_ci   "map": {"at": 213592, "to": "mm"},
8925bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER11_LO"
8926bf215546Sopenharmony_ci  },
8927bf215546Sopenharmony_ci  {
8928bf215546Sopenharmony_ci   "chips": ["gfx10"],
8929bf215546Sopenharmony_ci   "map": {"at": 213596, "to": "mm"},
8930bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER11_HI"
8931bf215546Sopenharmony_ci  },
8932bf215546Sopenharmony_ci  {
8933bf215546Sopenharmony_ci   "chips": ["gfx10"],
8934bf215546Sopenharmony_ci   "map": {"at": 214016, "to": "mm"},
8935bf215546Sopenharmony_ci   "name": "PA_SU_PERFCOUNTER0_LO"
8936bf215546Sopenharmony_ci  },
8937bf215546Sopenharmony_ci  {
8938bf215546Sopenharmony_ci   "chips": ["gfx10"],
8939bf215546Sopenharmony_ci   "map": {"at": 214020, "to": "mm"},
8940bf215546Sopenharmony_ci   "name": "PA_SU_PERFCOUNTER0_HI",
8941bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_HI"
8942bf215546Sopenharmony_ci  },
8943bf215546Sopenharmony_ci  {
8944bf215546Sopenharmony_ci   "chips": ["gfx10"],
8945bf215546Sopenharmony_ci   "map": {"at": 214024, "to": "mm"},
8946bf215546Sopenharmony_ci   "name": "PA_SU_PERFCOUNTER1_LO"
8947bf215546Sopenharmony_ci  },
8948bf215546Sopenharmony_ci  {
8949bf215546Sopenharmony_ci   "chips": ["gfx10"],
8950bf215546Sopenharmony_ci   "map": {"at": 214028, "to": "mm"},
8951bf215546Sopenharmony_ci   "name": "PA_SU_PERFCOUNTER1_HI",
8952bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_HI"
8953bf215546Sopenharmony_ci  },
8954bf215546Sopenharmony_ci  {
8955bf215546Sopenharmony_ci   "chips": ["gfx10"],
8956bf215546Sopenharmony_ci   "map": {"at": 214032, "to": "mm"},
8957bf215546Sopenharmony_ci   "name": "PA_SU_PERFCOUNTER2_LO"
8958bf215546Sopenharmony_ci  },
8959bf215546Sopenharmony_ci  {
8960bf215546Sopenharmony_ci   "chips": ["gfx10"],
8961bf215546Sopenharmony_ci   "map": {"at": 214036, "to": "mm"},
8962bf215546Sopenharmony_ci   "name": "PA_SU_PERFCOUNTER2_HI",
8963bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_HI"
8964bf215546Sopenharmony_ci  },
8965bf215546Sopenharmony_ci  {
8966bf215546Sopenharmony_ci   "chips": ["gfx10"],
8967bf215546Sopenharmony_ci   "map": {"at": 214040, "to": "mm"},
8968bf215546Sopenharmony_ci   "name": "PA_SU_PERFCOUNTER3_LO"
8969bf215546Sopenharmony_ci  },
8970bf215546Sopenharmony_ci  {
8971bf215546Sopenharmony_ci   "chips": ["gfx10"],
8972bf215546Sopenharmony_ci   "map": {"at": 214044, "to": "mm"},
8973bf215546Sopenharmony_ci   "name": "PA_SU_PERFCOUNTER3_HI",
8974bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_HI"
8975bf215546Sopenharmony_ci  },
8976bf215546Sopenharmony_ci  {
8977bf215546Sopenharmony_ci   "chips": ["gfx10"],
8978bf215546Sopenharmony_ci   "map": {"at": 214272, "to": "mm"},
8979bf215546Sopenharmony_ci   "name": "PA_SC_PERFCOUNTER0_LO"
8980bf215546Sopenharmony_ci  },
8981bf215546Sopenharmony_ci  {
8982bf215546Sopenharmony_ci   "chips": ["gfx10"],
8983bf215546Sopenharmony_ci   "map": {"at": 214276, "to": "mm"},
8984bf215546Sopenharmony_ci   "name": "PA_SC_PERFCOUNTER0_HI"
8985bf215546Sopenharmony_ci  },
8986bf215546Sopenharmony_ci  {
8987bf215546Sopenharmony_ci   "chips": ["gfx10"],
8988bf215546Sopenharmony_ci   "map": {"at": 214280, "to": "mm"},
8989bf215546Sopenharmony_ci   "name": "PA_SC_PERFCOUNTER1_LO"
8990bf215546Sopenharmony_ci  },
8991bf215546Sopenharmony_ci  {
8992bf215546Sopenharmony_ci   "chips": ["gfx10"],
8993bf215546Sopenharmony_ci   "map": {"at": 214284, "to": "mm"},
8994bf215546Sopenharmony_ci   "name": "PA_SC_PERFCOUNTER1_HI"
8995bf215546Sopenharmony_ci  },
8996bf215546Sopenharmony_ci  {
8997bf215546Sopenharmony_ci   "chips": ["gfx10"],
8998bf215546Sopenharmony_ci   "map": {"at": 214288, "to": "mm"},
8999bf215546Sopenharmony_ci   "name": "PA_SC_PERFCOUNTER2_LO"
9000bf215546Sopenharmony_ci  },
9001bf215546Sopenharmony_ci  {
9002bf215546Sopenharmony_ci   "chips": ["gfx10"],
9003bf215546Sopenharmony_ci   "map": {"at": 214292, "to": "mm"},
9004bf215546Sopenharmony_ci   "name": "PA_SC_PERFCOUNTER2_HI"
9005bf215546Sopenharmony_ci  },
9006bf215546Sopenharmony_ci  {
9007bf215546Sopenharmony_ci   "chips": ["gfx10"],
9008bf215546Sopenharmony_ci   "map": {"at": 214296, "to": "mm"},
9009bf215546Sopenharmony_ci   "name": "PA_SC_PERFCOUNTER3_LO"
9010bf215546Sopenharmony_ci  },
9011bf215546Sopenharmony_ci  {
9012bf215546Sopenharmony_ci   "chips": ["gfx10"],
9013bf215546Sopenharmony_ci   "map": {"at": 214300, "to": "mm"},
9014bf215546Sopenharmony_ci   "name": "PA_SC_PERFCOUNTER3_HI"
9015bf215546Sopenharmony_ci  },
9016bf215546Sopenharmony_ci  {
9017bf215546Sopenharmony_ci   "chips": ["gfx10"],
9018bf215546Sopenharmony_ci   "map": {"at": 214304, "to": "mm"},
9019bf215546Sopenharmony_ci   "name": "PA_SC_PERFCOUNTER4_LO"
9020bf215546Sopenharmony_ci  },
9021bf215546Sopenharmony_ci  {
9022bf215546Sopenharmony_ci   "chips": ["gfx10"],
9023bf215546Sopenharmony_ci   "map": {"at": 214308, "to": "mm"},
9024bf215546Sopenharmony_ci   "name": "PA_SC_PERFCOUNTER4_HI"
9025bf215546Sopenharmony_ci  },
9026bf215546Sopenharmony_ci  {
9027bf215546Sopenharmony_ci   "chips": ["gfx10"],
9028bf215546Sopenharmony_ci   "map": {"at": 214312, "to": "mm"},
9029bf215546Sopenharmony_ci   "name": "PA_SC_PERFCOUNTER5_LO"
9030bf215546Sopenharmony_ci  },
9031bf215546Sopenharmony_ci  {
9032bf215546Sopenharmony_ci   "chips": ["gfx10"],
9033bf215546Sopenharmony_ci   "map": {"at": 214316, "to": "mm"},
9034bf215546Sopenharmony_ci   "name": "PA_SC_PERFCOUNTER5_HI"
9035bf215546Sopenharmony_ci  },
9036bf215546Sopenharmony_ci  {
9037bf215546Sopenharmony_ci   "chips": ["gfx10"],
9038bf215546Sopenharmony_ci   "map": {"at": 214320, "to": "mm"},
9039bf215546Sopenharmony_ci   "name": "PA_SC_PERFCOUNTER6_LO"
9040bf215546Sopenharmony_ci  },
9041bf215546Sopenharmony_ci  {
9042bf215546Sopenharmony_ci   "chips": ["gfx10"],
9043bf215546Sopenharmony_ci   "map": {"at": 214324, "to": "mm"},
9044bf215546Sopenharmony_ci   "name": "PA_SC_PERFCOUNTER6_HI"
9045bf215546Sopenharmony_ci  },
9046bf215546Sopenharmony_ci  {
9047bf215546Sopenharmony_ci   "chips": ["gfx10"],
9048bf215546Sopenharmony_ci   "map": {"at": 214328, "to": "mm"},
9049bf215546Sopenharmony_ci   "name": "PA_SC_PERFCOUNTER7_LO"
9050bf215546Sopenharmony_ci  },
9051bf215546Sopenharmony_ci  {
9052bf215546Sopenharmony_ci   "chips": ["gfx10"],
9053bf215546Sopenharmony_ci   "map": {"at": 214332, "to": "mm"},
9054bf215546Sopenharmony_ci   "name": "PA_SC_PERFCOUNTER7_HI"
9055bf215546Sopenharmony_ci  },
9056bf215546Sopenharmony_ci  {
9057bf215546Sopenharmony_ci   "chips": ["gfx10"],
9058bf215546Sopenharmony_ci   "map": {"at": 214528, "to": "mm"},
9059bf215546Sopenharmony_ci   "name": "SPI_PERFCOUNTER0_HI"
9060bf215546Sopenharmony_ci  },
9061bf215546Sopenharmony_ci  {
9062bf215546Sopenharmony_ci   "chips": ["gfx10"],
9063bf215546Sopenharmony_ci   "map": {"at": 214532, "to": "mm"},
9064bf215546Sopenharmony_ci   "name": "SPI_PERFCOUNTER0_LO"
9065bf215546Sopenharmony_ci  },
9066bf215546Sopenharmony_ci  {
9067bf215546Sopenharmony_ci   "chips": ["gfx10"],
9068bf215546Sopenharmony_ci   "map": {"at": 214536, "to": "mm"},
9069bf215546Sopenharmony_ci   "name": "SPI_PERFCOUNTER1_HI"
9070bf215546Sopenharmony_ci  },
9071bf215546Sopenharmony_ci  {
9072bf215546Sopenharmony_ci   "chips": ["gfx10"],
9073bf215546Sopenharmony_ci   "map": {"at": 214540, "to": "mm"},
9074bf215546Sopenharmony_ci   "name": "SPI_PERFCOUNTER1_LO"
9075bf215546Sopenharmony_ci  },
9076bf215546Sopenharmony_ci  {
9077bf215546Sopenharmony_ci   "chips": ["gfx10"],
9078bf215546Sopenharmony_ci   "map": {"at": 214544, "to": "mm"},
9079bf215546Sopenharmony_ci   "name": "SPI_PERFCOUNTER2_HI"
9080bf215546Sopenharmony_ci  },
9081bf215546Sopenharmony_ci  {
9082bf215546Sopenharmony_ci   "chips": ["gfx10"],
9083bf215546Sopenharmony_ci   "map": {"at": 214548, "to": "mm"},
9084bf215546Sopenharmony_ci   "name": "SPI_PERFCOUNTER2_LO"
9085bf215546Sopenharmony_ci  },
9086bf215546Sopenharmony_ci  {
9087bf215546Sopenharmony_ci   "chips": ["gfx10"],
9088bf215546Sopenharmony_ci   "map": {"at": 214552, "to": "mm"},
9089bf215546Sopenharmony_ci   "name": "SPI_PERFCOUNTER3_HI"
9090bf215546Sopenharmony_ci  },
9091bf215546Sopenharmony_ci  {
9092bf215546Sopenharmony_ci   "chips": ["gfx10"],
9093bf215546Sopenharmony_ci   "map": {"at": 214556, "to": "mm"},
9094bf215546Sopenharmony_ci   "name": "SPI_PERFCOUNTER3_LO"
9095bf215546Sopenharmony_ci  },
9096bf215546Sopenharmony_ci  {
9097bf215546Sopenharmony_ci   "chips": ["gfx10"],
9098bf215546Sopenharmony_ci   "map": {"at": 214560, "to": "mm"},
9099bf215546Sopenharmony_ci   "name": "SPI_PERFCOUNTER4_HI"
9100bf215546Sopenharmony_ci  },
9101bf215546Sopenharmony_ci  {
9102bf215546Sopenharmony_ci   "chips": ["gfx10"],
9103bf215546Sopenharmony_ci   "map": {"at": 214564, "to": "mm"},
9104bf215546Sopenharmony_ci   "name": "SPI_PERFCOUNTER4_LO"
9105bf215546Sopenharmony_ci  },
9106bf215546Sopenharmony_ci  {
9107bf215546Sopenharmony_ci   "chips": ["gfx10"],
9108bf215546Sopenharmony_ci   "map": {"at": 214568, "to": "mm"},
9109bf215546Sopenharmony_ci   "name": "SPI_PERFCOUNTER5_HI"
9110bf215546Sopenharmony_ci  },
9111bf215546Sopenharmony_ci  {
9112bf215546Sopenharmony_ci   "chips": ["gfx10"],
9113bf215546Sopenharmony_ci   "map": {"at": 214572, "to": "mm"},
9114bf215546Sopenharmony_ci   "name": "SPI_PERFCOUNTER5_LO"
9115bf215546Sopenharmony_ci  },
9116bf215546Sopenharmony_ci  {
9117bf215546Sopenharmony_ci   "chips": ["gfx10"],
9118bf215546Sopenharmony_ci   "map": {"at": 214784, "to": "mm"},
9119bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER0_LO"
9120bf215546Sopenharmony_ci  },
9121bf215546Sopenharmony_ci  {
9122bf215546Sopenharmony_ci   "chips": ["gfx10"],
9123bf215546Sopenharmony_ci   "map": {"at": 214788, "to": "mm"},
9124bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER0_HI"
9125bf215546Sopenharmony_ci  },
9126bf215546Sopenharmony_ci  {
9127bf215546Sopenharmony_ci   "chips": ["gfx10"],
9128bf215546Sopenharmony_ci   "map": {"at": 214792, "to": "mm"},
9129bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER1_LO"
9130bf215546Sopenharmony_ci  },
9131bf215546Sopenharmony_ci  {
9132bf215546Sopenharmony_ci   "chips": ["gfx10"],
9133bf215546Sopenharmony_ci   "map": {"at": 214796, "to": "mm"},
9134bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER1_HI"
9135bf215546Sopenharmony_ci  },
9136bf215546Sopenharmony_ci  {
9137bf215546Sopenharmony_ci   "chips": ["gfx10"],
9138bf215546Sopenharmony_ci   "map": {"at": 214800, "to": "mm"},
9139bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER2_LO"
9140bf215546Sopenharmony_ci  },
9141bf215546Sopenharmony_ci  {
9142bf215546Sopenharmony_ci   "chips": ["gfx10"],
9143bf215546Sopenharmony_ci   "map": {"at": 214804, "to": "mm"},
9144bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER2_HI"
9145bf215546Sopenharmony_ci  },
9146bf215546Sopenharmony_ci  {
9147bf215546Sopenharmony_ci   "chips": ["gfx10"],
9148bf215546Sopenharmony_ci   "map": {"at": 214808, "to": "mm"},
9149bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER3_LO"
9150bf215546Sopenharmony_ci  },
9151bf215546Sopenharmony_ci  {
9152bf215546Sopenharmony_ci   "chips": ["gfx10"],
9153bf215546Sopenharmony_ci   "map": {"at": 214812, "to": "mm"},
9154bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER3_HI"
9155bf215546Sopenharmony_ci  },
9156bf215546Sopenharmony_ci  {
9157bf215546Sopenharmony_ci   "chips": ["gfx10"],
9158bf215546Sopenharmony_ci   "map": {"at": 214816, "to": "mm"},
9159bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER4_LO"
9160bf215546Sopenharmony_ci  },
9161bf215546Sopenharmony_ci  {
9162bf215546Sopenharmony_ci   "chips": ["gfx10"],
9163bf215546Sopenharmony_ci   "map": {"at": 214820, "to": "mm"},
9164bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER4_HI"
9165bf215546Sopenharmony_ci  },
9166bf215546Sopenharmony_ci  {
9167bf215546Sopenharmony_ci   "chips": ["gfx10"],
9168bf215546Sopenharmony_ci   "map": {"at": 214824, "to": "mm"},
9169bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER5_LO"
9170bf215546Sopenharmony_ci  },
9171bf215546Sopenharmony_ci  {
9172bf215546Sopenharmony_ci   "chips": ["gfx10"],
9173bf215546Sopenharmony_ci   "map": {"at": 214828, "to": "mm"},
9174bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER5_HI"
9175bf215546Sopenharmony_ci  },
9176bf215546Sopenharmony_ci  {
9177bf215546Sopenharmony_ci   "chips": ["gfx10"],
9178bf215546Sopenharmony_ci   "map": {"at": 214832, "to": "mm"},
9179bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER6_LO"
9180bf215546Sopenharmony_ci  },
9181bf215546Sopenharmony_ci  {
9182bf215546Sopenharmony_ci   "chips": ["gfx10"],
9183bf215546Sopenharmony_ci   "map": {"at": 214836, "to": "mm"},
9184bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER6_HI"
9185bf215546Sopenharmony_ci  },
9186bf215546Sopenharmony_ci  {
9187bf215546Sopenharmony_ci   "chips": ["gfx10"],
9188bf215546Sopenharmony_ci   "map": {"at": 214840, "to": "mm"},
9189bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER7_LO"
9190bf215546Sopenharmony_ci  },
9191bf215546Sopenharmony_ci  {
9192bf215546Sopenharmony_ci   "chips": ["gfx10"],
9193bf215546Sopenharmony_ci   "map": {"at": 214844, "to": "mm"},
9194bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER7_HI"
9195bf215546Sopenharmony_ci  },
9196bf215546Sopenharmony_ci  {
9197bf215546Sopenharmony_ci   "chips": ["gfx10"],
9198bf215546Sopenharmony_ci   "map": {"at": 214848, "to": "mm"},
9199bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER8_LO"
9200bf215546Sopenharmony_ci  },
9201bf215546Sopenharmony_ci  {
9202bf215546Sopenharmony_ci   "chips": ["gfx10"],
9203bf215546Sopenharmony_ci   "map": {"at": 214852, "to": "mm"},
9204bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER8_HI"
9205bf215546Sopenharmony_ci  },
9206bf215546Sopenharmony_ci  {
9207bf215546Sopenharmony_ci   "chips": ["gfx10"],
9208bf215546Sopenharmony_ci   "map": {"at": 214856, "to": "mm"},
9209bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER9_LO"
9210bf215546Sopenharmony_ci  },
9211bf215546Sopenharmony_ci  {
9212bf215546Sopenharmony_ci   "chips": ["gfx10"],
9213bf215546Sopenharmony_ci   "map": {"at": 214860, "to": "mm"},
9214bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER9_HI"
9215bf215546Sopenharmony_ci  },
9216bf215546Sopenharmony_ci  {
9217bf215546Sopenharmony_ci   "chips": ["gfx10"],
9218bf215546Sopenharmony_ci   "map": {"at": 214864, "to": "mm"},
9219bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER10_LO"
9220bf215546Sopenharmony_ci  },
9221bf215546Sopenharmony_ci  {
9222bf215546Sopenharmony_ci   "chips": ["gfx10"],
9223bf215546Sopenharmony_ci   "map": {"at": 214868, "to": "mm"},
9224bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER10_HI"
9225bf215546Sopenharmony_ci  },
9226bf215546Sopenharmony_ci  {
9227bf215546Sopenharmony_ci   "chips": ["gfx10"],
9228bf215546Sopenharmony_ci   "map": {"at": 214872, "to": "mm"},
9229bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER11_LO"
9230bf215546Sopenharmony_ci  },
9231bf215546Sopenharmony_ci  {
9232bf215546Sopenharmony_ci   "chips": ["gfx10"],
9233bf215546Sopenharmony_ci   "map": {"at": 214876, "to": "mm"},
9234bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER11_HI"
9235bf215546Sopenharmony_ci  },
9236bf215546Sopenharmony_ci  {
9237bf215546Sopenharmony_ci   "chips": ["gfx10"],
9238bf215546Sopenharmony_ci   "map": {"at": 214880, "to": "mm"},
9239bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER12_LO"
9240bf215546Sopenharmony_ci  },
9241bf215546Sopenharmony_ci  {
9242bf215546Sopenharmony_ci   "chips": ["gfx10"],
9243bf215546Sopenharmony_ci   "map": {"at": 214884, "to": "mm"},
9244bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER12_HI"
9245bf215546Sopenharmony_ci  },
9246bf215546Sopenharmony_ci  {
9247bf215546Sopenharmony_ci   "chips": ["gfx10"],
9248bf215546Sopenharmony_ci   "map": {"at": 214888, "to": "mm"},
9249bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER13_LO"
9250bf215546Sopenharmony_ci  },
9251bf215546Sopenharmony_ci  {
9252bf215546Sopenharmony_ci   "chips": ["gfx10"],
9253bf215546Sopenharmony_ci   "map": {"at": 214892, "to": "mm"},
9254bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER13_HI"
9255bf215546Sopenharmony_ci  },
9256bf215546Sopenharmony_ci  {
9257bf215546Sopenharmony_ci   "chips": ["gfx10"],
9258bf215546Sopenharmony_ci   "map": {"at": 214896, "to": "mm"},
9259bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER14_LO"
9260bf215546Sopenharmony_ci  },
9261bf215546Sopenharmony_ci  {
9262bf215546Sopenharmony_ci   "chips": ["gfx10"],
9263bf215546Sopenharmony_ci   "map": {"at": 214900, "to": "mm"},
9264bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER14_HI"
9265bf215546Sopenharmony_ci  },
9266bf215546Sopenharmony_ci  {
9267bf215546Sopenharmony_ci   "chips": ["gfx10"],
9268bf215546Sopenharmony_ci   "map": {"at": 214904, "to": "mm"},
9269bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER15_LO"
9270bf215546Sopenharmony_ci  },
9271bf215546Sopenharmony_ci  {
9272bf215546Sopenharmony_ci   "chips": ["gfx10"],
9273bf215546Sopenharmony_ci   "map": {"at": 214908, "to": "mm"},
9274bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER15_HI"
9275bf215546Sopenharmony_ci  },
9276bf215546Sopenharmony_ci  {
9277bf215546Sopenharmony_ci   "chips": ["gfx10"],
9278bf215546Sopenharmony_ci   "map": {"at": 215296, "to": "mm"},
9279bf215546Sopenharmony_ci   "name": "SX_PERFCOUNTER0_LO"
9280bf215546Sopenharmony_ci  },
9281bf215546Sopenharmony_ci  {
9282bf215546Sopenharmony_ci   "chips": ["gfx10"],
9283bf215546Sopenharmony_ci   "map": {"at": 215300, "to": "mm"},
9284bf215546Sopenharmony_ci   "name": "SX_PERFCOUNTER0_HI"
9285bf215546Sopenharmony_ci  },
9286bf215546Sopenharmony_ci  {
9287bf215546Sopenharmony_ci   "chips": ["gfx10"],
9288bf215546Sopenharmony_ci   "map": {"at": 215304, "to": "mm"},
9289bf215546Sopenharmony_ci   "name": "SX_PERFCOUNTER1_LO"
9290bf215546Sopenharmony_ci  },
9291bf215546Sopenharmony_ci  {
9292bf215546Sopenharmony_ci   "chips": ["gfx10"],
9293bf215546Sopenharmony_ci   "map": {"at": 215308, "to": "mm"},
9294bf215546Sopenharmony_ci   "name": "SX_PERFCOUNTER1_HI"
9295bf215546Sopenharmony_ci  },
9296bf215546Sopenharmony_ci  {
9297bf215546Sopenharmony_ci   "chips": ["gfx10"],
9298bf215546Sopenharmony_ci   "map": {"at": 215312, "to": "mm"},
9299bf215546Sopenharmony_ci   "name": "SX_PERFCOUNTER2_LO"
9300bf215546Sopenharmony_ci  },
9301bf215546Sopenharmony_ci  {
9302bf215546Sopenharmony_ci   "chips": ["gfx10"],
9303bf215546Sopenharmony_ci   "map": {"at": 215316, "to": "mm"},
9304bf215546Sopenharmony_ci   "name": "SX_PERFCOUNTER2_HI"
9305bf215546Sopenharmony_ci  },
9306bf215546Sopenharmony_ci  {
9307bf215546Sopenharmony_ci   "chips": ["gfx10"],
9308bf215546Sopenharmony_ci   "map": {"at": 215320, "to": "mm"},
9309bf215546Sopenharmony_ci   "name": "SX_PERFCOUNTER3_LO"
9310bf215546Sopenharmony_ci  },
9311bf215546Sopenharmony_ci  {
9312bf215546Sopenharmony_ci   "chips": ["gfx10"],
9313bf215546Sopenharmony_ci   "map": {"at": 215324, "to": "mm"},
9314bf215546Sopenharmony_ci   "name": "SX_PERFCOUNTER3_HI"
9315bf215546Sopenharmony_ci  },
9316bf215546Sopenharmony_ci  {
9317bf215546Sopenharmony_ci   "chips": ["gfx10"],
9318bf215546Sopenharmony_ci   "map": {"at": 215424, "to": "mm"},
9319bf215546Sopenharmony_ci   "name": "GCEA_PERFCOUNTER2_LO"
9320bf215546Sopenharmony_ci  },
9321bf215546Sopenharmony_ci  {
9322bf215546Sopenharmony_ci   "chips": ["gfx10"],
9323bf215546Sopenharmony_ci   "map": {"at": 215428, "to": "mm"},
9324bf215546Sopenharmony_ci   "name": "GCEA_PERFCOUNTER2_HI"
9325bf215546Sopenharmony_ci  },
9326bf215546Sopenharmony_ci  {
9327bf215546Sopenharmony_ci   "chips": ["gfx10"],
9328bf215546Sopenharmony_ci   "map": {"at": 215552, "to": "mm"},
9329bf215546Sopenharmony_ci   "name": "GDS_PERFCOUNTER0_LO"
9330bf215546Sopenharmony_ci  },
9331bf215546Sopenharmony_ci  {
9332bf215546Sopenharmony_ci   "chips": ["gfx10"],
9333bf215546Sopenharmony_ci   "map": {"at": 215556, "to": "mm"},
9334bf215546Sopenharmony_ci   "name": "GDS_PERFCOUNTER0_HI"
9335bf215546Sopenharmony_ci  },
9336bf215546Sopenharmony_ci  {
9337bf215546Sopenharmony_ci   "chips": ["gfx10"],
9338bf215546Sopenharmony_ci   "map": {"at": 215560, "to": "mm"},
9339bf215546Sopenharmony_ci   "name": "GDS_PERFCOUNTER1_LO"
9340bf215546Sopenharmony_ci  },
9341bf215546Sopenharmony_ci  {
9342bf215546Sopenharmony_ci   "chips": ["gfx10"],
9343bf215546Sopenharmony_ci   "map": {"at": 215564, "to": "mm"},
9344bf215546Sopenharmony_ci   "name": "GDS_PERFCOUNTER1_HI"
9345bf215546Sopenharmony_ci  },
9346bf215546Sopenharmony_ci  {
9347bf215546Sopenharmony_ci   "chips": ["gfx10"],
9348bf215546Sopenharmony_ci   "map": {"at": 215568, "to": "mm"},
9349bf215546Sopenharmony_ci   "name": "GDS_PERFCOUNTER2_LO"
9350bf215546Sopenharmony_ci  },
9351bf215546Sopenharmony_ci  {
9352bf215546Sopenharmony_ci   "chips": ["gfx10"],
9353bf215546Sopenharmony_ci   "map": {"at": 215572, "to": "mm"},
9354bf215546Sopenharmony_ci   "name": "GDS_PERFCOUNTER2_HI"
9355bf215546Sopenharmony_ci  },
9356bf215546Sopenharmony_ci  {
9357bf215546Sopenharmony_ci   "chips": ["gfx10"],
9358bf215546Sopenharmony_ci   "map": {"at": 215576, "to": "mm"},
9359bf215546Sopenharmony_ci   "name": "GDS_PERFCOUNTER3_LO"
9360bf215546Sopenharmony_ci  },
9361bf215546Sopenharmony_ci  {
9362bf215546Sopenharmony_ci   "chips": ["gfx10"],
9363bf215546Sopenharmony_ci   "map": {"at": 215580, "to": "mm"},
9364bf215546Sopenharmony_ci   "name": "GDS_PERFCOUNTER3_HI"
9365bf215546Sopenharmony_ci  },
9366bf215546Sopenharmony_ci  {
9367bf215546Sopenharmony_ci   "chips": ["gfx10"],
9368bf215546Sopenharmony_ci   "map": {"at": 215808, "to": "mm"},
9369bf215546Sopenharmony_ci   "name": "TA_PERFCOUNTER0_LO"
9370bf215546Sopenharmony_ci  },
9371bf215546Sopenharmony_ci  {
9372bf215546Sopenharmony_ci   "chips": ["gfx10"],
9373bf215546Sopenharmony_ci   "map": {"at": 215812, "to": "mm"},
9374bf215546Sopenharmony_ci   "name": "TA_PERFCOUNTER0_HI"
9375bf215546Sopenharmony_ci  },
9376bf215546Sopenharmony_ci  {
9377bf215546Sopenharmony_ci   "chips": ["gfx10"],
9378bf215546Sopenharmony_ci   "map": {"at": 215816, "to": "mm"},
9379bf215546Sopenharmony_ci   "name": "TA_PERFCOUNTER1_LO"
9380bf215546Sopenharmony_ci  },
9381bf215546Sopenharmony_ci  {
9382bf215546Sopenharmony_ci   "chips": ["gfx10"],
9383bf215546Sopenharmony_ci   "map": {"at": 215820, "to": "mm"},
9384bf215546Sopenharmony_ci   "name": "TA_PERFCOUNTER1_HI"
9385bf215546Sopenharmony_ci  },
9386bf215546Sopenharmony_ci  {
9387bf215546Sopenharmony_ci   "chips": ["gfx10"],
9388bf215546Sopenharmony_ci   "map": {"at": 216064, "to": "mm"},
9389bf215546Sopenharmony_ci   "name": "TD_PERFCOUNTER0_LO"
9390bf215546Sopenharmony_ci  },
9391bf215546Sopenharmony_ci  {
9392bf215546Sopenharmony_ci   "chips": ["gfx10"],
9393bf215546Sopenharmony_ci   "map": {"at": 216068, "to": "mm"},
9394bf215546Sopenharmony_ci   "name": "TD_PERFCOUNTER0_HI"
9395bf215546Sopenharmony_ci  },
9396bf215546Sopenharmony_ci  {
9397bf215546Sopenharmony_ci   "chips": ["gfx10"],
9398bf215546Sopenharmony_ci   "map": {"at": 216072, "to": "mm"},
9399bf215546Sopenharmony_ci   "name": "TD_PERFCOUNTER1_LO"
9400bf215546Sopenharmony_ci  },
9401bf215546Sopenharmony_ci  {
9402bf215546Sopenharmony_ci   "chips": ["gfx10"],
9403bf215546Sopenharmony_ci   "map": {"at": 216076, "to": "mm"},
9404bf215546Sopenharmony_ci   "name": "TD_PERFCOUNTER1_HI"
9405bf215546Sopenharmony_ci  },
9406bf215546Sopenharmony_ci  {
9407bf215546Sopenharmony_ci   "chips": ["gfx10"],
9408bf215546Sopenharmony_ci   "map": {"at": 216320, "to": "mm"},
9409bf215546Sopenharmony_ci   "name": "TCP_PERFCOUNTER0_LO"
9410bf215546Sopenharmony_ci  },
9411bf215546Sopenharmony_ci  {
9412bf215546Sopenharmony_ci   "chips": ["gfx10"],
9413bf215546Sopenharmony_ci   "map": {"at": 216324, "to": "mm"},
9414bf215546Sopenharmony_ci   "name": "TCP_PERFCOUNTER0_HI"
9415bf215546Sopenharmony_ci  },
9416bf215546Sopenharmony_ci  {
9417bf215546Sopenharmony_ci   "chips": ["gfx10"],
9418bf215546Sopenharmony_ci   "map": {"at": 216328, "to": "mm"},
9419bf215546Sopenharmony_ci   "name": "TCP_PERFCOUNTER1_LO"
9420bf215546Sopenharmony_ci  },
9421bf215546Sopenharmony_ci  {
9422bf215546Sopenharmony_ci   "chips": ["gfx10"],
9423bf215546Sopenharmony_ci   "map": {"at": 216332, "to": "mm"},
9424bf215546Sopenharmony_ci   "name": "TCP_PERFCOUNTER1_HI"
9425bf215546Sopenharmony_ci  },
9426bf215546Sopenharmony_ci  {
9427bf215546Sopenharmony_ci   "chips": ["gfx10"],
9428bf215546Sopenharmony_ci   "map": {"at": 216336, "to": "mm"},
9429bf215546Sopenharmony_ci   "name": "TCP_PERFCOUNTER2_LO"
9430bf215546Sopenharmony_ci  },
9431bf215546Sopenharmony_ci  {
9432bf215546Sopenharmony_ci   "chips": ["gfx10"],
9433bf215546Sopenharmony_ci   "map": {"at": 216340, "to": "mm"},
9434bf215546Sopenharmony_ci   "name": "TCP_PERFCOUNTER2_HI"
9435bf215546Sopenharmony_ci  },
9436bf215546Sopenharmony_ci  {
9437bf215546Sopenharmony_ci   "chips": ["gfx10"],
9438bf215546Sopenharmony_ci   "map": {"at": 216344, "to": "mm"},
9439bf215546Sopenharmony_ci   "name": "TCP_PERFCOUNTER3_LO"
9440bf215546Sopenharmony_ci  },
9441bf215546Sopenharmony_ci  {
9442bf215546Sopenharmony_ci   "chips": ["gfx10"],
9443bf215546Sopenharmony_ci   "map": {"at": 216348, "to": "mm"},
9444bf215546Sopenharmony_ci   "name": "TCP_PERFCOUNTER3_HI"
9445bf215546Sopenharmony_ci  },
9446bf215546Sopenharmony_ci  {
9447bf215546Sopenharmony_ci   "chips": ["gfx10"],
9448bf215546Sopenharmony_ci   "map": {"at": 216576, "to": "mm"},
9449bf215546Sopenharmony_ci   "name": "GL2C_PERFCOUNTER0_LO"
9450bf215546Sopenharmony_ci  },
9451bf215546Sopenharmony_ci  {
9452bf215546Sopenharmony_ci   "chips": ["gfx10"],
9453bf215546Sopenharmony_ci   "map": {"at": 216580, "to": "mm"},
9454bf215546Sopenharmony_ci   "name": "GL2C_PERFCOUNTER0_HI"
9455bf215546Sopenharmony_ci  },
9456bf215546Sopenharmony_ci  {
9457bf215546Sopenharmony_ci   "chips": ["gfx10"],
9458bf215546Sopenharmony_ci   "map": {"at": 216584, "to": "mm"},
9459bf215546Sopenharmony_ci   "name": "GL2C_PERFCOUNTER1_LO"
9460bf215546Sopenharmony_ci  },
9461bf215546Sopenharmony_ci  {
9462bf215546Sopenharmony_ci   "chips": ["gfx10"],
9463bf215546Sopenharmony_ci   "map": {"at": 216588, "to": "mm"},
9464bf215546Sopenharmony_ci   "name": "GL2C_PERFCOUNTER1_HI"
9465bf215546Sopenharmony_ci  },
9466bf215546Sopenharmony_ci  {
9467bf215546Sopenharmony_ci   "chips": ["gfx10"],
9468bf215546Sopenharmony_ci   "map": {"at": 216592, "to": "mm"},
9469bf215546Sopenharmony_ci   "name": "GL2C_PERFCOUNTER2_LO"
9470bf215546Sopenharmony_ci  },
9471bf215546Sopenharmony_ci  {
9472bf215546Sopenharmony_ci   "chips": ["gfx10"],
9473bf215546Sopenharmony_ci   "map": {"at": 216596, "to": "mm"},
9474bf215546Sopenharmony_ci   "name": "GL2C_PERFCOUNTER2_HI"
9475bf215546Sopenharmony_ci  },
9476bf215546Sopenharmony_ci  {
9477bf215546Sopenharmony_ci   "chips": ["gfx10"],
9478bf215546Sopenharmony_ci   "map": {"at": 216600, "to": "mm"},
9479bf215546Sopenharmony_ci   "name": "GL2C_PERFCOUNTER3_LO"
9480bf215546Sopenharmony_ci  },
9481bf215546Sopenharmony_ci  {
9482bf215546Sopenharmony_ci   "chips": ["gfx10"],
9483bf215546Sopenharmony_ci   "map": {"at": 216604, "to": "mm"},
9484bf215546Sopenharmony_ci   "name": "GL2C_PERFCOUNTER3_HI"
9485bf215546Sopenharmony_ci  },
9486bf215546Sopenharmony_ci  {
9487bf215546Sopenharmony_ci   "chips": ["gfx10"],
9488bf215546Sopenharmony_ci   "map": {"at": 216640, "to": "mm"},
9489bf215546Sopenharmony_ci   "name": "GL2A_PERFCOUNTER0_LO"
9490bf215546Sopenharmony_ci  },
9491bf215546Sopenharmony_ci  {
9492bf215546Sopenharmony_ci   "chips": ["gfx10"],
9493bf215546Sopenharmony_ci   "map": {"at": 216644, "to": "mm"},
9494bf215546Sopenharmony_ci   "name": "GL2A_PERFCOUNTER0_HI"
9495bf215546Sopenharmony_ci  },
9496bf215546Sopenharmony_ci  {
9497bf215546Sopenharmony_ci   "chips": ["gfx10"],
9498bf215546Sopenharmony_ci   "map": {"at": 216648, "to": "mm"},
9499bf215546Sopenharmony_ci   "name": "GL2A_PERFCOUNTER1_LO"
9500bf215546Sopenharmony_ci  },
9501bf215546Sopenharmony_ci  {
9502bf215546Sopenharmony_ci   "chips": ["gfx10"],
9503bf215546Sopenharmony_ci   "map": {"at": 216652, "to": "mm"},
9504bf215546Sopenharmony_ci   "name": "GL2A_PERFCOUNTER1_HI"
9505bf215546Sopenharmony_ci  },
9506bf215546Sopenharmony_ci  {
9507bf215546Sopenharmony_ci   "chips": ["gfx10"],
9508bf215546Sopenharmony_ci   "map": {"at": 216656, "to": "mm"},
9509bf215546Sopenharmony_ci   "name": "GL2A_PERFCOUNTER2_LO"
9510bf215546Sopenharmony_ci  },
9511bf215546Sopenharmony_ci  {
9512bf215546Sopenharmony_ci   "chips": ["gfx10"],
9513bf215546Sopenharmony_ci   "map": {"at": 216660, "to": "mm"},
9514bf215546Sopenharmony_ci   "name": "GL2A_PERFCOUNTER2_HI"
9515bf215546Sopenharmony_ci  },
9516bf215546Sopenharmony_ci  {
9517bf215546Sopenharmony_ci   "chips": ["gfx10"],
9518bf215546Sopenharmony_ci   "map": {"at": 216664, "to": "mm"},
9519bf215546Sopenharmony_ci   "name": "GL2A_PERFCOUNTER3_LO"
9520bf215546Sopenharmony_ci  },
9521bf215546Sopenharmony_ci  {
9522bf215546Sopenharmony_ci   "chips": ["gfx10"],
9523bf215546Sopenharmony_ci   "map": {"at": 216668, "to": "mm"},
9524bf215546Sopenharmony_ci   "name": "GL2A_PERFCOUNTER3_HI"
9525bf215546Sopenharmony_ci  },
9526bf215546Sopenharmony_ci  {
9527bf215546Sopenharmony_ci   "chips": ["gfx10"],
9528bf215546Sopenharmony_ci   "map": {"at": 216704, "to": "mm"},
9529bf215546Sopenharmony_ci   "name": "GL1C_PERFCOUNTER0_LO"
9530bf215546Sopenharmony_ci  },
9531bf215546Sopenharmony_ci  {
9532bf215546Sopenharmony_ci   "chips": ["gfx10"],
9533bf215546Sopenharmony_ci   "map": {"at": 216708, "to": "mm"},
9534bf215546Sopenharmony_ci   "name": "GL1C_PERFCOUNTER0_HI"
9535bf215546Sopenharmony_ci  },
9536bf215546Sopenharmony_ci  {
9537bf215546Sopenharmony_ci   "chips": ["gfx10"],
9538bf215546Sopenharmony_ci   "map": {"at": 216712, "to": "mm"},
9539bf215546Sopenharmony_ci   "name": "GL1C_PERFCOUNTER1_LO"
9540bf215546Sopenharmony_ci  },
9541bf215546Sopenharmony_ci  {
9542bf215546Sopenharmony_ci   "chips": ["gfx10"],
9543bf215546Sopenharmony_ci   "map": {"at": 216716, "to": "mm"},
9544bf215546Sopenharmony_ci   "name": "GL1C_PERFCOUNTER1_HI"
9545bf215546Sopenharmony_ci  },
9546bf215546Sopenharmony_ci  {
9547bf215546Sopenharmony_ci   "chips": ["gfx10"],
9548bf215546Sopenharmony_ci   "map": {"at": 216720, "to": "mm"},
9549bf215546Sopenharmony_ci   "name": "GL1C_PERFCOUNTER2_LO"
9550bf215546Sopenharmony_ci  },
9551bf215546Sopenharmony_ci  {
9552bf215546Sopenharmony_ci   "chips": ["gfx10"],
9553bf215546Sopenharmony_ci   "map": {"at": 216724, "to": "mm"},
9554bf215546Sopenharmony_ci   "name": "GL1C_PERFCOUNTER2_HI"
9555bf215546Sopenharmony_ci  },
9556bf215546Sopenharmony_ci  {
9557bf215546Sopenharmony_ci   "chips": ["gfx10"],
9558bf215546Sopenharmony_ci   "map": {"at": 216728, "to": "mm"},
9559bf215546Sopenharmony_ci   "name": "GL1C_PERFCOUNTER3_LO"
9560bf215546Sopenharmony_ci  },
9561bf215546Sopenharmony_ci  {
9562bf215546Sopenharmony_ci   "chips": ["gfx10"],
9563bf215546Sopenharmony_ci   "map": {"at": 216732, "to": "mm"},
9564bf215546Sopenharmony_ci   "name": "GL1C_PERFCOUNTER3_HI"
9565bf215546Sopenharmony_ci  },
9566bf215546Sopenharmony_ci  {
9567bf215546Sopenharmony_ci   "chips": ["gfx10"],
9568bf215546Sopenharmony_ci   "map": {"at": 216832, "to": "mm"},
9569bf215546Sopenharmony_ci   "name": "CHC_PERFCOUNTER0_LO"
9570bf215546Sopenharmony_ci  },
9571bf215546Sopenharmony_ci  {
9572bf215546Sopenharmony_ci   "chips": ["gfx10"],
9573bf215546Sopenharmony_ci   "map": {"at": 216836, "to": "mm"},
9574bf215546Sopenharmony_ci   "name": "CHC_PERFCOUNTER0_HI"
9575bf215546Sopenharmony_ci  },
9576bf215546Sopenharmony_ci  {
9577bf215546Sopenharmony_ci   "chips": ["gfx10"],
9578bf215546Sopenharmony_ci   "map": {"at": 216840, "to": "mm"},
9579bf215546Sopenharmony_ci   "name": "CHC_PERFCOUNTER1_LO"
9580bf215546Sopenharmony_ci  },
9581bf215546Sopenharmony_ci  {
9582bf215546Sopenharmony_ci   "chips": ["gfx10"],
9583bf215546Sopenharmony_ci   "map": {"at": 216844, "to": "mm"},
9584bf215546Sopenharmony_ci   "name": "CHC_PERFCOUNTER1_HI"
9585bf215546Sopenharmony_ci  },
9586bf215546Sopenharmony_ci  {
9587bf215546Sopenharmony_ci   "chips": ["gfx10"],
9588bf215546Sopenharmony_ci   "map": {"at": 216848, "to": "mm"},
9589bf215546Sopenharmony_ci   "name": "CHC_PERFCOUNTER2_LO"
9590bf215546Sopenharmony_ci  },
9591bf215546Sopenharmony_ci  {
9592bf215546Sopenharmony_ci   "chips": ["gfx10"],
9593bf215546Sopenharmony_ci   "map": {"at": 216852, "to": "mm"},
9594bf215546Sopenharmony_ci   "name": "CHC_PERFCOUNTER2_HI"
9595bf215546Sopenharmony_ci  },
9596bf215546Sopenharmony_ci  {
9597bf215546Sopenharmony_ci   "chips": ["gfx10"],
9598bf215546Sopenharmony_ci   "map": {"at": 216856, "to": "mm"},
9599bf215546Sopenharmony_ci   "name": "CHC_PERFCOUNTER3_LO"
9600bf215546Sopenharmony_ci  },
9601bf215546Sopenharmony_ci  {
9602bf215546Sopenharmony_ci   "chips": ["gfx10"],
9603bf215546Sopenharmony_ci   "map": {"at": 216860, "to": "mm"},
9604bf215546Sopenharmony_ci   "name": "CHC_PERFCOUNTER3_HI"
9605bf215546Sopenharmony_ci  },
9606bf215546Sopenharmony_ci  {
9607bf215546Sopenharmony_ci   "chips": ["gfx10"],
9608bf215546Sopenharmony_ci   "map": {"at": 216864, "to": "mm"},
9609bf215546Sopenharmony_ci   "name": "CHCG_PERFCOUNTER0_LO"
9610bf215546Sopenharmony_ci  },
9611bf215546Sopenharmony_ci  {
9612bf215546Sopenharmony_ci   "chips": ["gfx10"],
9613bf215546Sopenharmony_ci   "map": {"at": 216868, "to": "mm"},
9614bf215546Sopenharmony_ci   "name": "CHCG_PERFCOUNTER0_HI"
9615bf215546Sopenharmony_ci  },
9616bf215546Sopenharmony_ci  {
9617bf215546Sopenharmony_ci   "chips": ["gfx10"],
9618bf215546Sopenharmony_ci   "map": {"at": 216872, "to": "mm"},
9619bf215546Sopenharmony_ci   "name": "CHCG_PERFCOUNTER1_LO"
9620bf215546Sopenharmony_ci  },
9621bf215546Sopenharmony_ci  {
9622bf215546Sopenharmony_ci   "chips": ["gfx10"],
9623bf215546Sopenharmony_ci   "map": {"at": 216876, "to": "mm"},
9624bf215546Sopenharmony_ci   "name": "CHCG_PERFCOUNTER1_HI"
9625bf215546Sopenharmony_ci  },
9626bf215546Sopenharmony_ci  {
9627bf215546Sopenharmony_ci   "chips": ["gfx10"],
9628bf215546Sopenharmony_ci   "map": {"at": 216880, "to": "mm"},
9629bf215546Sopenharmony_ci   "name": "CHCG_PERFCOUNTER2_LO"
9630bf215546Sopenharmony_ci  },
9631bf215546Sopenharmony_ci  {
9632bf215546Sopenharmony_ci   "chips": ["gfx10"],
9633bf215546Sopenharmony_ci   "map": {"at": 216884, "to": "mm"},
9634bf215546Sopenharmony_ci   "name": "CHCG_PERFCOUNTER2_HI"
9635bf215546Sopenharmony_ci  },
9636bf215546Sopenharmony_ci  {
9637bf215546Sopenharmony_ci   "chips": ["gfx10"],
9638bf215546Sopenharmony_ci   "map": {"at": 216888, "to": "mm"},
9639bf215546Sopenharmony_ci   "name": "CHCG_PERFCOUNTER3_LO"
9640bf215546Sopenharmony_ci  },
9641bf215546Sopenharmony_ci  {
9642bf215546Sopenharmony_ci   "chips": ["gfx10"],
9643bf215546Sopenharmony_ci   "map": {"at": 216892, "to": "mm"},
9644bf215546Sopenharmony_ci   "name": "CHCG_PERFCOUNTER3_HI"
9645bf215546Sopenharmony_ci  },
9646bf215546Sopenharmony_ci  {
9647bf215546Sopenharmony_ci   "chips": ["gfx10"],
9648bf215546Sopenharmony_ci   "map": {"at": 217112, "to": "mm"},
9649bf215546Sopenharmony_ci   "name": "CB_PERFCOUNTER0_LO"
9650bf215546Sopenharmony_ci  },
9651bf215546Sopenharmony_ci  {
9652bf215546Sopenharmony_ci   "chips": ["gfx10"],
9653bf215546Sopenharmony_ci   "map": {"at": 217116, "to": "mm"},
9654bf215546Sopenharmony_ci   "name": "CB_PERFCOUNTER0_HI"
9655bf215546Sopenharmony_ci  },
9656bf215546Sopenharmony_ci  {
9657bf215546Sopenharmony_ci   "chips": ["gfx10"],
9658bf215546Sopenharmony_ci   "map": {"at": 217120, "to": "mm"},
9659bf215546Sopenharmony_ci   "name": "CB_PERFCOUNTER1_LO"
9660bf215546Sopenharmony_ci  },
9661bf215546Sopenharmony_ci  {
9662bf215546Sopenharmony_ci   "chips": ["gfx10"],
9663bf215546Sopenharmony_ci   "map": {"at": 217124, "to": "mm"},
9664bf215546Sopenharmony_ci   "name": "CB_PERFCOUNTER1_HI"
9665bf215546Sopenharmony_ci  },
9666bf215546Sopenharmony_ci  {
9667bf215546Sopenharmony_ci   "chips": ["gfx10"],
9668bf215546Sopenharmony_ci   "map": {"at": 217128, "to": "mm"},
9669bf215546Sopenharmony_ci   "name": "CB_PERFCOUNTER2_LO"
9670bf215546Sopenharmony_ci  },
9671bf215546Sopenharmony_ci  {
9672bf215546Sopenharmony_ci   "chips": ["gfx10"],
9673bf215546Sopenharmony_ci   "map": {"at": 217132, "to": "mm"},
9674bf215546Sopenharmony_ci   "name": "CB_PERFCOUNTER2_HI"
9675bf215546Sopenharmony_ci  },
9676bf215546Sopenharmony_ci  {
9677bf215546Sopenharmony_ci   "chips": ["gfx10"],
9678bf215546Sopenharmony_ci   "map": {"at": 217136, "to": "mm"},
9679bf215546Sopenharmony_ci   "name": "CB_PERFCOUNTER3_LO"
9680bf215546Sopenharmony_ci  },
9681bf215546Sopenharmony_ci  {
9682bf215546Sopenharmony_ci   "chips": ["gfx10"],
9683bf215546Sopenharmony_ci   "map": {"at": 217140, "to": "mm"},
9684bf215546Sopenharmony_ci   "name": "CB_PERFCOUNTER3_HI"
9685bf215546Sopenharmony_ci  },
9686bf215546Sopenharmony_ci  {
9687bf215546Sopenharmony_ci   "chips": ["gfx10"],
9688bf215546Sopenharmony_ci   "map": {"at": 217344, "to": "mm"},
9689bf215546Sopenharmony_ci   "name": "DB_PERFCOUNTER0_LO"
9690bf215546Sopenharmony_ci  },
9691bf215546Sopenharmony_ci  {
9692bf215546Sopenharmony_ci   "chips": ["gfx10"],
9693bf215546Sopenharmony_ci   "map": {"at": 217348, "to": "mm"},
9694bf215546Sopenharmony_ci   "name": "DB_PERFCOUNTER0_HI"
9695bf215546Sopenharmony_ci  },
9696bf215546Sopenharmony_ci  {
9697bf215546Sopenharmony_ci   "chips": ["gfx10"],
9698bf215546Sopenharmony_ci   "map": {"at": 217352, "to": "mm"},
9699bf215546Sopenharmony_ci   "name": "DB_PERFCOUNTER1_LO"
9700bf215546Sopenharmony_ci  },
9701bf215546Sopenharmony_ci  {
9702bf215546Sopenharmony_ci   "chips": ["gfx10"],
9703bf215546Sopenharmony_ci   "map": {"at": 217356, "to": "mm"},
9704bf215546Sopenharmony_ci   "name": "DB_PERFCOUNTER1_HI"
9705bf215546Sopenharmony_ci  },
9706bf215546Sopenharmony_ci  {
9707bf215546Sopenharmony_ci   "chips": ["gfx10"],
9708bf215546Sopenharmony_ci   "map": {"at": 217360, "to": "mm"},
9709bf215546Sopenharmony_ci   "name": "DB_PERFCOUNTER2_LO"
9710bf215546Sopenharmony_ci  },
9711bf215546Sopenharmony_ci  {
9712bf215546Sopenharmony_ci   "chips": ["gfx10"],
9713bf215546Sopenharmony_ci   "map": {"at": 217364, "to": "mm"},
9714bf215546Sopenharmony_ci   "name": "DB_PERFCOUNTER2_HI"
9715bf215546Sopenharmony_ci  },
9716bf215546Sopenharmony_ci  {
9717bf215546Sopenharmony_ci   "chips": ["gfx10"],
9718bf215546Sopenharmony_ci   "map": {"at": 217368, "to": "mm"},
9719bf215546Sopenharmony_ci   "name": "DB_PERFCOUNTER3_LO"
9720bf215546Sopenharmony_ci  },
9721bf215546Sopenharmony_ci  {
9722bf215546Sopenharmony_ci   "chips": ["gfx10"],
9723bf215546Sopenharmony_ci   "map": {"at": 217372, "to": "mm"},
9724bf215546Sopenharmony_ci   "name": "DB_PERFCOUNTER3_HI"
9725bf215546Sopenharmony_ci  },
9726bf215546Sopenharmony_ci  {
9727bf215546Sopenharmony_ci   "chips": ["gfx10"],
9728bf215546Sopenharmony_ci   "map": {"at": 217600, "to": "mm"},
9729bf215546Sopenharmony_ci   "name": "RLC_PERFCOUNTER0_LO"
9730bf215546Sopenharmony_ci  },
9731bf215546Sopenharmony_ci  {
9732bf215546Sopenharmony_ci   "chips": ["gfx10"],
9733bf215546Sopenharmony_ci   "map": {"at": 217604, "to": "mm"},
9734bf215546Sopenharmony_ci   "name": "RLC_PERFCOUNTER0_HI"
9735bf215546Sopenharmony_ci  },
9736bf215546Sopenharmony_ci  {
9737bf215546Sopenharmony_ci   "chips": ["gfx10"],
9738bf215546Sopenharmony_ci   "map": {"at": 217608, "to": "mm"},
9739bf215546Sopenharmony_ci   "name": "RLC_PERFCOUNTER1_LO"
9740bf215546Sopenharmony_ci  },
9741bf215546Sopenharmony_ci  {
9742bf215546Sopenharmony_ci   "chips": ["gfx10"],
9743bf215546Sopenharmony_ci   "map": {"at": 217612, "to": "mm"},
9744bf215546Sopenharmony_ci   "name": "RLC_PERFCOUNTER1_HI"
9745bf215546Sopenharmony_ci  },
9746bf215546Sopenharmony_ci  {
9747bf215546Sopenharmony_ci   "chips": ["gfx10"],
9748bf215546Sopenharmony_ci   "map": {"at": 217856, "to": "mm"},
9749bf215546Sopenharmony_ci   "name": "RMI_PERFCOUNTER0_LO"
9750bf215546Sopenharmony_ci  },
9751bf215546Sopenharmony_ci  {
9752bf215546Sopenharmony_ci   "chips": ["gfx10"],
9753bf215546Sopenharmony_ci   "map": {"at": 217860, "to": "mm"},
9754bf215546Sopenharmony_ci   "name": "RMI_PERFCOUNTER0_HI"
9755bf215546Sopenharmony_ci  },
9756bf215546Sopenharmony_ci  {
9757bf215546Sopenharmony_ci   "chips": ["gfx10"],
9758bf215546Sopenharmony_ci   "map": {"at": 217864, "to": "mm"},
9759bf215546Sopenharmony_ci   "name": "RMI_PERFCOUNTER1_LO"
9760bf215546Sopenharmony_ci  },
9761bf215546Sopenharmony_ci  {
9762bf215546Sopenharmony_ci   "chips": ["gfx10"],
9763bf215546Sopenharmony_ci   "map": {"at": 217868, "to": "mm"},
9764bf215546Sopenharmony_ci   "name": "RMI_PERFCOUNTER1_HI"
9765bf215546Sopenharmony_ci  },
9766bf215546Sopenharmony_ci  {
9767bf215546Sopenharmony_ci   "chips": ["gfx10"],
9768bf215546Sopenharmony_ci   "map": {"at": 217872, "to": "mm"},
9769bf215546Sopenharmony_ci   "name": "RMI_PERFCOUNTER2_LO"
9770bf215546Sopenharmony_ci  },
9771bf215546Sopenharmony_ci  {
9772bf215546Sopenharmony_ci   "chips": ["gfx10"],
9773bf215546Sopenharmony_ci   "map": {"at": 217876, "to": "mm"},
9774bf215546Sopenharmony_ci   "name": "RMI_PERFCOUNTER2_HI"
9775bf215546Sopenharmony_ci  },
9776bf215546Sopenharmony_ci  {
9777bf215546Sopenharmony_ci   "chips": ["gfx10"],
9778bf215546Sopenharmony_ci   "map": {"at": 217880, "to": "mm"},
9779bf215546Sopenharmony_ci   "name": "RMI_PERFCOUNTER3_LO"
9780bf215546Sopenharmony_ci  },
9781bf215546Sopenharmony_ci  {
9782bf215546Sopenharmony_ci   "chips": ["gfx10"],
9783bf215546Sopenharmony_ci   "map": {"at": 217884, "to": "mm"},
9784bf215546Sopenharmony_ci   "name": "RMI_PERFCOUNTER3_HI"
9785bf215546Sopenharmony_ci  },
9786bf215546Sopenharmony_ci  {
9787bf215546Sopenharmony_ci   "chips": ["gfx10"],
9788bf215546Sopenharmony_ci   "map": {"at": 217984, "to": "mm"},
9789bf215546Sopenharmony_ci   "name": "GC_ATC_L2_PERFCOUNTER_LO"
9790bf215546Sopenharmony_ci  },
9791bf215546Sopenharmony_ci  {
9792bf215546Sopenharmony_ci   "chips": ["gfx10"],
9793bf215546Sopenharmony_ci   "map": {"at": 217988, "to": "mm"},
9794bf215546Sopenharmony_ci   "name": "GC_ATC_L2_PERFCOUNTER_HI",
9795bf215546Sopenharmony_ci   "type_ref": "GC_ATC_L2_PERFCOUNTER_HI"
9796bf215546Sopenharmony_ci  },
9797bf215546Sopenharmony_ci  {
9798bf215546Sopenharmony_ci   "chips": ["gfx10"],
9799bf215546Sopenharmony_ci   "map": {"at": 218016, "to": "mm"},
9800bf215546Sopenharmony_ci   "name": "GCMC_VM_L2_PERFCOUNTER_LO"
9801bf215546Sopenharmony_ci  },
9802bf215546Sopenharmony_ci  {
9803bf215546Sopenharmony_ci   "chips": ["gfx10"],
9804bf215546Sopenharmony_ci   "map": {"at": 218020, "to": "mm"},
9805bf215546Sopenharmony_ci   "name": "GCMC_VM_L2_PERFCOUNTER_HI",
9806bf215546Sopenharmony_ci   "type_ref": "GC_ATC_L2_PERFCOUNTER_HI"
9807bf215546Sopenharmony_ci  },
9808bf215546Sopenharmony_ci  {
9809bf215546Sopenharmony_ci   "chips": ["gfx10"],
9810bf215546Sopenharmony_ci   "map": {"at": 218080, "to": "mm"},
9811bf215546Sopenharmony_ci   "name": "GCVML2_PERFCOUNTER2_0_LO"
9812bf215546Sopenharmony_ci  },
9813bf215546Sopenharmony_ci  {
9814bf215546Sopenharmony_ci   "chips": ["gfx10"],
9815bf215546Sopenharmony_ci   "map": {"at": 218084, "to": "mm"},
9816bf215546Sopenharmony_ci   "name": "GCVML2_PERFCOUNTER2_1_LO"
9817bf215546Sopenharmony_ci  },
9818bf215546Sopenharmony_ci  {
9819bf215546Sopenharmony_ci   "chips": ["gfx10"],
9820bf215546Sopenharmony_ci   "map": {"at": 218088, "to": "mm"},
9821bf215546Sopenharmony_ci   "name": "GCVML2_PERFCOUNTER2_0_HI"
9822bf215546Sopenharmony_ci  },
9823bf215546Sopenharmony_ci  {
9824bf215546Sopenharmony_ci   "chips": ["gfx10"],
9825bf215546Sopenharmony_ci   "map": {"at": 218092, "to": "mm"},
9826bf215546Sopenharmony_ci   "name": "GCVML2_PERFCOUNTER2_1_HI"
9827bf215546Sopenharmony_ci  },
9828bf215546Sopenharmony_ci  {
9829bf215546Sopenharmony_ci   "chips": ["gfx10"],
9830bf215546Sopenharmony_ci   "map": {"at": 218096, "to": "mm"},
9831bf215546Sopenharmony_ci   "name": "GC_ATC_L2_PERFCOUNTER2_LO"
9832bf215546Sopenharmony_ci  },
9833bf215546Sopenharmony_ci  {
9834bf215546Sopenharmony_ci   "chips": ["gfx10"],
9835bf215546Sopenharmony_ci   "map": {"at": 218100, "to": "mm"},
9836bf215546Sopenharmony_ci   "name": "GC_ATC_L2_PERFCOUNTER2_HI"
9837bf215546Sopenharmony_ci  },
9838bf215546Sopenharmony_ci  {
9839bf215546Sopenharmony_ci   "chips": ["gfx10"],
9840bf215546Sopenharmony_ci   "map": {"at": 218224, "to": "mm"},
9841bf215546Sopenharmony_ci   "name": "UTCL1_PERFCOUNTER0_LO"
9842bf215546Sopenharmony_ci  },
9843bf215546Sopenharmony_ci  {
9844bf215546Sopenharmony_ci   "chips": ["gfx10"],
9845bf215546Sopenharmony_ci   "map": {"at": 218228, "to": "mm"},
9846bf215546Sopenharmony_ci   "name": "UTCL1_PERFCOUNTER0_HI"
9847bf215546Sopenharmony_ci  },
9848bf215546Sopenharmony_ci  {
9849bf215546Sopenharmony_ci   "chips": ["gfx10"],
9850bf215546Sopenharmony_ci   "map": {"at": 218232, "to": "mm"},
9851bf215546Sopenharmony_ci   "name": "UTCL1_PERFCOUNTER1_LO"
9852bf215546Sopenharmony_ci  },
9853bf215546Sopenharmony_ci  {
9854bf215546Sopenharmony_ci   "chips": ["gfx10"],
9855bf215546Sopenharmony_ci   "map": {"at": 218236, "to": "mm"},
9856bf215546Sopenharmony_ci   "name": "UTCL1_PERFCOUNTER1_HI"
9857bf215546Sopenharmony_ci  },
9858bf215546Sopenharmony_ci  {
9859bf215546Sopenharmony_ci   "chips": ["gfx10"],
9860bf215546Sopenharmony_ci   "map": {"at": 218240, "to": "mm"},
9861bf215546Sopenharmony_ci   "name": "GCR_PERFCOUNTER0_LO"
9862bf215546Sopenharmony_ci  },
9863bf215546Sopenharmony_ci  {
9864bf215546Sopenharmony_ci   "chips": ["gfx10"],
9865bf215546Sopenharmony_ci   "map": {"at": 218244, "to": "mm"},
9866bf215546Sopenharmony_ci   "name": "GCR_PERFCOUNTER0_HI"
9867bf215546Sopenharmony_ci  },
9868bf215546Sopenharmony_ci  {
9869bf215546Sopenharmony_ci   "chips": ["gfx10"],
9870bf215546Sopenharmony_ci   "map": {"at": 218248, "to": "mm"},
9871bf215546Sopenharmony_ci   "name": "GCR_PERFCOUNTER1_LO"
9872bf215546Sopenharmony_ci  },
9873bf215546Sopenharmony_ci  {
9874bf215546Sopenharmony_ci   "chips": ["gfx10"],
9875bf215546Sopenharmony_ci   "map": {"at": 218252, "to": "mm"},
9876bf215546Sopenharmony_ci   "name": "GCR_PERFCOUNTER1_HI"
9877bf215546Sopenharmony_ci  },
9878bf215546Sopenharmony_ci  {
9879bf215546Sopenharmony_ci   "chips": ["gfx10"],
9880bf215546Sopenharmony_ci   "map": {"at": 218624, "to": "mm"},
9881bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER0_LO"
9882bf215546Sopenharmony_ci  },
9883bf215546Sopenharmony_ci  {
9884bf215546Sopenharmony_ci   "chips": ["gfx10"],
9885bf215546Sopenharmony_ci   "map": {"at": 218628, "to": "mm"},
9886bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER0_HI"
9887bf215546Sopenharmony_ci  },
9888bf215546Sopenharmony_ci  {
9889bf215546Sopenharmony_ci   "chips": ["gfx10"],
9890bf215546Sopenharmony_ci   "map": {"at": 218632, "to": "mm"},
9891bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER1_LO"
9892bf215546Sopenharmony_ci  },
9893bf215546Sopenharmony_ci  {
9894bf215546Sopenharmony_ci   "chips": ["gfx10"],
9895bf215546Sopenharmony_ci   "map": {"at": 218636, "to": "mm"},
9896bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER1_HI"
9897bf215546Sopenharmony_ci  },
9898bf215546Sopenharmony_ci  {
9899bf215546Sopenharmony_ci   "chips": ["gfx10"],
9900bf215546Sopenharmony_ci   "map": {"at": 218640, "to": "mm"},
9901bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER2_LO"
9902bf215546Sopenharmony_ci  },
9903bf215546Sopenharmony_ci  {
9904bf215546Sopenharmony_ci   "chips": ["gfx10"],
9905bf215546Sopenharmony_ci   "map": {"at": 218644, "to": "mm"},
9906bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER2_HI"
9907bf215546Sopenharmony_ci  },
9908bf215546Sopenharmony_ci  {
9909bf215546Sopenharmony_ci   "chips": ["gfx10"],
9910bf215546Sopenharmony_ci   "map": {"at": 218648, "to": "mm"},
9911bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER3_LO"
9912bf215546Sopenharmony_ci  },
9913bf215546Sopenharmony_ci  {
9914bf215546Sopenharmony_ci   "chips": ["gfx10"],
9915bf215546Sopenharmony_ci   "map": {"at": 218652, "to": "mm"},
9916bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER3_HI"
9917bf215546Sopenharmony_ci  },
9918bf215546Sopenharmony_ci  {
9919bf215546Sopenharmony_ci   "chips": ["gfx10"],
9920bf215546Sopenharmony_ci   "map": {"at": 218656, "to": "mm"},
9921bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER4_LO"
9922bf215546Sopenharmony_ci  },
9923bf215546Sopenharmony_ci  {
9924bf215546Sopenharmony_ci   "chips": ["gfx10"],
9925bf215546Sopenharmony_ci   "map": {"at": 218660, "to": "mm"},
9926bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER4_HI"
9927bf215546Sopenharmony_ci  },
9928bf215546Sopenharmony_ci  {
9929bf215546Sopenharmony_ci   "chips": ["gfx10"],
9930bf215546Sopenharmony_ci   "map": {"at": 218664, "to": "mm"},
9931bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER5_LO"
9932bf215546Sopenharmony_ci  },
9933bf215546Sopenharmony_ci  {
9934bf215546Sopenharmony_ci   "chips": ["gfx10"],
9935bf215546Sopenharmony_ci   "map": {"at": 218668, "to": "mm"},
9936bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER5_HI"
9937bf215546Sopenharmony_ci  },
9938bf215546Sopenharmony_ci  {
9939bf215546Sopenharmony_ci   "chips": ["gfx10"],
9940bf215546Sopenharmony_ci   "map": {"at": 218672, "to": "mm"},
9941bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER6_LO"
9942bf215546Sopenharmony_ci  },
9943bf215546Sopenharmony_ci  {
9944bf215546Sopenharmony_ci   "chips": ["gfx10"],
9945bf215546Sopenharmony_ci   "map": {"at": 218676, "to": "mm"},
9946bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER6_HI"
9947bf215546Sopenharmony_ci  },
9948bf215546Sopenharmony_ci  {
9949bf215546Sopenharmony_ci   "chips": ["gfx10"],
9950bf215546Sopenharmony_ci   "map": {"at": 218680, "to": "mm"},
9951bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER7_LO"
9952bf215546Sopenharmony_ci  },
9953bf215546Sopenharmony_ci  {
9954bf215546Sopenharmony_ci   "chips": ["gfx10"],
9955bf215546Sopenharmony_ci   "map": {"at": 218684, "to": "mm"},
9956bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER7_HI"
9957bf215546Sopenharmony_ci  },
9958bf215546Sopenharmony_ci  {
9959bf215546Sopenharmony_ci   "chips": ["gfx10"],
9960bf215546Sopenharmony_ci   "map": {"at": 218880, "to": "mm"},
9961bf215546Sopenharmony_ci   "name": "GL1A_PERFCOUNTER0_LO"
9962bf215546Sopenharmony_ci  },
9963bf215546Sopenharmony_ci  {
9964bf215546Sopenharmony_ci   "chips": ["gfx10"],
9965bf215546Sopenharmony_ci   "map": {"at": 218884, "to": "mm"},
9966bf215546Sopenharmony_ci   "name": "GL1A_PERFCOUNTER0_HI"
9967bf215546Sopenharmony_ci  },
9968bf215546Sopenharmony_ci  {
9969bf215546Sopenharmony_ci   "chips": ["gfx10"],
9970bf215546Sopenharmony_ci   "map": {"at": 218888, "to": "mm"},
9971bf215546Sopenharmony_ci   "name": "GL1A_PERFCOUNTER1_LO"
9972bf215546Sopenharmony_ci  },
9973bf215546Sopenharmony_ci  {
9974bf215546Sopenharmony_ci   "chips": ["gfx10"],
9975bf215546Sopenharmony_ci   "map": {"at": 218892, "to": "mm"},
9976bf215546Sopenharmony_ci   "name": "GL1A_PERFCOUNTER1_HI"
9977bf215546Sopenharmony_ci  },
9978bf215546Sopenharmony_ci  {
9979bf215546Sopenharmony_ci   "chips": ["gfx10"],
9980bf215546Sopenharmony_ci   "map": {"at": 218896, "to": "mm"},
9981bf215546Sopenharmony_ci   "name": "GL1A_PERFCOUNTER2_LO"
9982bf215546Sopenharmony_ci  },
9983bf215546Sopenharmony_ci  {
9984bf215546Sopenharmony_ci   "chips": ["gfx10"],
9985bf215546Sopenharmony_ci   "map": {"at": 218900, "to": "mm"},
9986bf215546Sopenharmony_ci   "name": "GL1A_PERFCOUNTER2_HI"
9987bf215546Sopenharmony_ci  },
9988bf215546Sopenharmony_ci  {
9989bf215546Sopenharmony_ci   "chips": ["gfx10"],
9990bf215546Sopenharmony_ci   "map": {"at": 218904, "to": "mm"},
9991bf215546Sopenharmony_ci   "name": "GL1A_PERFCOUNTER3_LO"
9992bf215546Sopenharmony_ci  },
9993bf215546Sopenharmony_ci  {
9994bf215546Sopenharmony_ci   "chips": ["gfx10"],
9995bf215546Sopenharmony_ci   "map": {"at": 218908, "to": "mm"},
9996bf215546Sopenharmony_ci   "name": "GL1A_PERFCOUNTER3_HI"
9997bf215546Sopenharmony_ci  },
9998bf215546Sopenharmony_ci  {
9999bf215546Sopenharmony_ci   "chips": ["gfx10"],
10000bf215546Sopenharmony_ci   "map": {"at": 219136, "to": "mm"},
10001bf215546Sopenharmony_ci   "name": "CHA_PERFCOUNTER0_LO"
10002bf215546Sopenharmony_ci  },
10003bf215546Sopenharmony_ci  {
10004bf215546Sopenharmony_ci   "chips": ["gfx10"],
10005bf215546Sopenharmony_ci   "map": {"at": 219140, "to": "mm"},
10006bf215546Sopenharmony_ci   "name": "CHA_PERFCOUNTER0_HI"
10007bf215546Sopenharmony_ci  },
10008bf215546Sopenharmony_ci  {
10009bf215546Sopenharmony_ci   "chips": ["gfx10"],
10010bf215546Sopenharmony_ci   "map": {"at": 219144, "to": "mm"},
10011bf215546Sopenharmony_ci   "name": "CHA_PERFCOUNTER1_LO"
10012bf215546Sopenharmony_ci  },
10013bf215546Sopenharmony_ci  {
10014bf215546Sopenharmony_ci   "chips": ["gfx10"],
10015bf215546Sopenharmony_ci   "map": {"at": 219148, "to": "mm"},
10016bf215546Sopenharmony_ci   "name": "CHA_PERFCOUNTER1_HI"
10017bf215546Sopenharmony_ci  },
10018bf215546Sopenharmony_ci  {
10019bf215546Sopenharmony_ci   "chips": ["gfx10"],
10020bf215546Sopenharmony_ci   "map": {"at": 219152, "to": "mm"},
10021bf215546Sopenharmony_ci   "name": "CHA_PERFCOUNTER2_LO"
10022bf215546Sopenharmony_ci  },
10023bf215546Sopenharmony_ci  {
10024bf215546Sopenharmony_ci   "chips": ["gfx10"],
10025bf215546Sopenharmony_ci   "map": {"at": 219156, "to": "mm"},
10026bf215546Sopenharmony_ci   "name": "CHA_PERFCOUNTER2_HI"
10027bf215546Sopenharmony_ci  },
10028bf215546Sopenharmony_ci  {
10029bf215546Sopenharmony_ci   "chips": ["gfx10"],
10030bf215546Sopenharmony_ci   "map": {"at": 219160, "to": "mm"},
10031bf215546Sopenharmony_ci   "name": "CHA_PERFCOUNTER3_LO"
10032bf215546Sopenharmony_ci  },
10033bf215546Sopenharmony_ci  {
10034bf215546Sopenharmony_ci   "chips": ["gfx10"],
10035bf215546Sopenharmony_ci   "map": {"at": 219164, "to": "mm"},
10036bf215546Sopenharmony_ci   "name": "CHA_PERFCOUNTER3_HI"
10037bf215546Sopenharmony_ci  },
10038bf215546Sopenharmony_ci  {
10039bf215546Sopenharmony_ci   "chips": ["gfx10"],
10040bf215546Sopenharmony_ci   "map": {"at": 219392, "to": "mm"},
10041bf215546Sopenharmony_ci   "name": "GUS_PERFCOUNTER2_LO"
10042bf215546Sopenharmony_ci  },
10043bf215546Sopenharmony_ci  {
10044bf215546Sopenharmony_ci   "chips": ["gfx10"],
10045bf215546Sopenharmony_ci   "map": {"at": 219396, "to": "mm"},
10046bf215546Sopenharmony_ci   "name": "GUS_PERFCOUNTER2_HI"
10047bf215546Sopenharmony_ci  },
10048bf215546Sopenharmony_ci  {
10049bf215546Sopenharmony_ci   "chips": ["gfx10"],
10050bf215546Sopenharmony_ci   "map": {"at": 221184, "to": "mm"},
10051bf215546Sopenharmony_ci   "name": "CPG_PERFCOUNTER1_SELECT",
10052bf215546Sopenharmony_ci   "type_ref": "CPG_PERFCOUNTER1_SELECT"
10053bf215546Sopenharmony_ci  },
10054bf215546Sopenharmony_ci  {
10055bf215546Sopenharmony_ci   "chips": ["gfx10"],
10056bf215546Sopenharmony_ci   "map": {"at": 221188, "to": "mm"},
10057bf215546Sopenharmony_ci   "name": "CPG_PERFCOUNTER0_SELECT1",
10058bf215546Sopenharmony_ci   "type_ref": "CPG_PERFCOUNTER0_SELECT1"
10059bf215546Sopenharmony_ci  },
10060bf215546Sopenharmony_ci  {
10061bf215546Sopenharmony_ci   "chips": ["gfx10"],
10062bf215546Sopenharmony_ci   "map": {"at": 221192, "to": "mm"},
10063bf215546Sopenharmony_ci   "name": "CPG_PERFCOUNTER0_SELECT",
10064bf215546Sopenharmony_ci   "type_ref": "CPG_PERFCOUNTER1_SELECT"
10065bf215546Sopenharmony_ci  },
10066bf215546Sopenharmony_ci  {
10067bf215546Sopenharmony_ci   "chips": ["gfx10"],
10068bf215546Sopenharmony_ci   "map": {"at": 221196, "to": "mm"},
10069bf215546Sopenharmony_ci   "name": "CPC_PERFCOUNTER1_SELECT",
10070bf215546Sopenharmony_ci   "type_ref": "CPG_PERFCOUNTER1_SELECT"
10071bf215546Sopenharmony_ci  },
10072bf215546Sopenharmony_ci  {
10073bf215546Sopenharmony_ci   "chips": ["gfx10"],
10074bf215546Sopenharmony_ci   "map": {"at": 221200, "to": "mm"},
10075bf215546Sopenharmony_ci   "name": "CPC_PERFCOUNTER0_SELECT1",
10076bf215546Sopenharmony_ci   "type_ref": "CPG_PERFCOUNTER0_SELECT1"
10077bf215546Sopenharmony_ci  },
10078bf215546Sopenharmony_ci  {
10079bf215546Sopenharmony_ci   "chips": ["gfx10"],
10080bf215546Sopenharmony_ci   "map": {"at": 221204, "to": "mm"},
10081bf215546Sopenharmony_ci   "name": "CPF_PERFCOUNTER1_SELECT",
10082bf215546Sopenharmony_ci   "type_ref": "CPG_PERFCOUNTER1_SELECT"
10083bf215546Sopenharmony_ci  },
10084bf215546Sopenharmony_ci  {
10085bf215546Sopenharmony_ci   "chips": ["gfx10"],
10086bf215546Sopenharmony_ci   "map": {"at": 221208, "to": "mm"},
10087bf215546Sopenharmony_ci   "name": "CPF_PERFCOUNTER0_SELECT1",
10088bf215546Sopenharmony_ci   "type_ref": "CPG_PERFCOUNTER0_SELECT1"
10089bf215546Sopenharmony_ci  },
10090bf215546Sopenharmony_ci  {
10091bf215546Sopenharmony_ci   "chips": ["gfx10"],
10092bf215546Sopenharmony_ci   "map": {"at": 221212, "to": "mm"},
10093bf215546Sopenharmony_ci   "name": "CPF_PERFCOUNTER0_SELECT",
10094bf215546Sopenharmony_ci   "type_ref": "CPG_PERFCOUNTER1_SELECT"
10095bf215546Sopenharmony_ci  },
10096bf215546Sopenharmony_ci  {
10097bf215546Sopenharmony_ci   "chips": ["gfx10"],
10098bf215546Sopenharmony_ci   "map": {"at": 221216, "to": "mm"},
10099bf215546Sopenharmony_ci   "name": "CP_PERFMON_CNTL",
10100bf215546Sopenharmony_ci   "type_ref": "CP_PERFMON_CNTL"
10101bf215546Sopenharmony_ci  },
10102bf215546Sopenharmony_ci  {
10103bf215546Sopenharmony_ci   "chips": ["gfx10"],
10104bf215546Sopenharmony_ci   "map": {"at": 221220, "to": "mm"},
10105bf215546Sopenharmony_ci   "name": "CPC_PERFCOUNTER0_SELECT",
10106bf215546Sopenharmony_ci   "type_ref": "CPG_PERFCOUNTER1_SELECT"
10107bf215546Sopenharmony_ci  },
10108bf215546Sopenharmony_ci  {
10109bf215546Sopenharmony_ci   "chips": ["gfx10"],
10110bf215546Sopenharmony_ci   "map": {"at": 221224, "to": "mm"},
10111bf215546Sopenharmony_ci   "name": "CPF_TC_PERF_COUNTER_WINDOW_SELECT",
10112bf215546Sopenharmony_ci   "type_ref": "CPF_TC_PERF_COUNTER_WINDOW_SELECT"
10113bf215546Sopenharmony_ci  },
10114bf215546Sopenharmony_ci  {
10115bf215546Sopenharmony_ci   "chips": ["gfx10"],
10116bf215546Sopenharmony_ci   "map": {"at": 221228, "to": "mm"},
10117bf215546Sopenharmony_ci   "name": "CPG_TC_PERF_COUNTER_WINDOW_SELECT",
10118bf215546Sopenharmony_ci   "type_ref": "CPG_TC_PERF_COUNTER_WINDOW_SELECT"
10119bf215546Sopenharmony_ci  },
10120bf215546Sopenharmony_ci  {
10121bf215546Sopenharmony_ci   "chips": ["gfx10"],
10122bf215546Sopenharmony_ci   "map": {"at": 221232, "to": "mm"},
10123bf215546Sopenharmony_ci   "name": "CPF_LATENCY_STATS_SELECT",
10124bf215546Sopenharmony_ci   "type_ref": "CPF_LATENCY_STATS_SELECT"
10125bf215546Sopenharmony_ci  },
10126bf215546Sopenharmony_ci  {
10127bf215546Sopenharmony_ci   "chips": ["gfx10"],
10128bf215546Sopenharmony_ci   "map": {"at": 221236, "to": "mm"},
10129bf215546Sopenharmony_ci   "name": "CPG_LATENCY_STATS_SELECT",
10130bf215546Sopenharmony_ci   "type_ref": "CPG_LATENCY_STATS_SELECT"
10131bf215546Sopenharmony_ci  },
10132bf215546Sopenharmony_ci  {
10133bf215546Sopenharmony_ci   "chips": ["gfx10"],
10134bf215546Sopenharmony_ci   "map": {"at": 221240, "to": "mm"},
10135bf215546Sopenharmony_ci   "name": "CPC_LATENCY_STATS_SELECT",
10136bf215546Sopenharmony_ci   "type_ref": "CPF_LATENCY_STATS_SELECT"
10137bf215546Sopenharmony_ci  },
10138bf215546Sopenharmony_ci  {
10139bf215546Sopenharmony_ci   "chips": ["gfx10"],
10140bf215546Sopenharmony_ci   "map": {"at": 221248, "to": "mm"},
10141bf215546Sopenharmony_ci   "name": "CP_DRAW_OBJECT"
10142bf215546Sopenharmony_ci  },
10143bf215546Sopenharmony_ci  {
10144bf215546Sopenharmony_ci   "chips": ["gfx10"],
10145bf215546Sopenharmony_ci   "map": {"at": 221252, "to": "mm"},
10146bf215546Sopenharmony_ci   "name": "CP_DRAW_OBJECT_COUNTER",
10147bf215546Sopenharmony_ci   "type_ref": "PA_SC_P3D_TRAP_SCREEN_OCCURRENCE"
10148bf215546Sopenharmony_ci  },
10149bf215546Sopenharmony_ci  {
10150bf215546Sopenharmony_ci   "chips": ["gfx10"],
10151bf215546Sopenharmony_ci   "map": {"at": 221256, "to": "mm"},
10152bf215546Sopenharmony_ci   "name": "CP_DRAW_WINDOW_MASK_HI"
10153bf215546Sopenharmony_ci  },
10154bf215546Sopenharmony_ci  {
10155bf215546Sopenharmony_ci   "chips": ["gfx10"],
10156bf215546Sopenharmony_ci   "map": {"at": 221260, "to": "mm"},
10157bf215546Sopenharmony_ci   "name": "CP_DRAW_WINDOW_HI"
10158bf215546Sopenharmony_ci  },
10159bf215546Sopenharmony_ci  {
10160bf215546Sopenharmony_ci   "chips": ["gfx10"],
10161bf215546Sopenharmony_ci   "map": {"at": 221264, "to": "mm"},
10162bf215546Sopenharmony_ci   "name": "CP_DRAW_WINDOW_LO",
10163bf215546Sopenharmony_ci   "type_ref": "CP_DRAW_WINDOW_LO"
10164bf215546Sopenharmony_ci  },
10165bf215546Sopenharmony_ci  {
10166bf215546Sopenharmony_ci   "chips": ["gfx10"],
10167bf215546Sopenharmony_ci   "map": {"at": 221268, "to": "mm"},
10168bf215546Sopenharmony_ci   "name": "CP_DRAW_WINDOW_CNTL",
10169bf215546Sopenharmony_ci   "type_ref": "CP_DRAW_WINDOW_CNTL"
10170bf215546Sopenharmony_ci  },
10171bf215546Sopenharmony_ci  {
10172bf215546Sopenharmony_ci   "chips": ["gfx10"],
10173bf215546Sopenharmony_ci   "map": {"at": 221440, "to": "mm"},
10174bf215546Sopenharmony_ci   "name": "GRBM_PERFCOUNTER0_SELECT",
10175bf215546Sopenharmony_ci   "type_ref": "GRBM_PERFCOUNTER0_SELECT"
10176bf215546Sopenharmony_ci  },
10177bf215546Sopenharmony_ci  {
10178bf215546Sopenharmony_ci   "chips": ["gfx10"],
10179bf215546Sopenharmony_ci   "map": {"at": 221444, "to": "mm"},
10180bf215546Sopenharmony_ci   "name": "GRBM_PERFCOUNTER1_SELECT",
10181bf215546Sopenharmony_ci   "type_ref": "GRBM_PERFCOUNTER0_SELECT"
10182bf215546Sopenharmony_ci  },
10183bf215546Sopenharmony_ci  {
10184bf215546Sopenharmony_ci   "chips": ["gfx10"],
10185bf215546Sopenharmony_ci   "map": {"at": 221448, "to": "mm"},
10186bf215546Sopenharmony_ci   "name": "GRBM_SE0_PERFCOUNTER_SELECT",
10187bf215546Sopenharmony_ci   "type_ref": "GRBM_SE0_PERFCOUNTER_SELECT"
10188bf215546Sopenharmony_ci  },
10189bf215546Sopenharmony_ci  {
10190bf215546Sopenharmony_ci   "chips": ["gfx10"],
10191bf215546Sopenharmony_ci   "map": {"at": 221452, "to": "mm"},
10192bf215546Sopenharmony_ci   "name": "GRBM_SE1_PERFCOUNTER_SELECT",
10193bf215546Sopenharmony_ci   "type_ref": "GRBM_SE0_PERFCOUNTER_SELECT"
10194bf215546Sopenharmony_ci  },
10195bf215546Sopenharmony_ci  {
10196bf215546Sopenharmony_ci   "chips": ["gfx10"],
10197bf215546Sopenharmony_ci   "map": {"at": 221456, "to": "mm"},
10198bf215546Sopenharmony_ci   "name": "GRBM_SE2_PERFCOUNTER_SELECT",
10199bf215546Sopenharmony_ci   "type_ref": "GRBM_SE0_PERFCOUNTER_SELECT"
10200bf215546Sopenharmony_ci  },
10201bf215546Sopenharmony_ci  {
10202bf215546Sopenharmony_ci   "chips": ["gfx10"],
10203bf215546Sopenharmony_ci   "map": {"at": 221460, "to": "mm"},
10204bf215546Sopenharmony_ci   "name": "GRBM_SE3_PERFCOUNTER_SELECT",
10205bf215546Sopenharmony_ci   "type_ref": "GRBM_SE0_PERFCOUNTER_SELECT"
10206bf215546Sopenharmony_ci  },
10207bf215546Sopenharmony_ci  {
10208bf215546Sopenharmony_ci   "chips": ["gfx10"],
10209bf215546Sopenharmony_ci   "map": {"at": 221492, "to": "mm"},
10210bf215546Sopenharmony_ci   "name": "GRBM_PERFCOUNTER0_SELECT_HI",
10211bf215546Sopenharmony_ci   "type_ref": "GRBM_PERFCOUNTER0_SELECT_HI"
10212bf215546Sopenharmony_ci  },
10213bf215546Sopenharmony_ci  {
10214bf215546Sopenharmony_ci   "chips": ["gfx10"],
10215bf215546Sopenharmony_ci   "map": {"at": 221496, "to": "mm"},
10216bf215546Sopenharmony_ci   "name": "GRBM_PERFCOUNTER1_SELECT_HI",
10217bf215546Sopenharmony_ci   "type_ref": "GRBM_PERFCOUNTER0_SELECT_HI"
10218bf215546Sopenharmony_ci  },
10219bf215546Sopenharmony_ci  {
10220bf215546Sopenharmony_ci   "chips": ["gfx10"],
10221bf215546Sopenharmony_ci   "map": {"at": 221696, "to": "mm"},
10222bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER0_SELECT",
10223bf215546Sopenharmony_ci   "type_ref": "GE_PERFCOUNTER0_SELECT"
10224bf215546Sopenharmony_ci  },
10225bf215546Sopenharmony_ci  {
10226bf215546Sopenharmony_ci   "chips": ["gfx10"],
10227bf215546Sopenharmony_ci   "map": {"at": 221700, "to": "mm"},
10228bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER0_SELECT1",
10229bf215546Sopenharmony_ci   "type_ref": "GE_PERFCOUNTER0_SELECT1"
10230bf215546Sopenharmony_ci  },
10231bf215546Sopenharmony_ci  {
10232bf215546Sopenharmony_ci   "chips": ["gfx10"],
10233bf215546Sopenharmony_ci   "map": {"at": 221704, "to": "mm"},
10234bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER1_SELECT",
10235bf215546Sopenharmony_ci   "type_ref": "GE_PERFCOUNTER0_SELECT"
10236bf215546Sopenharmony_ci  },
10237bf215546Sopenharmony_ci  {
10238bf215546Sopenharmony_ci   "chips": ["gfx10"],
10239bf215546Sopenharmony_ci   "map": {"at": 221708, "to": "mm"},
10240bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER1_SELECT1",
10241bf215546Sopenharmony_ci   "type_ref": "GE_PERFCOUNTER0_SELECT1"
10242bf215546Sopenharmony_ci  },
10243bf215546Sopenharmony_ci  {
10244bf215546Sopenharmony_ci   "chips": ["gfx10"],
10245bf215546Sopenharmony_ci   "map": {"at": 221712, "to": "mm"},
10246bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER2_SELECT",
10247bf215546Sopenharmony_ci   "type_ref": "GE_PERFCOUNTER0_SELECT"
10248bf215546Sopenharmony_ci  },
10249bf215546Sopenharmony_ci  {
10250bf215546Sopenharmony_ci   "chips": ["gfx10"],
10251bf215546Sopenharmony_ci   "map": {"at": 221716, "to": "mm"},
10252bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER2_SELECT1",
10253bf215546Sopenharmony_ci   "type_ref": "GE_PERFCOUNTER0_SELECT1"
10254bf215546Sopenharmony_ci  },
10255bf215546Sopenharmony_ci  {
10256bf215546Sopenharmony_ci   "chips": ["gfx10"],
10257bf215546Sopenharmony_ci   "map": {"at": 221720, "to": "mm"},
10258bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER3_SELECT",
10259bf215546Sopenharmony_ci   "type_ref": "GE_PERFCOUNTER0_SELECT"
10260bf215546Sopenharmony_ci  },
10261bf215546Sopenharmony_ci  {
10262bf215546Sopenharmony_ci   "chips": ["gfx10"],
10263bf215546Sopenharmony_ci   "map": {"at": 221724, "to": "mm"},
10264bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER3_SELECT1",
10265bf215546Sopenharmony_ci   "type_ref": "GE_PERFCOUNTER0_SELECT1"
10266bf215546Sopenharmony_ci  },
10267bf215546Sopenharmony_ci  {
10268bf215546Sopenharmony_ci   "chips": ["gfx10"],
10269bf215546Sopenharmony_ci   "map": {"at": 221728, "to": "mm"},
10270bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER4_SELECT",
10271bf215546Sopenharmony_ci   "type_ref": "GE_PERFCOUNTER4_SELECT"
10272bf215546Sopenharmony_ci  },
10273bf215546Sopenharmony_ci  {
10274bf215546Sopenharmony_ci   "chips": ["gfx10"],
10275bf215546Sopenharmony_ci   "map": {"at": 221736, "to": "mm"},
10276bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER5_SELECT",
10277bf215546Sopenharmony_ci   "type_ref": "GE_PERFCOUNTER4_SELECT"
10278bf215546Sopenharmony_ci  },
10279bf215546Sopenharmony_ci  {
10280bf215546Sopenharmony_ci   "chips": ["gfx10"],
10281bf215546Sopenharmony_ci   "map": {"at": 221744, "to": "mm"},
10282bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER6_SELECT",
10283bf215546Sopenharmony_ci   "type_ref": "GE_PERFCOUNTER4_SELECT"
10284bf215546Sopenharmony_ci  },
10285bf215546Sopenharmony_ci  {
10286bf215546Sopenharmony_ci   "chips": ["gfx10"],
10287bf215546Sopenharmony_ci   "map": {"at": 221752, "to": "mm"},
10288bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER7_SELECT",
10289bf215546Sopenharmony_ci   "type_ref": "GE_PERFCOUNTER4_SELECT"
10290bf215546Sopenharmony_ci  },
10291bf215546Sopenharmony_ci  {
10292bf215546Sopenharmony_ci   "chips": ["gfx10"],
10293bf215546Sopenharmony_ci   "map": {"at": 221760, "to": "mm"},
10294bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER8_SELECT",
10295bf215546Sopenharmony_ci   "type_ref": "GE_PERFCOUNTER4_SELECT"
10296bf215546Sopenharmony_ci  },
10297bf215546Sopenharmony_ci  {
10298bf215546Sopenharmony_ci   "chips": ["gfx10"],
10299bf215546Sopenharmony_ci   "map": {"at": 221768, "to": "mm"},
10300bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER9_SELECT",
10301bf215546Sopenharmony_ci   "type_ref": "GE_PERFCOUNTER4_SELECT"
10302bf215546Sopenharmony_ci  },
10303bf215546Sopenharmony_ci  {
10304bf215546Sopenharmony_ci   "chips": ["gfx10"],
10305bf215546Sopenharmony_ci   "map": {"at": 221776, "to": "mm"},
10306bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER10_SELECT",
10307bf215546Sopenharmony_ci   "type_ref": "GE_PERFCOUNTER4_SELECT"
10308bf215546Sopenharmony_ci  },
10309bf215546Sopenharmony_ci  {
10310bf215546Sopenharmony_ci   "chips": ["gfx10"],
10311bf215546Sopenharmony_ci   "map": {"at": 221784, "to": "mm"},
10312bf215546Sopenharmony_ci   "name": "GE_PERFCOUNTER11_SELECT",
10313bf215546Sopenharmony_ci   "type_ref": "GE_PERFCOUNTER4_SELECT"
10314bf215546Sopenharmony_ci  },
10315bf215546Sopenharmony_ci  {
10316bf215546Sopenharmony_ci   "chips": ["gfx10"],
10317bf215546Sopenharmony_ci   "map": {"at": 222208, "to": "mm"},
10318bf215546Sopenharmony_ci   "name": "PA_SU_PERFCOUNTER0_SELECT",
10319bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
10320bf215546Sopenharmony_ci  },
10321bf215546Sopenharmony_ci  {
10322bf215546Sopenharmony_ci   "chips": ["gfx10"],
10323bf215546Sopenharmony_ci   "map": {"at": 222212, "to": "mm"},
10324bf215546Sopenharmony_ci   "name": "PA_SU_PERFCOUNTER0_SELECT1",
10325bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT1"
10326bf215546Sopenharmony_ci  },
10327bf215546Sopenharmony_ci  {
10328bf215546Sopenharmony_ci   "chips": ["gfx10"],
10329bf215546Sopenharmony_ci   "map": {"at": 222216, "to": "mm"},
10330bf215546Sopenharmony_ci   "name": "PA_SU_PERFCOUNTER1_SELECT",
10331bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
10332bf215546Sopenharmony_ci  },
10333bf215546Sopenharmony_ci  {
10334bf215546Sopenharmony_ci   "chips": ["gfx10"],
10335bf215546Sopenharmony_ci   "map": {"at": 222220, "to": "mm"},
10336bf215546Sopenharmony_ci   "name": "PA_SU_PERFCOUNTER1_SELECT1",
10337bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT1"
10338bf215546Sopenharmony_ci  },
10339bf215546Sopenharmony_ci  {
10340bf215546Sopenharmony_ci   "chips": ["gfx10"],
10341bf215546Sopenharmony_ci   "map": {"at": 222224, "to": "mm"},
10342bf215546Sopenharmony_ci   "name": "PA_SU_PERFCOUNTER2_SELECT",
10343bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
10344bf215546Sopenharmony_ci  },
10345bf215546Sopenharmony_ci  {
10346bf215546Sopenharmony_ci   "chips": ["gfx10"],
10347bf215546Sopenharmony_ci   "map": {"at": 222228, "to": "mm"},
10348bf215546Sopenharmony_ci   "name": "PA_SU_PERFCOUNTER2_SELECT1",
10349bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT1"
10350bf215546Sopenharmony_ci  },
10351bf215546Sopenharmony_ci  {
10352bf215546Sopenharmony_ci   "chips": ["gfx10"],
10353bf215546Sopenharmony_ci   "map": {"at": 222232, "to": "mm"},
10354bf215546Sopenharmony_ci   "name": "PA_SU_PERFCOUNTER3_SELECT",
10355bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
10356bf215546Sopenharmony_ci  },
10357bf215546Sopenharmony_ci  {
10358bf215546Sopenharmony_ci   "chips": ["gfx10"],
10359bf215546Sopenharmony_ci   "map": {"at": 222236, "to": "mm"},
10360bf215546Sopenharmony_ci   "name": "PA_SU_PERFCOUNTER3_SELECT1",
10361bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT1"
10362bf215546Sopenharmony_ci  },
10363bf215546Sopenharmony_ci  {
10364bf215546Sopenharmony_ci   "chips": ["gfx10"],
10365bf215546Sopenharmony_ci   "map": {"at": 222464, "to": "mm"},
10366bf215546Sopenharmony_ci   "name": "PA_SC_PERFCOUNTER0_SELECT",
10367bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
10368bf215546Sopenharmony_ci  },
10369bf215546Sopenharmony_ci  {
10370bf215546Sopenharmony_ci   "chips": ["gfx10"],
10371bf215546Sopenharmony_ci   "map": {"at": 222468, "to": "mm"},
10372bf215546Sopenharmony_ci   "name": "PA_SC_PERFCOUNTER0_SELECT1",
10373bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT1"
10374bf215546Sopenharmony_ci  },
10375bf215546Sopenharmony_ci  {
10376bf215546Sopenharmony_ci   "chips": ["gfx10"],
10377bf215546Sopenharmony_ci   "map": {"at": 222472, "to": "mm"},
10378bf215546Sopenharmony_ci   "name": "PA_SC_PERFCOUNTER1_SELECT",
10379bf215546Sopenharmony_ci   "type_ref": "PA_SC_PERFCOUNTER1_SELECT"
10380bf215546Sopenharmony_ci  },
10381bf215546Sopenharmony_ci  {
10382bf215546Sopenharmony_ci   "chips": ["gfx10"],
10383bf215546Sopenharmony_ci   "map": {"at": 222476, "to": "mm"},
10384bf215546Sopenharmony_ci   "name": "PA_SC_PERFCOUNTER2_SELECT",
10385bf215546Sopenharmony_ci   "type_ref": "PA_SC_PERFCOUNTER1_SELECT"
10386bf215546Sopenharmony_ci  },
10387bf215546Sopenharmony_ci  {
10388bf215546Sopenharmony_ci   "chips": ["gfx10"],
10389bf215546Sopenharmony_ci   "map": {"at": 222480, "to": "mm"},
10390bf215546Sopenharmony_ci   "name": "PA_SC_PERFCOUNTER3_SELECT",
10391bf215546Sopenharmony_ci   "type_ref": "PA_SC_PERFCOUNTER1_SELECT"
10392bf215546Sopenharmony_ci  },
10393bf215546Sopenharmony_ci  {
10394bf215546Sopenharmony_ci   "chips": ["gfx10"],
10395bf215546Sopenharmony_ci   "map": {"at": 222484, "to": "mm"},
10396bf215546Sopenharmony_ci   "name": "PA_SC_PERFCOUNTER4_SELECT",
10397bf215546Sopenharmony_ci   "type_ref": "PA_SC_PERFCOUNTER1_SELECT"
10398bf215546Sopenharmony_ci  },
10399bf215546Sopenharmony_ci  {
10400bf215546Sopenharmony_ci   "chips": ["gfx10"],
10401bf215546Sopenharmony_ci   "map": {"at": 222488, "to": "mm"},
10402bf215546Sopenharmony_ci   "name": "PA_SC_PERFCOUNTER5_SELECT",
10403bf215546Sopenharmony_ci   "type_ref": "PA_SC_PERFCOUNTER1_SELECT"
10404bf215546Sopenharmony_ci  },
10405bf215546Sopenharmony_ci  {
10406bf215546Sopenharmony_ci   "chips": ["gfx10"],
10407bf215546Sopenharmony_ci   "map": {"at": 222492, "to": "mm"},
10408bf215546Sopenharmony_ci   "name": "PA_SC_PERFCOUNTER6_SELECT",
10409bf215546Sopenharmony_ci   "type_ref": "PA_SC_PERFCOUNTER1_SELECT"
10410bf215546Sopenharmony_ci  },
10411bf215546Sopenharmony_ci  {
10412bf215546Sopenharmony_ci   "chips": ["gfx10"],
10413bf215546Sopenharmony_ci   "map": {"at": 222496, "to": "mm"},
10414bf215546Sopenharmony_ci   "name": "PA_SC_PERFCOUNTER7_SELECT",
10415bf215546Sopenharmony_ci   "type_ref": "PA_SC_PERFCOUNTER1_SELECT"
10416bf215546Sopenharmony_ci  },
10417bf215546Sopenharmony_ci  {
10418bf215546Sopenharmony_ci   "chips": ["gfx10"],
10419bf215546Sopenharmony_ci   "map": {"at": 222720, "to": "mm"},
10420bf215546Sopenharmony_ci   "name": "SPI_PERFCOUNTER0_SELECT",
10421bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
10422bf215546Sopenharmony_ci  },
10423bf215546Sopenharmony_ci  {
10424bf215546Sopenharmony_ci   "chips": ["gfx10"],
10425bf215546Sopenharmony_ci   "map": {"at": 222724, "to": "mm"},
10426bf215546Sopenharmony_ci   "name": "SPI_PERFCOUNTER1_SELECT",
10427bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
10428bf215546Sopenharmony_ci  },
10429bf215546Sopenharmony_ci  {
10430bf215546Sopenharmony_ci   "chips": ["gfx10"],
10431bf215546Sopenharmony_ci   "map": {"at": 222728, "to": "mm"},
10432bf215546Sopenharmony_ci   "name": "SPI_PERFCOUNTER2_SELECT",
10433bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
10434bf215546Sopenharmony_ci  },
10435bf215546Sopenharmony_ci  {
10436bf215546Sopenharmony_ci   "chips": ["gfx10"],
10437bf215546Sopenharmony_ci   "map": {"at": 222732, "to": "mm"},
10438bf215546Sopenharmony_ci   "name": "SPI_PERFCOUNTER3_SELECT",
10439bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
10440bf215546Sopenharmony_ci  },
10441bf215546Sopenharmony_ci  {
10442bf215546Sopenharmony_ci   "chips": ["gfx10"],
10443bf215546Sopenharmony_ci   "map": {"at": 222736, "to": "mm"},
10444bf215546Sopenharmony_ci   "name": "SPI_PERFCOUNTER0_SELECT1",
10445bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT1"
10446bf215546Sopenharmony_ci  },
10447bf215546Sopenharmony_ci  {
10448bf215546Sopenharmony_ci   "chips": ["gfx10"],
10449bf215546Sopenharmony_ci   "map": {"at": 222740, "to": "mm"},
10450bf215546Sopenharmony_ci   "name": "SPI_PERFCOUNTER1_SELECT1",
10451bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT1"
10452bf215546Sopenharmony_ci  },
10453bf215546Sopenharmony_ci  {
10454bf215546Sopenharmony_ci   "chips": ["gfx10"],
10455bf215546Sopenharmony_ci   "map": {"at": 222744, "to": "mm"},
10456bf215546Sopenharmony_ci   "name": "SPI_PERFCOUNTER2_SELECT1",
10457bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT1"
10458bf215546Sopenharmony_ci  },
10459bf215546Sopenharmony_ci  {
10460bf215546Sopenharmony_ci   "chips": ["gfx10"],
10461bf215546Sopenharmony_ci   "map": {"at": 222748, "to": "mm"},
10462bf215546Sopenharmony_ci   "name": "SPI_PERFCOUNTER3_SELECT1",
10463bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT1"
10464bf215546Sopenharmony_ci  },
10465bf215546Sopenharmony_ci  {
10466bf215546Sopenharmony_ci   "chips": ["gfx10"],
10467bf215546Sopenharmony_ci   "map": {"at": 222752, "to": "mm"},
10468bf215546Sopenharmony_ci   "name": "SPI_PERFCOUNTER4_SELECT",
10469bf215546Sopenharmony_ci   "type_ref": "PA_SC_PERFCOUNTER1_SELECT"
10470bf215546Sopenharmony_ci  },
10471bf215546Sopenharmony_ci  {
10472bf215546Sopenharmony_ci   "chips": ["gfx10"],
10473bf215546Sopenharmony_ci   "map": {"at": 222756, "to": "mm"},
10474bf215546Sopenharmony_ci   "name": "SPI_PERFCOUNTER5_SELECT",
10475bf215546Sopenharmony_ci   "type_ref": "PA_SC_PERFCOUNTER1_SELECT"
10476bf215546Sopenharmony_ci  },
10477bf215546Sopenharmony_ci  {
10478bf215546Sopenharmony_ci   "chips": ["gfx10"],
10479bf215546Sopenharmony_ci   "map": {"at": 222760, "to": "mm"},
10480bf215546Sopenharmony_ci   "name": "SPI_PERFCOUNTER_BINS",
10481bf215546Sopenharmony_ci   "type_ref": "SPI_PERFCOUNTER_BINS"
10482bf215546Sopenharmony_ci  },
10483bf215546Sopenharmony_ci  {
10484bf215546Sopenharmony_ci   "chips": ["gfx10"],
10485bf215546Sopenharmony_ci   "map": {"at": 222976, "to": "mm"},
10486bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER0_SELECT",
10487bf215546Sopenharmony_ci   "type_ref": "SQ_PERFCOUNTER0_SELECT"
10488bf215546Sopenharmony_ci  },
10489bf215546Sopenharmony_ci  {
10490bf215546Sopenharmony_ci   "chips": ["gfx10"],
10491bf215546Sopenharmony_ci   "map": {"at": 222980, "to": "mm"},
10492bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER1_SELECT",
10493bf215546Sopenharmony_ci   "type_ref": "SQ_PERFCOUNTER0_SELECT"
10494bf215546Sopenharmony_ci  },
10495bf215546Sopenharmony_ci  {
10496bf215546Sopenharmony_ci   "chips": ["gfx10"],
10497bf215546Sopenharmony_ci   "map": {"at": 222984, "to": "mm"},
10498bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER2_SELECT",
10499bf215546Sopenharmony_ci   "type_ref": "SQ_PERFCOUNTER0_SELECT"
10500bf215546Sopenharmony_ci  },
10501bf215546Sopenharmony_ci  {
10502bf215546Sopenharmony_ci   "chips": ["gfx10"],
10503bf215546Sopenharmony_ci   "map": {"at": 222988, "to": "mm"},
10504bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER3_SELECT",
10505bf215546Sopenharmony_ci   "type_ref": "SQ_PERFCOUNTER0_SELECT"
10506bf215546Sopenharmony_ci  },
10507bf215546Sopenharmony_ci  {
10508bf215546Sopenharmony_ci   "chips": ["gfx10"],
10509bf215546Sopenharmony_ci   "map": {"at": 222992, "to": "mm"},
10510bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER4_SELECT",
10511bf215546Sopenharmony_ci   "type_ref": "SQ_PERFCOUNTER0_SELECT"
10512bf215546Sopenharmony_ci  },
10513bf215546Sopenharmony_ci  {
10514bf215546Sopenharmony_ci   "chips": ["gfx10"],
10515bf215546Sopenharmony_ci   "map": {"at": 222996, "to": "mm"},
10516bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER5_SELECT",
10517bf215546Sopenharmony_ci   "type_ref": "SQ_PERFCOUNTER0_SELECT"
10518bf215546Sopenharmony_ci  },
10519bf215546Sopenharmony_ci  {
10520bf215546Sopenharmony_ci   "chips": ["gfx10"],
10521bf215546Sopenharmony_ci   "map": {"at": 223000, "to": "mm"},
10522bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER6_SELECT",
10523bf215546Sopenharmony_ci   "type_ref": "SQ_PERFCOUNTER0_SELECT"
10524bf215546Sopenharmony_ci  },
10525bf215546Sopenharmony_ci  {
10526bf215546Sopenharmony_ci   "chips": ["gfx10"],
10527bf215546Sopenharmony_ci   "map": {"at": 223004, "to": "mm"},
10528bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER7_SELECT",
10529bf215546Sopenharmony_ci   "type_ref": "SQ_PERFCOUNTER0_SELECT"
10530bf215546Sopenharmony_ci  },
10531bf215546Sopenharmony_ci  {
10532bf215546Sopenharmony_ci   "chips": ["gfx10"],
10533bf215546Sopenharmony_ci   "map": {"at": 223008, "to": "mm"},
10534bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER8_SELECT",
10535bf215546Sopenharmony_ci   "type_ref": "SQ_PERFCOUNTER0_SELECT"
10536bf215546Sopenharmony_ci  },
10537bf215546Sopenharmony_ci  {
10538bf215546Sopenharmony_ci   "chips": ["gfx10"],
10539bf215546Sopenharmony_ci   "map": {"at": 223012, "to": "mm"},
10540bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER9_SELECT",
10541bf215546Sopenharmony_ci   "type_ref": "SQ_PERFCOUNTER0_SELECT"
10542bf215546Sopenharmony_ci  },
10543bf215546Sopenharmony_ci  {
10544bf215546Sopenharmony_ci   "chips": ["gfx10"],
10545bf215546Sopenharmony_ci   "map": {"at": 223016, "to": "mm"},
10546bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER10_SELECT",
10547bf215546Sopenharmony_ci   "type_ref": "SQ_PERFCOUNTER0_SELECT"
10548bf215546Sopenharmony_ci  },
10549bf215546Sopenharmony_ci  {
10550bf215546Sopenharmony_ci   "chips": ["gfx10"],
10551bf215546Sopenharmony_ci   "map": {"at": 223020, "to": "mm"},
10552bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER11_SELECT",
10553bf215546Sopenharmony_ci   "type_ref": "SQ_PERFCOUNTER0_SELECT"
10554bf215546Sopenharmony_ci  },
10555bf215546Sopenharmony_ci  {
10556bf215546Sopenharmony_ci   "chips": ["gfx10"],
10557bf215546Sopenharmony_ci   "map": {"at": 223024, "to": "mm"},
10558bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER12_SELECT",
10559bf215546Sopenharmony_ci   "type_ref": "SQ_PERFCOUNTER0_SELECT"
10560bf215546Sopenharmony_ci  },
10561bf215546Sopenharmony_ci  {
10562bf215546Sopenharmony_ci   "chips": ["gfx10"],
10563bf215546Sopenharmony_ci   "map": {"at": 223028, "to": "mm"},
10564bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER13_SELECT",
10565bf215546Sopenharmony_ci   "type_ref": "SQ_PERFCOUNTER0_SELECT"
10566bf215546Sopenharmony_ci  },
10567bf215546Sopenharmony_ci  {
10568bf215546Sopenharmony_ci   "chips": ["gfx10"],
10569bf215546Sopenharmony_ci   "map": {"at": 223032, "to": "mm"},
10570bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER14_SELECT",
10571bf215546Sopenharmony_ci   "type_ref": "SQ_PERFCOUNTER0_SELECT"
10572bf215546Sopenharmony_ci  },
10573bf215546Sopenharmony_ci  {
10574bf215546Sopenharmony_ci   "chips": ["gfx10"],
10575bf215546Sopenharmony_ci   "map": {"at": 223036, "to": "mm"},
10576bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER15_SELECT",
10577bf215546Sopenharmony_ci   "type_ref": "SQ_PERFCOUNTER0_SELECT"
10578bf215546Sopenharmony_ci  },
10579bf215546Sopenharmony_ci  {
10580bf215546Sopenharmony_ci   "chips": ["gfx10"],
10581bf215546Sopenharmony_ci   "map": {"at": 223104, "to": "mm"},
10582bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER_CTRL",
10583bf215546Sopenharmony_ci   "type_ref": "SQ_PERFCOUNTER_CTRL"
10584bf215546Sopenharmony_ci  },
10585bf215546Sopenharmony_ci  {
10586bf215546Sopenharmony_ci   "chips": ["gfx10"],
10587bf215546Sopenharmony_ci   "map": {"at": 223112, "to": "mm"},
10588bf215546Sopenharmony_ci   "name": "SQ_PERFCOUNTER_CTRL2",
10589bf215546Sopenharmony_ci   "type_ref": "SQ_PERFCOUNTER_CTRL2"
10590bf215546Sopenharmony_ci  },
10591bf215546Sopenharmony_ci  {
10592bf215546Sopenharmony_ci   "chips": ["gfx10"],
10593bf215546Sopenharmony_ci   "map": {"at": 223232, "to": "mm"},
10594bf215546Sopenharmony_ci   "name": "GCEA_PERFCOUNTER2_SELECT",
10595bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
10596bf215546Sopenharmony_ci  },
10597bf215546Sopenharmony_ci  {
10598bf215546Sopenharmony_ci   "chips": ["gfx10"],
10599bf215546Sopenharmony_ci   "map": {"at": 223236, "to": "mm"},
10600bf215546Sopenharmony_ci   "name": "GCEA_PERFCOUNTER2_SELECT1",
10601bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT1"
10602bf215546Sopenharmony_ci  },
10603bf215546Sopenharmony_ci  {
10604bf215546Sopenharmony_ci   "chips": ["gfx10"],
10605bf215546Sopenharmony_ci   "map": {"at": 223240, "to": "mm"},
10606bf215546Sopenharmony_ci   "name": "GCEA_PERFCOUNTER2_MODE",
10607bf215546Sopenharmony_ci   "type_ref": "GCEA_PERFCOUNTER2_MODE"
10608bf215546Sopenharmony_ci  },
10609bf215546Sopenharmony_ci  {
10610bf215546Sopenharmony_ci   "chips": ["gfx10"],
10611bf215546Sopenharmony_ci   "map": {"at": 223488, "to": "mm"},
10612bf215546Sopenharmony_ci   "name": "SX_PERFCOUNTER0_SELECT",
10613bf215546Sopenharmony_ci   "type_ref": "SX_PERFCOUNTER0_SELECT"
10614bf215546Sopenharmony_ci  },
10615bf215546Sopenharmony_ci  {
10616bf215546Sopenharmony_ci   "chips": ["gfx10"],
10617bf215546Sopenharmony_ci   "map": {"at": 223492, "to": "mm"},
10618bf215546Sopenharmony_ci   "name": "SX_PERFCOUNTER1_SELECT",
10619bf215546Sopenharmony_ci   "type_ref": "SX_PERFCOUNTER0_SELECT"
10620bf215546Sopenharmony_ci  },
10621bf215546Sopenharmony_ci  {
10622bf215546Sopenharmony_ci   "chips": ["gfx10"],
10623bf215546Sopenharmony_ci   "map": {"at": 223496, "to": "mm"},
10624bf215546Sopenharmony_ci   "name": "SX_PERFCOUNTER2_SELECT",
10625bf215546Sopenharmony_ci   "type_ref": "SX_PERFCOUNTER0_SELECT"
10626bf215546Sopenharmony_ci  },
10627bf215546Sopenharmony_ci  {
10628bf215546Sopenharmony_ci   "chips": ["gfx10"],
10629bf215546Sopenharmony_ci   "map": {"at": 223500, "to": "mm"},
10630bf215546Sopenharmony_ci   "name": "SX_PERFCOUNTER3_SELECT",
10631bf215546Sopenharmony_ci   "type_ref": "SX_PERFCOUNTER0_SELECT"
10632bf215546Sopenharmony_ci  },
10633bf215546Sopenharmony_ci  {
10634bf215546Sopenharmony_ci   "chips": ["gfx10"],
10635bf215546Sopenharmony_ci   "map": {"at": 223504, "to": "mm"},
10636bf215546Sopenharmony_ci   "name": "SX_PERFCOUNTER0_SELECT1",
10637bf215546Sopenharmony_ci   "type_ref": "SX_PERFCOUNTER0_SELECT1"
10638bf215546Sopenharmony_ci  },
10639bf215546Sopenharmony_ci  {
10640bf215546Sopenharmony_ci   "chips": ["gfx10"],
10641bf215546Sopenharmony_ci   "map": {"at": 223508, "to": "mm"},
10642bf215546Sopenharmony_ci   "name": "SX_PERFCOUNTER1_SELECT1",
10643bf215546Sopenharmony_ci   "type_ref": "SX_PERFCOUNTER0_SELECT1"
10644bf215546Sopenharmony_ci  },
10645bf215546Sopenharmony_ci  {
10646bf215546Sopenharmony_ci   "chips": ["gfx10"],
10647bf215546Sopenharmony_ci   "map": {"at": 223744, "to": "mm"},
10648bf215546Sopenharmony_ci   "name": "GDS_PERFCOUNTER0_SELECT",
10649bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
10650bf215546Sopenharmony_ci  },
10651bf215546Sopenharmony_ci  {
10652bf215546Sopenharmony_ci   "chips": ["gfx10"],
10653bf215546Sopenharmony_ci   "map": {"at": 223748, "to": "mm"},
10654bf215546Sopenharmony_ci   "name": "GDS_PERFCOUNTER1_SELECT",
10655bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
10656bf215546Sopenharmony_ci  },
10657bf215546Sopenharmony_ci  {
10658bf215546Sopenharmony_ci   "chips": ["gfx10"],
10659bf215546Sopenharmony_ci   "map": {"at": 223752, "to": "mm"},
10660bf215546Sopenharmony_ci   "name": "GDS_PERFCOUNTER2_SELECT",
10661bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
10662bf215546Sopenharmony_ci  },
10663bf215546Sopenharmony_ci  {
10664bf215546Sopenharmony_ci   "chips": ["gfx10"],
10665bf215546Sopenharmony_ci   "map": {"at": 223756, "to": "mm"},
10666bf215546Sopenharmony_ci   "name": "GDS_PERFCOUNTER3_SELECT",
10667bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
10668bf215546Sopenharmony_ci  },
10669bf215546Sopenharmony_ci  {
10670bf215546Sopenharmony_ci   "chips": ["gfx10"],
10671bf215546Sopenharmony_ci   "map": {"at": 223760, "to": "mm"},
10672bf215546Sopenharmony_ci   "name": "GDS_PERFCOUNTER0_SELECT1",
10673bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT1"
10674bf215546Sopenharmony_ci  },
10675bf215546Sopenharmony_ci  {
10676bf215546Sopenharmony_ci   "chips": ["gfx10"],
10677bf215546Sopenharmony_ci   "map": {"at": 224000, "to": "mm"},
10678bf215546Sopenharmony_ci   "name": "TA_PERFCOUNTER0_SELECT",
10679bf215546Sopenharmony_ci   "type_ref": "TA_PERFCOUNTER0_SELECT"
10680bf215546Sopenharmony_ci  },
10681bf215546Sopenharmony_ci  {
10682bf215546Sopenharmony_ci   "chips": ["gfx10"],
10683bf215546Sopenharmony_ci   "map": {"at": 224004, "to": "mm"},
10684bf215546Sopenharmony_ci   "name": "TA_PERFCOUNTER0_SELECT1",
10685bf215546Sopenharmony_ci   "type_ref": "TA_PERFCOUNTER0_SELECT1"
10686bf215546Sopenharmony_ci  },
10687bf215546Sopenharmony_ci  {
10688bf215546Sopenharmony_ci   "chips": ["gfx10"],
10689bf215546Sopenharmony_ci   "map": {"at": 224008, "to": "mm"},
10690bf215546Sopenharmony_ci   "name": "TA_PERFCOUNTER1_SELECT",
10691bf215546Sopenharmony_ci   "type_ref": "TA_PERFCOUNTER1_SELECT"
10692bf215546Sopenharmony_ci  },
10693bf215546Sopenharmony_ci  {
10694bf215546Sopenharmony_ci   "chips": ["gfx10"],
10695bf215546Sopenharmony_ci   "map": {"at": 224256, "to": "mm"},
10696bf215546Sopenharmony_ci   "name": "TD_PERFCOUNTER0_SELECT",
10697bf215546Sopenharmony_ci   "type_ref": "TA_PERFCOUNTER0_SELECT"
10698bf215546Sopenharmony_ci  },
10699bf215546Sopenharmony_ci  {
10700bf215546Sopenharmony_ci   "chips": ["gfx10"],
10701bf215546Sopenharmony_ci   "map": {"at": 224260, "to": "mm"},
10702bf215546Sopenharmony_ci   "name": "TD_PERFCOUNTER0_SELECT1",
10703bf215546Sopenharmony_ci   "type_ref": "TA_PERFCOUNTER0_SELECT1"
10704bf215546Sopenharmony_ci  },
10705bf215546Sopenharmony_ci  {
10706bf215546Sopenharmony_ci   "chips": ["gfx10"],
10707bf215546Sopenharmony_ci   "map": {"at": 224264, "to": "mm"},
10708bf215546Sopenharmony_ci   "name": "TD_PERFCOUNTER1_SELECT",
10709bf215546Sopenharmony_ci   "type_ref": "TA_PERFCOUNTER1_SELECT"
10710bf215546Sopenharmony_ci  },
10711bf215546Sopenharmony_ci  {
10712bf215546Sopenharmony_ci   "chips": ["gfx10"],
10713bf215546Sopenharmony_ci   "map": {"at": 224512, "to": "mm"},
10714bf215546Sopenharmony_ci   "name": "TCP_PERFCOUNTER0_SELECT",
10715bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
10716bf215546Sopenharmony_ci  },
10717bf215546Sopenharmony_ci  {
10718bf215546Sopenharmony_ci   "chips": ["gfx10"],
10719bf215546Sopenharmony_ci   "map": {"at": 224516, "to": "mm"},
10720bf215546Sopenharmony_ci   "name": "TCP_PERFCOUNTER0_SELECT1",
10721bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT1"
10722bf215546Sopenharmony_ci  },
10723bf215546Sopenharmony_ci  {
10724bf215546Sopenharmony_ci   "chips": ["gfx10"],
10725bf215546Sopenharmony_ci   "map": {"at": 224520, "to": "mm"},
10726bf215546Sopenharmony_ci   "name": "TCP_PERFCOUNTER1_SELECT",
10727bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
10728bf215546Sopenharmony_ci  },
10729bf215546Sopenharmony_ci  {
10730bf215546Sopenharmony_ci   "chips": ["gfx10"],
10731bf215546Sopenharmony_ci   "map": {"at": 224524, "to": "mm"},
10732bf215546Sopenharmony_ci   "name": "TCP_PERFCOUNTER1_SELECT1",
10733bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT1"
10734bf215546Sopenharmony_ci  },
10735bf215546Sopenharmony_ci  {
10736bf215546Sopenharmony_ci   "chips": ["gfx10"],
10737bf215546Sopenharmony_ci   "map": {"at": 224528, "to": "mm"},
10738bf215546Sopenharmony_ci   "name": "TCP_PERFCOUNTER2_SELECT",
10739bf215546Sopenharmony_ci   "type_ref": "TCP_PERFCOUNTER2_SELECT"
10740bf215546Sopenharmony_ci  },
10741bf215546Sopenharmony_ci  {
10742bf215546Sopenharmony_ci   "chips": ["gfx10"],
10743bf215546Sopenharmony_ci   "map": {"at": 224532, "to": "mm"},
10744bf215546Sopenharmony_ci   "name": "TCP_PERFCOUNTER3_SELECT",
10745bf215546Sopenharmony_ci   "type_ref": "TCP_PERFCOUNTER2_SELECT"
10746bf215546Sopenharmony_ci  },
10747bf215546Sopenharmony_ci  {
10748bf215546Sopenharmony_ci   "chips": ["gfx10"],
10749bf215546Sopenharmony_ci   "map": {"at": 224768, "to": "mm"},
10750bf215546Sopenharmony_ci   "name": "GL2C_PERFCOUNTER0_SELECT",
10751bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
10752bf215546Sopenharmony_ci  },
10753bf215546Sopenharmony_ci  {
10754bf215546Sopenharmony_ci   "chips": ["gfx10"],
10755bf215546Sopenharmony_ci   "map": {"at": 224772, "to": "mm"},
10756bf215546Sopenharmony_ci   "name": "GL2C_PERFCOUNTER0_SELECT1",
10757bf215546Sopenharmony_ci   "type_ref": "GE_PERFCOUNTER0_SELECT1"
10758bf215546Sopenharmony_ci  },
10759bf215546Sopenharmony_ci  {
10760bf215546Sopenharmony_ci   "chips": ["gfx10"],
10761bf215546Sopenharmony_ci   "map": {"at": 224776, "to": "mm"},
10762bf215546Sopenharmony_ci   "name": "GL2C_PERFCOUNTER1_SELECT",
10763bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
10764bf215546Sopenharmony_ci  },
10765bf215546Sopenharmony_ci  {
10766bf215546Sopenharmony_ci   "chips": ["gfx10"],
10767bf215546Sopenharmony_ci   "map": {"at": 224780, "to": "mm"},
10768bf215546Sopenharmony_ci   "name": "GL2C_PERFCOUNTER1_SELECT1",
10769bf215546Sopenharmony_ci   "type_ref": "GE_PERFCOUNTER0_SELECT1"
10770bf215546Sopenharmony_ci  },
10771bf215546Sopenharmony_ci  {
10772bf215546Sopenharmony_ci   "chips": ["gfx10"],
10773bf215546Sopenharmony_ci   "map": {"at": 224784, "to": "mm"},
10774bf215546Sopenharmony_ci   "name": "GL2C_PERFCOUNTER2_SELECT",
10775bf215546Sopenharmony_ci   "type_ref": "TCP_PERFCOUNTER2_SELECT"
10776bf215546Sopenharmony_ci  },
10777bf215546Sopenharmony_ci  {
10778bf215546Sopenharmony_ci   "chips": ["gfx10"],
10779bf215546Sopenharmony_ci   "map": {"at": 224788, "to": "mm"},
10780bf215546Sopenharmony_ci   "name": "GL2C_PERFCOUNTER3_SELECT",
10781bf215546Sopenharmony_ci   "type_ref": "TCP_PERFCOUNTER2_SELECT"
10782bf215546Sopenharmony_ci  },
10783bf215546Sopenharmony_ci  {
10784bf215546Sopenharmony_ci   "chips": ["gfx10"],
10785bf215546Sopenharmony_ci   "map": {"at": 224832, "to": "mm"},
10786bf215546Sopenharmony_ci   "name": "GL2A_PERFCOUNTER0_SELECT",
10787bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
10788bf215546Sopenharmony_ci  },
10789bf215546Sopenharmony_ci  {
10790bf215546Sopenharmony_ci   "chips": ["gfx10"],
10791bf215546Sopenharmony_ci   "map": {"at": 224836, "to": "mm"},
10792bf215546Sopenharmony_ci   "name": "GL2A_PERFCOUNTER0_SELECT1",
10793bf215546Sopenharmony_ci   "type_ref": "GE_PERFCOUNTER0_SELECT1"
10794bf215546Sopenharmony_ci  },
10795bf215546Sopenharmony_ci  {
10796bf215546Sopenharmony_ci   "chips": ["gfx10"],
10797bf215546Sopenharmony_ci   "map": {"at": 224840, "to": "mm"},
10798bf215546Sopenharmony_ci   "name": "GL2A_PERFCOUNTER1_SELECT",
10799bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
10800bf215546Sopenharmony_ci  },
10801bf215546Sopenharmony_ci  {
10802bf215546Sopenharmony_ci   "chips": ["gfx10"],
10803bf215546Sopenharmony_ci   "map": {"at": 224844, "to": "mm"},
10804bf215546Sopenharmony_ci   "name": "GL2A_PERFCOUNTER1_SELECT1",
10805bf215546Sopenharmony_ci   "type_ref": "GE_PERFCOUNTER0_SELECT1"
10806bf215546Sopenharmony_ci  },
10807bf215546Sopenharmony_ci  {
10808bf215546Sopenharmony_ci   "chips": ["gfx10"],
10809bf215546Sopenharmony_ci   "map": {"at": 224848, "to": "mm"},
10810bf215546Sopenharmony_ci   "name": "GL2A_PERFCOUNTER2_SELECT",
10811bf215546Sopenharmony_ci   "type_ref": "TCP_PERFCOUNTER2_SELECT"
10812bf215546Sopenharmony_ci  },
10813bf215546Sopenharmony_ci  {
10814bf215546Sopenharmony_ci   "chips": ["gfx10"],
10815bf215546Sopenharmony_ci   "map": {"at": 224852, "to": "mm"},
10816bf215546Sopenharmony_ci   "name": "GL2A_PERFCOUNTER3_SELECT",
10817bf215546Sopenharmony_ci   "type_ref": "TCP_PERFCOUNTER2_SELECT"
10818bf215546Sopenharmony_ci  },
10819bf215546Sopenharmony_ci  {
10820bf215546Sopenharmony_ci   "chips": ["gfx10"],
10821bf215546Sopenharmony_ci   "map": {"at": 224896, "to": "mm"},
10822bf215546Sopenharmony_ci   "name": "GL1C_PERFCOUNTER0_SELECT",
10823bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
10824bf215546Sopenharmony_ci  },
10825bf215546Sopenharmony_ci  {
10826bf215546Sopenharmony_ci   "chips": ["gfx10"],
10827bf215546Sopenharmony_ci   "map": {"at": 224900, "to": "mm"},
10828bf215546Sopenharmony_ci   "name": "GL1C_PERFCOUNTER0_SELECT1",
10829bf215546Sopenharmony_ci   "type_ref": "GE_PERFCOUNTER0_SELECT1"
10830bf215546Sopenharmony_ci  },
10831bf215546Sopenharmony_ci  {
10832bf215546Sopenharmony_ci   "chips": ["gfx10"],
10833bf215546Sopenharmony_ci   "map": {"at": 224904, "to": "mm"},
10834bf215546Sopenharmony_ci   "name": "GL1C_PERFCOUNTER1_SELECT",
10835bf215546Sopenharmony_ci   "type_ref": "TCP_PERFCOUNTER2_SELECT"
10836bf215546Sopenharmony_ci  },
10837bf215546Sopenharmony_ci  {
10838bf215546Sopenharmony_ci   "chips": ["gfx10"],
10839bf215546Sopenharmony_ci   "map": {"at": 224908, "to": "mm"},
10840bf215546Sopenharmony_ci   "name": "GL1C_PERFCOUNTER2_SELECT",
10841bf215546Sopenharmony_ci   "type_ref": "TCP_PERFCOUNTER2_SELECT"
10842bf215546Sopenharmony_ci  },
10843bf215546Sopenharmony_ci  {
10844bf215546Sopenharmony_ci   "chips": ["gfx10"],
10845bf215546Sopenharmony_ci   "map": {"at": 224912, "to": "mm"},
10846bf215546Sopenharmony_ci   "name": "GL1C_PERFCOUNTER3_SELECT",
10847bf215546Sopenharmony_ci   "type_ref": "TCP_PERFCOUNTER2_SELECT"
10848bf215546Sopenharmony_ci  },
10849bf215546Sopenharmony_ci  {
10850bf215546Sopenharmony_ci   "chips": ["gfx10"],
10851bf215546Sopenharmony_ci   "map": {"at": 225024, "to": "mm"},
10852bf215546Sopenharmony_ci   "name": "CHC_PERFCOUNTER0_SELECT",
10853bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
10854bf215546Sopenharmony_ci  },
10855bf215546Sopenharmony_ci  {
10856bf215546Sopenharmony_ci   "chips": ["gfx10"],
10857bf215546Sopenharmony_ci   "map": {"at": 225028, "to": "mm"},
10858bf215546Sopenharmony_ci   "name": "CHC_PERFCOUNTER0_SELECT1",
10859bf215546Sopenharmony_ci   "type_ref": "GE_PERFCOUNTER0_SELECT1"
10860bf215546Sopenharmony_ci  },
10861bf215546Sopenharmony_ci  {
10862bf215546Sopenharmony_ci   "chips": ["gfx10"],
10863bf215546Sopenharmony_ci   "map": {"at": 225032, "to": "mm"},
10864bf215546Sopenharmony_ci   "name": "CHC_PERFCOUNTER1_SELECT",
10865bf215546Sopenharmony_ci   "type_ref": "TCP_PERFCOUNTER2_SELECT"
10866bf215546Sopenharmony_ci  },
10867bf215546Sopenharmony_ci  {
10868bf215546Sopenharmony_ci   "chips": ["gfx10"],
10869bf215546Sopenharmony_ci   "map": {"at": 225036, "to": "mm"},
10870bf215546Sopenharmony_ci   "name": "CHC_PERFCOUNTER2_SELECT",
10871bf215546Sopenharmony_ci   "type_ref": "TCP_PERFCOUNTER2_SELECT"
10872bf215546Sopenharmony_ci  },
10873bf215546Sopenharmony_ci  {
10874bf215546Sopenharmony_ci   "chips": ["gfx10"],
10875bf215546Sopenharmony_ci   "map": {"at": 225040, "to": "mm"},
10876bf215546Sopenharmony_ci   "name": "CHC_PERFCOUNTER3_SELECT",
10877bf215546Sopenharmony_ci   "type_ref": "TCP_PERFCOUNTER2_SELECT"
10878bf215546Sopenharmony_ci  },
10879bf215546Sopenharmony_ci  {
10880bf215546Sopenharmony_ci   "chips": ["gfx10"],
10881bf215546Sopenharmony_ci   "map": {"at": 225048, "to": "mm"},
10882bf215546Sopenharmony_ci   "name": "CHCG_PERFCOUNTER0_SELECT",
10883bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
10884bf215546Sopenharmony_ci  },
10885bf215546Sopenharmony_ci  {
10886bf215546Sopenharmony_ci   "chips": ["gfx10"],
10887bf215546Sopenharmony_ci   "map": {"at": 225052, "to": "mm"},
10888bf215546Sopenharmony_ci   "name": "CHCG_PERFCOUNTER0_SELECT1",
10889bf215546Sopenharmony_ci   "type_ref": "GE_PERFCOUNTER0_SELECT1"
10890bf215546Sopenharmony_ci  },
10891bf215546Sopenharmony_ci  {
10892bf215546Sopenharmony_ci   "chips": ["gfx10"],
10893bf215546Sopenharmony_ci   "map": {"at": 225056, "to": "mm"},
10894bf215546Sopenharmony_ci   "name": "CHCG_PERFCOUNTER1_SELECT",
10895bf215546Sopenharmony_ci   "type_ref": "TCP_PERFCOUNTER2_SELECT"
10896bf215546Sopenharmony_ci  },
10897bf215546Sopenharmony_ci  {
10898bf215546Sopenharmony_ci   "chips": ["gfx10"],
10899bf215546Sopenharmony_ci   "map": {"at": 225060, "to": "mm"},
10900bf215546Sopenharmony_ci   "name": "CHCG_PERFCOUNTER2_SELECT",
10901bf215546Sopenharmony_ci   "type_ref": "TCP_PERFCOUNTER2_SELECT"
10902bf215546Sopenharmony_ci  },
10903bf215546Sopenharmony_ci  {
10904bf215546Sopenharmony_ci   "chips": ["gfx10"],
10905bf215546Sopenharmony_ci   "map": {"at": 225064, "to": "mm"},
10906bf215546Sopenharmony_ci   "name": "CHCG_PERFCOUNTER3_SELECT",
10907bf215546Sopenharmony_ci   "type_ref": "TCP_PERFCOUNTER2_SELECT"
10908bf215546Sopenharmony_ci  },
10909bf215546Sopenharmony_ci  {
10910bf215546Sopenharmony_ci   "chips": ["gfx10"],
10911bf215546Sopenharmony_ci   "map": {"at": 225280, "to": "mm"},
10912bf215546Sopenharmony_ci   "name": "CB_PERFCOUNTER_FILTER",
10913bf215546Sopenharmony_ci   "type_ref": "CB_PERFCOUNTER_FILTER"
10914bf215546Sopenharmony_ci  },
10915bf215546Sopenharmony_ci  {
10916bf215546Sopenharmony_ci   "chips": ["gfx10"],
10917bf215546Sopenharmony_ci   "map": {"at": 225284, "to": "mm"},
10918bf215546Sopenharmony_ci   "name": "CB_PERFCOUNTER0_SELECT",
10919bf215546Sopenharmony_ci   "type_ref": "CB_PERFCOUNTER0_SELECT"
10920bf215546Sopenharmony_ci  },
10921bf215546Sopenharmony_ci  {
10922bf215546Sopenharmony_ci   "chips": ["gfx10"],
10923bf215546Sopenharmony_ci   "map": {"at": 225288, "to": "mm"},
10924bf215546Sopenharmony_ci   "name": "CB_PERFCOUNTER0_SELECT1",
10925bf215546Sopenharmony_ci   "type_ref": "CB_PERFCOUNTER0_SELECT1"
10926bf215546Sopenharmony_ci  },
10927bf215546Sopenharmony_ci  {
10928bf215546Sopenharmony_ci   "chips": ["gfx10"],
10929bf215546Sopenharmony_ci   "map": {"at": 225292, "to": "mm"},
10930bf215546Sopenharmony_ci   "name": "CB_PERFCOUNTER1_SELECT",
10931bf215546Sopenharmony_ci   "type_ref": "CB_PERFCOUNTER1_SELECT"
10932bf215546Sopenharmony_ci  },
10933bf215546Sopenharmony_ci  {
10934bf215546Sopenharmony_ci   "chips": ["gfx10"],
10935bf215546Sopenharmony_ci   "map": {"at": 225296, "to": "mm"},
10936bf215546Sopenharmony_ci   "name": "CB_PERFCOUNTER2_SELECT",
10937bf215546Sopenharmony_ci   "type_ref": "CB_PERFCOUNTER1_SELECT"
10938bf215546Sopenharmony_ci  },
10939bf215546Sopenharmony_ci  {
10940bf215546Sopenharmony_ci   "chips": ["gfx10"],
10941bf215546Sopenharmony_ci   "map": {"at": 225300, "to": "mm"},
10942bf215546Sopenharmony_ci   "name": "CB_PERFCOUNTER3_SELECT",
10943bf215546Sopenharmony_ci   "type_ref": "CB_PERFCOUNTER1_SELECT"
10944bf215546Sopenharmony_ci  },
10945bf215546Sopenharmony_ci  {
10946bf215546Sopenharmony_ci   "chips": ["gfx10"],
10947bf215546Sopenharmony_ci   "map": {"at": 225536, "to": "mm"},
10948bf215546Sopenharmony_ci   "name": "DB_PERFCOUNTER0_SELECT",
10949bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
10950bf215546Sopenharmony_ci  },
10951bf215546Sopenharmony_ci  {
10952bf215546Sopenharmony_ci   "chips": ["gfx10"],
10953bf215546Sopenharmony_ci   "map": {"at": 225540, "to": "mm"},
10954bf215546Sopenharmony_ci   "name": "DB_PERFCOUNTER0_SELECT1",
10955bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT1"
10956bf215546Sopenharmony_ci  },
10957bf215546Sopenharmony_ci  {
10958bf215546Sopenharmony_ci   "chips": ["gfx10"],
10959bf215546Sopenharmony_ci   "map": {"at": 225544, "to": "mm"},
10960bf215546Sopenharmony_ci   "name": "DB_PERFCOUNTER1_SELECT",
10961bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
10962bf215546Sopenharmony_ci  },
10963bf215546Sopenharmony_ci  {
10964bf215546Sopenharmony_ci   "chips": ["gfx10"],
10965bf215546Sopenharmony_ci   "map": {"at": 225548, "to": "mm"},
10966bf215546Sopenharmony_ci   "name": "DB_PERFCOUNTER1_SELECT1",
10967bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT1"
10968bf215546Sopenharmony_ci  },
10969bf215546Sopenharmony_ci  {
10970bf215546Sopenharmony_ci   "chips": ["gfx10"],
10971bf215546Sopenharmony_ci   "map": {"at": 225552, "to": "mm"},
10972bf215546Sopenharmony_ci   "name": "DB_PERFCOUNTER2_SELECT",
10973bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
10974bf215546Sopenharmony_ci  },
10975bf215546Sopenharmony_ci  {
10976bf215546Sopenharmony_ci   "chips": ["gfx10"],
10977bf215546Sopenharmony_ci   "map": {"at": 225560, "to": "mm"},
10978bf215546Sopenharmony_ci   "name": "DB_PERFCOUNTER3_SELECT",
10979bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
10980bf215546Sopenharmony_ci  },
10981bf215546Sopenharmony_ci  {
10982bf215546Sopenharmony_ci   "chips": ["gfx10"],
10983bf215546Sopenharmony_ci   "map": {"at": 225792, "to": "mm"},
10984bf215546Sopenharmony_ci   "name": "RLC_SPM_PERFMON_CNTL",
10985bf215546Sopenharmony_ci   "type_ref": "RLC_SPM_PERFMON_CNTL"
10986bf215546Sopenharmony_ci  },
10987bf215546Sopenharmony_ci  {
10988bf215546Sopenharmony_ci   "chips": ["gfx10"],
10989bf215546Sopenharmony_ci   "map": {"at": 225796, "to": "mm"},
10990bf215546Sopenharmony_ci   "name": "RLC_SPM_PERFMON_RING_BASE_LO"
10991bf215546Sopenharmony_ci  },
10992bf215546Sopenharmony_ci  {
10993bf215546Sopenharmony_ci   "chips": ["gfx10"],
10994bf215546Sopenharmony_ci   "map": {"at": 225800, "to": "mm"},
10995bf215546Sopenharmony_ci   "name": "RLC_SPM_PERFMON_RING_BASE_HI",
10996bf215546Sopenharmony_ci   "type_ref": "RLC_SPM_PERFMON_RING_BASE_HI"
10997bf215546Sopenharmony_ci  },
10998bf215546Sopenharmony_ci  {
10999bf215546Sopenharmony_ci   "chips": ["gfx10"],
11000bf215546Sopenharmony_ci   "map": {"at": 225804, "to": "mm"},
11001bf215546Sopenharmony_ci   "name": "RLC_SPM_PERFMON_RING_SIZE"
11002bf215546Sopenharmony_ci  },
11003bf215546Sopenharmony_ci  {
11004bf215546Sopenharmony_ci   "chips": ["gfx10"],
11005bf215546Sopenharmony_ci   "map": {"at": 225808, "to": "mm"},
11006bf215546Sopenharmony_ci   "name": "RLC_SPM_PERFMON_SEGMENT_SIZE",
11007bf215546Sopenharmony_ci   "type_ref": "RLC_SPM_PERFMON_SEGMENT_SIZE"
11008bf215546Sopenharmony_ci  },
11009bf215546Sopenharmony_ci  {
11010bf215546Sopenharmony_ci   "chips": ["gfx10"],
11011bf215546Sopenharmony_ci   "map": {"at": 225812, "to": "mm"},
11012bf215546Sopenharmony_ci   "name": "RLC_SPM_RING_RDPTR"
11013bf215546Sopenharmony_ci  },
11014bf215546Sopenharmony_ci  {
11015bf215546Sopenharmony_ci   "chips": ["gfx10"],
11016bf215546Sopenharmony_ci   "map": {"at": 225816, "to": "mm"},
11017bf215546Sopenharmony_ci   "name": "RLC_SPM_SEGMENT_THRESHOLD",
11018bf215546Sopenharmony_ci   "type_ref": "RLC_SPM_SEGMENT_THRESHOLD"
11019bf215546Sopenharmony_ci  },
11020bf215546Sopenharmony_ci  {
11021bf215546Sopenharmony_ci   "chips": ["gfx10"],
11022bf215546Sopenharmony_ci   "map": {"at": 225820, "to": "mm"},
11023bf215546Sopenharmony_ci   "name": "RLC_SPM_SE_MUXSEL_ADDR",
11024bf215546Sopenharmony_ci   "type_ref": "RLC_SPM_SE_MUXSEL_ADDR"
11025bf215546Sopenharmony_ci  },
11026bf215546Sopenharmony_ci  {
11027bf215546Sopenharmony_ci   "chips": ["gfx10"],
11028bf215546Sopenharmony_ci   "map": {"at": 225824, "to": "mm"},
11029bf215546Sopenharmony_ci   "name": "RLC_SPM_SE_MUXSEL_DATA"
11030bf215546Sopenharmony_ci  },
11031bf215546Sopenharmony_ci  {
11032bf215546Sopenharmony_ci   "chips": ["gfx10"],
11033bf215546Sopenharmony_ci   "map": {"at": 225828, "to": "mm"},
11034bf215546Sopenharmony_ci   "name": "RLC_SPM_GLOBAL_MUXSEL_ADDR",
11035bf215546Sopenharmony_ci   "type_ref": "RLC_SPM_GLOBAL_MUXSEL_ADDR"
11036bf215546Sopenharmony_ci  },
11037bf215546Sopenharmony_ci  {
11038bf215546Sopenharmony_ci   "chips": ["gfx10"],
11039bf215546Sopenharmony_ci   "map": {"at": 225832, "to": "mm"},
11040bf215546Sopenharmony_ci   "name": "RLC_SPM_GLOBAL_MUXSEL_DATA"
11041bf215546Sopenharmony_ci  },
11042bf215546Sopenharmony_ci  {
11043bf215546Sopenharmony_ci   "chips": ["gfx10"],
11044bf215546Sopenharmony_ci   "map": {"at": 225836, "to": "mm"},
11045bf215546Sopenharmony_ci   "name": "RLC_SPM_DESER_START_SKEW",
11046bf215546Sopenharmony_ci   "type_ref": "RLC_SPM_DESER_START_SKEW"
11047bf215546Sopenharmony_ci  },
11048bf215546Sopenharmony_ci  {
11049bf215546Sopenharmony_ci   "chips": ["gfx10"],
11050bf215546Sopenharmony_ci   "map": {"at": 225840, "to": "mm"},
11051bf215546Sopenharmony_ci   "name": "RLC_SPM_GLOBALS_SAMPLE_SKEW",
11052bf215546Sopenharmony_ci   "type_ref": "RLC_SPM_GLOBALS_SAMPLE_SKEW"
11053bf215546Sopenharmony_ci  },
11054bf215546Sopenharmony_ci  {
11055bf215546Sopenharmony_ci   "chips": ["gfx10"],
11056bf215546Sopenharmony_ci   "map": {"at": 225844, "to": "mm"},
11057bf215546Sopenharmony_ci   "name": "RLC_SPM_GLOBALS_MUXSEL_SKEW",
11058bf215546Sopenharmony_ci   "type_ref": "RLC_SPM_GLOBALS_MUXSEL_SKEW"
11059bf215546Sopenharmony_ci  },
11060bf215546Sopenharmony_ci  {
11061bf215546Sopenharmony_ci   "chips": ["gfx10"],
11062bf215546Sopenharmony_ci   "map": {"at": 225848, "to": "mm"},
11063bf215546Sopenharmony_ci   "name": "RLC_SPM_SE_SAMPLE_SKEW",
11064bf215546Sopenharmony_ci   "type_ref": "RLC_SPM_SE_SAMPLE_SKEW"
11065bf215546Sopenharmony_ci  },
11066bf215546Sopenharmony_ci  {
11067bf215546Sopenharmony_ci   "chips": ["gfx10"],
11068bf215546Sopenharmony_ci   "map": {"at": 225852, "to": "mm"},
11069bf215546Sopenharmony_ci   "name": "RLC_SPM_SE_MUXSEL_SKEW",
11070bf215546Sopenharmony_ci   "type_ref": "RLC_SPM_SE_MUXSEL_SKEW"
11071bf215546Sopenharmony_ci  },
11072bf215546Sopenharmony_ci  {
11073bf215546Sopenharmony_ci   "chips": ["gfx10"],
11074bf215546Sopenharmony_ci   "map": {"at": 225856, "to": "mm"},
11075bf215546Sopenharmony_ci   "name": "RLC_SPM_GLB_SAMPLEDELAY_IND_ADDR"
11076bf215546Sopenharmony_ci  },
11077bf215546Sopenharmony_ci  {
11078bf215546Sopenharmony_ci   "chips": ["gfx10"],
11079bf215546Sopenharmony_ci   "map": {"at": 225860, "to": "mm"},
11080bf215546Sopenharmony_ci   "name": "RLC_SPM_GLB_SAMPLEDELAY_IND_DATA",
11081bf215546Sopenharmony_ci   "type_ref": "RLC_SPM_GLB_SAMPLEDELAY_IND_DATA"
11082bf215546Sopenharmony_ci  },
11083bf215546Sopenharmony_ci  {
11084bf215546Sopenharmony_ci   "chips": ["gfx10"],
11085bf215546Sopenharmony_ci   "map": {"at": 225864, "to": "mm"},
11086bf215546Sopenharmony_ci   "name": "RLC_SPM_SE_SAMPLEDELAY_IND_ADDR"
11087bf215546Sopenharmony_ci  },
11088bf215546Sopenharmony_ci  {
11089bf215546Sopenharmony_ci   "chips": ["gfx10"],
11090bf215546Sopenharmony_ci   "map": {"at": 225868, "to": "mm"},
11091bf215546Sopenharmony_ci   "name": "RLC_SPM_SE_SAMPLEDELAY_IND_DATA",
11092bf215546Sopenharmony_ci   "type_ref": "RLC_SPM_GLB_SAMPLEDELAY_IND_DATA"
11093bf215546Sopenharmony_ci  },
11094bf215546Sopenharmony_ci  {
11095bf215546Sopenharmony_ci   "chips": ["gfx10"],
11096bf215546Sopenharmony_ci   "map": {"at": 225872, "to": "mm"},
11097bf215546Sopenharmony_ci   "name": "RLC_SPM_RING_WRPTR",
11098bf215546Sopenharmony_ci   "type_ref": "RLC_SPM_RING_WRPTR"
11099bf215546Sopenharmony_ci  },
11100bf215546Sopenharmony_ci  {
11101bf215546Sopenharmony_ci   "chips": ["gfx10"],
11102bf215546Sopenharmony_ci   "map": {"at": 225876, "to": "mm"},
11103bf215546Sopenharmony_ci   "name": "RLC_SPM_ACCUM_DATARAM_ADDR",
11104bf215546Sopenharmony_ci   "type_ref": "RLC_SPM_ACCUM_DATARAM_ADDR"
11105bf215546Sopenharmony_ci  },
11106bf215546Sopenharmony_ci  {
11107bf215546Sopenharmony_ci   "chips": ["gfx10"],
11108bf215546Sopenharmony_ci   "map": {"at": 225880, "to": "mm"},
11109bf215546Sopenharmony_ci   "name": "RLC_SPM_ACCUM_DATARAM_DATA"
11110bf215546Sopenharmony_ci  },
11111bf215546Sopenharmony_ci  {
11112bf215546Sopenharmony_ci   "chips": ["gfx10"],
11113bf215546Sopenharmony_ci   "map": {"at": 225884, "to": "mm"},
11114bf215546Sopenharmony_ci   "name": "RLC_SPM_ACCUM_CTRLRAM_ADDR",
11115bf215546Sopenharmony_ci   "type_ref": "RLC_SPM_ACCUM_CTRLRAM_ADDR"
11116bf215546Sopenharmony_ci  },
11117bf215546Sopenharmony_ci  {
11118bf215546Sopenharmony_ci   "chips": ["gfx10"],
11119bf215546Sopenharmony_ci   "map": {"at": 225888, "to": "mm"},
11120bf215546Sopenharmony_ci   "name": "RLC_SPM_ACCUM_CTRLRAM_DATA",
11121bf215546Sopenharmony_ci   "type_ref": "RLC_SPM_ACCUM_CTRLRAM_DATA"
11122bf215546Sopenharmony_ci  },
11123bf215546Sopenharmony_ci  {
11124bf215546Sopenharmony_ci   "chips": ["gfx10"],
11125bf215546Sopenharmony_ci   "map": {"at": 225892, "to": "mm"},
11126bf215546Sopenharmony_ci   "name": "RLC_SPM_ACCUM_STATUS",
11127bf215546Sopenharmony_ci   "type_ref": "RLC_SPM_ACCUM_STATUS"
11128bf215546Sopenharmony_ci  },
11129bf215546Sopenharmony_ci  {
11130bf215546Sopenharmony_ci   "chips": ["gfx10"],
11131bf215546Sopenharmony_ci   "map": {"at": 225896, "to": "mm"},
11132bf215546Sopenharmony_ci   "name": "RLC_SPM_ACCUM_CTRL",
11133bf215546Sopenharmony_ci   "type_ref": "RLC_SPM_ACCUM_CTRL"
11134bf215546Sopenharmony_ci  },
11135bf215546Sopenharmony_ci  {
11136bf215546Sopenharmony_ci   "chips": ["gfx10"],
11137bf215546Sopenharmony_ci   "map": {"at": 225900, "to": "mm"},
11138bf215546Sopenharmony_ci   "name": "RLC_SPM_ACCUM_MODE",
11139bf215546Sopenharmony_ci   "type_ref": "RLC_SPM_ACCUM_MODE"
11140bf215546Sopenharmony_ci  },
11141bf215546Sopenharmony_ci  {
11142bf215546Sopenharmony_ci   "chips": ["gfx10"],
11143bf215546Sopenharmony_ci   "map": {"at": 225904, "to": "mm"},
11144bf215546Sopenharmony_ci   "name": "RLC_SPM_ACCUM_THRESHOLD",
11145bf215546Sopenharmony_ci   "type_ref": "RLC_SPM_ACCUM_THRESHOLD"
11146bf215546Sopenharmony_ci  },
11147bf215546Sopenharmony_ci  {
11148bf215546Sopenharmony_ci   "chips": ["gfx10"],
11149bf215546Sopenharmony_ci   "map": {"at": 225908, "to": "mm"},
11150bf215546Sopenharmony_ci   "name": "RLC_SPM_ACCUM_SAMPLES_REQUESTED",
11151bf215546Sopenharmony_ci   "type_ref": "RLC_SPM_ACCUM_SAMPLES_REQUESTED"
11152bf215546Sopenharmony_ci  },
11153bf215546Sopenharmony_ci  {
11154bf215546Sopenharmony_ci   "chips": ["gfx10"],
11155bf215546Sopenharmony_ci   "map": {"at": 225912, "to": "mm"},
11156bf215546Sopenharmony_ci   "name": "RLC_SPM_ACCUM_DATARAM_WRCOUNT",
11157bf215546Sopenharmony_ci   "type_ref": "RLC_SPM_ACCUM_DATARAM_WRCOUNT"
11158bf215546Sopenharmony_ci  },
11159bf215546Sopenharmony_ci  {
11160bf215546Sopenharmony_ci   "chips": ["gfx10"],
11161bf215546Sopenharmony_ci   "map": {"at": 225916, "to": "mm"},
11162bf215546Sopenharmony_ci   "name": "RLC_SPM_PERFMON_SE3TO0_SEGMENT_SIZE",
11163bf215546Sopenharmony_ci   "type_ref": "RLC_SPM_PERFMON_SE3TO0_SEGMENT_SIZE"
11164bf215546Sopenharmony_ci  },
11165bf215546Sopenharmony_ci  {
11166bf215546Sopenharmony_ci   "chips": ["gfx10"],
11167bf215546Sopenharmony_ci   "map": {"at": 225920, "to": "mm"},
11168bf215546Sopenharmony_ci   "name": "RLC_SPM_PERFMON_GLB_SEGMENT_SIZE",
11169bf215546Sopenharmony_ci   "type_ref": "RLC_SPM_PERFMON_GLB_SEGMENT_SIZE"
11170bf215546Sopenharmony_ci  },
11171bf215546Sopenharmony_ci  {
11172bf215546Sopenharmony_ci   "chips": ["gfx10"],
11173bf215546Sopenharmony_ci   "map": {"at": 225924, "to": "mm"},
11174bf215546Sopenharmony_ci   "name": "RLC_SPM_VIRT_CTRL",
11175bf215546Sopenharmony_ci   "type_ref": "RLC_SPM_VIRT_CTRL"
11176bf215546Sopenharmony_ci  },
11177bf215546Sopenharmony_ci  {
11178bf215546Sopenharmony_ci   "chips": ["gfx10"],
11179bf215546Sopenharmony_ci   "map": {"at": 225932, "to": "mm"},
11180bf215546Sopenharmony_ci   "name": "RLC_SPM_VIRT_STATUS",
11181bf215546Sopenharmony_ci   "type_ref": "RLC_SPM_VIRT_STATUS"
11182bf215546Sopenharmony_ci  },
11183bf215546Sopenharmony_ci  {
11184bf215546Sopenharmony_ci   "chips": ["gfx10"],
11185bf215546Sopenharmony_ci   "map": {"at": 226048, "to": "mm"},
11186bf215546Sopenharmony_ci   "name": "RLC_PERFMON_CNTL",
11187bf215546Sopenharmony_ci   "type_ref": "RLC_PERFMON_CNTL"
11188bf215546Sopenharmony_ci  },
11189bf215546Sopenharmony_ci  {
11190bf215546Sopenharmony_ci   "chips": ["gfx10"],
11191bf215546Sopenharmony_ci   "map": {"at": 226052, "to": "mm"},
11192bf215546Sopenharmony_ci   "name": "RLC_PERFCOUNTER0_SELECT",
11193bf215546Sopenharmony_ci   "type_ref": "RLC_PERFCOUNTER0_SELECT"
11194bf215546Sopenharmony_ci  },
11195bf215546Sopenharmony_ci  {
11196bf215546Sopenharmony_ci   "chips": ["gfx10"],
11197bf215546Sopenharmony_ci   "map": {"at": 226056, "to": "mm"},
11198bf215546Sopenharmony_ci   "name": "RLC_PERFCOUNTER1_SELECT",
11199bf215546Sopenharmony_ci   "type_ref": "RLC_PERFCOUNTER0_SELECT"
11200bf215546Sopenharmony_ci  },
11201bf215546Sopenharmony_ci  {
11202bf215546Sopenharmony_ci   "chips": ["gfx10"],
11203bf215546Sopenharmony_ci   "map": {"at": 226060, "to": "mm"},
11204bf215546Sopenharmony_ci   "name": "RLC_GPU_IOV_PERF_CNT_CNTL",
11205bf215546Sopenharmony_ci   "type_ref": "RLC_GPU_IOV_PERF_CNT_CNTL"
11206bf215546Sopenharmony_ci  },
11207bf215546Sopenharmony_ci  {
11208bf215546Sopenharmony_ci   "chips": ["gfx10"],
11209bf215546Sopenharmony_ci   "map": {"at": 226064, "to": "mm"},
11210bf215546Sopenharmony_ci   "name": "RLC_GPU_IOV_PERF_CNT_WR_ADDR",
11211bf215546Sopenharmony_ci   "type_ref": "RLC_GPU_IOV_PERF_CNT_WR_ADDR"
11212bf215546Sopenharmony_ci  },
11213bf215546Sopenharmony_ci  {
11214bf215546Sopenharmony_ci   "chips": ["gfx10"],
11215bf215546Sopenharmony_ci   "map": {"at": 226068, "to": "mm"},
11216bf215546Sopenharmony_ci   "name": "RLC_GPU_IOV_PERF_CNT_WR_DATA"
11217bf215546Sopenharmony_ci  },
11218bf215546Sopenharmony_ci  {
11219bf215546Sopenharmony_ci   "chips": ["gfx10"],
11220bf215546Sopenharmony_ci   "map": {"at": 226072, "to": "mm"},
11221bf215546Sopenharmony_ci   "name": "RLC_GPU_IOV_PERF_CNT_RD_ADDR",
11222bf215546Sopenharmony_ci   "type_ref": "RLC_GPU_IOV_PERF_CNT_WR_ADDR"
11223bf215546Sopenharmony_ci  },
11224bf215546Sopenharmony_ci  {
11225bf215546Sopenharmony_ci   "chips": ["gfx10"],
11226bf215546Sopenharmony_ci   "map": {"at": 226076, "to": "mm"},
11227bf215546Sopenharmony_ci   "name": "RLC_GPU_IOV_PERF_CNT_RD_DATA"
11228bf215546Sopenharmony_ci  },
11229bf215546Sopenharmony_ci  {
11230bf215546Sopenharmony_ci   "chips": ["gfx10"],
11231bf215546Sopenharmony_ci   "map": {"at": 226192, "to": "mm"},
11232bf215546Sopenharmony_ci   "name": "RLC_PERFMON_CLK_CNTL",
11233bf215546Sopenharmony_ci   "type_ref": "RLC_PERFMON_CLK_CNTL"
11234bf215546Sopenharmony_ci  },
11235bf215546Sopenharmony_ci  {
11236bf215546Sopenharmony_ci   "chips": ["gfx10"],
11237bf215546Sopenharmony_ci   "map": {"at": 226196, "to": "mm"},
11238bf215546Sopenharmony_ci   "name": "RLC_PERFMON_CLK_CNTL_UCODE",
11239bf215546Sopenharmony_ci   "type_ref": "RLC_PERFMON_CLK_CNTL"
11240bf215546Sopenharmony_ci  },
11241bf215546Sopenharmony_ci  {
11242bf215546Sopenharmony_ci   "chips": ["gfx10"],
11243bf215546Sopenharmony_ci   "map": {"at": 226304, "to": "mm"},
11244bf215546Sopenharmony_ci   "name": "RMI_PERFCOUNTER0_SELECT",
11245bf215546Sopenharmony_ci   "type_ref": "CB_PERFCOUNTER0_SELECT"
11246bf215546Sopenharmony_ci  },
11247bf215546Sopenharmony_ci  {
11248bf215546Sopenharmony_ci   "chips": ["gfx10"],
11249bf215546Sopenharmony_ci   "map": {"at": 226308, "to": "mm"},
11250bf215546Sopenharmony_ci   "name": "RMI_PERFCOUNTER0_SELECT1",
11251bf215546Sopenharmony_ci   "type_ref": "CB_PERFCOUNTER0_SELECT1"
11252bf215546Sopenharmony_ci  },
11253bf215546Sopenharmony_ci  {
11254bf215546Sopenharmony_ci   "chips": ["gfx10"],
11255bf215546Sopenharmony_ci   "map": {"at": 226312, "to": "mm"},
11256bf215546Sopenharmony_ci   "name": "RMI_PERFCOUNTER1_SELECT",
11257bf215546Sopenharmony_ci   "type_ref": "CB_PERFCOUNTER1_SELECT"
11258bf215546Sopenharmony_ci  },
11259bf215546Sopenharmony_ci  {
11260bf215546Sopenharmony_ci   "chips": ["gfx10"],
11261bf215546Sopenharmony_ci   "map": {"at": 226316, "to": "mm"},
11262bf215546Sopenharmony_ci   "name": "RMI_PERFCOUNTER2_SELECT",
11263bf215546Sopenharmony_ci   "type_ref": "CB_PERFCOUNTER0_SELECT"
11264bf215546Sopenharmony_ci  },
11265bf215546Sopenharmony_ci  {
11266bf215546Sopenharmony_ci   "chips": ["gfx10"],
11267bf215546Sopenharmony_ci   "map": {"at": 226320, "to": "mm"},
11268bf215546Sopenharmony_ci   "name": "RMI_PERFCOUNTER2_SELECT1",
11269bf215546Sopenharmony_ci   "type_ref": "CB_PERFCOUNTER0_SELECT1"
11270bf215546Sopenharmony_ci  },
11271bf215546Sopenharmony_ci  {
11272bf215546Sopenharmony_ci   "chips": ["gfx10"],
11273bf215546Sopenharmony_ci   "map": {"at": 226324, "to": "mm"},
11274bf215546Sopenharmony_ci   "name": "RMI_PERFCOUNTER3_SELECT",
11275bf215546Sopenharmony_ci   "type_ref": "CB_PERFCOUNTER1_SELECT"
11276bf215546Sopenharmony_ci  },
11277bf215546Sopenharmony_ci  {
11278bf215546Sopenharmony_ci   "chips": ["gfx10"],
11279bf215546Sopenharmony_ci   "map": {"at": 226328, "to": "mm"},
11280bf215546Sopenharmony_ci   "name": "RMI_PERF_COUNTER_CNTL",
11281bf215546Sopenharmony_ci   "type_ref": "RMI_PERF_COUNTER_CNTL"
11282bf215546Sopenharmony_ci  },
11283bf215546Sopenharmony_ci  {
11284bf215546Sopenharmony_ci   "chips": ["gfx10"],
11285bf215546Sopenharmony_ci   "map": {"at": 226432, "to": "mm"},
11286bf215546Sopenharmony_ci   "name": "GC_ATC_L2_PERFCOUNTER0_CFG",
11287bf215546Sopenharmony_ci   "type_ref": "GC_ATC_L2_PERFCOUNTER0_CFG"
11288bf215546Sopenharmony_ci  },
11289bf215546Sopenharmony_ci  {
11290bf215546Sopenharmony_ci   "chips": ["gfx10"],
11291bf215546Sopenharmony_ci   "map": {"at": 226436, "to": "mm"},
11292bf215546Sopenharmony_ci   "name": "GC_ATC_L2_PERFCOUNTER1_CFG",
11293bf215546Sopenharmony_ci   "type_ref": "GC_ATC_L2_PERFCOUNTER0_CFG"
11294bf215546Sopenharmony_ci  },
11295bf215546Sopenharmony_ci  {
11296bf215546Sopenharmony_ci   "chips": ["gfx10"],
11297bf215546Sopenharmony_ci   "map": {"at": 226440, "to": "mm"},
11298bf215546Sopenharmony_ci   "name": "GC_ATC_L2_PERFCOUNTER_RSLT_CNTL",
11299bf215546Sopenharmony_ci   "type_ref": "GC_ATC_L2_PERFCOUNTER_RSLT_CNTL"
11300bf215546Sopenharmony_ci  },
11301bf215546Sopenharmony_ci  {
11302bf215546Sopenharmony_ci   "chips": ["gfx10"],
11303bf215546Sopenharmony_ci   "map": {"at": 226480, "to": "mm"},
11304bf215546Sopenharmony_ci   "name": "GCMC_VM_L2_PERFCOUNTER0_CFG",
11305bf215546Sopenharmony_ci   "type_ref": "GC_ATC_L2_PERFCOUNTER0_CFG"
11306bf215546Sopenharmony_ci  },
11307bf215546Sopenharmony_ci  {
11308bf215546Sopenharmony_ci   "chips": ["gfx10"],
11309bf215546Sopenharmony_ci   "map": {"at": 226484, "to": "mm"},
11310bf215546Sopenharmony_ci   "name": "GCMC_VM_L2_PERFCOUNTER1_CFG",
11311bf215546Sopenharmony_ci   "type_ref": "GC_ATC_L2_PERFCOUNTER0_CFG"
11312bf215546Sopenharmony_ci  },
11313bf215546Sopenharmony_ci  {
11314bf215546Sopenharmony_ci   "chips": ["gfx10"],
11315bf215546Sopenharmony_ci   "map": {"at": 226488, "to": "mm"},
11316bf215546Sopenharmony_ci   "name": "GCMC_VM_L2_PERFCOUNTER2_CFG",
11317bf215546Sopenharmony_ci   "type_ref": "GC_ATC_L2_PERFCOUNTER0_CFG"
11318bf215546Sopenharmony_ci  },
11319bf215546Sopenharmony_ci  {
11320bf215546Sopenharmony_ci   "chips": ["gfx10"],
11321bf215546Sopenharmony_ci   "map": {"at": 226492, "to": "mm"},
11322bf215546Sopenharmony_ci   "name": "GCMC_VM_L2_PERFCOUNTER3_CFG",
11323bf215546Sopenharmony_ci   "type_ref": "GC_ATC_L2_PERFCOUNTER0_CFG"
11324bf215546Sopenharmony_ci  },
11325bf215546Sopenharmony_ci  {
11326bf215546Sopenharmony_ci   "chips": ["gfx10"],
11327bf215546Sopenharmony_ci   "map": {"at": 226496, "to": "mm"},
11328bf215546Sopenharmony_ci   "name": "GCMC_VM_L2_PERFCOUNTER4_CFG",
11329bf215546Sopenharmony_ci   "type_ref": "GC_ATC_L2_PERFCOUNTER0_CFG"
11330bf215546Sopenharmony_ci  },
11331bf215546Sopenharmony_ci  {
11332bf215546Sopenharmony_ci   "chips": ["gfx10"],
11333bf215546Sopenharmony_ci   "map": {"at": 226500, "to": "mm"},
11334bf215546Sopenharmony_ci   "name": "GCMC_VM_L2_PERFCOUNTER5_CFG",
11335bf215546Sopenharmony_ci   "type_ref": "GC_ATC_L2_PERFCOUNTER0_CFG"
11336bf215546Sopenharmony_ci  },
11337bf215546Sopenharmony_ci  {
11338bf215546Sopenharmony_ci   "chips": ["gfx10"],
11339bf215546Sopenharmony_ci   "map": {"at": 226504, "to": "mm"},
11340bf215546Sopenharmony_ci   "name": "GCMC_VM_L2_PERFCOUNTER6_CFG",
11341bf215546Sopenharmony_ci   "type_ref": "GC_ATC_L2_PERFCOUNTER0_CFG"
11342bf215546Sopenharmony_ci  },
11343bf215546Sopenharmony_ci  {
11344bf215546Sopenharmony_ci   "chips": ["gfx10"],
11345bf215546Sopenharmony_ci   "map": {"at": 226508, "to": "mm"},
11346bf215546Sopenharmony_ci   "name": "GCMC_VM_L2_PERFCOUNTER7_CFG",
11347bf215546Sopenharmony_ci   "type_ref": "GC_ATC_L2_PERFCOUNTER0_CFG"
11348bf215546Sopenharmony_ci  },
11349bf215546Sopenharmony_ci  {
11350bf215546Sopenharmony_ci   "chips": ["gfx10"],
11351bf215546Sopenharmony_ci   "map": {"at": 226512, "to": "mm"},
11352bf215546Sopenharmony_ci   "name": "GCMC_VM_L2_PERFCOUNTER_RSLT_CNTL",
11353bf215546Sopenharmony_ci   "type_ref": "GC_ATC_L2_PERFCOUNTER_RSLT_CNTL"
11354bf215546Sopenharmony_ci  },
11355bf215546Sopenharmony_ci  {
11356bf215546Sopenharmony_ci   "chips": ["gfx10"],
11357bf215546Sopenharmony_ci   "map": {"at": 226544, "to": "mm"},
11358bf215546Sopenharmony_ci   "name": "GCVML2_PERFCOUNTER2_0_SELECT",
11359bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
11360bf215546Sopenharmony_ci  },
11361bf215546Sopenharmony_ci  {
11362bf215546Sopenharmony_ci   "chips": ["gfx10"],
11363bf215546Sopenharmony_ci   "map": {"at": 226548, "to": "mm"},
11364bf215546Sopenharmony_ci   "name": "GCVML2_PERFCOUNTER2_1_SELECT",
11365bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
11366bf215546Sopenharmony_ci  },
11367bf215546Sopenharmony_ci  {
11368bf215546Sopenharmony_ci   "chips": ["gfx10"],
11369bf215546Sopenharmony_ci   "map": {"at": 226552, "to": "mm"},
11370bf215546Sopenharmony_ci   "name": "GCVML2_PERFCOUNTER2_0_SELECT1",
11371bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT1"
11372bf215546Sopenharmony_ci  },
11373bf215546Sopenharmony_ci  {
11374bf215546Sopenharmony_ci   "chips": ["gfx10"],
11375bf215546Sopenharmony_ci   "map": {"at": 226556, "to": "mm"},
11376bf215546Sopenharmony_ci   "name": "GCVML2_PERFCOUNTER2_1_SELECT1",
11377bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT1"
11378bf215546Sopenharmony_ci  },
11379bf215546Sopenharmony_ci  {
11380bf215546Sopenharmony_ci   "chips": ["gfx10"],
11381bf215546Sopenharmony_ci   "map": {"at": 226560, "to": "mm"},
11382bf215546Sopenharmony_ci   "name": "GCVML2_PERFCOUNTER2_0_MODE",
11383bf215546Sopenharmony_ci   "type_ref": "GCEA_PERFCOUNTER2_MODE"
11384bf215546Sopenharmony_ci  },
11385bf215546Sopenharmony_ci  {
11386bf215546Sopenharmony_ci   "chips": ["gfx10"],
11387bf215546Sopenharmony_ci   "map": {"at": 226564, "to": "mm"},
11388bf215546Sopenharmony_ci   "name": "GCVML2_PERFCOUNTER2_1_MODE",
11389bf215546Sopenharmony_ci   "type_ref": "GCEA_PERFCOUNTER2_MODE"
11390bf215546Sopenharmony_ci  },
11391bf215546Sopenharmony_ci  {
11392bf215546Sopenharmony_ci   "chips": ["gfx10"],
11393bf215546Sopenharmony_ci   "map": {"at": 226608, "to": "mm"},
11394bf215546Sopenharmony_ci   "name": "GC_ATC_L2_PERFCOUNTER2_SELECT",
11395bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
11396bf215546Sopenharmony_ci  },
11397bf215546Sopenharmony_ci  {
11398bf215546Sopenharmony_ci   "chips": ["gfx10"],
11399bf215546Sopenharmony_ci   "map": {"at": 226612, "to": "mm"},
11400bf215546Sopenharmony_ci   "name": "GC_ATC_L2_PERFCOUNTER2_SELECT1",
11401bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT1"
11402bf215546Sopenharmony_ci  },
11403bf215546Sopenharmony_ci  {
11404bf215546Sopenharmony_ci   "chips": ["gfx10"],
11405bf215546Sopenharmony_ci   "map": {"at": 226616, "to": "mm"},
11406bf215546Sopenharmony_ci   "name": "GC_ATC_L2_PERFCOUNTER2_MODE",
11407bf215546Sopenharmony_ci   "type_ref": "GCEA_PERFCOUNTER2_MODE"
11408bf215546Sopenharmony_ci  },
11409bf215546Sopenharmony_ci  {
11410bf215546Sopenharmony_ci   "chips": ["gfx10"],
11411bf215546Sopenharmony_ci   "map": {"at": 226688, "to": "mm"},
11412bf215546Sopenharmony_ci   "name": "GCR_PERFCOUNTER0_SELECT",
11413bf215546Sopenharmony_ci   "type_ref": "CB_PERFCOUNTER0_SELECT"
11414bf215546Sopenharmony_ci  },
11415bf215546Sopenharmony_ci  {
11416bf215546Sopenharmony_ci   "chips": ["gfx10"],
11417bf215546Sopenharmony_ci   "map": {"at": 226692, "to": "mm"},
11418bf215546Sopenharmony_ci   "name": "GCR_PERFCOUNTER0_SELECT1",
11419bf215546Sopenharmony_ci   "type_ref": "CB_PERFCOUNTER0_SELECT1"
11420bf215546Sopenharmony_ci  },
11421bf215546Sopenharmony_ci  {
11422bf215546Sopenharmony_ci   "chips": ["gfx10"],
11423bf215546Sopenharmony_ci   "map": {"at": 226696, "to": "mm"},
11424bf215546Sopenharmony_ci   "name": "GCR_PERFCOUNTER1_SELECT",
11425bf215546Sopenharmony_ci   "type_ref": "GCR_PERFCOUNTER1_SELECT"
11426bf215546Sopenharmony_ci  },
11427bf215546Sopenharmony_ci  {
11428bf215546Sopenharmony_ci   "chips": ["gfx10"],
11429bf215546Sopenharmony_ci   "map": {"at": 226700, "to": "mm"},
11430bf215546Sopenharmony_ci   "name": "UTCL1_PERFCOUNTER0_SELECT",
11431bf215546Sopenharmony_ci   "type_ref": "UTCL1_PERFCOUNTER0_SELECT"
11432bf215546Sopenharmony_ci  },
11433bf215546Sopenharmony_ci  {
11434bf215546Sopenharmony_ci   "chips": ["gfx10"],
11435bf215546Sopenharmony_ci   "map": {"at": 226704, "to": "mm"},
11436bf215546Sopenharmony_ci   "name": "UTCL1_PERFCOUNTER1_SELECT",
11437bf215546Sopenharmony_ci   "type_ref": "UTCL1_PERFCOUNTER0_SELECT"
11438bf215546Sopenharmony_ci  },
11439bf215546Sopenharmony_ci  {
11440bf215546Sopenharmony_ci   "chips": ["gfx10"],
11441bf215546Sopenharmony_ci   "map": {"at": 226816, "to": "mm"},
11442bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER0_SELECT",
11443bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
11444bf215546Sopenharmony_ci  },
11445bf215546Sopenharmony_ci  {
11446bf215546Sopenharmony_ci   "chips": ["gfx10"],
11447bf215546Sopenharmony_ci   "map": {"at": 226820, "to": "mm"},
11448bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER0_SELECT1",
11449bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT1"
11450bf215546Sopenharmony_ci  },
11451bf215546Sopenharmony_ci  {
11452bf215546Sopenharmony_ci   "chips": ["gfx10"],
11453bf215546Sopenharmony_ci   "map": {"at": 226824, "to": "mm"},
11454bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER1_SELECT",
11455bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
11456bf215546Sopenharmony_ci  },
11457bf215546Sopenharmony_ci  {
11458bf215546Sopenharmony_ci   "chips": ["gfx10"],
11459bf215546Sopenharmony_ci   "map": {"at": 226828, "to": "mm"},
11460bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER2_SELECT",
11461bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
11462bf215546Sopenharmony_ci  },
11463bf215546Sopenharmony_ci  {
11464bf215546Sopenharmony_ci   "chips": ["gfx10"],
11465bf215546Sopenharmony_ci   "map": {"at": 226832, "to": "mm"},
11466bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER3_SELECT",
11467bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
11468bf215546Sopenharmony_ci  },
11469bf215546Sopenharmony_ci  {
11470bf215546Sopenharmony_ci   "chips": ["gfx10"],
11471bf215546Sopenharmony_ci   "map": {"at": 226836, "to": "mm"},
11472bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER4_SELECT",
11473bf215546Sopenharmony_ci   "type_ref": "PA_SC_PERFCOUNTER1_SELECT"
11474bf215546Sopenharmony_ci  },
11475bf215546Sopenharmony_ci  {
11476bf215546Sopenharmony_ci   "chips": ["gfx10"],
11477bf215546Sopenharmony_ci   "map": {"at": 226840, "to": "mm"},
11478bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER5_SELECT",
11479bf215546Sopenharmony_ci   "type_ref": "PA_SC_PERFCOUNTER1_SELECT"
11480bf215546Sopenharmony_ci  },
11481bf215546Sopenharmony_ci  {
11482bf215546Sopenharmony_ci   "chips": ["gfx10"],
11483bf215546Sopenharmony_ci   "map": {"at": 226844, "to": "mm"},
11484bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER6_SELECT",
11485bf215546Sopenharmony_ci   "type_ref": "PA_SC_PERFCOUNTER1_SELECT"
11486bf215546Sopenharmony_ci  },
11487bf215546Sopenharmony_ci  {
11488bf215546Sopenharmony_ci   "chips": ["gfx10"],
11489bf215546Sopenharmony_ci   "map": {"at": 226848, "to": "mm"},
11490bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER7_SELECT",
11491bf215546Sopenharmony_ci   "type_ref": "PA_SC_PERFCOUNTER1_SELECT"
11492bf215546Sopenharmony_ci  },
11493bf215546Sopenharmony_ci  {
11494bf215546Sopenharmony_ci   "chips": ["gfx10"],
11495bf215546Sopenharmony_ci   "map": {"at": 226880, "to": "mm"},
11496bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER1_SELECT1",
11497bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT1"
11498bf215546Sopenharmony_ci  },
11499bf215546Sopenharmony_ci  {
11500bf215546Sopenharmony_ci   "chips": ["gfx10"],
11501bf215546Sopenharmony_ci   "map": {"at": 226884, "to": "mm"},
11502bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER2_SELECT1",
11503bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT1"
11504bf215546Sopenharmony_ci  },
11505bf215546Sopenharmony_ci  {
11506bf215546Sopenharmony_ci   "chips": ["gfx10"],
11507bf215546Sopenharmony_ci   "map": {"at": 226888, "to": "mm"},
11508bf215546Sopenharmony_ci   "name": "PA_PH_PERFCOUNTER3_SELECT1",
11509bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT1"
11510bf215546Sopenharmony_ci  },
11511bf215546Sopenharmony_ci  {
11512bf215546Sopenharmony_ci   "chips": ["gfx10"],
11513bf215546Sopenharmony_ci   "map": {"at": 227072, "to": "mm"},
11514bf215546Sopenharmony_ci   "name": "GL1A_PERFCOUNTER0_SELECT",
11515bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
11516bf215546Sopenharmony_ci  },
11517bf215546Sopenharmony_ci  {
11518bf215546Sopenharmony_ci   "chips": ["gfx10"],
11519bf215546Sopenharmony_ci   "map": {"at": 227076, "to": "mm"},
11520bf215546Sopenharmony_ci   "name": "GL1A_PERFCOUNTER0_SELECT1",
11521bf215546Sopenharmony_ci   "type_ref": "GE_PERFCOUNTER0_SELECT1"
11522bf215546Sopenharmony_ci  },
11523bf215546Sopenharmony_ci  {
11524bf215546Sopenharmony_ci   "chips": ["gfx10"],
11525bf215546Sopenharmony_ci   "map": {"at": 227080, "to": "mm"},
11526bf215546Sopenharmony_ci   "name": "GL1A_PERFCOUNTER1_SELECT",
11527bf215546Sopenharmony_ci   "type_ref": "TCP_PERFCOUNTER2_SELECT"
11528bf215546Sopenharmony_ci  },
11529bf215546Sopenharmony_ci  {
11530bf215546Sopenharmony_ci   "chips": ["gfx10"],
11531bf215546Sopenharmony_ci   "map": {"at": 227084, "to": "mm"},
11532bf215546Sopenharmony_ci   "name": "GL1A_PERFCOUNTER2_SELECT",
11533bf215546Sopenharmony_ci   "type_ref": "TCP_PERFCOUNTER2_SELECT"
11534bf215546Sopenharmony_ci  },
11535bf215546Sopenharmony_ci  {
11536bf215546Sopenharmony_ci   "chips": ["gfx10"],
11537bf215546Sopenharmony_ci   "map": {"at": 227088, "to": "mm"},
11538bf215546Sopenharmony_ci   "name": "GL1A_PERFCOUNTER3_SELECT",
11539bf215546Sopenharmony_ci   "type_ref": "TCP_PERFCOUNTER2_SELECT"
11540bf215546Sopenharmony_ci  },
11541bf215546Sopenharmony_ci  {
11542bf215546Sopenharmony_ci   "chips": ["gfx10"],
11543bf215546Sopenharmony_ci   "map": {"at": 227200, "to": "mm"},
11544bf215546Sopenharmony_ci   "name": "CHA_PERFCOUNTER0_SELECT",
11545bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
11546bf215546Sopenharmony_ci  },
11547bf215546Sopenharmony_ci  {
11548bf215546Sopenharmony_ci   "chips": ["gfx10"],
11549bf215546Sopenharmony_ci   "map": {"at": 227204, "to": "mm"},
11550bf215546Sopenharmony_ci   "name": "CHA_PERFCOUNTER0_SELECT1",
11551bf215546Sopenharmony_ci   "type_ref": "GE_PERFCOUNTER0_SELECT1"
11552bf215546Sopenharmony_ci  },
11553bf215546Sopenharmony_ci  {
11554bf215546Sopenharmony_ci   "chips": ["gfx10"],
11555bf215546Sopenharmony_ci   "map": {"at": 227208, "to": "mm"},
11556bf215546Sopenharmony_ci   "name": "CHA_PERFCOUNTER1_SELECT",
11557bf215546Sopenharmony_ci   "type_ref": "TCP_PERFCOUNTER2_SELECT"
11558bf215546Sopenharmony_ci  },
11559bf215546Sopenharmony_ci  {
11560bf215546Sopenharmony_ci   "chips": ["gfx10"],
11561bf215546Sopenharmony_ci   "map": {"at": 227212, "to": "mm"},
11562bf215546Sopenharmony_ci   "name": "CHA_PERFCOUNTER2_SELECT",
11563bf215546Sopenharmony_ci   "type_ref": "TCP_PERFCOUNTER2_SELECT"
11564bf215546Sopenharmony_ci  },
11565bf215546Sopenharmony_ci  {
11566bf215546Sopenharmony_ci   "chips": ["gfx10"],
11567bf215546Sopenharmony_ci   "map": {"at": 227216, "to": "mm"},
11568bf215546Sopenharmony_ci   "name": "CHA_PERFCOUNTER3_SELECT",
11569bf215546Sopenharmony_ci   "type_ref": "TCP_PERFCOUNTER2_SELECT"
11570bf215546Sopenharmony_ci  },
11571bf215546Sopenharmony_ci  {
11572bf215546Sopenharmony_ci   "chips": ["gfx10"],
11573bf215546Sopenharmony_ci   "map": {"at": 227328, "to": "mm"},
11574bf215546Sopenharmony_ci   "name": "GUS_PERFCOUNTER2_SELECT",
11575bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT"
11576bf215546Sopenharmony_ci  },
11577bf215546Sopenharmony_ci  {
11578bf215546Sopenharmony_ci   "chips": ["gfx10"],
11579bf215546Sopenharmony_ci   "map": {"at": 227332, "to": "mm"},
11580bf215546Sopenharmony_ci   "name": "GUS_PERFCOUNTER2_SELECT1",
11581bf215546Sopenharmony_ci   "type_ref": "PA_SU_PERFCOUNTER0_SELECT1"
11582bf215546Sopenharmony_ci  },
11583bf215546Sopenharmony_ci  {
11584bf215546Sopenharmony_ci   "chips": ["gfx10"],
11585bf215546Sopenharmony_ci   "map": {"at": 227336, "to": "mm"},
11586bf215546Sopenharmony_ci   "name": "GUS_PERFCOUNTER2_MODE",
11587bf215546Sopenharmony_ci   "type_ref": "GCEA_PERFCOUNTER2_MODE"
11588bf215546Sopenharmony_ci  }
11589bf215546Sopenharmony_ci ],
11590bf215546Sopenharmony_ci "register_types": {
11591bf215546Sopenharmony_ci  "CB_BLEND0_CONTROL": {
11592bf215546Sopenharmony_ci   "fields": [
11593bf215546Sopenharmony_ci    {"bits": [0, 4], "enum_ref": "BlendOp", "name": "COLOR_SRCBLEND"},
11594bf215546Sopenharmony_ci    {"bits": [5, 7], "enum_ref": "CombFunc", "name": "COLOR_COMB_FCN"},
11595bf215546Sopenharmony_ci    {"bits": [8, 12], "enum_ref": "BlendOp", "name": "COLOR_DESTBLEND"},
11596bf215546Sopenharmony_ci    {"bits": [16, 20], "enum_ref": "BlendOp", "name": "ALPHA_SRCBLEND"},
11597bf215546Sopenharmony_ci    {"bits": [21, 23], "enum_ref": "CombFunc", "name": "ALPHA_COMB_FCN"},
11598bf215546Sopenharmony_ci    {"bits": [24, 28], "enum_ref": "BlendOp", "name": "ALPHA_DESTBLEND"},
11599bf215546Sopenharmony_ci    {"bits": [29, 29], "name": "SEPARATE_ALPHA_BLEND"},
11600bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "ENABLE"},
11601bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "DISABLE_ROP3"}
11602bf215546Sopenharmony_ci   ]
11603bf215546Sopenharmony_ci  },
11604bf215546Sopenharmony_ci  "CB_COLOR0_ATTRIB": {
11605bf215546Sopenharmony_ci   "fields": [
11606bf215546Sopenharmony_ci    {"bits": [0, 4], "name": "TILE_MODE_INDEX"},
11607bf215546Sopenharmony_ci    {"bits": [5, 9], "name": "FMASK_TILE_MODE_INDEX"},
11608bf215546Sopenharmony_ci    {"bits": [10, 11], "name": "FMASK_BANK_HEIGHT"},
11609bf215546Sopenharmony_ci    {"bits": [12, 14], "name": "NUM_SAMPLES"},
11610bf215546Sopenharmony_ci    {"bits": [15, 16], "name": "NUM_FRAGMENTS"},
11611bf215546Sopenharmony_ci    {"bits": [17, 17], "name": "FORCE_DST_ALPHA_1"},
11612bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "DISABLE_FMASK_NOFETCH_OPT"},
11613bf215546Sopenharmony_ci    {"bits": [19, 19], "name": "LIMIT_COLOR_FETCH_TO_256B_MAX"}
11614bf215546Sopenharmony_ci   ]
11615bf215546Sopenharmony_ci  },
11616bf215546Sopenharmony_ci  "CB_COLOR0_ATTRIB2": {
11617bf215546Sopenharmony_ci   "fields": [
11618bf215546Sopenharmony_ci    {"bits": [0, 13], "name": "MIP0_HEIGHT"},
11619bf215546Sopenharmony_ci    {"bits": [14, 27], "name": "MIP0_WIDTH"},
11620bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "MAX_MIP"}
11621bf215546Sopenharmony_ci   ]
11622bf215546Sopenharmony_ci  },
11623bf215546Sopenharmony_ci  "CB_COLOR0_ATTRIB3": {
11624bf215546Sopenharmony_ci   "fields": [
11625bf215546Sopenharmony_ci    {"bits": [0, 12], "name": "MIP0_DEPTH"},
11626bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "META_LINEAR"},
11627bf215546Sopenharmony_ci    {"bits": [14, 18], "name": "COLOR_SW_MODE"},
11628bf215546Sopenharmony_ci    {"bits": [19, 23], "name": "FMASK_SW_MODE"},
11629bf215546Sopenharmony_ci    {"bits": [24, 25], "name": "RESOURCE_TYPE"},
11630bf215546Sopenharmony_ci    {"bits": [26, 26], "name": "CMASK_PIPE_ALIGNED"},
11631bf215546Sopenharmony_ci    {"bits": [27, 29], "name": "RESOURCE_LEVEL"},
11632bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "DCC_PIPE_ALIGNED"}
11633bf215546Sopenharmony_ci   ]
11634bf215546Sopenharmony_ci  },
11635bf215546Sopenharmony_ci  "CB_COLOR0_BASE_EXT": {
11636bf215546Sopenharmony_ci   "fields": [
11637bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "BASE_256B"}
11638bf215546Sopenharmony_ci   ]
11639bf215546Sopenharmony_ci  },
11640bf215546Sopenharmony_ci  "CB_COLOR0_CMASK_SLICE": {
11641bf215546Sopenharmony_ci   "fields": [
11642bf215546Sopenharmony_ci    {"bits": [0, 13], "name": "TILE_MAX"}
11643bf215546Sopenharmony_ci   ]
11644bf215546Sopenharmony_ci  },
11645bf215546Sopenharmony_ci  "CB_COLOR0_DCC_CONTROL": {
11646bf215546Sopenharmony_ci   "fields": [
11647bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "OVERWRITE_COMBINER_DISABLE"},
11648bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "KEY_CLEAR_ENABLE"},
11649bf215546Sopenharmony_ci    {"bits": [2, 3], "enum_ref": "CB_COLOR_DCC_CONTROL__MAX_UNCOMPRESSED_BLOCK_SIZE", "name": "MAX_UNCOMPRESSED_BLOCK_SIZE"},
11650bf215546Sopenharmony_ci    {"bits": [4, 4], "enum_ref": "CB_COLOR_DCC_CONTROL__MIN_COMPRESSED_BLOCK_SIZE", "name": "MIN_COMPRESSED_BLOCK_SIZE"},
11651bf215546Sopenharmony_ci    {"bits": [5, 6], "name": "MAX_COMPRESSED_BLOCK_SIZE"},
11652bf215546Sopenharmony_ci    {"bits": [7, 8], "name": "COLOR_TRANSFORM"},
11653bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "INDEPENDENT_64B_BLOCKS"},
11654bf215546Sopenharmony_ci    {"bits": [10, 13], "name": "LOSSY_RGB_PRECISION"},
11655bf215546Sopenharmony_ci    {"bits": [14, 17], "name": "LOSSY_ALPHA_PRECISION"},
11656bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "DISABLE_CONSTANT_ENCODE_REG"},
11657bf215546Sopenharmony_ci    {"bits": [19, 19], "name": "ENABLE_CONSTANT_ENCODE_REG_WRITE"},
11658bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "INDEPENDENT_128B_BLOCKS"}
11659bf215546Sopenharmony_ci   ]
11660bf215546Sopenharmony_ci  },
11661bf215546Sopenharmony_ci  "CB_COLOR0_INFO": {
11662bf215546Sopenharmony_ci   "fields": [
11663bf215546Sopenharmony_ci    {"bits": [0, 1], "enum_ref": "SurfaceEndian", "name": "ENDIAN"},
11664bf215546Sopenharmony_ci    {"bits": [2, 6], "enum_ref": "ColorFormat", "name": "FORMAT"},
11665bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "LINEAR_GENERAL"},
11666bf215546Sopenharmony_ci    {"bits": [8, 10], "enum_ref": "SurfaceNumber", "name": "NUMBER_TYPE"},
11667bf215546Sopenharmony_ci    {"bits": [11, 12], "enum_ref": "SurfaceSwap", "name": "COMP_SWAP"},
11668bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "FAST_CLEAR"},
11669bf215546Sopenharmony_ci    {"bits": [14, 14], "name": "COMPRESSION"},
11670bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "BLEND_CLAMP"},
11671bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "BLEND_BYPASS"},
11672bf215546Sopenharmony_ci    {"bits": [17, 17], "name": "SIMPLE_FLOAT"},
11673bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "ROUND_MODE"},
11674bf215546Sopenharmony_ci    {"bits": [19, 19], "name": "CMASK_IS_LINEAR"},
11675bf215546Sopenharmony_ci    {"bits": [20, 22], "enum_ref": "BlendOpt", "name": "BLEND_OPT_DONT_RD_DST"},
11676bf215546Sopenharmony_ci    {"bits": [23, 25], "enum_ref": "BlendOpt", "name": "BLEND_OPT_DISCARD_PIXEL"},
11677bf215546Sopenharmony_ci    {"bits": [26, 26], "name": "FMASK_COMPRESSION_DISABLE"},
11678bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "FMASK_COMPRESS_1FRAG_ONLY"},
11679bf215546Sopenharmony_ci    {"bits": [28, 28], "name": "DCC_ENABLE"},
11680bf215546Sopenharmony_ci    {"bits": [29, 30], "enum_ref": "CmaskAddr", "name": "CMASK_ADDR_TYPE"},
11681bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "ALT_TILE_MODE"}
11682bf215546Sopenharmony_ci   ]
11683bf215546Sopenharmony_ci  },
11684bf215546Sopenharmony_ci  "CB_COLOR0_PITCH": {
11685bf215546Sopenharmony_ci   "fields": [
11686bf215546Sopenharmony_ci    {"bits": [0, 10], "name": "TILE_MAX"},
11687bf215546Sopenharmony_ci    {"bits": [20, 30], "name": "FMASK_TILE_MAX"}
11688bf215546Sopenharmony_ci   ]
11689bf215546Sopenharmony_ci  },
11690bf215546Sopenharmony_ci  "CB_COLOR0_SLICE": {
11691bf215546Sopenharmony_ci   "fields": [
11692bf215546Sopenharmony_ci    {"bits": [0, 21], "name": "TILE_MAX"}
11693bf215546Sopenharmony_ci   ]
11694bf215546Sopenharmony_ci  },
11695bf215546Sopenharmony_ci  "CB_COLOR0_VIEW": {
11696bf215546Sopenharmony_ci   "fields": [
11697bf215546Sopenharmony_ci    {"bits": [0, 12], "name": "SLICE_START"},
11698bf215546Sopenharmony_ci    {"bits": [13, 25], "name": "SLICE_MAX"},
11699bf215546Sopenharmony_ci    {"bits": [26, 29], "name": "MIP_LEVEL"}
11700bf215546Sopenharmony_ci   ]
11701bf215546Sopenharmony_ci  },
11702bf215546Sopenharmony_ci  "CB_COLOR_CONTROL": {
11703bf215546Sopenharmony_ci   "fields": [
11704bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "DISABLE_DUAL_QUAD"},
11705bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "DEGAMMA_ENABLE"},
11706bf215546Sopenharmony_ci    {"bits": [4, 6], "enum_ref": "CBMode", "name": "MODE"},
11707bf215546Sopenharmony_ci    {"bits": [16, 23], "enum_ref": "ROP3", "name": "ROP3"}
11708bf215546Sopenharmony_ci   ]
11709bf215546Sopenharmony_ci  },
11710bf215546Sopenharmony_ci  "CB_COVERAGE_OUT_CONTROL": {
11711bf215546Sopenharmony_ci   "fields": [
11712bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "COVERAGE_OUT_ENABLE"},
11713bf215546Sopenharmony_ci    {"bits": [1, 3], "name": "COVERAGE_OUT_MRT"},
11714bf215546Sopenharmony_ci    {"bits": [4, 5], "name": "COVERAGE_OUT_CHANNEL"},
11715bf215546Sopenharmony_ci    {"bits": [8, 11], "name": "COVERAGE_OUT_SAMPLES"}
11716bf215546Sopenharmony_ci   ]
11717bf215546Sopenharmony_ci  },
11718bf215546Sopenharmony_ci  "CB_DCC_CONTROL": {
11719bf215546Sopenharmony_ci   "fields": [
11720bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "OVERWRITE_COMBINER_DISABLE"},
11721bf215546Sopenharmony_ci    {"bits": [2, 6], "name": "OVERWRITE_COMBINER_WATERMARK"},
11722bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "DISABLE_CONSTANT_ENCODE_AC01"},
11723bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "DISABLE_CONSTANT_ENCODE_SINGLE"},
11724bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "DISABLE_CONSTANT_ENCODE_REG"},
11725bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "DISABLE_ELIMFC_SKIP_OF_AC01"},
11726bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "DISABLE_ELIMFC_SKIP_OF_SINGLE"},
11727bf215546Sopenharmony_ci    {"bits": [14, 14], "name": "ENABLE_ELIMFC_SKIP_OF_REG"}
11728bf215546Sopenharmony_ci   ]
11729bf215546Sopenharmony_ci  },
11730bf215546Sopenharmony_ci  "CB_PERFCOUNTER0_SELECT": {
11731bf215546Sopenharmony_ci   "fields": [
11732bf215546Sopenharmony_ci    {"bits": [0, 8], "name": "PERF_SEL"},
11733bf215546Sopenharmony_ci    {"bits": [10, 18], "name": "PERF_SEL1"},
11734bf215546Sopenharmony_ci    {"bits": [20, 23], "name": "CNTR_MODE"},
11735bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "PERF_MODE1"},
11736bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "PERF_MODE"}
11737bf215546Sopenharmony_ci   ]
11738bf215546Sopenharmony_ci  },
11739bf215546Sopenharmony_ci  "CB_PERFCOUNTER0_SELECT1": {
11740bf215546Sopenharmony_ci   "fields": [
11741bf215546Sopenharmony_ci    {"bits": [0, 8], "name": "PERF_SEL2"},
11742bf215546Sopenharmony_ci    {"bits": [10, 18], "name": "PERF_SEL3"},
11743bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "PERF_MODE3"},
11744bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "PERF_MODE2"}
11745bf215546Sopenharmony_ci   ]
11746bf215546Sopenharmony_ci  },
11747bf215546Sopenharmony_ci  "CB_PERFCOUNTER1_SELECT": {
11748bf215546Sopenharmony_ci   "fields": [
11749bf215546Sopenharmony_ci    {"bits": [0, 8], "name": "PERF_SEL"},
11750bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "PERF_MODE"}
11751bf215546Sopenharmony_ci   ]
11752bf215546Sopenharmony_ci  },
11753bf215546Sopenharmony_ci  "CB_PERFCOUNTER_FILTER": {
11754bf215546Sopenharmony_ci   "fields": [
11755bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "OP_FILTER_ENABLE"},
11756bf215546Sopenharmony_ci    {"bits": [1, 3], "enum_ref": "CBPerfOpFilterSel", "name": "OP_FILTER_SEL"},
11757bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "FORMAT_FILTER_ENABLE"},
11758bf215546Sopenharmony_ci    {"bits": [5, 9], "name": "FORMAT_FILTER_SEL"},
11759bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "CLEAR_FILTER_ENABLE"},
11760bf215546Sopenharmony_ci    {"bits": [11, 11], "enum_ref": "CBPerfClearFilterSel", "name": "CLEAR_FILTER_SEL"},
11761bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "MRT_FILTER_ENABLE"},
11762bf215546Sopenharmony_ci    {"bits": [13, 15], "name": "MRT_FILTER_SEL"},
11763bf215546Sopenharmony_ci    {"bits": [17, 17], "name": "NUM_SAMPLES_FILTER_ENABLE"},
11764bf215546Sopenharmony_ci    {"bits": [18, 20], "name": "NUM_SAMPLES_FILTER_SEL"},
11765bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "NUM_FRAGMENTS_FILTER_ENABLE"},
11766bf215546Sopenharmony_ci    {"bits": [22, 23], "name": "NUM_FRAGMENTS_FILTER_SEL"}
11767bf215546Sopenharmony_ci   ]
11768bf215546Sopenharmony_ci  },
11769bf215546Sopenharmony_ci  "CB_RMI_GL2_CACHE_CONTROL": {
11770bf215546Sopenharmony_ci   "fields": [
11771bf215546Sopenharmony_ci    {"bits": [0, 1], "enum_ref": "WritePolicy", "name": "CMASK_WR_POLICY"},
11772bf215546Sopenharmony_ci    {"bits": [2, 3], "enum_ref": "WritePolicy", "name": "FMASK_WR_POLICY"},
11773bf215546Sopenharmony_ci    {"bits": [4, 5], "enum_ref": "WritePolicy", "name": "DCC_WR_POLICY"},
11774bf215546Sopenharmony_ci    {"bits": [6, 7], "enum_ref": "WritePolicy", "name": "COLOR_WR_POLICY"},
11775bf215546Sopenharmony_ci    {"bits": [16, 17], "enum_ref": "ReadPolicy", "name": "CMASK_RD_POLICY"},
11776bf215546Sopenharmony_ci    {"bits": [18, 19], "enum_ref": "ReadPolicy", "name": "FMASK_RD_POLICY"},
11777bf215546Sopenharmony_ci    {"bits": [20, 21], "enum_ref": "ReadPolicy", "name": "DCC_RD_POLICY"},
11778bf215546Sopenharmony_ci    {"bits": [22, 23], "enum_ref": "ReadPolicy", "name": "COLOR_RD_POLICY"},
11779bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "FMASK_BIG_PAGE"},
11780bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "COLOR_BIG_PAGE"}
11781bf215546Sopenharmony_ci   ]
11782bf215546Sopenharmony_ci  },
11783bf215546Sopenharmony_ci  "CB_SHADER_MASK": {
11784bf215546Sopenharmony_ci   "fields": [
11785bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "OUTPUT0_ENABLE"},
11786bf215546Sopenharmony_ci    {"bits": [4, 7], "name": "OUTPUT1_ENABLE"},
11787bf215546Sopenharmony_ci    {"bits": [8, 11], "name": "OUTPUT2_ENABLE"},
11788bf215546Sopenharmony_ci    {"bits": [12, 15], "name": "OUTPUT3_ENABLE"},
11789bf215546Sopenharmony_ci    {"bits": [16, 19], "name": "OUTPUT4_ENABLE"},
11790bf215546Sopenharmony_ci    {"bits": [20, 23], "name": "OUTPUT5_ENABLE"},
11791bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "OUTPUT6_ENABLE"},
11792bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "OUTPUT7_ENABLE"}
11793bf215546Sopenharmony_ci   ]
11794bf215546Sopenharmony_ci  },
11795bf215546Sopenharmony_ci  "CB_TARGET_MASK": {
11796bf215546Sopenharmony_ci   "fields": [
11797bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "TARGET0_ENABLE"},
11798bf215546Sopenharmony_ci    {"bits": [4, 7], "name": "TARGET1_ENABLE"},
11799bf215546Sopenharmony_ci    {"bits": [8, 11], "name": "TARGET2_ENABLE"},
11800bf215546Sopenharmony_ci    {"bits": [12, 15], "name": "TARGET3_ENABLE"},
11801bf215546Sopenharmony_ci    {"bits": [16, 19], "name": "TARGET4_ENABLE"},
11802bf215546Sopenharmony_ci    {"bits": [20, 23], "name": "TARGET5_ENABLE"},
11803bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "TARGET6_ENABLE"},
11804bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "TARGET7_ENABLE"}
11805bf215546Sopenharmony_ci   ]
11806bf215546Sopenharmony_ci  },
11807bf215546Sopenharmony_ci  "COHER_DEST_BASE_HI_0": {
11808bf215546Sopenharmony_ci   "fields": [
11809bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "DEST_BASE_HI_256B"}
11810bf215546Sopenharmony_ci   ]
11811bf215546Sopenharmony_ci  },
11812bf215546Sopenharmony_ci  "COMPUTE_DDID_INDEX": {
11813bf215546Sopenharmony_ci   "fields": [
11814bf215546Sopenharmony_ci    {"bits": [0, 10], "name": "INDEX"}
11815bf215546Sopenharmony_ci   ]
11816bf215546Sopenharmony_ci  },
11817bf215546Sopenharmony_ci  "COMPUTE_DISPATCH_INITIATOR": {
11818bf215546Sopenharmony_ci   "fields": [
11819bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "COMPUTE_SHADER_EN"},
11820bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "PARTIAL_TG_EN"},
11821bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "FORCE_START_AT_000"},
11822bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "ORDERED_APPEND_ENBL"},
11823bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "ORDERED_APPEND_MODE"},
11824bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "USE_THREAD_DIMENSIONS"},
11825bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "ORDER_MODE"},
11826bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "SCALAR_L1_INV_VOL"},
11827bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "VECTOR_L1_INV_VOL"},
11828bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "RESERVED"},
11829bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "TUNNEL_ENABLE"},
11830bf215546Sopenharmony_ci    {"bits": [14, 14], "name": "RESTORE"},
11831bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "CS_W32_EN"}
11832bf215546Sopenharmony_ci   ]
11833bf215546Sopenharmony_ci  },
11834bf215546Sopenharmony_ci  "COMPUTE_DISPATCH_TUNNEL": {
11835bf215546Sopenharmony_ci   "fields": [
11836bf215546Sopenharmony_ci    {"bits": [0, 9], "name": "OFF_DELAY"},
11837bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "IMMEDIATE"}
11838bf215546Sopenharmony_ci   ]
11839bf215546Sopenharmony_ci  },
11840bf215546Sopenharmony_ci  "COMPUTE_MISC_RESERVED": {
11841bf215546Sopenharmony_ci   "fields": [
11842bf215546Sopenharmony_ci    {"bits": [0, 1], "name": "SEND_SEID"},
11843bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "RESERVED2"},
11844bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "RESERVED3"},
11845bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "RESERVED4"},
11846bf215546Sopenharmony_ci    {"bits": [5, 16], "name": "WAVE_ID_BASE"}
11847bf215546Sopenharmony_ci   ]
11848bf215546Sopenharmony_ci  },
11849bf215546Sopenharmony_ci  "COMPUTE_NUM_THREAD_X": {
11850bf215546Sopenharmony_ci   "fields": [
11851bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "NUM_THREAD_FULL"},
11852bf215546Sopenharmony_ci    {"bits": [16, 31], "name": "NUM_THREAD_PARTIAL"}
11853bf215546Sopenharmony_ci   ]
11854bf215546Sopenharmony_ci  },
11855bf215546Sopenharmony_ci  "COMPUTE_PERFCOUNT_ENABLE": {
11856bf215546Sopenharmony_ci   "fields": [
11857bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "PERFCOUNT_ENABLE"}
11858bf215546Sopenharmony_ci   ]
11859bf215546Sopenharmony_ci  },
11860bf215546Sopenharmony_ci  "COMPUTE_PGM_HI": {
11861bf215546Sopenharmony_ci   "fields": [
11862bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "DATA"}
11863bf215546Sopenharmony_ci   ]
11864bf215546Sopenharmony_ci  },
11865bf215546Sopenharmony_ci  "COMPUTE_PGM_RSRC1": {
11866bf215546Sopenharmony_ci   "fields": [
11867bf215546Sopenharmony_ci    {"bits": [0, 5], "name": "VGPRS"},
11868bf215546Sopenharmony_ci    {"bits": [6, 9], "name": "SGPRS"},
11869bf215546Sopenharmony_ci    {"bits": [10, 11], "name": "PRIORITY"},
11870bf215546Sopenharmony_ci    {"bits": [12, 19], "enum_ref": "FLOAT_MODE", "name": "FLOAT_MODE"},
11871bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "PRIV"},
11872bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "DX10_CLAMP"},
11873bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "IEEE_MODE"},
11874bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "BULKY"},
11875bf215546Sopenharmony_ci    {"bits": [26, 26], "name": "FP16_OVFL"},
11876bf215546Sopenharmony_ci    {"bits": [29, 29], "name": "WGP_MODE"},
11877bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "MEM_ORDERED"},
11878bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "FWD_PROGRESS"}
11879bf215546Sopenharmony_ci   ]
11880bf215546Sopenharmony_ci  },
11881bf215546Sopenharmony_ci  "COMPUTE_PGM_RSRC2": {
11882bf215546Sopenharmony_ci   "fields": [
11883bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "SCRATCH_EN"},
11884bf215546Sopenharmony_ci    {"bits": [1, 5], "name": "USER_SGPR"},
11885bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "TRAP_PRESENT"},
11886bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "TGID_X_EN"},
11887bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "TGID_Y_EN"},
11888bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "TGID_Z_EN"},
11889bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "TG_SIZE_EN"},
11890bf215546Sopenharmony_ci    {"bits": [11, 12], "name": "TIDIG_COMP_CNT"},
11891bf215546Sopenharmony_ci    {"bits": [13, 14], "name": "EXCP_EN_MSB"},
11892bf215546Sopenharmony_ci    {"bits": [15, 23], "name": "LDS_SIZE"},
11893bf215546Sopenharmony_ci    {"bits": [24, 30], "enum_ref": "EXCP_EN", "name": "EXCP_EN"}
11894bf215546Sopenharmony_ci   ]
11895bf215546Sopenharmony_ci  },
11896bf215546Sopenharmony_ci  "COMPUTE_PGM_RSRC3": {
11897bf215546Sopenharmony_ci   "fields": [
11898bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "SHARED_VGPR_CNT"}
11899bf215546Sopenharmony_ci   ]
11900bf215546Sopenharmony_ci  },
11901bf215546Sopenharmony_ci  "COMPUTE_PIPELINESTAT_ENABLE": {
11902bf215546Sopenharmony_ci   "fields": [
11903bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "PIPELINESTAT_ENABLE"}
11904bf215546Sopenharmony_ci   ]
11905bf215546Sopenharmony_ci  },
11906bf215546Sopenharmony_ci  "COMPUTE_RELAUNCH": {
11907bf215546Sopenharmony_ci   "fields": [
11908bf215546Sopenharmony_ci    {"bits": [0, 29], "name": "PAYLOAD"},
11909bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "IS_EVENT"},
11910bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "IS_STATE"}
11911bf215546Sopenharmony_ci   ]
11912bf215546Sopenharmony_ci  },
11913bf215546Sopenharmony_ci  "COMPUTE_REQ_CTRL": {
11914bf215546Sopenharmony_ci   "fields": [
11915bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "SOFT_GROUPING_EN"},
11916bf215546Sopenharmony_ci    {"bits": [1, 4], "name": "NUMBER_OF_REQUESTS_PER_CU"},
11917bf215546Sopenharmony_ci    {"bits": [5, 8], "name": "SOFT_GROUPING_ALLOCATION_TIMEOUT"},
11918bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "HARD_LOCK_HYSTERESIS"},
11919bf215546Sopenharmony_ci    {"bits": [10, 14], "name": "HARD_LOCK_LOW_THRESHOLD"},
11920bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "PRODUCER_REQUEST_LOCKOUT"},
11921bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "GLOBAL_SCANNING_EN"},
11922bf215546Sopenharmony_ci    {"bits": [17, 19], "name": "ALLOCATION_RATE_THROTTLING_THRESHOLD"},
11923bf215546Sopenharmony_ci    {"bits": [20, 26], "name": "DEDICATED_PREALLOCATION_BUFFER_LIMIT"}
11924bf215546Sopenharmony_ci   ]
11925bf215546Sopenharmony_ci  },
11926bf215546Sopenharmony_ci  "COMPUTE_RESOURCE_LIMITS": {
11927bf215546Sopenharmony_ci   "fields": [
11928bf215546Sopenharmony_ci    {"bits": [0, 9], "name": "WAVES_PER_SH"},
11929bf215546Sopenharmony_ci    {"bits": [12, 15], "name": "TG_PER_CU"},
11930bf215546Sopenharmony_ci    {"bits": [16, 21], "name": "LOCK_THRESHOLD"},
11931bf215546Sopenharmony_ci    {"bits": [22, 22], "name": "SIMD_DEST_CNTL"},
11932bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "FORCE_SIMD_DIST"},
11933bf215546Sopenharmony_ci    {"bits": [24, 26], "name": "CU_GROUP_COUNT"}
11934bf215546Sopenharmony_ci   ]
11935bf215546Sopenharmony_ci  },
11936bf215546Sopenharmony_ci  "COMPUTE_THREAD_TRACE_ENABLE": {
11937bf215546Sopenharmony_ci   "fields": [
11938bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "THREAD_TRACE_ENABLE"}
11939bf215546Sopenharmony_ci   ]
11940bf215546Sopenharmony_ci  },
11941bf215546Sopenharmony_ci  "COMPUTE_TMPRING_SIZE": {
11942bf215546Sopenharmony_ci   "fields": [
11943bf215546Sopenharmony_ci    {"bits": [0, 11], "name": "WAVES"},
11944bf215546Sopenharmony_ci    {"bits": [12, 24], "name": "WAVESIZE"}
11945bf215546Sopenharmony_ci   ]
11946bf215546Sopenharmony_ci  },
11947bf215546Sopenharmony_ci  "COMPUTE_VMID": {
11948bf215546Sopenharmony_ci   "fields": [
11949bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "DATA"}
11950bf215546Sopenharmony_ci   ]
11951bf215546Sopenharmony_ci  },
11952bf215546Sopenharmony_ci  "COMPUTE_WAVE_RESTORE_ADDR_HI": {
11953bf215546Sopenharmony_ci   "fields": [
11954bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "ADDR"}
11955bf215546Sopenharmony_ci   ]
11956bf215546Sopenharmony_ci  },
11957bf215546Sopenharmony_ci  "CPF_LATENCY_STATS_SELECT": {
11958bf215546Sopenharmony_ci   "fields": [
11959bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "INDEX"},
11960bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "CLEAR"},
11961bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "ENABLE"}
11962bf215546Sopenharmony_ci   ]
11963bf215546Sopenharmony_ci  },
11964bf215546Sopenharmony_ci  "CPF_TC_PERF_COUNTER_WINDOW_SELECT": {
11965bf215546Sopenharmony_ci   "fields": [
11966bf215546Sopenharmony_ci    {"bits": [0, 2], "name": "INDEX"},
11967bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "ALWAYS"},
11968bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "ENABLE"}
11969bf215546Sopenharmony_ci   ]
11970bf215546Sopenharmony_ci  },
11971bf215546Sopenharmony_ci  "CPG_LATENCY_STATS_SELECT": {
11972bf215546Sopenharmony_ci   "fields": [
11973bf215546Sopenharmony_ci    {"bits": [0, 4], "name": "INDEX"},
11974bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "CLEAR"},
11975bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "ENABLE"}
11976bf215546Sopenharmony_ci   ]
11977bf215546Sopenharmony_ci  },
11978bf215546Sopenharmony_ci  "CPG_PERFCOUNTER0_SELECT1": {
11979bf215546Sopenharmony_ci   "fields": [
11980bf215546Sopenharmony_ci    {"bits": [0, 9], "name": "PERF_SEL2"},
11981bf215546Sopenharmony_ci    {"bits": [10, 19], "name": "PERF_SEL3"},
11982bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "CNTR_MODE3"},
11983bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "CNTR_MODE2"}
11984bf215546Sopenharmony_ci   ]
11985bf215546Sopenharmony_ci  },
11986bf215546Sopenharmony_ci  "CPG_PERFCOUNTER1_SELECT": {
11987bf215546Sopenharmony_ci   "fields": [
11988bf215546Sopenharmony_ci    {"bits": [0, 9], "name": "PERF_SEL"},
11989bf215546Sopenharmony_ci    {"bits": [10, 19], "name": "PERF_SEL1"},
11990bf215546Sopenharmony_ci    {"bits": [20, 23], "name": "SPM_MODE"},
11991bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "CNTR_MODE1"},
11992bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "CNTR_MODE0"}
11993bf215546Sopenharmony_ci   ]
11994bf215546Sopenharmony_ci  },
11995bf215546Sopenharmony_ci  "CPG_TC_PERF_COUNTER_WINDOW_SELECT": {
11996bf215546Sopenharmony_ci   "fields": [
11997bf215546Sopenharmony_ci    {"bits": [0, 4], "name": "INDEX"},
11998bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "ALWAYS"},
11999bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "ENABLE"}
12000bf215546Sopenharmony_ci   ]
12001bf215546Sopenharmony_ci  },
12002bf215546Sopenharmony_ci  "CP_APPEND_ADDR_HI": {
12003bf215546Sopenharmony_ci   "fields": [
12004bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "MEM_ADDR_HI"},
12005bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "CS_PS_SEL"},
12006bf215546Sopenharmony_ci    {"bits": [25, 26], "name": "CACHE_POLICY"},
12007bf215546Sopenharmony_ci    {"bits": [29, 31], "name": "COMMAND"}
12008bf215546Sopenharmony_ci   ]
12009bf215546Sopenharmony_ci  },
12010bf215546Sopenharmony_ci  "CP_APPEND_ADDR_LO": {
12011bf215546Sopenharmony_ci   "fields": [
12012bf215546Sopenharmony_ci    {"bits": [2, 31], "name": "MEM_ADDR_LO"}
12013bf215546Sopenharmony_ci   ]
12014bf215546Sopenharmony_ci  },
12015bf215546Sopenharmony_ci  "CP_CE_IB1_BASE_HI": {
12016bf215546Sopenharmony_ci   "fields": [
12017bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "IB1_BASE_HI"}
12018bf215546Sopenharmony_ci   ]
12019bf215546Sopenharmony_ci  },
12020bf215546Sopenharmony_ci  "CP_CE_IB1_BASE_LO": {
12021bf215546Sopenharmony_ci   "fields": [
12022bf215546Sopenharmony_ci    {"bits": [2, 31], "name": "IB1_BASE_LO"}
12023bf215546Sopenharmony_ci   ]
12024bf215546Sopenharmony_ci  },
12025bf215546Sopenharmony_ci  "CP_CE_IB1_BUFSZ": {
12026bf215546Sopenharmony_ci   "fields": [
12027bf215546Sopenharmony_ci    {"bits": [0, 19], "name": "IB1_BUFSZ"}
12028bf215546Sopenharmony_ci   ]
12029bf215546Sopenharmony_ci  },
12030bf215546Sopenharmony_ci  "CP_CE_IB1_CMD_BUFSZ": {
12031bf215546Sopenharmony_ci   "fields": [
12032bf215546Sopenharmony_ci    {"bits": [0, 19], "name": "IB1_CMD_REQSZ"}
12033bf215546Sopenharmony_ci   ]
12034bf215546Sopenharmony_ci  },
12035bf215546Sopenharmony_ci  "CP_CE_IB2_BASE_HI": {
12036bf215546Sopenharmony_ci   "fields": [
12037bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "IB2_BASE_HI"}
12038bf215546Sopenharmony_ci   ]
12039bf215546Sopenharmony_ci  },
12040bf215546Sopenharmony_ci  "CP_CE_IB2_BASE_LO": {
12041bf215546Sopenharmony_ci   "fields": [
12042bf215546Sopenharmony_ci    {"bits": [2, 31], "name": "IB2_BASE_LO"}
12043bf215546Sopenharmony_ci   ]
12044bf215546Sopenharmony_ci  },
12045bf215546Sopenharmony_ci  "CP_CE_IB2_BUFSZ": {
12046bf215546Sopenharmony_ci   "fields": [
12047bf215546Sopenharmony_ci    {"bits": [0, 19], "name": "IB2_BUFSZ"}
12048bf215546Sopenharmony_ci   ]
12049bf215546Sopenharmony_ci  },
12050bf215546Sopenharmony_ci  "CP_CE_IB2_CMD_BUFSZ": {
12051bf215546Sopenharmony_ci   "fields": [
12052bf215546Sopenharmony_ci    {"bits": [0, 19], "name": "IB2_CMD_REQSZ"}
12053bf215546Sopenharmony_ci   ]
12054bf215546Sopenharmony_ci  },
12055bf215546Sopenharmony_ci  "CP_CE_INIT_BASE_HI": {
12056bf215546Sopenharmony_ci   "fields": [
12057bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "INIT_BASE_HI"}
12058bf215546Sopenharmony_ci   ]
12059bf215546Sopenharmony_ci  },
12060bf215546Sopenharmony_ci  "CP_CE_INIT_BASE_LO": {
12061bf215546Sopenharmony_ci   "fields": [
12062bf215546Sopenharmony_ci    {"bits": [5, 31], "name": "INIT_BASE_LO"}
12063bf215546Sopenharmony_ci   ]
12064bf215546Sopenharmony_ci  },
12065bf215546Sopenharmony_ci  "CP_CE_INIT_BUFSZ": {
12066bf215546Sopenharmony_ci   "fields": [
12067bf215546Sopenharmony_ci    {"bits": [0, 11], "name": "INIT_BUFSZ"}
12068bf215546Sopenharmony_ci   ]
12069bf215546Sopenharmony_ci  },
12070bf215546Sopenharmony_ci  "CP_CE_INIT_CMD_BUFSZ": {
12071bf215546Sopenharmony_ci   "fields": [
12072bf215546Sopenharmony_ci    {"bits": [0, 11], "name": "INIT_CMD_REQSZ"}
12073bf215546Sopenharmony_ci   ]
12074bf215546Sopenharmony_ci  },
12075bf215546Sopenharmony_ci  "CP_COHER_BASE_HI": {
12076bf215546Sopenharmony_ci   "fields": [
12077bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "COHER_BASE_HI_256B"}
12078bf215546Sopenharmony_ci   ]
12079bf215546Sopenharmony_ci  },
12080bf215546Sopenharmony_ci  "CP_COHER_CNTL": {
12081bf215546Sopenharmony_ci   "fields": [
12082bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "TC_NC_ACTION_ENA"},
12083bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "TC_WC_ACTION_ENA"},
12084bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "TC_INV_METADATA_ACTION_ENA"},
12085bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "TCL1_VOL_ACTION_ENA"},
12086bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "TC_WB_ACTION_ENA"},
12087bf215546Sopenharmony_ci    {"bits": [22, 22], "name": "TCL1_ACTION_ENA"},
12088bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "TC_ACTION_ENA"},
12089bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "CB_ACTION_ENA"},
12090bf215546Sopenharmony_ci    {"bits": [26, 26], "name": "DB_ACTION_ENA"},
12091bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "SH_KCACHE_ACTION_ENA"},
12092bf215546Sopenharmony_ci    {"bits": [28, 28], "name": "SH_KCACHE_VOL_ACTION_ENA"},
12093bf215546Sopenharmony_ci    {"bits": [29, 29], "name": "SH_ICACHE_ACTION_ENA"},
12094bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "SH_KCACHE_WB_ACTION_ENA"}
12095bf215546Sopenharmony_ci   ]
12096bf215546Sopenharmony_ci  },
12097bf215546Sopenharmony_ci  "CP_COHER_SIZE_HI": {
12098bf215546Sopenharmony_ci   "fields": [
12099bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "COHER_SIZE_HI_256B"}
12100bf215546Sopenharmony_ci   ]
12101bf215546Sopenharmony_ci  },
12102bf215546Sopenharmony_ci  "CP_COHER_START_DELAY": {
12103bf215546Sopenharmony_ci   "fields": [
12104bf215546Sopenharmony_ci    {"bits": [0, 5], "name": "START_DELAY_COUNT"}
12105bf215546Sopenharmony_ci   ]
12106bf215546Sopenharmony_ci  },
12107bf215546Sopenharmony_ci  "CP_COHER_STATUS": {
12108bf215546Sopenharmony_ci   "fields": [
12109bf215546Sopenharmony_ci    {"bits": [24, 25], "name": "MEID"},
12110bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "STATUS"}
12111bf215546Sopenharmony_ci   ]
12112bf215546Sopenharmony_ci  },
12113bf215546Sopenharmony_ci  "CP_CPC_BUSY_STAT": {
12114bf215546Sopenharmony_ci   "fields": [
12115bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "MEC1_LOAD_BUSY"},
12116bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "MEC1_SEMAPOHRE_BUSY"},
12117bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "MEC1_MUTEX_BUSY"},
12118bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "MEC1_MESSAGE_BUSY"},
12119bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "MEC1_EOP_QUEUE_BUSY"},
12120bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "MEC1_IQ_QUEUE_BUSY"},
12121bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "MEC1_IB_QUEUE_BUSY"},
12122bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "MEC1_TC_BUSY"},
12123bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "MEC1_DMA_BUSY"},
12124bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "MEC1_PARTIAL_FLUSH_BUSY"},
12125bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "MEC1_PIPE0_BUSY"},
12126bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "MEC1_PIPE1_BUSY"},
12127bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "MEC1_PIPE2_BUSY"},
12128bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "MEC1_PIPE3_BUSY"},
12129bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "MEC2_LOAD_BUSY"},
12130bf215546Sopenharmony_ci    {"bits": [17, 17], "name": "MEC2_SEMAPOHRE_BUSY"},
12131bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "MEC2_MUTEX_BUSY"},
12132bf215546Sopenharmony_ci    {"bits": [19, 19], "name": "MEC2_MESSAGE_BUSY"},
12133bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "MEC2_EOP_QUEUE_BUSY"},
12134bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "MEC2_IQ_QUEUE_BUSY"},
12135bf215546Sopenharmony_ci    {"bits": [22, 22], "name": "MEC2_IB_QUEUE_BUSY"},
12136bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "MEC2_TC_BUSY"},
12137bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "MEC2_DMA_BUSY"},
12138bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "MEC2_PARTIAL_FLUSH_BUSY"},
12139bf215546Sopenharmony_ci    {"bits": [26, 26], "name": "MEC2_PIPE0_BUSY"},
12140bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "MEC2_PIPE1_BUSY"},
12141bf215546Sopenharmony_ci    {"bits": [28, 28], "name": "MEC2_PIPE2_BUSY"},
12142bf215546Sopenharmony_ci    {"bits": [29, 29], "name": "MEC2_PIPE3_BUSY"}
12143bf215546Sopenharmony_ci   ]
12144bf215546Sopenharmony_ci  },
12145bf215546Sopenharmony_ci  "CP_CPC_BUSY_STAT2": {
12146bf215546Sopenharmony_ci   "fields": [
12147bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "MES_LOAD_BUSY"},
12148bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "MES_MUTEX_BUSY"},
12149bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "MES_MESSAGE_BUSY"},
12150bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "MES_TC_BUSY"},
12151bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "MES_DMA_BUSY"},
12152bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "MES_PIPE0_BUSY"},
12153bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "MES_PIPE1_BUSY"},
12154bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "MES_PIPE2_BUSY"},
12155bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "MES_PIPE3_BUSY"}
12156bf215546Sopenharmony_ci   ]
12157bf215546Sopenharmony_ci  },
12158bf215546Sopenharmony_ci  "CP_CPC_GRBM_FREE_COUNT": {
12159bf215546Sopenharmony_ci   "fields": [
12160bf215546Sopenharmony_ci    {"bits": [0, 5], "name": "FREE_COUNT"}
12161bf215546Sopenharmony_ci   ]
12162bf215546Sopenharmony_ci  },
12163bf215546Sopenharmony_ci  "CP_CPC_HALT_HYST_COUNT": {
12164bf215546Sopenharmony_ci   "fields": [
12165bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "COUNT"}
12166bf215546Sopenharmony_ci   ]
12167bf215546Sopenharmony_ci  },
12168bf215546Sopenharmony_ci  "CP_CPC_SCRATCH_INDEX": {
12169bf215546Sopenharmony_ci   "fields": [
12170bf215546Sopenharmony_ci    {"bits": [0, 8], "name": "SCRATCH_INDEX"},
12171bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "SCRATCH_INDEX_64BIT_MODE"}
12172bf215546Sopenharmony_ci   ]
12173bf215546Sopenharmony_ci  },
12174bf215546Sopenharmony_ci  "CP_CPC_STALLED_STAT1": {
12175bf215546Sopenharmony_ci   "fields": [
12176bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "RCIU_TX_FREE_STALL"},
12177bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "RCIU_PRIV_VIOLATION"},
12178bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "TCIU_TX_FREE_STALL"},
12179bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "MEC1_DECODING_PACKET"},
12180bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "MEC1_WAIT_ON_RCIU"},
12181bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "MEC1_WAIT_ON_RCIU_READ"},
12182bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "MEC1_WAIT_ON_ROQ_DATA"},
12183bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "MEC2_DECODING_PACKET"},
12184bf215546Sopenharmony_ci    {"bits": [17, 17], "name": "MEC2_WAIT_ON_RCIU"},
12185bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "MEC2_WAIT_ON_RCIU_READ"},
12186bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "MEC2_WAIT_ON_ROQ_DATA"},
12187bf215546Sopenharmony_ci    {"bits": [22, 22], "name": "UTCL2IU_WAITING_ON_FREE"},
12188bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "UTCL2IU_WAITING_ON_TAGS"},
12189bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "UTCL1_WAITING_ON_TRANS"},
12190bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "GCRIU_WAITING_ON_FREE"}
12191bf215546Sopenharmony_ci   ]
12192bf215546Sopenharmony_ci  },
12193bf215546Sopenharmony_ci  "CP_CPC_STATUS": {
12194bf215546Sopenharmony_ci   "fields": [
12195bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "MEC1_BUSY"},
12196bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "MEC2_BUSY"},
12197bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "DC0_BUSY"},
12198bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "DC1_BUSY"},
12199bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "RCIU1_BUSY"},
12200bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "RCIU2_BUSY"},
12201bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "ROQ1_BUSY"},
12202bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "ROQ2_BUSY"},
12203bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "TCIU_BUSY"},
12204bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "SCRATCH_RAM_BUSY"},
12205bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "QU_BUSY"},
12206bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "UTCL2IU_BUSY"},
12207bf215546Sopenharmony_ci    {"bits": [14, 14], "name": "SAVE_RESTORE_BUSY"},
12208bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "GCRIU_BUSY"},
12209bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "MES_BUSY"},
12210bf215546Sopenharmony_ci    {"bits": [17, 17], "name": "MES_SCRATCH_RAM_BUSY"},
12211bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "RCIU3_BUSY"},
12212bf215546Sopenharmony_ci    {"bits": [19, 19], "name": "MES_INSTRUCTION_CACHE_BUSY"},
12213bf215546Sopenharmony_ci    {"bits": [29, 29], "name": "CPG_CPC_BUSY"},
12214bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "CPF_CPC_BUSY"},
12215bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "CPC_BUSY"}
12216bf215546Sopenharmony_ci   ]
12217bf215546Sopenharmony_ci  },
12218bf215546Sopenharmony_ci  "CP_CPF_BUSY_STAT": {
12219bf215546Sopenharmony_ci   "fields": [
12220bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "REG_BUS_FIFO_BUSY"},
12221bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "CSF_RING_BUSY"},
12222bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "CSF_INDIRECT1_BUSY"},
12223bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "CSF_INDIRECT2_BUSY"},
12224bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "CSF_STATE_BUSY"},
12225bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "CSF_CE_INDR1_BUSY"},
12226bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "CSF_CE_INDR2_BUSY"},
12227bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "CSF_ARBITER_BUSY"},
12228bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "CSF_INPUT_BUSY"},
12229bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "CSF_DATA_BUSY"},
12230bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "CSF_CE_DATA_BUSY"},
12231bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "HPD_PROCESSING_EOP_BUSY"},
12232bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "HQD_DISPATCH_BUSY"},
12233bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "HQD_IQ_TIMER_BUSY"},
12234bf215546Sopenharmony_ci    {"bits": [14, 14], "name": "HQD_DMA_OFFLOAD_BUSY"},
12235bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "HQD_WAIT_SEMAPHORE_BUSY"},
12236bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "HQD_SIGNAL_SEMAPHORE_BUSY"},
12237bf215546Sopenharmony_ci    {"bits": [17, 17], "name": "HQD_MESSAGE_BUSY"},
12238bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "HQD_PQ_FETCHER_BUSY"},
12239bf215546Sopenharmony_ci    {"bits": [19, 19], "name": "HQD_IB_FETCHER_BUSY"},
12240bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "HQD_IQ_FETCHER_BUSY"},
12241bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "HQD_EOP_FETCHER_BUSY"},
12242bf215546Sopenharmony_ci    {"bits": [22, 22], "name": "HQD_CONSUMED_RPTR_BUSY"},
12243bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "HQD_FETCHER_ARB_BUSY"},
12244bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "HQD_ROQ_ALIGN_BUSY"},
12245bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "HQD_ROQ_EOP_BUSY"},
12246bf215546Sopenharmony_ci    {"bits": [26, 26], "name": "HQD_ROQ_IQ_BUSY"},
12247bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "HQD_ROQ_PQ_BUSY"},
12248bf215546Sopenharmony_ci    {"bits": [28, 28], "name": "HQD_ROQ_IB_BUSY"},
12249bf215546Sopenharmony_ci    {"bits": [29, 29], "name": "HQD_WPTR_POLL_BUSY"},
12250bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "HQD_PQ_BUSY"},
12251bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "HQD_IB_BUSY"}
12252bf215546Sopenharmony_ci   ]
12253bf215546Sopenharmony_ci  },
12254bf215546Sopenharmony_ci  "CP_CPF_BUSY_STAT2": {
12255bf215546Sopenharmony_ci   "fields": [
12256bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "MES_HQD_DISPATCH_BUSY"},
12257bf215546Sopenharmony_ci    {"bits": [14, 14], "name": "MES_HQD_DMA_OFFLOAD_BUSY"},
12258bf215546Sopenharmony_ci    {"bits": [17, 17], "name": "MES_HQD_MESSAGE_BUSY"},
12259bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "MES_HQD_PQ_FETCHER_BUSY"},
12260bf215546Sopenharmony_ci    {"bits": [22, 22], "name": "MES_HQD_CONSUMED_RPTR_BUSY"},
12261bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "MES_HQD_FETCHER_ARB_BUSY"},
12262bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "MES_HQD_ROQ_ALIGN_BUSY"},
12263bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "MES_HQD_ROQ_PQ_BUSY"},
12264bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "MES_HQD_PQ_BUSY"}
12265bf215546Sopenharmony_ci   ]
12266bf215546Sopenharmony_ci  },
12267bf215546Sopenharmony_ci  "CP_CPF_GRBM_FREE_COUNT": {
12268bf215546Sopenharmony_ci   "fields": [
12269bf215546Sopenharmony_ci    {"bits": [0, 2], "name": "FREE_COUNT"}
12270bf215546Sopenharmony_ci   ]
12271bf215546Sopenharmony_ci  },
12272bf215546Sopenharmony_ci  "CP_CPF_STALLED_STAT1": {
12273bf215546Sopenharmony_ci   "fields": [
12274bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "RING_FETCHING_DATA"},
12275bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "INDR1_FETCHING_DATA"},
12276bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "INDR2_FETCHING_DATA"},
12277bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "STATE_FETCHING_DATA"},
12278bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "TCIU_WAITING_ON_FREE"},
12279bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "TCIU_WAITING_ON_TAGS"},
12280bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "UTCL2IU_WAITING_ON_FREE"},
12281bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "UTCL2IU_WAITING_ON_TAGS"},
12282bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "GFX_UTCL1_WAITING_ON_TRANS"},
12283bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "CMP_UTCL1_WAITING_ON_TRANS"},
12284bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "RCIU_WAITING_ON_FREE"},
12285bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "DATA_FETCHING_DATA"},
12286bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "GCRIU_WAIT_ON_FREE"}
12287bf215546Sopenharmony_ci   ]
12288bf215546Sopenharmony_ci  },
12289bf215546Sopenharmony_ci  "CP_CPF_STATUS": {
12290bf215546Sopenharmony_ci   "fields": [
12291bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "POST_WPTR_GFX_BUSY"},
12292bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "CSF_BUSY"},
12293bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "ROQ_ALIGN_BUSY"},
12294bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "ROQ_RING_BUSY"},
12295bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "ROQ_INDIRECT1_BUSY"},
12296bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "ROQ_INDIRECT2_BUSY"},
12297bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "ROQ_STATE_BUSY"},
12298bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "ROQ_CE_RING_BUSY"},
12299bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "ROQ_CE_INDIRECT1_BUSY"},
12300bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "ROQ_CE_INDIRECT2_BUSY"},
12301bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "SEMAPHORE_BUSY"},
12302bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "INTERRUPT_BUSY"},
12303bf215546Sopenharmony_ci    {"bits": [14, 14], "name": "TCIU_BUSY"},
12304bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "HQD_BUSY"},
12305bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "PRT_BUSY"},
12306bf215546Sopenharmony_ci    {"bits": [17, 17], "name": "UTCL2IU_BUSY"},
12307bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "RCIU_BUSY"},
12308bf215546Sopenharmony_ci    {"bits": [19, 19], "name": "RCIU_GFX_BUSY"},
12309bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "RCIU_CMP_BUSY"},
12310bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "ROQ_DATA_BUSY"},
12311bf215546Sopenharmony_ci    {"bits": [22, 22], "name": "ROQ_CE_DATA_BUSY"},
12312bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "GCRIU_BUSY"},
12313bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "MES_HQD_BUSY"},
12314bf215546Sopenharmony_ci    {"bits": [26, 26], "name": "CPF_GFX_BUSY"},
12315bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "CPF_CMP_BUSY"},
12316bf215546Sopenharmony_ci    {"bits": [28, 29], "name": "GRBM_CPF_STAT_BUSY"},
12317bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "CPC_CPF_BUSY"},
12318bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "CPF_BUSY"}
12319bf215546Sopenharmony_ci   ]
12320bf215546Sopenharmony_ci  },
12321bf215546Sopenharmony_ci  "CP_DB_BASE_HI": {
12322bf215546Sopenharmony_ci   "fields": [
12323bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "DB_BASE_HI"}
12324bf215546Sopenharmony_ci   ]
12325bf215546Sopenharmony_ci  },
12326bf215546Sopenharmony_ci  "CP_DB_BASE_LO": {
12327bf215546Sopenharmony_ci   "fields": [
12328bf215546Sopenharmony_ci    {"bits": [2, 31], "name": "DB_BASE_LO"}
12329bf215546Sopenharmony_ci   ]
12330bf215546Sopenharmony_ci  },
12331bf215546Sopenharmony_ci  "CP_DB_BUFSZ": {
12332bf215546Sopenharmony_ci   "fields": [
12333bf215546Sopenharmony_ci    {"bits": [0, 19], "name": "DB_BUFSZ"}
12334bf215546Sopenharmony_ci   ]
12335bf215546Sopenharmony_ci  },
12336bf215546Sopenharmony_ci  "CP_DB_CMD_BUFSZ": {
12337bf215546Sopenharmony_ci   "fields": [
12338bf215546Sopenharmony_ci    {"bits": [0, 19], "name": "DB_CMD_REQSZ"}
12339bf215546Sopenharmony_ci   ]
12340bf215546Sopenharmony_ci  },
12341bf215546Sopenharmony_ci  "CP_DMA_CNTL": {
12342bf215546Sopenharmony_ci   "fields": [
12343bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "UTCL1_FAULT_CONTROL"},
12344bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "WATCH_CONTROL"},
12345bf215546Sopenharmony_ci    {"bits": [4, 5], "name": "MIN_AVAILSZ"},
12346bf215546Sopenharmony_ci    {"bits": [16, 24], "name": "BUFFER_DEPTH"},
12347bf215546Sopenharmony_ci    {"bits": [28, 28], "name": "PIO_FIFO_EMPTY"},
12348bf215546Sopenharmony_ci    {"bits": [29, 29], "name": "PIO_FIFO_FULL"},
12349bf215546Sopenharmony_ci    {"bits": [30, 31], "name": "PIO_COUNT"}
12350bf215546Sopenharmony_ci   ]
12351bf215546Sopenharmony_ci  },
12352bf215546Sopenharmony_ci  "CP_DMA_ME_CMD_ADDR_HI": {
12353bf215546Sopenharmony_ci   "fields": [
12354bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "ADDR_HI"},
12355bf215546Sopenharmony_ci    {"bits": [16, 31], "name": "RSVD"}
12356bf215546Sopenharmony_ci   ]
12357bf215546Sopenharmony_ci  },
12358bf215546Sopenharmony_ci  "CP_DMA_ME_CMD_ADDR_LO": {
12359bf215546Sopenharmony_ci   "fields": [
12360bf215546Sopenharmony_ci    {"bits": [0, 1], "name": "RSVD"},
12361bf215546Sopenharmony_ci    {"bits": [2, 31], "name": "ADDR_LO"}
12362bf215546Sopenharmony_ci   ]
12363bf215546Sopenharmony_ci  },
12364bf215546Sopenharmony_ci  "CP_DMA_ME_COMMAND": {
12365bf215546Sopenharmony_ci   "fields": [
12366bf215546Sopenharmony_ci    {"bits": [0, 25], "name": "BYTE_COUNT"},
12367bf215546Sopenharmony_ci    {"bits": [26, 26], "name": "SAS"},
12368bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "DAS"},
12369bf215546Sopenharmony_ci    {"bits": [28, 28], "name": "SAIC"},
12370bf215546Sopenharmony_ci    {"bits": [29, 29], "name": "DAIC"},
12371bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "RAW_WAIT"},
12372bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "DIS_WC"}
12373bf215546Sopenharmony_ci   ]
12374bf215546Sopenharmony_ci  },
12375bf215546Sopenharmony_ci  "CP_DMA_ME_DST_ADDR_HI": {
12376bf215546Sopenharmony_ci   "fields": [
12377bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "DST_ADDR_HI"}
12378bf215546Sopenharmony_ci   ]
12379bf215546Sopenharmony_ci  },
12380bf215546Sopenharmony_ci  "CP_DMA_ME_SRC_ADDR_HI": {
12381bf215546Sopenharmony_ci   "fields": [
12382bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "SRC_ADDR_HI"}
12383bf215546Sopenharmony_ci   ]
12384bf215546Sopenharmony_ci  },
12385bf215546Sopenharmony_ci  "CP_DMA_PFP_CONTROL": {
12386bf215546Sopenharmony_ci   "fields": [
12387bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "MEMLOG_CLEAR"},
12388bf215546Sopenharmony_ci    {"bits": [13, 14], "name": "SRC_CACHE_POLICY"},
12389bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "SRC_VOLATLE"},
12390bf215546Sopenharmony_ci    {"bits": [20, 21], "name": "DST_SELECT"},
12391bf215546Sopenharmony_ci    {"bits": [25, 26], "name": "DST_CACHE_POLICY"},
12392bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "DST_VOLATLE"},
12393bf215546Sopenharmony_ci    {"bits": [29, 30], "name": "SRC_SELECT"}
12394bf215546Sopenharmony_ci   ]
12395bf215546Sopenharmony_ci  },
12396bf215546Sopenharmony_ci  "CP_DMA_READ_TAGS": {
12397bf215546Sopenharmony_ci   "fields": [
12398bf215546Sopenharmony_ci    {"bits": [0, 25], "name": "DMA_READ_TAG"},
12399bf215546Sopenharmony_ci    {"bits": [28, 28], "name": "DMA_READ_TAG_VALID"}
12400bf215546Sopenharmony_ci   ]
12401bf215546Sopenharmony_ci  },
12402bf215546Sopenharmony_ci  "CP_DRAW_WINDOW_CNTL": {
12403bf215546Sopenharmony_ci   "fields": [
12404bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "DISABLE_DRAW_WINDOW_LO_MAX"},
12405bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "DISABLE_DRAW_WINDOW_LO_MIN"},
12406bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "DISABLE_DRAW_WINDOW_HI"},
12407bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "MODE"}
12408bf215546Sopenharmony_ci   ]
12409bf215546Sopenharmony_ci  },
12410bf215546Sopenharmony_ci  "CP_DRAW_WINDOW_LO": {
12411bf215546Sopenharmony_ci   "fields": [
12412bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "MIN"},
12413bf215546Sopenharmony_ci    {"bits": [16, 31], "name": "MAX"}
12414bf215546Sopenharmony_ci   ]
12415bf215546Sopenharmony_ci  },
12416bf215546Sopenharmony_ci  "CP_EOP_DONE_ADDR_HI": {
12417bf215546Sopenharmony_ci   "fields": [
12418bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "ADDR_HI"}
12419bf215546Sopenharmony_ci   ]
12420bf215546Sopenharmony_ci  },
12421bf215546Sopenharmony_ci  "CP_EOP_DONE_ADDR_LO": {
12422bf215546Sopenharmony_ci   "fields": [
12423bf215546Sopenharmony_ci    {"bits": [2, 31], "name": "ADDR_LO"}
12424bf215546Sopenharmony_ci   ]
12425bf215546Sopenharmony_ci  },
12426bf215546Sopenharmony_ci  "CP_EOP_DONE_DATA_CNTL": {
12427bf215546Sopenharmony_ci   "fields": [
12428bf215546Sopenharmony_ci    {"bits": [16, 17], "name": "DST_SEL"},
12429bf215546Sopenharmony_ci    {"bits": [24, 26], "name": "INT_SEL"},
12430bf215546Sopenharmony_ci    {"bits": [29, 31], "name": "DATA_SEL"}
12431bf215546Sopenharmony_ci   ]
12432bf215546Sopenharmony_ci  },
12433bf215546Sopenharmony_ci  "CP_EOP_DONE_DOORBELL": {
12434bf215546Sopenharmony_ci   "fields": [
12435bf215546Sopenharmony_ci    {"bits": [2, 27], "name": "DOORBELL_OFFSET"}
12436bf215546Sopenharmony_ci   ]
12437bf215546Sopenharmony_ci  },
12438bf215546Sopenharmony_ci  "CP_EOP_DONE_EVENT_CNTL": {
12439bf215546Sopenharmony_ci   "fields": [
12440bf215546Sopenharmony_ci    {"bits": [12, 23], "name": "GCR_CNTL"},
12441bf215546Sopenharmony_ci    {"bits": [25, 26], "name": "CACHE_POLICY"},
12442bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "EOP_VOLATILE"},
12443bf215546Sopenharmony_ci    {"bits": [28, 28], "name": "EXECUTE"}
12444bf215546Sopenharmony_ci   ]
12445bf215546Sopenharmony_ci  },
12446bf215546Sopenharmony_ci  "CP_IB1_OFFSET": {
12447bf215546Sopenharmony_ci   "fields": [
12448bf215546Sopenharmony_ci    {"bits": [0, 19], "name": "IB1_OFFSET"}
12449bf215546Sopenharmony_ci   ]
12450bf215546Sopenharmony_ci  },
12451bf215546Sopenharmony_ci  "CP_IB1_PREAMBLE_BEGIN": {
12452bf215546Sopenharmony_ci   "fields": [
12453bf215546Sopenharmony_ci    {"bits": [0, 19], "name": "IB1_PREAMBLE_BEGIN"}
12454bf215546Sopenharmony_ci   ]
12455bf215546Sopenharmony_ci  },
12456bf215546Sopenharmony_ci  "CP_IB1_PREAMBLE_END": {
12457bf215546Sopenharmony_ci   "fields": [
12458bf215546Sopenharmony_ci    {"bits": [0, 19], "name": "IB1_PREAMBLE_END"}
12459bf215546Sopenharmony_ci   ]
12460bf215546Sopenharmony_ci  },
12461bf215546Sopenharmony_ci  "CP_IB2_OFFSET": {
12462bf215546Sopenharmony_ci   "fields": [
12463bf215546Sopenharmony_ci    {"bits": [0, 19], "name": "IB2_OFFSET"}
12464bf215546Sopenharmony_ci   ]
12465bf215546Sopenharmony_ci  },
12466bf215546Sopenharmony_ci  "CP_IB2_PREAMBLE_BEGIN": {
12467bf215546Sopenharmony_ci   "fields": [
12468bf215546Sopenharmony_ci    {"bits": [0, 19], "name": "IB2_PREAMBLE_BEGIN"}
12469bf215546Sopenharmony_ci   ]
12470bf215546Sopenharmony_ci  },
12471bf215546Sopenharmony_ci  "CP_IB2_PREAMBLE_END": {
12472bf215546Sopenharmony_ci   "fields": [
12473bf215546Sopenharmony_ci    {"bits": [0, 19], "name": "IB2_PREAMBLE_END"}
12474bf215546Sopenharmony_ci   ]
12475bf215546Sopenharmony_ci  },
12476bf215546Sopenharmony_ci  "CP_INDEX_TYPE": {
12477bf215546Sopenharmony_ci   "fields": [
12478bf215546Sopenharmony_ci    {"bits": [0, 1], "enum_ref": "VGT_INDEX_TYPE_MODE", "name": "INDEX_TYPE"}
12479bf215546Sopenharmony_ci   ]
12480bf215546Sopenharmony_ci  },
12481bf215546Sopenharmony_ci  "CP_ME_COHER_CNTL": {
12482bf215546Sopenharmony_ci   "fields": [
12483bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "DEST_BASE_0_ENA"},
12484bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "DEST_BASE_1_ENA"},
12485bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "CB0_DEST_BASE_ENA"},
12486bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "CB1_DEST_BASE_ENA"},
12487bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "CB2_DEST_BASE_ENA"},
12488bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "CB3_DEST_BASE_ENA"},
12489bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "CB4_DEST_BASE_ENA"},
12490bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "CB5_DEST_BASE_ENA"},
12491bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "CB6_DEST_BASE_ENA"},
12492bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "CB7_DEST_BASE_ENA"},
12493bf215546Sopenharmony_ci    {"bits": [14, 14], "name": "DB_DEST_BASE_ENA"},
12494bf215546Sopenharmony_ci    {"bits": [19, 19], "name": "DEST_BASE_2_ENA"},
12495bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "DEST_BASE_3_ENA"}
12496bf215546Sopenharmony_ci   ]
12497bf215546Sopenharmony_ci  },
12498bf215546Sopenharmony_ci  "CP_ME_COHER_STATUS": {
12499bf215546Sopenharmony_ci   "fields": [
12500bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "MATCHING_GFX_CNTX"},
12501bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "STATUS"}
12502bf215546Sopenharmony_ci   ]
12503bf215546Sopenharmony_ci  },
12504bf215546Sopenharmony_ci  "CP_ME_MC_RADDR_HI": {
12505bf215546Sopenharmony_ci   "fields": [
12506bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "ME_MC_RADDR_HI"},
12507bf215546Sopenharmony_ci    {"bits": [22, 23], "name": "CACHE_POLICY"}
12508bf215546Sopenharmony_ci   ]
12509bf215546Sopenharmony_ci  },
12510bf215546Sopenharmony_ci  "CP_ME_MC_RADDR_LO": {
12511bf215546Sopenharmony_ci   "fields": [
12512bf215546Sopenharmony_ci    {"bits": [2, 31], "name": "ME_MC_RADDR_LO"}
12513bf215546Sopenharmony_ci   ]
12514bf215546Sopenharmony_ci  },
12515bf215546Sopenharmony_ci  "CP_ME_MC_WADDR_HI": {
12516bf215546Sopenharmony_ci   "fields": [
12517bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "ME_MC_WADDR_HI"},
12518bf215546Sopenharmony_ci    {"bits": [22, 23], "name": "CACHE_POLICY"}
12519bf215546Sopenharmony_ci   ]
12520bf215546Sopenharmony_ci  },
12521bf215546Sopenharmony_ci  "CP_ME_MC_WADDR_LO": {
12522bf215546Sopenharmony_ci   "fields": [
12523bf215546Sopenharmony_ci    {"bits": [2, 31], "name": "ME_MC_WADDR_LO"}
12524bf215546Sopenharmony_ci   ]
12525bf215546Sopenharmony_ci  },
12526bf215546Sopenharmony_ci  "CP_PERFMON_CNTL": {
12527bf215546Sopenharmony_ci   "fields": [
12528bf215546Sopenharmony_ci    {"bits": [0, 3], "enum_ref": "CP_PERFMON_STATE", "name": "PERFMON_STATE"},
12529bf215546Sopenharmony_ci    {"bits": [4, 7], "enum_ref": "SPM_PERFMON_STATE", "name": "SPM_PERFMON_STATE"},
12530bf215546Sopenharmony_ci    {"bits": [8, 9], "enum_ref": "CP_PERFMON_ENABLE_MODE", "name": "PERFMON_ENABLE_MODE"},
12531bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "PERFMON_SAMPLE_ENABLE"}
12532bf215546Sopenharmony_ci   ]
12533bf215546Sopenharmony_ci  },
12534bf215546Sopenharmony_ci  "CP_PERFMON_CNTX_CNTL": {
12535bf215546Sopenharmony_ci   "fields": [
12536bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "PERFMON_ENABLE"}
12537bf215546Sopenharmony_ci   ]
12538bf215546Sopenharmony_ci  },
12539bf215546Sopenharmony_ci  "CP_PFP_COMPLETION_STATUS": {
12540bf215546Sopenharmony_ci   "fields": [
12541bf215546Sopenharmony_ci    {"bits": [0, 1], "name": "STATUS"}
12542bf215546Sopenharmony_ci   ]
12543bf215546Sopenharmony_ci  },
12544bf215546Sopenharmony_ci  "CP_PFP_IB_CONTROL": {
12545bf215546Sopenharmony_ci   "fields": [
12546bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "IB_EN"}
12547bf215546Sopenharmony_ci   ]
12548bf215546Sopenharmony_ci  },
12549bf215546Sopenharmony_ci  "CP_PFP_LOAD_CONTROL": {
12550bf215546Sopenharmony_ci   "fields": [
12551bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "CONFIG_REG_EN"},
12552bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "CNTX_REG_EN"},
12553bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "SH_GFX_REG_EN"},
12554bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "SH_CS_REG_EN"}
12555bf215546Sopenharmony_ci   ]
12556bf215546Sopenharmony_ci  },
12557bf215546Sopenharmony_ci  "CP_PIPEID": {
12558bf215546Sopenharmony_ci   "fields": [
12559bf215546Sopenharmony_ci    {"bits": [0, 1], "name": "PIPE_ID"}
12560bf215546Sopenharmony_ci   ]
12561bf215546Sopenharmony_ci  },
12562bf215546Sopenharmony_ci  "CP_PIPE_STATS_ADDR_HI": {
12563bf215546Sopenharmony_ci   "fields": [
12564bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "PIPE_STATS_ADDR_HI"}
12565bf215546Sopenharmony_ci   ]
12566bf215546Sopenharmony_ci  },
12567bf215546Sopenharmony_ci  "CP_PIPE_STATS_ADDR_LO": {
12568bf215546Sopenharmony_ci   "fields": [
12569bf215546Sopenharmony_ci    {"bits": [2, 31], "name": "PIPE_STATS_ADDR_LO"}
12570bf215546Sopenharmony_ci   ]
12571bf215546Sopenharmony_ci  },
12572bf215546Sopenharmony_ci  "CP_PIPE_STATS_CONTROL": {
12573bf215546Sopenharmony_ci   "fields": [
12574bf215546Sopenharmony_ci    {"bits": [25, 26], "name": "CACHE_POLICY"}
12575bf215546Sopenharmony_ci   ]
12576bf215546Sopenharmony_ci  },
12577bf215546Sopenharmony_ci  "CP_PRED_NOT_VISIBLE": {
12578bf215546Sopenharmony_ci   "fields": [
12579bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "NOT_VISIBLE"}
12580bf215546Sopenharmony_ci   ]
12581bf215546Sopenharmony_ci  },
12582bf215546Sopenharmony_ci  "CP_RB_OFFSET": {
12583bf215546Sopenharmony_ci   "fields": [
12584bf215546Sopenharmony_ci    {"bits": [0, 19], "name": "RB_OFFSET"}
12585bf215546Sopenharmony_ci   ]
12586bf215546Sopenharmony_ci  },
12587bf215546Sopenharmony_ci  "CP_SAMPLE_STATUS": {
12588bf215546Sopenharmony_ci   "fields": [
12589bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "Z_PASS_ACITVE"},
12590bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "STREAMOUT_ACTIVE"},
12591bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "PIPELINE_ACTIVE"},
12592bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "STIPPLE_ACTIVE"},
12593bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "VGT_BUFFERS_ACTIVE"},
12594bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "SCREEN_EXT_ACTIVE"},
12595bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "DRAW_INDIRECT_ACTIVE"},
12596bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "DISP_INDIRECT_ACTIVE"}
12597bf215546Sopenharmony_ci   ]
12598bf215546Sopenharmony_ci  },
12599bf215546Sopenharmony_ci  "CP_SCRATCH_INDEX": {
12600bf215546Sopenharmony_ci   "fields": [
12601bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "SCRATCH_INDEX"},
12602bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "SCRATCH_INDEX_64BIT_MODE"}
12603bf215546Sopenharmony_ci   ]
12604bf215546Sopenharmony_ci  },
12605bf215546Sopenharmony_ci  "CP_SIG_SEM_ADDR_HI": {
12606bf215546Sopenharmony_ci   "fields": [
12607bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "SEM_ADDR_HI"},
12608bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "SEM_USE_MAILBOX"},
12609bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "SEM_SIGNAL_TYPE"},
12610bf215546Sopenharmony_ci    {"bits": [24, 25], "name": "SEM_CLIENT_CODE"},
12611bf215546Sopenharmony_ci    {"bits": [29, 31], "name": "SEM_SELECT"}
12612bf215546Sopenharmony_ci   ]
12613bf215546Sopenharmony_ci  },
12614bf215546Sopenharmony_ci  "CP_SIG_SEM_ADDR_LO": {
12615bf215546Sopenharmony_ci   "fields": [
12616bf215546Sopenharmony_ci    {"bits": [0, 1], "name": "SEM_ADDR_SWAP"},
12617bf215546Sopenharmony_ci    {"bits": [3, 31], "name": "SEM_ADDR_LO"}
12618bf215546Sopenharmony_ci   ]
12619bf215546Sopenharmony_ci  },
12620bf215546Sopenharmony_ci  "CP_STREAM_OUT_ADDR_HI": {
12621bf215546Sopenharmony_ci   "fields": [
12622bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "STREAM_OUT_ADDR_HI"}
12623bf215546Sopenharmony_ci   ]
12624bf215546Sopenharmony_ci  },
12625bf215546Sopenharmony_ci  "CP_STREAM_OUT_ADDR_LO": {
12626bf215546Sopenharmony_ci   "fields": [
12627bf215546Sopenharmony_ci    {"bits": [2, 31], "name": "STREAM_OUT_ADDR_LO"}
12628bf215546Sopenharmony_ci   ]
12629bf215546Sopenharmony_ci  },
12630bf215546Sopenharmony_ci  "CP_STRMOUT_CNTL": {
12631bf215546Sopenharmony_ci   "fields": [
12632bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "OFFSET_UPDATE_DONE"}
12633bf215546Sopenharmony_ci   ]
12634bf215546Sopenharmony_ci  },
12635bf215546Sopenharmony_ci  "CP_ST_BASE_HI": {
12636bf215546Sopenharmony_ci   "fields": [
12637bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "ST_BASE_HI"}
12638bf215546Sopenharmony_ci   ]
12639bf215546Sopenharmony_ci  },
12640bf215546Sopenharmony_ci  "CP_ST_BASE_LO": {
12641bf215546Sopenharmony_ci   "fields": [
12642bf215546Sopenharmony_ci    {"bits": [2, 31], "name": "ST_BASE_LO"}
12643bf215546Sopenharmony_ci   ]
12644bf215546Sopenharmony_ci  },
12645bf215546Sopenharmony_ci  "CP_ST_BUFSZ": {
12646bf215546Sopenharmony_ci   "fields": [
12647bf215546Sopenharmony_ci    {"bits": [0, 19], "name": "ST_BUFSZ"}
12648bf215546Sopenharmony_ci   ]
12649bf215546Sopenharmony_ci  },
12650bf215546Sopenharmony_ci  "CP_ST_CMD_BUFSZ": {
12651bf215546Sopenharmony_ci   "fields": [
12652bf215546Sopenharmony_ci    {"bits": [0, 19], "name": "ST_CMD_REQSZ"}
12653bf215546Sopenharmony_ci   ]
12654bf215546Sopenharmony_ci  },
12655bf215546Sopenharmony_ci  "CP_VMID": {
12656bf215546Sopenharmony_ci   "fields": [
12657bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "VMID"}
12658bf215546Sopenharmony_ci   ]
12659bf215546Sopenharmony_ci  },
12660bf215546Sopenharmony_ci  "CS_COPY_STATE": {
12661bf215546Sopenharmony_ci   "fields": [
12662bf215546Sopenharmony_ci    {"bits": [0, 2], "name": "SRC_STATE_ID"}
12663bf215546Sopenharmony_ci   ]
12664bf215546Sopenharmony_ci  },
12665bf215546Sopenharmony_ci  "DB_ALPHA_TO_MASK": {
12666bf215546Sopenharmony_ci   "fields": [
12667bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "ALPHA_TO_MASK_ENABLE"},
12668bf215546Sopenharmony_ci    {"bits": [8, 9], "name": "ALPHA_TO_MASK_OFFSET0"},
12669bf215546Sopenharmony_ci    {"bits": [10, 11], "name": "ALPHA_TO_MASK_OFFSET1"},
12670bf215546Sopenharmony_ci    {"bits": [12, 13], "name": "ALPHA_TO_MASK_OFFSET2"},
12671bf215546Sopenharmony_ci    {"bits": [14, 15], "name": "ALPHA_TO_MASK_OFFSET3"},
12672bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "OFFSET_ROUND"}
12673bf215546Sopenharmony_ci   ]
12674bf215546Sopenharmony_ci  },
12675bf215546Sopenharmony_ci  "DB_COUNT_CONTROL": {
12676bf215546Sopenharmony_ci   "fields": [
12677bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "ZPASS_INCREMENT_DISABLE"},
12678bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "PERFECT_ZPASS_COUNTS"},
12679bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "DISABLE_CONSERVATIVE_ZPASS_COUNTS"},
12680bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "ENHANCED_CONSERVATIVE_ZPASS_COUNTS"},
12681bf215546Sopenharmony_ci    {"bits": [4, 6], "name": "SAMPLE_RATE"},
12682bf215546Sopenharmony_ci    {"bits": [8, 11], "name": "ZPASS_ENABLE"},
12683bf215546Sopenharmony_ci    {"bits": [12, 15], "name": "ZFAIL_ENABLE"},
12684bf215546Sopenharmony_ci    {"bits": [16, 19], "name": "SFAIL_ENABLE"},
12685bf215546Sopenharmony_ci    {"bits": [20, 23], "name": "DBFAIL_ENABLE"},
12686bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "SLICE_EVEN_ENABLE"},
12687bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "SLICE_ODD_ENABLE"}
12688bf215546Sopenharmony_ci   ]
12689bf215546Sopenharmony_ci  },
12690bf215546Sopenharmony_ci  "DB_DEPTH_CONTROL": {
12691bf215546Sopenharmony_ci   "fields": [
12692bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "STENCIL_ENABLE"},
12693bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "Z_ENABLE"},
12694bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "Z_WRITE_ENABLE"},
12695bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "DEPTH_BOUNDS_ENABLE"},
12696bf215546Sopenharmony_ci    {"bits": [4, 6], "enum_ref": "CompareFrag", "name": "ZFUNC"},
12697bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "BACKFACE_ENABLE"},
12698bf215546Sopenharmony_ci    {"bits": [8, 10], "enum_ref": "CompareFrag", "name": "STENCILFUNC"},
12699bf215546Sopenharmony_ci    {"bits": [20, 22], "enum_ref": "CompareFrag", "name": "STENCILFUNC_BF"},
12700bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "ENABLE_COLOR_WRITES_ON_DEPTH_FAIL"},
12701bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "DISABLE_COLOR_WRITES_ON_DEPTH_PASS"}
12702bf215546Sopenharmony_ci   ]
12703bf215546Sopenharmony_ci  },
12704bf215546Sopenharmony_ci  "DB_DEPTH_SIZE_XY": {
12705bf215546Sopenharmony_ci   "fields": [
12706bf215546Sopenharmony_ci    {"bits": [0, 13], "name": "X_MAX"},
12707bf215546Sopenharmony_ci    {"bits": [16, 29], "name": "Y_MAX"}
12708bf215546Sopenharmony_ci   ]
12709bf215546Sopenharmony_ci  },
12710bf215546Sopenharmony_ci  "DB_DEPTH_VIEW": {
12711bf215546Sopenharmony_ci   "fields": [
12712bf215546Sopenharmony_ci    {"bits": [0, 10], "name": "SLICE_START"},
12713bf215546Sopenharmony_ci    {"bits": [11, 12], "name": "SLICE_START_HI"},
12714bf215546Sopenharmony_ci    {"bits": [13, 23], "name": "SLICE_MAX"},
12715bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "Z_READ_ONLY"},
12716bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "STENCIL_READ_ONLY"},
12717bf215546Sopenharmony_ci    {"bits": [26, 29], "name": "MIPID"},
12718bf215546Sopenharmony_ci    {"bits": [30, 31], "name": "SLICE_MAX_HI"}
12719bf215546Sopenharmony_ci   ]
12720bf215546Sopenharmony_ci  },
12721bf215546Sopenharmony_ci  "DB_DFSM_CONTROL": {
12722bf215546Sopenharmony_ci   "fields": [
12723bf215546Sopenharmony_ci    {"bits": [0, 1], "enum_ref": "DB_DFSM_CONTROL__PUNCHOUT_MODE", "name": "PUNCHOUT_MODE"},
12724bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "POPS_DRAIN_PS_ON_OVERLAP"},
12725bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "DISALLOW_OVERFLOW"}
12726bf215546Sopenharmony_ci   ]
12727bf215546Sopenharmony_ci  },
12728bf215546Sopenharmony_ci  "DB_EQAA": {
12729bf215546Sopenharmony_ci   "fields": [
12730bf215546Sopenharmony_ci    {"bits": [0, 2], "name": "MAX_ANCHOR_SAMPLES"},
12731bf215546Sopenharmony_ci    {"bits": [4, 6], "name": "PS_ITER_SAMPLES"},
12732bf215546Sopenharmony_ci    {"bits": [8, 10], "name": "MASK_EXPORT_NUM_SAMPLES"},
12733bf215546Sopenharmony_ci    {"bits": [12, 14], "name": "ALPHA_TO_MASK_NUM_SAMPLES"},
12734bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "HIGH_QUALITY_INTERSECTIONS"},
12735bf215546Sopenharmony_ci    {"bits": [17, 17], "name": "INCOHERENT_EQAA_READS"},
12736bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "INTERPOLATE_COMP_Z"},
12737bf215546Sopenharmony_ci    {"bits": [19, 19], "name": "INTERPOLATE_SRC_Z"},
12738bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "STATIC_ANCHOR_ASSOCIATIONS"},
12739bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "ALPHA_TO_MASK_EQAA_DISABLE"},
12740bf215546Sopenharmony_ci    {"bits": [24, 26], "name": "OVERRASTERIZATION_AMOUNT"},
12741bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "ENABLE_POSTZ_OVERRASTERIZATION"}
12742bf215546Sopenharmony_ci   ]
12743bf215546Sopenharmony_ci  },
12744bf215546Sopenharmony_ci  "DB_HTILE_SURFACE": {
12745bf215546Sopenharmony_ci   "fields": [
12746bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "RESERVED_FIELD_1"},
12747bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "FULL_CACHE"},
12748bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "RESERVED_FIELD_2"},
12749bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "RESERVED_FIELD_3"},
12750bf215546Sopenharmony_ci    {"bits": [4, 9], "name": "RESERVED_FIELD_4"},
12751bf215546Sopenharmony_ci    {"bits": [10, 15], "name": "RESERVED_FIELD_5"},
12752bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "DST_OUTSIDE_ZERO_TO_ONE"},
12753bf215546Sopenharmony_ci    {"bits": [17, 17], "name": "RESERVED_FIELD_6"},
12754bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "PIPE_ALIGNED"}
12755bf215546Sopenharmony_ci   ]
12756bf215546Sopenharmony_ci  },
12757bf215546Sopenharmony_ci  "DB_OCCLUSION_COUNT0_HI": {
12758bf215546Sopenharmony_ci   "fields": [
12759bf215546Sopenharmony_ci    {"bits": [0, 30], "name": "COUNT_HI"}
12760bf215546Sopenharmony_ci   ]
12761bf215546Sopenharmony_ci  },
12762bf215546Sopenharmony_ci  "DB_PRELOAD_CONTROL": {
12763bf215546Sopenharmony_ci   "fields": [
12764bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "START_X"},
12765bf215546Sopenharmony_ci    {"bits": [8, 15], "name": "START_Y"},
12766bf215546Sopenharmony_ci    {"bits": [16, 23], "name": "MAX_X"},
12767bf215546Sopenharmony_ci    {"bits": [24, 31], "name": "MAX_Y"}
12768bf215546Sopenharmony_ci   ]
12769bf215546Sopenharmony_ci  },
12770bf215546Sopenharmony_ci  "DB_RENDER_CONTROL": {
12771bf215546Sopenharmony_ci   "fields": [
12772bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "DEPTH_CLEAR_ENABLE"},
12773bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "STENCIL_CLEAR_ENABLE"},
12774bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "DEPTH_COPY"},
12775bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "STENCIL_COPY"},
12776bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "RESUMMARIZE_ENABLE"},
12777bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "STENCIL_COMPRESS_DISABLE"},
12778bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "DEPTH_COMPRESS_DISABLE"},
12779bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "COPY_CENTROID"},
12780bf215546Sopenharmony_ci    {"bits": [8, 11], "name": "COPY_SAMPLE"},
12781bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "DECOMPRESS_ENABLE"}
12782bf215546Sopenharmony_ci   ]
12783bf215546Sopenharmony_ci  },
12784bf215546Sopenharmony_ci  "DB_RENDER_OVERRIDE": {
12785bf215546Sopenharmony_ci   "fields": [
12786bf215546Sopenharmony_ci    {"bits": [0, 1], "enum_ref": "ForceControl", "name": "FORCE_HIZ_ENABLE"},
12787bf215546Sopenharmony_ci    {"bits": [2, 3], "enum_ref": "ForceControl", "name": "FORCE_HIS_ENABLE0"},
12788bf215546Sopenharmony_ci    {"bits": [4, 5], "enum_ref": "ForceControl", "name": "FORCE_HIS_ENABLE1"},
12789bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "FORCE_SHADER_Z_ORDER"},
12790bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "FAST_Z_DISABLE"},
12791bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "FAST_STENCIL_DISABLE"},
12792bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "NOOP_CULL_DISABLE"},
12793bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "FORCE_COLOR_KILL"},
12794bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "FORCE_Z_READ"},
12795bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "FORCE_STENCIL_READ"},
12796bf215546Sopenharmony_ci    {"bits": [13, 14], "enum_ref": "ForceControl", "name": "FORCE_FULL_Z_RANGE"},
12797bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "FORCE_QC_SMASK_CONFLICT"},
12798bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "DISABLE_VIEWPORT_CLAMP"},
12799bf215546Sopenharmony_ci    {"bits": [17, 17], "name": "IGNORE_SC_ZRANGE"},
12800bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "DISABLE_FULLY_COVERED"},
12801bf215546Sopenharmony_ci    {"bits": [19, 20], "enum_ref": "ZLimitSumm", "name": "FORCE_Z_LIMIT_SUMM"},
12802bf215546Sopenharmony_ci    {"bits": [21, 25], "name": "MAX_TILES_IN_DTT"},
12803bf215546Sopenharmony_ci    {"bits": [26, 26], "name": "DISABLE_TILE_RATE_TILES"},
12804bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "FORCE_Z_DIRTY"},
12805bf215546Sopenharmony_ci    {"bits": [28, 28], "name": "FORCE_STENCIL_DIRTY"},
12806bf215546Sopenharmony_ci    {"bits": [29, 29], "name": "FORCE_Z_VALID"},
12807bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "FORCE_STENCIL_VALID"},
12808bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "PRESERVE_COMPRESSION"}
12809bf215546Sopenharmony_ci   ]
12810bf215546Sopenharmony_ci  },
12811bf215546Sopenharmony_ci  "DB_RENDER_OVERRIDE2": {
12812bf215546Sopenharmony_ci   "fields": [
12813bf215546Sopenharmony_ci    {"bits": [0, 1], "enum_ref": "DbPSLControl", "name": "PARTIAL_SQUAD_LAUNCH_CONTROL"},
12814bf215546Sopenharmony_ci    {"bits": [2, 4], "name": "PARTIAL_SQUAD_LAUNCH_COUNTDOWN"},
12815bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "DISABLE_ZMASK_EXPCLEAR_OPTIMIZATION"},
12816bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "DISABLE_SMEM_EXPCLEAR_OPTIMIZATION"},
12817bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "DISABLE_COLOR_ON_VALIDATION"},
12818bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "DECOMPRESS_Z_ON_FLUSH"},
12819bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "DISABLE_REG_SNOOP"},
12820bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "DEPTH_BOUNDS_HIER_DEPTH_DISABLE"},
12821bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "SEPARATE_HIZS_FUNC_ENABLE"},
12822bf215546Sopenharmony_ci    {"bits": [12, 14], "enum_ref": "CompareFrag", "name": "HIZ_ZFUNC"},
12823bf215546Sopenharmony_ci    {"bits": [15, 17], "name": "HIS_SFUNC_FF"},
12824bf215546Sopenharmony_ci    {"bits": [18, 20], "name": "HIS_SFUNC_BF"},
12825bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "PRESERVE_ZRANGE"},
12826bf215546Sopenharmony_ci    {"bits": [22, 22], "name": "PRESERVE_SRESULTS"},
12827bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "DISABLE_FAST_PASS"},
12828bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "ALLOW_PARTIAL_RES_HIER_KILL"}
12829bf215546Sopenharmony_ci   ]
12830bf215546Sopenharmony_ci  },
12831bf215546Sopenharmony_ci  "DB_RESERVED_REG_1": {
12832bf215546Sopenharmony_ci   "fields": [
12833bf215546Sopenharmony_ci    {"bits": [0, 10], "name": "FIELD_1"},
12834bf215546Sopenharmony_ci    {"bits": [11, 21], "name": "FIELD_2"}
12835bf215546Sopenharmony_ci   ]
12836bf215546Sopenharmony_ci  },
12837bf215546Sopenharmony_ci  "DB_RESERVED_REG_2": {
12838bf215546Sopenharmony_ci   "fields": [
12839bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "FIELD_1"},
12840bf215546Sopenharmony_ci    {"bits": [4, 7], "name": "FIELD_2"},
12841bf215546Sopenharmony_ci    {"bits": [8, 12], "name": "FIELD_3"},
12842bf215546Sopenharmony_ci    {"bits": [13, 14], "name": "FIELD_4"},
12843bf215546Sopenharmony_ci    {"bits": [15, 16], "name": "FIELD_5"},
12844bf215546Sopenharmony_ci    {"bits": [17, 18], "name": "FIELD_6"},
12845bf215546Sopenharmony_ci    {"bits": [19, 20], "name": "FIELD_7"},
12846bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "RESOURCE_LEVEL"}
12847bf215546Sopenharmony_ci   ]
12848bf215546Sopenharmony_ci  },
12849bf215546Sopenharmony_ci  "DB_RESERVED_REG_3": {
12850bf215546Sopenharmony_ci   "fields": [
12851bf215546Sopenharmony_ci    {"bits": [0, 21], "name": "FIELD_1"}
12852bf215546Sopenharmony_ci   ]
12853bf215546Sopenharmony_ci  },
12854bf215546Sopenharmony_ci  "DB_RMI_L2_CACHE_CONTROL": {
12855bf215546Sopenharmony_ci   "fields": [
12856bf215546Sopenharmony_ci    {"bits": [0, 1], "enum_ref": "WritePolicy", "name": "Z_WR_POLICY"},
12857bf215546Sopenharmony_ci    {"bits": [2, 3], "enum_ref": "WritePolicy", "name": "S_WR_POLICY"},
12858bf215546Sopenharmony_ci    {"bits": [4, 5], "enum_ref": "WritePolicy", "name": "HTILE_WR_POLICY"},
12859bf215546Sopenharmony_ci    {"bits": [6, 7], "enum_ref": "WritePolicy", "name": "ZPCPSD_WR_POLICY"},
12860bf215546Sopenharmony_ci    {"bits": [16, 17], "enum_ref": "ReadPolicy", "name": "Z_RD_POLICY"},
12861bf215546Sopenharmony_ci    {"bits": [18, 19], "enum_ref": "ReadPolicy", "name": "S_RD_POLICY"},
12862bf215546Sopenharmony_ci    {"bits": [20, 21], "enum_ref": "ReadPolicy", "name": "HTILE_RD_POLICY"},
12863bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "Z_BIG_PAGE"},
12864bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "S_BIG_PAGE"}
12865bf215546Sopenharmony_ci   ]
12866bf215546Sopenharmony_ci  },
12867bf215546Sopenharmony_ci  "DB_SHADER_CONTROL": {
12868bf215546Sopenharmony_ci   "fields": [
12869bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "Z_EXPORT_ENABLE"},
12870bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "STENCIL_TEST_VAL_EXPORT_ENABLE"},
12871bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "STENCIL_OP_VAL_EXPORT_ENABLE"},
12872bf215546Sopenharmony_ci    {"bits": [4, 5], "enum_ref": "ZOrder", "name": "Z_ORDER"},
12873bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "KILL_ENABLE"},
12874bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "COVERAGE_TO_MASK_ENABLE"},
12875bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "MASK_EXPORT_ENABLE"},
12876bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "EXEC_ON_HIER_FAIL"},
12877bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "EXEC_ON_NOOP"},
12878bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "ALPHA_TO_MASK_DISABLE"},
12879bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "DEPTH_BEFORE_SHADER"},
12880bf215546Sopenharmony_ci    {"bits": [13, 14], "enum_ref": "ConservativeZExport", "name": "CONSERVATIVE_Z_EXPORT"},
12881bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "DUAL_QUAD_DISABLE"},
12882bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "PRIMITIVE_ORDERED_PIXEL_SHADER"},
12883bf215546Sopenharmony_ci    {"bits": [17, 17], "name": "EXEC_IF_OVERLAPPED"},
12884bf215546Sopenharmony_ci    {"bits": [20, 22], "name": "POPS_OVERLAP_NUM_SAMPLES"},
12885bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "PRE_SHADER_DEPTH_COVERAGE_ENABLE"}
12886bf215546Sopenharmony_ci   ]
12887bf215546Sopenharmony_ci  },
12888bf215546Sopenharmony_ci  "DB_SRESULTS_COMPARE_STATE0": {
12889bf215546Sopenharmony_ci   "fields": [
12890bf215546Sopenharmony_ci    {"bits": [0, 2], "enum_ref": "CompareFrag", "name": "COMPAREFUNC0"},
12891bf215546Sopenharmony_ci    {"bits": [4, 11], "name": "COMPAREVALUE0"},
12892bf215546Sopenharmony_ci    {"bits": [12, 19], "name": "COMPAREMASK0"},
12893bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "ENABLE0"}
12894bf215546Sopenharmony_ci   ]
12895bf215546Sopenharmony_ci  },
12896bf215546Sopenharmony_ci  "DB_SRESULTS_COMPARE_STATE1": {
12897bf215546Sopenharmony_ci   "fields": [
12898bf215546Sopenharmony_ci    {"bits": [0, 2], "enum_ref": "CompareFrag", "name": "COMPAREFUNC1"},
12899bf215546Sopenharmony_ci    {"bits": [4, 11], "name": "COMPAREVALUE1"},
12900bf215546Sopenharmony_ci    {"bits": [12, 19], "name": "COMPAREMASK1"},
12901bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "ENABLE1"}
12902bf215546Sopenharmony_ci   ]
12903bf215546Sopenharmony_ci  },
12904bf215546Sopenharmony_ci  "DB_STENCILREFMASK": {
12905bf215546Sopenharmony_ci   "fields": [
12906bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "STENCILTESTVAL"},
12907bf215546Sopenharmony_ci    {"bits": [8, 15], "name": "STENCILMASK"},
12908bf215546Sopenharmony_ci    {"bits": [16, 23], "name": "STENCILWRITEMASK"},
12909bf215546Sopenharmony_ci    {"bits": [24, 31], "name": "STENCILOPVAL"}
12910bf215546Sopenharmony_ci   ]
12911bf215546Sopenharmony_ci  },
12912bf215546Sopenharmony_ci  "DB_STENCILREFMASK_BF": {
12913bf215546Sopenharmony_ci   "fields": [
12914bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "STENCILTESTVAL_BF"},
12915bf215546Sopenharmony_ci    {"bits": [8, 15], "name": "STENCILMASK_BF"},
12916bf215546Sopenharmony_ci    {"bits": [16, 23], "name": "STENCILWRITEMASK_BF"},
12917bf215546Sopenharmony_ci    {"bits": [24, 31], "name": "STENCILOPVAL_BF"}
12918bf215546Sopenharmony_ci   ]
12919bf215546Sopenharmony_ci  },
12920bf215546Sopenharmony_ci  "DB_STENCIL_CLEAR": {
12921bf215546Sopenharmony_ci   "fields": [
12922bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "CLEAR"}
12923bf215546Sopenharmony_ci   ]
12924bf215546Sopenharmony_ci  },
12925bf215546Sopenharmony_ci  "DB_STENCIL_CONTROL": {
12926bf215546Sopenharmony_ci   "fields": [
12927bf215546Sopenharmony_ci    {"bits": [0, 3], "enum_ref": "StencilOp", "name": "STENCILFAIL"},
12928bf215546Sopenharmony_ci    {"bits": [4, 7], "enum_ref": "StencilOp", "name": "STENCILZPASS"},
12929bf215546Sopenharmony_ci    {"bits": [8, 11], "enum_ref": "StencilOp", "name": "STENCILZFAIL"},
12930bf215546Sopenharmony_ci    {"bits": [12, 15], "enum_ref": "StencilOp", "name": "STENCILFAIL_BF"},
12931bf215546Sopenharmony_ci    {"bits": [16, 19], "enum_ref": "StencilOp", "name": "STENCILZPASS_BF"},
12932bf215546Sopenharmony_ci    {"bits": [20, 23], "enum_ref": "StencilOp", "name": "STENCILZFAIL_BF"}
12933bf215546Sopenharmony_ci   ]
12934bf215546Sopenharmony_ci  },
12935bf215546Sopenharmony_ci  "DB_STENCIL_INFO": {
12936bf215546Sopenharmony_ci   "fields": [
12937bf215546Sopenharmony_ci    {"bits": [0, 0], "enum_ref": "StencilFormat", "name": "FORMAT"},
12938bf215546Sopenharmony_ci    {"bits": [4, 8], "name": "SW_MODE"},
12939bf215546Sopenharmony_ci    {"bits": [9, 10], "enum_ref": "DbPRTFaultBehavior", "name": "FAULT_BEHAVIOR"},
12940bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "ITERATE_FLUSH"},
12941bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "PARTIALLY_RESIDENT"},
12942bf215546Sopenharmony_ci    {"bits": [13, 15], "name": "RESERVED_FIELD_1"},
12943bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "ITERATE_256"},
12944bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "ALLOW_EXPCLEAR"},
12945bf215546Sopenharmony_ci    {"bits": [29, 29], "name": "TILE_STENCIL_DISABLE"}
12946bf215546Sopenharmony_ci   ]
12947bf215546Sopenharmony_ci  },
12948bf215546Sopenharmony_ci  "DB_Z_INFO": {
12949bf215546Sopenharmony_ci   "fields": [
12950bf215546Sopenharmony_ci    {"bits": [0, 1], "enum_ref": "ZFormat", "name": "FORMAT"},
12951bf215546Sopenharmony_ci    {"bits": [2, 3], "name": "NUM_SAMPLES"},
12952bf215546Sopenharmony_ci    {"bits": [4, 8], "name": "SW_MODE"},
12953bf215546Sopenharmony_ci    {"bits": [9, 10], "enum_ref": "DbPRTFaultBehavior", "name": "FAULT_BEHAVIOR"},
12954bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "ITERATE_FLUSH"},
12955bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "PARTIALLY_RESIDENT"},
12956bf215546Sopenharmony_ci    {"bits": [13, 15], "name": "RESERVED_FIELD_1"},
12957bf215546Sopenharmony_ci    {"bits": [16, 19], "name": "MAXMIP"},
12958bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "ITERATE_256"},
12959bf215546Sopenharmony_ci    {"bits": [23, 26], "name": "DECOMPRESS_ON_N_ZPLANES"},
12960bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "ALLOW_EXPCLEAR"},
12961bf215546Sopenharmony_ci    {"bits": [28, 28], "name": "READ_SIZE"},
12962bf215546Sopenharmony_ci    {"bits": [29, 29], "name": "TILE_SURFACE_ENABLE"},
12963bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "ZRANGE_PRECISION"}
12964bf215546Sopenharmony_ci   ]
12965bf215546Sopenharmony_ci  },
12966bf215546Sopenharmony_ci  "DB_Z_READ_BASE_HI": {
12967bf215546Sopenharmony_ci   "fields": [
12968bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "BASE_HI"}
12969bf215546Sopenharmony_ci   ]
12970bf215546Sopenharmony_ci  },
12971bf215546Sopenharmony_ci  "GB_ADDR_CONFIG": {
12972bf215546Sopenharmony_ci   "fields": [
12973bf215546Sopenharmony_ci    {"bits": [0, 2], "name": "NUM_PIPES"},
12974bf215546Sopenharmony_ci    {"bits": [3, 5], "name": "PIPE_INTERLEAVE_SIZE"},
12975bf215546Sopenharmony_ci    {"bits": [6, 7], "name": "MAX_COMPRESSED_FRAGS"},
12976bf215546Sopenharmony_ci    {"bits": [19, 20], "name": "NUM_SHADER_ENGINES"},
12977bf215546Sopenharmony_ci    {"bits": [26, 27], "name": "NUM_RB_PER_SE"}
12978bf215546Sopenharmony_ci   ]
12979bf215546Sopenharmony_ci  },
12980bf215546Sopenharmony_ci  "GB_MACROTILE_MODE0": {
12981bf215546Sopenharmony_ci   "fields": [
12982bf215546Sopenharmony_ci    {"bits": [0, 1], "enum_ref": "BankWidth", "name": "BANK_WIDTH"},
12983bf215546Sopenharmony_ci    {"bits": [2, 3], "enum_ref": "BankHeight", "name": "BANK_HEIGHT"},
12984bf215546Sopenharmony_ci    {"bits": [4, 5], "enum_ref": "MacroTileAspect", "name": "MACRO_TILE_ASPECT"},
12985bf215546Sopenharmony_ci    {"bits": [6, 7], "enum_ref": "NumBanks", "name": "NUM_BANKS"}
12986bf215546Sopenharmony_ci   ]
12987bf215546Sopenharmony_ci  },
12988bf215546Sopenharmony_ci  "GB_TILE_MODE0": {
12989bf215546Sopenharmony_ci   "fields": [
12990bf215546Sopenharmony_ci    {"bits": [2, 5], "enum_ref": "ArrayMode", "name": "ARRAY_MODE"},
12991bf215546Sopenharmony_ci    {"bits": [6, 10], "enum_ref": "PipeConfig", "name": "PIPE_CONFIG"},
12992bf215546Sopenharmony_ci    {"bits": [11, 13], "enum_ref": "TileSplit", "name": "TILE_SPLIT"},
12993bf215546Sopenharmony_ci    {"bits": [22, 24], "enum_ref": "MicroTileMode", "name": "MICRO_TILE_MODE_NEW"},
12994bf215546Sopenharmony_ci    {"bits": [25, 26], "name": "SAMPLE_SPLIT"}
12995bf215546Sopenharmony_ci   ]
12996bf215546Sopenharmony_ci  },
12997bf215546Sopenharmony_ci  "GCEA_PERFCOUNTER2_MODE": {
12998bf215546Sopenharmony_ci   "fields": [
12999bf215546Sopenharmony_ci    {"bits": [0, 1], "name": "COMPARE_MODE0"},
13000bf215546Sopenharmony_ci    {"bits": [2, 3], "name": "COMPARE_MODE1"},
13001bf215546Sopenharmony_ci    {"bits": [4, 5], "name": "COMPARE_MODE2"},
13002bf215546Sopenharmony_ci    {"bits": [6, 7], "name": "COMPARE_MODE3"},
13003bf215546Sopenharmony_ci    {"bits": [8, 11], "name": "COMPARE_VALUE0"},
13004bf215546Sopenharmony_ci    {"bits": [12, 15], "name": "COMPARE_VALUE1"},
13005bf215546Sopenharmony_ci    {"bits": [16, 19], "name": "COMPARE_VALUE2"},
13006bf215546Sopenharmony_ci    {"bits": [20, 23], "name": "COMPARE_VALUE3"}
13007bf215546Sopenharmony_ci   ]
13008bf215546Sopenharmony_ci  },
13009bf215546Sopenharmony_ci  "GCR_PERFCOUNTER1_SELECT": {
13010bf215546Sopenharmony_ci   "fields": [
13011bf215546Sopenharmony_ci    {"bits": [0, 8], "name": "PERF_SEL"},
13012bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "PERF_MODE"},
13013bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "CNTL_MODE"}
13014bf215546Sopenharmony_ci   ]
13015bf215546Sopenharmony_ci  },
13016bf215546Sopenharmony_ci  "GC_ATC_L2_PERFCOUNTER0_CFG": {
13017bf215546Sopenharmony_ci   "fields": [
13018bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "PERF_SEL"},
13019bf215546Sopenharmony_ci    {"bits": [8, 15], "name": "PERF_SEL_END"},
13020bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "PERF_MODE"},
13021bf215546Sopenharmony_ci    {"bits": [28, 28], "name": "ENABLE"},
13022bf215546Sopenharmony_ci    {"bits": [29, 29], "name": "CLEAR"}
13023bf215546Sopenharmony_ci   ]
13024bf215546Sopenharmony_ci  },
13025bf215546Sopenharmony_ci  "GC_ATC_L2_PERFCOUNTER_HI": {
13026bf215546Sopenharmony_ci   "fields": [
13027bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "COUNTER_HI"},
13028bf215546Sopenharmony_ci    {"bits": [16, 31], "name": "COMPARE_VALUE"}
13029bf215546Sopenharmony_ci   ]
13030bf215546Sopenharmony_ci  },
13031bf215546Sopenharmony_ci  "GC_ATC_L2_PERFCOUNTER_RSLT_CNTL": {
13032bf215546Sopenharmony_ci   "fields": [
13033bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "PERF_COUNTER_SELECT"},
13034bf215546Sopenharmony_ci    {"bits": [8, 15], "name": "START_TRIGGER"},
13035bf215546Sopenharmony_ci    {"bits": [16, 23], "name": "STOP_TRIGGER"},
13036bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "ENABLE_ANY"},
13037bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "CLEAR_ALL"},
13038bf215546Sopenharmony_ci    {"bits": [26, 26], "name": "STOP_ALL_ON_SATURATE"}
13039bf215546Sopenharmony_ci   ]
13040bf215546Sopenharmony_ci  },
13041bf215546Sopenharmony_ci  "GDS_ATOM_BASE": {
13042bf215546Sopenharmony_ci   "fields": [
13043bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "BASE"},
13044bf215546Sopenharmony_ci    {"bits": [16, 31], "name": "UNUSED"}
13045bf215546Sopenharmony_ci   ]
13046bf215546Sopenharmony_ci  },
13047bf215546Sopenharmony_ci  "GDS_ATOM_CNTL": {
13048bf215546Sopenharmony_ci   "fields": [
13049bf215546Sopenharmony_ci    {"bits": [0, 5], "name": "AINC"},
13050bf215546Sopenharmony_ci    {"bits": [6, 7], "name": "UNUSED1"},
13051bf215546Sopenharmony_ci    {"bits": [8, 9], "name": "DMODE"},
13052bf215546Sopenharmony_ci    {"bits": [10, 31], "name": "UNUSED2"}
13053bf215546Sopenharmony_ci   ]
13054bf215546Sopenharmony_ci  },
13055bf215546Sopenharmony_ci  "GDS_ATOM_COMPLETE": {
13056bf215546Sopenharmony_ci   "fields": [
13057bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "COMPLETE"},
13058bf215546Sopenharmony_ci    {"bits": [1, 31], "name": "UNUSED"}
13059bf215546Sopenharmony_ci   ]
13060bf215546Sopenharmony_ci  },
13061bf215546Sopenharmony_ci  "GDS_ATOM_OFFSET0": {
13062bf215546Sopenharmony_ci   "fields": [
13063bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "OFFSET0"},
13064bf215546Sopenharmony_ci    {"bits": [8, 31], "name": "UNUSED"}
13065bf215546Sopenharmony_ci   ]
13066bf215546Sopenharmony_ci  },
13067bf215546Sopenharmony_ci  "GDS_ATOM_OFFSET1": {
13068bf215546Sopenharmony_ci   "fields": [
13069bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "OFFSET1"},
13070bf215546Sopenharmony_ci    {"bits": [8, 31], "name": "UNUSED"}
13071bf215546Sopenharmony_ci   ]
13072bf215546Sopenharmony_ci  },
13073bf215546Sopenharmony_ci  "GDS_ATOM_OP": {
13074bf215546Sopenharmony_ci   "fields": [
13075bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "OP"},
13076bf215546Sopenharmony_ci    {"bits": [8, 31], "name": "UNUSED"}
13077bf215546Sopenharmony_ci   ]
13078bf215546Sopenharmony_ci  },
13079bf215546Sopenharmony_ci  "GDS_ATOM_SIZE": {
13080bf215546Sopenharmony_ci   "fields": [
13081bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "SIZE"},
13082bf215546Sopenharmony_ci    {"bits": [16, 31], "name": "UNUSED"}
13083bf215546Sopenharmony_ci   ]
13084bf215546Sopenharmony_ci  },
13085bf215546Sopenharmony_ci  "GDS_GWS_RESOURCE": {
13086bf215546Sopenharmony_ci   "fields": [
13087bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "FLAG"},
13088bf215546Sopenharmony_ci    {"bits": [1, 12], "name": "COUNTER"},
13089bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "TYPE"},
13090bf215546Sopenharmony_ci    {"bits": [14, 14], "name": "DED"},
13091bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "RELEASE_ALL"},
13092bf215546Sopenharmony_ci    {"bits": [16, 26], "name": "HEAD_QUEUE"},
13093bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "HEAD_VALID"},
13094bf215546Sopenharmony_ci    {"bits": [28, 28], "name": "HEAD_FLAG"},
13095bf215546Sopenharmony_ci    {"bits": [29, 29], "name": "HALTED"},
13096bf215546Sopenharmony_ci    {"bits": [30, 31], "name": "UNUSED1"}
13097bf215546Sopenharmony_ci   ]
13098bf215546Sopenharmony_ci  },
13099bf215546Sopenharmony_ci  "GDS_GWS_RESOURCE_CNT": {
13100bf215546Sopenharmony_ci   "fields": [
13101bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "RESOURCE_CNT"},
13102bf215546Sopenharmony_ci    {"bits": [16, 31], "name": "UNUSED"}
13103bf215546Sopenharmony_ci   ]
13104bf215546Sopenharmony_ci  },
13105bf215546Sopenharmony_ci  "GDS_GWS_RESOURCE_CNTL": {
13106bf215546Sopenharmony_ci   "fields": [
13107bf215546Sopenharmony_ci    {"bits": [0, 5], "name": "INDEX"},
13108bf215546Sopenharmony_ci    {"bits": [6, 31], "name": "UNUSED"}
13109bf215546Sopenharmony_ci   ]
13110bf215546Sopenharmony_ci  },
13111bf215546Sopenharmony_ci  "GDS_OA_ADDRESS": {
13112bf215546Sopenharmony_ci   "fields": [
13113bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "DS_ADDRESS"},
13114bf215546Sopenharmony_ci    {"bits": [16, 19], "name": "CRAWLER_TYPE"},
13115bf215546Sopenharmony_ci    {"bits": [20, 23], "name": "CRAWLER"},
13116bf215546Sopenharmony_ci    {"bits": [24, 29], "name": "UNUSED"},
13117bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "NO_ALLOC"},
13118bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "ENABLE"}
13119bf215546Sopenharmony_ci   ]
13120bf215546Sopenharmony_ci  },
13121bf215546Sopenharmony_ci  "GDS_OA_CNTL": {
13122bf215546Sopenharmony_ci   "fields": [
13123bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "INDEX"},
13124bf215546Sopenharmony_ci    {"bits": [4, 31], "name": "UNUSED"}
13125bf215546Sopenharmony_ci   ]
13126bf215546Sopenharmony_ci  },
13127bf215546Sopenharmony_ci  "GDS_OA_INCDEC": {
13128bf215546Sopenharmony_ci   "fields": [
13129bf215546Sopenharmony_ci    {"bits": [0, 30], "name": "VALUE"},
13130bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "INCDEC"}
13131bf215546Sopenharmony_ci   ]
13132bf215546Sopenharmony_ci  },
13133bf215546Sopenharmony_ci  "GE_CNTL": {
13134bf215546Sopenharmony_ci   "fields": [
13135bf215546Sopenharmony_ci    {"bits": [0, 8], "name": "PRIM_GRP_SIZE"},
13136bf215546Sopenharmony_ci    {"bits": [9, 17], "name": "VERT_GRP_SIZE"},
13137bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "BREAK_WAVE_AT_EOI"},
13138bf215546Sopenharmony_ci    {"bits": [19, 19], "name": "PACKET_TO_ONE_PA"}
13139bf215546Sopenharmony_ci   ]
13140bf215546Sopenharmony_ci  },
13141bf215546Sopenharmony_ci  "GE_MAX_OUTPUT_PER_SUBGROUP": {
13142bf215546Sopenharmony_ci   "fields": [
13143bf215546Sopenharmony_ci    {"bits": [0, 9], "name": "MAX_VERTS_PER_SUBGROUP"}
13144bf215546Sopenharmony_ci   ]
13145bf215546Sopenharmony_ci  },
13146bf215546Sopenharmony_ci  "GE_NGG_SUBGRP_CNTL": {
13147bf215546Sopenharmony_ci   "fields": [
13148bf215546Sopenharmony_ci    {"bits": [0, 8], "name": "PRIM_AMP_FACTOR"},
13149bf215546Sopenharmony_ci    {"bits": [9, 17], "name": "THDS_PER_SUBGRP"}
13150bf215546Sopenharmony_ci   ]
13151bf215546Sopenharmony_ci  },
13152bf215546Sopenharmony_ci  "GE_PC_ALLOC": {
13153bf215546Sopenharmony_ci   "fields": [
13154bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "OVERSUB_EN"},
13155bf215546Sopenharmony_ci    {"bits": [1, 10], "name": "NUM_PC_LINES"}
13156bf215546Sopenharmony_ci   ]
13157bf215546Sopenharmony_ci  },
13158bf215546Sopenharmony_ci  "GE_PERFCOUNTER0_SELECT": {
13159bf215546Sopenharmony_ci   "fields": [
13160bf215546Sopenharmony_ci    {"bits": [0, 9], "name": "PERF_SEL0"},
13161bf215546Sopenharmony_ci    {"bits": [10, 19], "name": "PERF_SEL1"},
13162bf215546Sopenharmony_ci    {"bits": [20, 23], "name": "CNTR_MODE"},
13163bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "PERF_MODE0"},
13164bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "PERF_MODE1"}
13165bf215546Sopenharmony_ci   ]
13166bf215546Sopenharmony_ci  },
13167bf215546Sopenharmony_ci  "GE_PERFCOUNTER0_SELECT1": {
13168bf215546Sopenharmony_ci   "fields": [
13169bf215546Sopenharmony_ci    {"bits": [0, 9], "name": "PERF_SEL2"},
13170bf215546Sopenharmony_ci    {"bits": [10, 19], "name": "PERF_SEL3"},
13171bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "PERF_MODE2"},
13172bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "PERF_MODE3"}
13173bf215546Sopenharmony_ci   ]
13174bf215546Sopenharmony_ci  },
13175bf215546Sopenharmony_ci  "GE_PERFCOUNTER4_SELECT": {
13176bf215546Sopenharmony_ci   "fields": [
13177bf215546Sopenharmony_ci    {"bits": [0, 9], "name": "PERF_SEL0"},
13178bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "PERF_MODE"}
13179bf215546Sopenharmony_ci   ]
13180bf215546Sopenharmony_ci  },
13181bf215546Sopenharmony_ci  "GE_STEREO_CNTL": {
13182bf215546Sopenharmony_ci   "fields": [
13183bf215546Sopenharmony_ci    {"bits": [0, 2], "name": "RT_SLICE"},
13184bf215546Sopenharmony_ci    {"bits": [3, 6], "name": "VIEWPORT"},
13185bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "EN_STEREO"}
13186bf215546Sopenharmony_ci   ]
13187bf215546Sopenharmony_ci  },
13188bf215546Sopenharmony_ci  "GE_USER_VGPR_EN": {
13189bf215546Sopenharmony_ci   "fields": [
13190bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "EN_USER_VGPR1"},
13191bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "EN_USER_VGPR2"},
13192bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "EN_USER_VGPR3"}
13193bf215546Sopenharmony_ci   ]
13194bf215546Sopenharmony_ci  },
13195bf215546Sopenharmony_ci  "GRBM_GFX_INDEX": {
13196bf215546Sopenharmony_ci   "fields": [
13197bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "INSTANCE_INDEX"},
13198bf215546Sopenharmony_ci    {"bits": [8, 15], "name": "SA_INDEX"},
13199bf215546Sopenharmony_ci    {"bits": [16, 23], "name": "SE_INDEX"},
13200bf215546Sopenharmony_ci    {"bits": [29, 29], "name": "SA_BROADCAST_WRITES"},
13201bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "INSTANCE_BROADCAST_WRITES"},
13202bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "SE_BROADCAST_WRITES"}
13203bf215546Sopenharmony_ci   ]
13204bf215546Sopenharmony_ci  },
13205bf215546Sopenharmony_ci  "GRBM_PERFCOUNTER0_SELECT": {
13206bf215546Sopenharmony_ci   "fields": [
13207bf215546Sopenharmony_ci    {"bits": [0, 5], "name": "PERF_SEL"},
13208bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "DB_CLEAN_USER_DEFINED_MASK"},
13209bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "CB_CLEAN_USER_DEFINED_MASK"},
13210bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "TA_BUSY_USER_DEFINED_MASK"},
13211bf215546Sopenharmony_ci    {"bits": [14, 14], "name": "SX_BUSY_USER_DEFINED_MASK"},
13212bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "SPI_BUSY_USER_DEFINED_MASK"},
13213bf215546Sopenharmony_ci    {"bits": [17, 17], "name": "SC_BUSY_USER_DEFINED_MASK"},
13214bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "PA_BUSY_USER_DEFINED_MASK"},
13215bf215546Sopenharmony_ci    {"bits": [19, 19], "name": "GRBM_BUSY_USER_DEFINED_MASK"},
13216bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "DB_BUSY_USER_DEFINED_MASK"},
13217bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "CB_BUSY_USER_DEFINED_MASK"},
13218bf215546Sopenharmony_ci    {"bits": [22, 22], "name": "CP_BUSY_USER_DEFINED_MASK"},
13219bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "GDS_BUSY_USER_DEFINED_MASK"},
13220bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "BCI_BUSY_USER_DEFINED_MASK"},
13221bf215546Sopenharmony_ci    {"bits": [26, 26], "name": "RLC_BUSY_USER_DEFINED_MASK"},
13222bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "TCP_BUSY_USER_DEFINED_MASK"},
13223bf215546Sopenharmony_ci    {"bits": [28, 28], "name": "GE_BUSY_USER_DEFINED_MASK"},
13224bf215546Sopenharmony_ci    {"bits": [29, 29], "name": "UTCL2_BUSY_USER_DEFINED_MASK"},
13225bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "EA_BUSY_USER_DEFINED_MASK"},
13226bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "RMI_BUSY_USER_DEFINED_MASK"}
13227bf215546Sopenharmony_ci   ]
13228bf215546Sopenharmony_ci  },
13229bf215546Sopenharmony_ci  "GRBM_PERFCOUNTER0_SELECT_HI": {
13230bf215546Sopenharmony_ci   "fields": [
13231bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "UTCL1_BUSY_USER_DEFINED_MASK"},
13232bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "GL2CC_BUSY_USER_DEFINED_MASK"},
13233bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "SDMA_BUSY_USER_DEFINED_MASK"},
13234bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "CH_BUSY_USER_DEFINED_MASK"},
13235bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "PH_BUSY_USER_DEFINED_MASK"},
13236bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "PMM_BUSY_USER_DEFINED_MASK"},
13237bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "GUS_BUSY_USER_DEFINED_MASK"},
13238bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "GL1CC_BUSY_USER_DEFINED_MASK"}
13239bf215546Sopenharmony_ci   ]
13240bf215546Sopenharmony_ci  },
13241bf215546Sopenharmony_ci  "GRBM_SE0_PERFCOUNTER_SELECT": {
13242bf215546Sopenharmony_ci   "fields": [
13243bf215546Sopenharmony_ci    {"bits": [0, 5], "name": "PERF_SEL"},
13244bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "DB_CLEAN_USER_DEFINED_MASK"},
13245bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "CB_CLEAN_USER_DEFINED_MASK"},
13246bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "TA_BUSY_USER_DEFINED_MASK"},
13247bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "SX_BUSY_USER_DEFINED_MASK"},
13248bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "SPI_BUSY_USER_DEFINED_MASK"},
13249bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "SC_BUSY_USER_DEFINED_MASK"},
13250bf215546Sopenharmony_ci    {"bits": [17, 17], "name": "DB_BUSY_USER_DEFINED_MASK"},
13251bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "CB_BUSY_USER_DEFINED_MASK"},
13252bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "PA_BUSY_USER_DEFINED_MASK"},
13253bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "BCI_BUSY_USER_DEFINED_MASK"},
13254bf215546Sopenharmony_ci    {"bits": [22, 22], "name": "RMI_BUSY_USER_DEFINED_MASK"},
13255bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "UTCL1_BUSY_USER_DEFINED_MASK"},
13256bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "TCP_BUSY_USER_DEFINED_MASK"},
13257bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "GL1CC_BUSY_USER_DEFINED_MASK"}
13258bf215546Sopenharmony_ci   ]
13259bf215546Sopenharmony_ci  },
13260bf215546Sopenharmony_ci  "GRBM_STATUS": {
13261bf215546Sopenharmony_ci   "fields": [
13262bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "ME0PIPE0_CMDFIFO_AVAIL"},
13263bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "RSMU_RQ_PENDING"},
13264bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "ME0PIPE0_CF_RQ_PENDING"},
13265bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "ME0PIPE0_PF_RQ_PENDING"},
13266bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "GDS_DMA_RQ_PENDING"},
13267bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "DB_CLEAN"},
13268bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "CB_CLEAN"},
13269bf215546Sopenharmony_ci    {"bits": [14, 14], "name": "TA_BUSY"},
13270bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "GDS_BUSY"},
13271bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "GE_BUSY_NO_DMA"},
13272bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "SX_BUSY"},
13273bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "GE_BUSY"},
13274bf215546Sopenharmony_ci    {"bits": [22, 22], "name": "SPI_BUSY"},
13275bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "BCI_BUSY"},
13276bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "SC_BUSY"},
13277bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "PA_BUSY"},
13278bf215546Sopenharmony_ci    {"bits": [26, 26], "name": "DB_BUSY"},
13279bf215546Sopenharmony_ci    {"bits": [28, 28], "name": "CP_COHERENCY_BUSY"},
13280bf215546Sopenharmony_ci    {"bits": [29, 29], "name": "CP_BUSY"},
13281bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "CB_BUSY"},
13282bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "GUI_ACTIVE"}
13283bf215546Sopenharmony_ci   ]
13284bf215546Sopenharmony_ci  },
13285bf215546Sopenharmony_ci  "GRBM_STATUS2": {
13286bf215546Sopenharmony_ci   "fields": [
13287bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "ME0PIPE1_CMDFIFO_AVAIL"},
13288bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "ME0PIPE1_CF_RQ_PENDING"},
13289bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "ME0PIPE1_PF_RQ_PENDING"},
13290bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "ME1PIPE0_RQ_PENDING"},
13291bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "ME1PIPE1_RQ_PENDING"},
13292bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "ME1PIPE2_RQ_PENDING"},
13293bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "ME1PIPE3_RQ_PENDING"},
13294bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "ME2PIPE0_RQ_PENDING"},
13295bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "ME2PIPE1_RQ_PENDING"},
13296bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "ME2PIPE2_RQ_PENDING"},
13297bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "ME2PIPE3_RQ_PENDING"},
13298bf215546Sopenharmony_ci    {"bits": [14, 14], "name": "RLC_RQ_PENDING"},
13299bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "UTCL2_BUSY"},
13300bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "EA_BUSY"},
13301bf215546Sopenharmony_ci    {"bits": [17, 17], "name": "RMI_BUSY"},
13302bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "UTCL2_RQ_PENDING"},
13303bf215546Sopenharmony_ci    {"bits": [19, 19], "name": "CPF_RQ_PENDING"},
13304bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "EA_LINK_BUSY"},
13305bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "SDMA_BUSY"},
13306bf215546Sopenharmony_ci    {"bits": [22, 22], "name": "SDMA0_RQ_PENDING"},
13307bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "SDMA1_RQ_PENDING"},
13308bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "RLC_BUSY"},
13309bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "TCP_BUSY"},
13310bf215546Sopenharmony_ci    {"bits": [28, 28], "name": "CPF_BUSY"},
13311bf215546Sopenharmony_ci    {"bits": [29, 29], "name": "CPC_BUSY"},
13312bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "CPG_BUSY"},
13313bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "CPAXI_BUSY"}
13314bf215546Sopenharmony_ci   ]
13315bf215546Sopenharmony_ci  },
13316bf215546Sopenharmony_ci  "GRBM_STATUS3": {
13317bf215546Sopenharmony_ci   "fields": [
13318bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "GRBM_RLC_INTR_CREDIT_PENDING"},
13319bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "GRBM_UTCL2_INTR_CREDIT_PENDING"},
13320bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "GRBM_CPF_INTR_CREDIT_PENDING"},
13321bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "MESPIPE0_RQ_PENDING"},
13322bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "MESPIPE1_RQ_PENDING"},
13323bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "MESPIPE2_RQ_PENDING"},
13324bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "MESPIPE3_RQ_PENDING"},
13325bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "PH_BUSY"},
13326bf215546Sopenharmony_ci    {"bits": [14, 14], "name": "CH_BUSY"},
13327bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "GL2CC_BUSY"},
13328bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "GL1CC_BUSY"},
13329bf215546Sopenharmony_ci    {"bits": [28, 28], "name": "GUS_LINK_BUSY"},
13330bf215546Sopenharmony_ci    {"bits": [29, 29], "name": "GUS_BUSY"},
13331bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "UTCL1_BUSY"},
13332bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "PMM_BUSY"}
13333bf215546Sopenharmony_ci   ]
13334bf215546Sopenharmony_ci  },
13335bf215546Sopenharmony_ci  "GRBM_STATUS_SE0": {
13336bf215546Sopenharmony_ci   "fields": [
13337bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "DB_CLEAN"},
13338bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "CB_CLEAN"},
13339bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "UTCL1_BUSY"},
13340bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "TCP_BUSY"},
13341bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "GL1CC_BUSY"},
13342bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "RMI_BUSY"},
13343bf215546Sopenharmony_ci    {"bits": [22, 22], "name": "BCI_BUSY"},
13344bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "PA_BUSY"},
13345bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "TA_BUSY"},
13346bf215546Sopenharmony_ci    {"bits": [26, 26], "name": "SX_BUSY"},
13347bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "SPI_BUSY"},
13348bf215546Sopenharmony_ci    {"bits": [29, 29], "name": "SC_BUSY"},
13349bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "DB_BUSY"},
13350bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "CB_BUSY"}
13351bf215546Sopenharmony_ci   ]
13352bf215546Sopenharmony_ci  },
13353bf215546Sopenharmony_ci  "IA_MULTI_VGT_PARAM": {
13354bf215546Sopenharmony_ci   "fields": [
13355bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "PRIMGROUP_SIZE"},
13356bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "PARTIAL_VS_WAVE_ON"},
13357bf215546Sopenharmony_ci    {"bits": [17, 17], "name": "SWITCH_ON_EOP"},
13358bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "PARTIAL_ES_WAVE_ON"},
13359bf215546Sopenharmony_ci    {"bits": [19, 19], "name": "SWITCH_ON_EOI"},
13360bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "WD_SWITCH_ON_EOP"}
13361bf215546Sopenharmony_ci   ]
13362bf215546Sopenharmony_ci  },
13363bf215546Sopenharmony_ci  "IA_MULTI_VGT_PARAM_PIPED": {
13364bf215546Sopenharmony_ci   "fields": [
13365bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "PRIMGROUP_SIZE"},
13366bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "PARTIAL_VS_WAVE_ON"},
13367bf215546Sopenharmony_ci    {"bits": [17, 17], "name": "SWITCH_ON_EOP"},
13368bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "PARTIAL_ES_WAVE_ON"},
13369bf215546Sopenharmony_ci    {"bits": [19, 19], "name": "SWITCH_ON_EOI"},
13370bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "WD_SWITCH_ON_EOP"},
13371bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "EN_INST_OPT_BASIC"},
13372bf215546Sopenharmony_ci    {"bits": [22, 22], "name": "EN_INST_OPT_ADV"},
13373bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "HW_USE_ONLY"}
13374bf215546Sopenharmony_ci   ]
13375bf215546Sopenharmony_ci  },
13376bf215546Sopenharmony_ci  "PA_CL_CLIP_CNTL": {
13377bf215546Sopenharmony_ci   "fields": [
13378bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "UCP_ENA_0"},
13379bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "UCP_ENA_1"},
13380bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "UCP_ENA_2"},
13381bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "UCP_ENA_3"},
13382bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "UCP_ENA_4"},
13383bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "UCP_ENA_5"},
13384bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "PS_UCP_Y_SCALE_NEG"},
13385bf215546Sopenharmony_ci    {"bits": [14, 15], "name": "PS_UCP_MODE"},
13386bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "CLIP_DISABLE"},
13387bf215546Sopenharmony_ci    {"bits": [17, 17], "name": "UCP_CULL_ONLY_ENA"},
13388bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "BOUNDARY_EDGE_FLAG_ENA"},
13389bf215546Sopenharmony_ci    {"bits": [19, 19], "name": "DX_CLIP_SPACE_DEF"},
13390bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "DIS_CLIP_ERR_DETECT"},
13391bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "VTX_KILL_OR"},
13392bf215546Sopenharmony_ci    {"bits": [22, 22], "name": "DX_RASTERIZATION_KILL"},
13393bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "DX_LINEAR_ATTR_CLIP_ENA"},
13394bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "VTE_VPORT_PROVOKE_DISABLE"},
13395bf215546Sopenharmony_ci    {"bits": [26, 26], "name": "ZCLIP_NEAR_DISABLE"},
13396bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "ZCLIP_FAR_DISABLE"},
13397bf215546Sopenharmony_ci    {"bits": [28, 28], "name": "ZCLIP_PROG_NEAR_ENA"}
13398bf215546Sopenharmony_ci   ]
13399bf215546Sopenharmony_ci  },
13400bf215546Sopenharmony_ci  "PA_CL_NANINF_CNTL": {
13401bf215546Sopenharmony_ci   "fields": [
13402bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "VTE_XY_INF_DISCARD"},
13403bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "VTE_Z_INF_DISCARD"},
13404bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "VTE_W_INF_DISCARD"},
13405bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "VTE_0XNANINF_IS_0"},
13406bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "VTE_XY_NAN_RETAIN"},
13407bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "VTE_Z_NAN_RETAIN"},
13408bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "VTE_W_NAN_RETAIN"},
13409bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "VTE_W_RECIP_NAN_IS_0"},
13410bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "VS_XY_NAN_TO_INF"},
13411bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "VS_XY_INF_RETAIN"},
13412bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "VS_Z_NAN_TO_INF"},
13413bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "VS_Z_INF_RETAIN"},
13414bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "VS_W_NAN_TO_INF"},
13415bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "VS_W_INF_RETAIN"},
13416bf215546Sopenharmony_ci    {"bits": [14, 14], "name": "VS_CLIP_DIST_INF_DISCARD"},
13417bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "VTE_NO_OUTPUT_NEG_0"}
13418bf215546Sopenharmony_ci   ]
13419bf215546Sopenharmony_ci  },
13420bf215546Sopenharmony_ci  "PA_CL_NGG_CNTL": {
13421bf215546Sopenharmony_ci   "fields": [
13422bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "VERTEX_REUSE_OFF"},
13423bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "INDEX_BUF_EDGE_FLAG_ENA"}
13424bf215546Sopenharmony_ci   ]
13425bf215546Sopenharmony_ci  },
13426bf215546Sopenharmony_ci  "PA_CL_OBJPRIM_ID_CNTL": {
13427bf215546Sopenharmony_ci   "fields": [
13428bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "OBJ_ID_SEL"},
13429bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "ADD_PIPED_PRIM_ID"}
13430bf215546Sopenharmony_ci   ]
13431bf215546Sopenharmony_ci  },
13432bf215546Sopenharmony_ci  "PA_CL_VS_OUT_CNTL": {
13433bf215546Sopenharmony_ci   "fields": [
13434bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "CLIP_DIST_ENA_0"},
13435bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "CLIP_DIST_ENA_1"},
13436bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "CLIP_DIST_ENA_2"},
13437bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "CLIP_DIST_ENA_3"},
13438bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "CLIP_DIST_ENA_4"},
13439bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "CLIP_DIST_ENA_5"},
13440bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "CLIP_DIST_ENA_6"},
13441bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "CLIP_DIST_ENA_7"},
13442bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "CULL_DIST_ENA_0"},
13443bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "CULL_DIST_ENA_1"},
13444bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "CULL_DIST_ENA_2"},
13445bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "CULL_DIST_ENA_3"},
13446bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "CULL_DIST_ENA_4"},
13447bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "CULL_DIST_ENA_5"},
13448bf215546Sopenharmony_ci    {"bits": [14, 14], "name": "CULL_DIST_ENA_6"},
13449bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "CULL_DIST_ENA_7"},
13450bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "USE_VTX_POINT_SIZE"},
13451bf215546Sopenharmony_ci    {"bits": [17, 17], "name": "USE_VTX_EDGE_FLAG"},
13452bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "USE_VTX_RENDER_TARGET_INDX"},
13453bf215546Sopenharmony_ci    {"bits": [19, 19], "name": "USE_VTX_VIEWPORT_INDX"},
13454bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "USE_VTX_KILL_FLAG"},
13455bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "VS_OUT_MISC_VEC_ENA"},
13456bf215546Sopenharmony_ci    {"bits": [22, 22], "name": "VS_OUT_CCDIST0_VEC_ENA"},
13457bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "VS_OUT_CCDIST1_VEC_ENA"},
13458bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "VS_OUT_MISC_SIDE_BUS_ENA"},
13459bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "USE_VTX_GS_CUT_FLAG"},
13460bf215546Sopenharmony_ci    {"bits": [26, 26], "name": "USE_VTX_SHD_OBJPRIM_ID"},
13461bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "USE_VTX_LINE_WIDTH"}
13462bf215546Sopenharmony_ci   ]
13463bf215546Sopenharmony_ci  },
13464bf215546Sopenharmony_ci  "PA_CL_VTE_CNTL": {
13465bf215546Sopenharmony_ci   "fields": [
13466bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "VPORT_X_SCALE_ENA"},
13467bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "VPORT_X_OFFSET_ENA"},
13468bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "VPORT_Y_SCALE_ENA"},
13469bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "VPORT_Y_OFFSET_ENA"},
13470bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "VPORT_Z_SCALE_ENA"},
13471bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "VPORT_Z_OFFSET_ENA"},
13472bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "VTX_XY_FMT"},
13473bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "VTX_Z_FMT"},
13474bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "VTX_W0_FMT"},
13475bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "PERFCOUNTER_REF"}
13476bf215546Sopenharmony_ci   ]
13477bf215546Sopenharmony_ci  },
13478bf215546Sopenharmony_ci  "PA_SC_AA_CONFIG": {
13479bf215546Sopenharmony_ci   "fields": [
13480bf215546Sopenharmony_ci    {"bits": [0, 2], "name": "MSAA_NUM_SAMPLES"},
13481bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "AA_MASK_CENTROID_DTMN"},
13482bf215546Sopenharmony_ci    {"bits": [13, 16], "name": "MAX_SAMPLE_DIST"},
13483bf215546Sopenharmony_ci    {"bits": [20, 22], "name": "MSAA_EXPOSED_SAMPLES"},
13484bf215546Sopenharmony_ci    {"bits": [24, 25], "name": "DETAIL_TO_EXPOSED_MODE"},
13485bf215546Sopenharmony_ci    {"bits": [26, 27], "enum_ref": "CovToShaderSel", "name": "COVERAGE_TO_SHADER_SELECT"}
13486bf215546Sopenharmony_ci   ]
13487bf215546Sopenharmony_ci  },
13488bf215546Sopenharmony_ci  "PA_SC_AA_MASK_X0Y0_X1Y0": {
13489bf215546Sopenharmony_ci   "fields": [
13490bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "AA_MASK_X0Y0"},
13491bf215546Sopenharmony_ci    {"bits": [16, 31], "name": "AA_MASK_X1Y0"}
13492bf215546Sopenharmony_ci   ]
13493bf215546Sopenharmony_ci  },
13494bf215546Sopenharmony_ci  "PA_SC_AA_MASK_X0Y1_X1Y1": {
13495bf215546Sopenharmony_ci   "fields": [
13496bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "AA_MASK_X0Y1"},
13497bf215546Sopenharmony_ci    {"bits": [16, 31], "name": "AA_MASK_X1Y1"}
13498bf215546Sopenharmony_ci   ]
13499bf215546Sopenharmony_ci  },
13500bf215546Sopenharmony_ci  "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_0": {
13501bf215546Sopenharmony_ci   "fields": [
13502bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "S0_X"},
13503bf215546Sopenharmony_ci    {"bits": [4, 7], "name": "S0_Y"},
13504bf215546Sopenharmony_ci    {"bits": [8, 11], "name": "S1_X"},
13505bf215546Sopenharmony_ci    {"bits": [12, 15], "name": "S1_Y"},
13506bf215546Sopenharmony_ci    {"bits": [16, 19], "name": "S2_X"},
13507bf215546Sopenharmony_ci    {"bits": [20, 23], "name": "S2_Y"},
13508bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "S3_X"},
13509bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "S3_Y"}
13510bf215546Sopenharmony_ci   ]
13511bf215546Sopenharmony_ci  },
13512bf215546Sopenharmony_ci  "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_1": {
13513bf215546Sopenharmony_ci   "fields": [
13514bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "S4_X"},
13515bf215546Sopenharmony_ci    {"bits": [4, 7], "name": "S4_Y"},
13516bf215546Sopenharmony_ci    {"bits": [8, 11], "name": "S5_X"},
13517bf215546Sopenharmony_ci    {"bits": [12, 15], "name": "S5_Y"},
13518bf215546Sopenharmony_ci    {"bits": [16, 19], "name": "S6_X"},
13519bf215546Sopenharmony_ci    {"bits": [20, 23], "name": "S6_Y"},
13520bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "S7_X"},
13521bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "S7_Y"}
13522bf215546Sopenharmony_ci   ]
13523bf215546Sopenharmony_ci  },
13524bf215546Sopenharmony_ci  "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_2": {
13525bf215546Sopenharmony_ci   "fields": [
13526bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "S8_X"},
13527bf215546Sopenharmony_ci    {"bits": [4, 7], "name": "S8_Y"},
13528bf215546Sopenharmony_ci    {"bits": [8, 11], "name": "S9_X"},
13529bf215546Sopenharmony_ci    {"bits": [12, 15], "name": "S9_Y"},
13530bf215546Sopenharmony_ci    {"bits": [16, 19], "name": "S10_X"},
13531bf215546Sopenharmony_ci    {"bits": [20, 23], "name": "S10_Y"},
13532bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "S11_X"},
13533bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "S11_Y"}
13534bf215546Sopenharmony_ci   ]
13535bf215546Sopenharmony_ci  },
13536bf215546Sopenharmony_ci  "PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_3": {
13537bf215546Sopenharmony_ci   "fields": [
13538bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "S12_X"},
13539bf215546Sopenharmony_ci    {"bits": [4, 7], "name": "S12_Y"},
13540bf215546Sopenharmony_ci    {"bits": [8, 11], "name": "S13_X"},
13541bf215546Sopenharmony_ci    {"bits": [12, 15], "name": "S13_Y"},
13542bf215546Sopenharmony_ci    {"bits": [16, 19], "name": "S14_X"},
13543bf215546Sopenharmony_ci    {"bits": [20, 23], "name": "S14_Y"},
13544bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "S15_X"},
13545bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "S15_Y"}
13546bf215546Sopenharmony_ci   ]
13547bf215546Sopenharmony_ci  },
13548bf215546Sopenharmony_ci  "PA_SC_BINNER_CNTL_0": {
13549bf215546Sopenharmony_ci   "fields": [
13550bf215546Sopenharmony_ci    {"bits": [0, 1], "enum_ref": "BinningMode", "name": "BINNING_MODE"},
13551bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "BIN_SIZE_X"},
13552bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "BIN_SIZE_Y"},
13553bf215546Sopenharmony_ci    {"bits": [4, 6], "enum_ref": "BinSizeExtend", "name": "BIN_SIZE_X_EXTEND"},
13554bf215546Sopenharmony_ci    {"bits": [7, 9], "enum_ref": "BinSizeExtend", "name": "BIN_SIZE_Y_EXTEND"},
13555bf215546Sopenharmony_ci    {"bits": [10, 12], "name": "CONTEXT_STATES_PER_BIN"},
13556bf215546Sopenharmony_ci    {"bits": [13, 17], "name": "PERSISTENT_STATES_PER_BIN"},
13557bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "DISABLE_START_OF_PRIM"},
13558bf215546Sopenharmony_ci    {"bits": [19, 26], "name": "FPOVS_PER_BATCH"},
13559bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "OPTIMAL_BIN_SELECTION"},
13560bf215546Sopenharmony_ci    {"bits": [28, 28], "name": "FLUSH_ON_BINNING_TRANSITION"},
13561bf215546Sopenharmony_ci    {"bits": [29, 30], "enum_ref": "BinMapMode", "name": "BIN_MAPPING_MODE"}
13562bf215546Sopenharmony_ci   ]
13563bf215546Sopenharmony_ci  },
13564bf215546Sopenharmony_ci  "PA_SC_BINNER_CNTL_1": {
13565bf215546Sopenharmony_ci   "fields": [
13566bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "MAX_ALLOC_COUNT"},
13567bf215546Sopenharmony_ci    {"bits": [16, 31], "name": "MAX_PRIM_PER_BATCH"}
13568bf215546Sopenharmony_ci   ]
13569bf215546Sopenharmony_ci  },
13570bf215546Sopenharmony_ci  "PA_SC_CENTROID_PRIORITY_0": {
13571bf215546Sopenharmony_ci   "fields": [
13572bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "DISTANCE_0"},
13573bf215546Sopenharmony_ci    {"bits": [4, 7], "name": "DISTANCE_1"},
13574bf215546Sopenharmony_ci    {"bits": [8, 11], "name": "DISTANCE_2"},
13575bf215546Sopenharmony_ci    {"bits": [12, 15], "name": "DISTANCE_3"},
13576bf215546Sopenharmony_ci    {"bits": [16, 19], "name": "DISTANCE_4"},
13577bf215546Sopenharmony_ci    {"bits": [20, 23], "name": "DISTANCE_5"},
13578bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "DISTANCE_6"},
13579bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "DISTANCE_7"}
13580bf215546Sopenharmony_ci   ]
13581bf215546Sopenharmony_ci  },
13582bf215546Sopenharmony_ci  "PA_SC_CENTROID_PRIORITY_1": {
13583bf215546Sopenharmony_ci   "fields": [
13584bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "DISTANCE_8"},
13585bf215546Sopenharmony_ci    {"bits": [4, 7], "name": "DISTANCE_9"},
13586bf215546Sopenharmony_ci    {"bits": [8, 11], "name": "DISTANCE_10"},
13587bf215546Sopenharmony_ci    {"bits": [12, 15], "name": "DISTANCE_11"},
13588bf215546Sopenharmony_ci    {"bits": [16, 19], "name": "DISTANCE_12"},
13589bf215546Sopenharmony_ci    {"bits": [20, 23], "name": "DISTANCE_13"},
13590bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "DISTANCE_14"},
13591bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "DISTANCE_15"}
13592bf215546Sopenharmony_ci   ]
13593bf215546Sopenharmony_ci  },
13594bf215546Sopenharmony_ci  "PA_SC_CLIPRECT_0_TL": {
13595bf215546Sopenharmony_ci   "fields": [
13596bf215546Sopenharmony_ci    {"bits": [0, 14], "name": "TL_X"},
13597bf215546Sopenharmony_ci    {"bits": [16, 30], "name": "TL_Y"}
13598bf215546Sopenharmony_ci   ]
13599bf215546Sopenharmony_ci  },
13600bf215546Sopenharmony_ci  "PA_SC_CLIPRECT_RULE": {
13601bf215546Sopenharmony_ci   "fields": [
13602bf215546Sopenharmony_ci    {"bits": [0, 15], "enum_ref": "CLIP_RULE", "name": "CLIP_RULE"}
13603bf215546Sopenharmony_ci   ]
13604bf215546Sopenharmony_ci  },
13605bf215546Sopenharmony_ci  "PA_SC_CONSERVATIVE_RASTERIZATION_CNTL": {
13606bf215546Sopenharmony_ci   "fields": [
13607bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "OVER_RAST_ENABLE"},
13608bf215546Sopenharmony_ci    {"bits": [1, 4], "name": "OVER_RAST_SAMPLE_SELECT"},
13609bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "UNDER_RAST_ENABLE"},
13610bf215546Sopenharmony_ci    {"bits": [6, 9], "name": "UNDER_RAST_SAMPLE_SELECT"},
13611bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "PBB_UNCERTAINTY_REGION_ENABLE"},
13612bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "ZMM_TRI_EXTENT"},
13613bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "ZMM_TRI_OFFSET"},
13614bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "OVERRIDE_OVER_RAST_INNER_TO_NORMAL"},
13615bf215546Sopenharmony_ci    {"bits": [14, 14], "name": "OVERRIDE_UNDER_RAST_INNER_TO_NORMAL"},
13616bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "DEGENERATE_OVERRIDE_INNER_TO_NORMAL_DISABLE"},
13617bf215546Sopenharmony_ci    {"bits": [16, 17], "enum_ref": "ScUncertaintyRegionMode", "name": "UNCERTAINTY_REGION_MODE"},
13618bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "OUTER_UNCERTAINTY_EDGERULE_OVERRIDE"},
13619bf215546Sopenharmony_ci    {"bits": [19, 19], "name": "INNER_UNCERTAINTY_EDGERULE_OVERRIDE"},
13620bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "NULL_SQUAD_AA_MASK_ENABLE"},
13621bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "COVERAGE_AA_MASK_ENABLE"},
13622bf215546Sopenharmony_ci    {"bits": [22, 22], "name": "PREZ_AA_MASK_ENABLE"},
13623bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "POSTZ_AA_MASK_ENABLE"},
13624bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "CENTROID_SAMPLE_OVERRIDE"},
13625bf215546Sopenharmony_ci    {"bits": [25, 26], "name": "UNCERTAINTY_REGION_MULT"},
13626bf215546Sopenharmony_ci    {"bits": [27, 28], "name": "UNCERTAINTY_REGION_PBB_MULT"}
13627bf215546Sopenharmony_ci   ]
13628bf215546Sopenharmony_ci  },
13629bf215546Sopenharmony_ci  "PA_SC_EDGERULE": {
13630bf215546Sopenharmony_ci   "fields": [
13631bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "ER_TRI"},
13632bf215546Sopenharmony_ci    {"bits": [4, 7], "name": "ER_POINT"},
13633bf215546Sopenharmony_ci    {"bits": [8, 11], "name": "ER_RECT"},
13634bf215546Sopenharmony_ci    {"bits": [12, 17], "name": "ER_LINE_LR"},
13635bf215546Sopenharmony_ci    {"bits": [18, 23], "name": "ER_LINE_RL"},
13636bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "ER_LINE_TB"},
13637bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "ER_LINE_BT"}
13638bf215546Sopenharmony_ci   ]
13639bf215546Sopenharmony_ci  },
13640bf215546Sopenharmony_ci  "PA_SC_HORIZ_GRID": {
13641bf215546Sopenharmony_ci   "fields": [
13642bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "TOP_QTR"},
13643bf215546Sopenharmony_ci    {"bits": [8, 15], "name": "TOP_HALF"},
13644bf215546Sopenharmony_ci    {"bits": [16, 23], "name": "BOT_HALF"},
13645bf215546Sopenharmony_ci    {"bits": [24, 31], "name": "BOT_QTR"}
13646bf215546Sopenharmony_ci   ]
13647bf215546Sopenharmony_ci  },
13648bf215546Sopenharmony_ci  "PA_SC_LINE_CNTL": {
13649bf215546Sopenharmony_ci   "fields": [
13650bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "EXPAND_LINE_WIDTH"},
13651bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "LAST_PIXEL"},
13652bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "PERPENDICULAR_ENDCAP_ENA"},
13653bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "DX10_DIAMOND_TEST_ENA"},
13654bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "EXTRA_DX_DY_PRECISION"}
13655bf215546Sopenharmony_ci   ]
13656bf215546Sopenharmony_ci  },
13657bf215546Sopenharmony_ci  "PA_SC_LINE_STIPPLE": {
13658bf215546Sopenharmony_ci   "fields": [
13659bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "LINE_PATTERN"},
13660bf215546Sopenharmony_ci    {"bits": [16, 23], "name": "REPEAT_COUNT"},
13661bf215546Sopenharmony_ci    {"bits": [28, 28], "name": "PATTERN_BIT_ORDER"},
13662bf215546Sopenharmony_ci    {"bits": [29, 30], "name": "AUTO_RESET_CNTL"}
13663bf215546Sopenharmony_ci   ]
13664bf215546Sopenharmony_ci  },
13665bf215546Sopenharmony_ci  "PA_SC_LINE_STIPPLE_STATE": {
13666bf215546Sopenharmony_ci   "fields": [
13667bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "CURRENT_PTR"},
13668bf215546Sopenharmony_ci    {"bits": [8, 15], "name": "CURRENT_COUNT"}
13669bf215546Sopenharmony_ci   ]
13670bf215546Sopenharmony_ci  },
13671bf215546Sopenharmony_ci  "PA_SC_MODE_CNTL_0": {
13672bf215546Sopenharmony_ci   "fields": [
13673bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "MSAA_ENABLE"},
13674bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "VPORT_SCISSOR_ENABLE"},
13675bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "LINE_STIPPLE_ENABLE"},
13676bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "SEND_UNLIT_STILES_TO_PKR"},
13677bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "SCALE_LINE_WIDTH_PAD"},
13678bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "ALTERNATE_RBS_PER_TILE"},
13679bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "COARSE_TILE_STARTS_ON_EVEN_RB"}
13680bf215546Sopenharmony_ci   ]
13681bf215546Sopenharmony_ci  },
13682bf215546Sopenharmony_ci  "PA_SC_MODE_CNTL_1": {
13683bf215546Sopenharmony_ci   "fields": [
13684bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "WALK_SIZE"},
13685bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "WALK_ALIGNMENT"},
13686bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "WALK_ALIGN8_PRIM_FITS_ST"},
13687bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "WALK_FENCE_ENABLE"},
13688bf215546Sopenharmony_ci    {"bits": [4, 6], "name": "WALK_FENCE_SIZE"},
13689bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "SUPERTILE_WALK_ORDER_ENABLE"},
13690bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "TILE_WALK_ORDER_ENABLE"},
13691bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "TILE_COVER_DISABLE"},
13692bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "TILE_COVER_NO_SCISSOR"},
13693bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "ZMM_LINE_EXTENT"},
13694bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "ZMM_LINE_OFFSET"},
13695bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "ZMM_RECT_EXTENT"},
13696bf215546Sopenharmony_ci    {"bits": [14, 14], "name": "KILL_PIX_POST_HI_Z"},
13697bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "KILL_PIX_POST_DETAIL_MASK"},
13698bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "PS_ITER_SAMPLE"},
13699bf215546Sopenharmony_ci    {"bits": [17, 17], "name": "MULTI_SHADER_ENGINE_PRIM_DISCARD_ENABLE"},
13700bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "MULTI_GPU_SUPERTILE_ENABLE"},
13701bf215546Sopenharmony_ci    {"bits": [19, 19], "name": "GPU_ID_OVERRIDE_ENABLE"},
13702bf215546Sopenharmony_ci    {"bits": [20, 23], "name": "GPU_ID_OVERRIDE"},
13703bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "MULTI_GPU_PRIM_DISCARD_ENABLE"},
13704bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "FORCE_EOV_CNTDWN_ENABLE"},
13705bf215546Sopenharmony_ci    {"bits": [26, 26], "name": "FORCE_EOV_REZ_ENABLE"},
13706bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "OUT_OF_ORDER_PRIMITIVE_ENABLE"},
13707bf215546Sopenharmony_ci    {"bits": [28, 30], "name": "OUT_OF_ORDER_WATER_MARK"}
13708bf215546Sopenharmony_ci   ]
13709bf215546Sopenharmony_ci  },
13710bf215546Sopenharmony_ci  "PA_SC_NGG_MODE_CNTL": {
13711bf215546Sopenharmony_ci   "fields": [
13712bf215546Sopenharmony_ci    {"bits": [0, 10], "name": "MAX_DEALLOCS_IN_WAVE"},
13713bf215546Sopenharmony_ci    {"bits": [16, 23], "name": "MAX_FPOVS_IN_WAVE"}
13714bf215546Sopenharmony_ci   ]
13715bf215546Sopenharmony_ci  },
13716bf215546Sopenharmony_ci  "PA_SC_P3D_TRAP_SCREEN_H": {
13717bf215546Sopenharmony_ci   "fields": [
13718bf215546Sopenharmony_ci    {"bits": [0, 13], "name": "X_COORD"}
13719bf215546Sopenharmony_ci   ]
13720bf215546Sopenharmony_ci  },
13721bf215546Sopenharmony_ci  "PA_SC_P3D_TRAP_SCREEN_HV_EN": {
13722bf215546Sopenharmony_ci   "fields": [
13723bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "ENABLE_HV_PRE_SHADER"},
13724bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "FORCE_PRE_SHADER_ALL_PIXELS"}
13725bf215546Sopenharmony_ci   ]
13726bf215546Sopenharmony_ci  },
13727bf215546Sopenharmony_ci  "PA_SC_P3D_TRAP_SCREEN_OCCURRENCE": {
13728bf215546Sopenharmony_ci   "fields": [
13729bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "COUNT"}
13730bf215546Sopenharmony_ci   ]
13731bf215546Sopenharmony_ci  },
13732bf215546Sopenharmony_ci  "PA_SC_P3D_TRAP_SCREEN_V": {
13733bf215546Sopenharmony_ci   "fields": [
13734bf215546Sopenharmony_ci    {"bits": [0, 13], "name": "Y_COORD"}
13735bf215546Sopenharmony_ci   ]
13736bf215546Sopenharmony_ci  },
13737bf215546Sopenharmony_ci  "PA_SC_PERFCOUNTER1_SELECT": {
13738bf215546Sopenharmony_ci   "fields": [
13739bf215546Sopenharmony_ci    {"bits": [0, 9], "name": "PERF_SEL"}
13740bf215546Sopenharmony_ci   ]
13741bf215546Sopenharmony_ci  },
13742bf215546Sopenharmony_ci  "PA_SC_RASTER_CONFIG": {
13743bf215546Sopenharmony_ci   "fields": [
13744bf215546Sopenharmony_ci    {"bits": [0, 1], "enum_ref": "RbMap", "name": "RB_MAP_PKR0"},
13745bf215546Sopenharmony_ci    {"bits": [2, 3], "enum_ref": "RbMap", "name": "RB_MAP_PKR1"},
13746bf215546Sopenharmony_ci    {"bits": [4, 5], "enum_ref": "RbXsel2", "name": "RB_XSEL2"},
13747bf215546Sopenharmony_ci    {"bits": [6, 6], "enum_ref": "RbXsel", "name": "RB_XSEL"},
13748bf215546Sopenharmony_ci    {"bits": [7, 7], "enum_ref": "RbYsel", "name": "RB_YSEL"},
13749bf215546Sopenharmony_ci    {"bits": [8, 9], "enum_ref": "PkrMap", "name": "PKR_MAP"},
13750bf215546Sopenharmony_ci    {"bits": [10, 11], "enum_ref": "PkrXsel", "name": "PKR_XSEL"},
13751bf215546Sopenharmony_ci    {"bits": [12, 13], "enum_ref": "PkrYsel", "name": "PKR_YSEL"},
13752bf215546Sopenharmony_ci    {"bits": [14, 15], "enum_ref": "PkrXsel2", "name": "PKR_XSEL2"},
13753bf215546Sopenharmony_ci    {"bits": [16, 17], "enum_ref": "ScMap", "name": "SC_MAP"},
13754bf215546Sopenharmony_ci    {"bits": [18, 19], "enum_ref": "ScXsel", "name": "SC_XSEL"},
13755bf215546Sopenharmony_ci    {"bits": [20, 21], "enum_ref": "ScYsel", "name": "SC_YSEL"},
13756bf215546Sopenharmony_ci    {"bits": [24, 25], "enum_ref": "SeMap", "name": "SE_MAP"},
13757bf215546Sopenharmony_ci    {"bits": [26, 27], "enum_ref": "SeXsel", "name": "SE_XSEL"},
13758bf215546Sopenharmony_ci    {"bits": [28, 29], "enum_ref": "SeYsel", "name": "SE_YSEL"}
13759bf215546Sopenharmony_ci   ]
13760bf215546Sopenharmony_ci  },
13761bf215546Sopenharmony_ci  "PA_SC_RASTER_CONFIG_1": {
13762bf215546Sopenharmony_ci   "fields": [
13763bf215546Sopenharmony_ci    {"bits": [0, 1], "enum_ref": "SePairMap", "name": "SE_PAIR_MAP"},
13764bf215546Sopenharmony_ci    {"bits": [2, 3], "enum_ref": "SePairXsel", "name": "SE_PAIR_XSEL"},
13765bf215546Sopenharmony_ci    {"bits": [4, 5], "enum_ref": "SePairYsel", "name": "SE_PAIR_YSEL"}
13766bf215546Sopenharmony_ci   ]
13767bf215546Sopenharmony_ci  },
13768bf215546Sopenharmony_ci  "PA_SC_RIGHT_VERT_GRID": {
13769bf215546Sopenharmony_ci   "fields": [
13770bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "LEFT_QTR"},
13771bf215546Sopenharmony_ci    {"bits": [8, 15], "name": "LEFT_HALF"},
13772bf215546Sopenharmony_ci    {"bits": [16, 23], "name": "RIGHT_HALF"},
13773bf215546Sopenharmony_ci    {"bits": [24, 31], "name": "RIGHT_QTR"}
13774bf215546Sopenharmony_ci   ]
13775bf215546Sopenharmony_ci  },
13776bf215546Sopenharmony_ci  "PA_SC_SCREEN_EXTENT_CONTROL": {
13777bf215546Sopenharmony_ci   "fields": [
13778bf215546Sopenharmony_ci    {"bits": [0, 1], "name": "SLICE_EVEN_ENABLE"},
13779bf215546Sopenharmony_ci    {"bits": [2, 3], "name": "SLICE_ODD_ENABLE"}
13780bf215546Sopenharmony_ci   ]
13781bf215546Sopenharmony_ci  },
13782bf215546Sopenharmony_ci  "PA_SC_SCREEN_EXTENT_MIN_0": {
13783bf215546Sopenharmony_ci   "fields": [
13784bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "X"},
13785bf215546Sopenharmony_ci    {"bits": [16, 31], "name": "Y"}
13786bf215546Sopenharmony_ci   ]
13787bf215546Sopenharmony_ci  },
13788bf215546Sopenharmony_ci  "PA_SC_SCREEN_SCISSOR_BR": {
13789bf215546Sopenharmony_ci   "fields": [
13790bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "BR_X"},
13791bf215546Sopenharmony_ci    {"bits": [16, 31], "name": "BR_Y"}
13792bf215546Sopenharmony_ci   ]
13793bf215546Sopenharmony_ci  },
13794bf215546Sopenharmony_ci  "PA_SC_SCREEN_SCISSOR_TL": {
13795bf215546Sopenharmony_ci   "fields": [
13796bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "TL_X"},
13797bf215546Sopenharmony_ci    {"bits": [16, 31], "name": "TL_Y"}
13798bf215546Sopenharmony_ci   ]
13799bf215546Sopenharmony_ci  },
13800bf215546Sopenharmony_ci  "PA_SC_SHADER_CONTROL": {
13801bf215546Sopenharmony_ci   "fields": [
13802bf215546Sopenharmony_ci    {"bits": [0, 1], "name": "REALIGN_DQUADS_AFTER_N_WAVES"},
13803bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "LOAD_COLLISION_WAVEID"},
13804bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "LOAD_INTRAWAVE_COLLISION"},
13805bf215546Sopenharmony_ci    {"bits": [5, 6], "name": "WAVE_BREAK_REGION_SIZE"}
13806bf215546Sopenharmony_ci   ]
13807bf215546Sopenharmony_ci  },
13808bf215546Sopenharmony_ci  "PA_SC_TILE_STEERING_OVERRIDE": {
13809bf215546Sopenharmony_ci   "fields": [
13810bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "ENABLE"},
13811bf215546Sopenharmony_ci    {"bits": [1, 2], "name": "NUM_SE"},
13812bf215546Sopenharmony_ci    {"bits": [5, 6], "name": "NUM_RB_PER_SE"},
13813bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "DISABLE_SRBSL_DB_OPTIMIZED_PACKING"},
13814bf215546Sopenharmony_ci    {"bits": [12, 13], "name": "NUM_SC"},
13815bf215546Sopenharmony_ci    {"bits": [16, 17], "name": "NUM_RB_PER_SC"},
13816bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "NUM_PACKER_PER_SC"}
13817bf215546Sopenharmony_ci   ]
13818bf215546Sopenharmony_ci  },
13819bf215546Sopenharmony_ci  "PA_SC_WINDOW_OFFSET": {
13820bf215546Sopenharmony_ci   "fields": [
13821bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "WINDOW_X_OFFSET"},
13822bf215546Sopenharmony_ci    {"bits": [16, 31], "name": "WINDOW_Y_OFFSET"}
13823bf215546Sopenharmony_ci   ]
13824bf215546Sopenharmony_ci  },
13825bf215546Sopenharmony_ci  "PA_SC_WINDOW_SCISSOR_BR": {
13826bf215546Sopenharmony_ci   "fields": [
13827bf215546Sopenharmony_ci    {"bits": [0, 14], "name": "BR_X"},
13828bf215546Sopenharmony_ci    {"bits": [16, 30], "name": "BR_Y"}
13829bf215546Sopenharmony_ci   ]
13830bf215546Sopenharmony_ci  },
13831bf215546Sopenharmony_ci  "PA_SC_WINDOW_SCISSOR_TL": {
13832bf215546Sopenharmony_ci   "fields": [
13833bf215546Sopenharmony_ci    {"bits": [0, 14], "name": "TL_X"},
13834bf215546Sopenharmony_ci    {"bits": [16, 30], "name": "TL_Y"},
13835bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "WINDOW_OFFSET_DISABLE"}
13836bf215546Sopenharmony_ci   ]
13837bf215546Sopenharmony_ci  },
13838bf215546Sopenharmony_ci  "PA_STEREO_CNTL": {
13839bf215546Sopenharmony_ci   "fields": [
13840bf215546Sopenharmony_ci    {"bits": [1, 4], "name": "STEREO_MODE"},
13841bf215546Sopenharmony_ci    {"bits": [5, 7], "name": "RT_SLICE_MODE"},
13842bf215546Sopenharmony_ci    {"bits": [8, 11], "name": "RT_SLICE_OFFSET"},
13843bf215546Sopenharmony_ci    {"bits": [16, 18], "name": "VP_ID_MODE"},
13844bf215546Sopenharmony_ci    {"bits": [19, 22], "name": "VP_ID_OFFSET"}
13845bf215546Sopenharmony_ci   ]
13846bf215546Sopenharmony_ci  },
13847bf215546Sopenharmony_ci  "PA_SU_HARDWARE_SCREEN_OFFSET": {
13848bf215546Sopenharmony_ci   "fields": [
13849bf215546Sopenharmony_ci    {"bits": [0, 8], "name": "HW_SCREEN_OFFSET_X"},
13850bf215546Sopenharmony_ci    {"bits": [16, 24], "name": "HW_SCREEN_OFFSET_Y"}
13851bf215546Sopenharmony_ci   ]
13852bf215546Sopenharmony_ci  },
13853bf215546Sopenharmony_ci  "PA_SU_LINE_CNTL": {
13854bf215546Sopenharmony_ci   "fields": [
13855bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "WIDTH"}
13856bf215546Sopenharmony_ci   ]
13857bf215546Sopenharmony_ci  },
13858bf215546Sopenharmony_ci  "PA_SU_LINE_STIPPLE_CNTL": {
13859bf215546Sopenharmony_ci   "fields": [
13860bf215546Sopenharmony_ci    {"bits": [0, 1], "name": "LINE_STIPPLE_RESET"},
13861bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "EXPAND_FULL_LENGTH"},
13862bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "FRACTIONAL_ACCUM"},
13863bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "DIAMOND_ADJUST"}
13864bf215546Sopenharmony_ci   ]
13865bf215546Sopenharmony_ci  },
13866bf215546Sopenharmony_ci  "PA_SU_LINE_STIPPLE_VALUE": {
13867bf215546Sopenharmony_ci   "fields": [
13868bf215546Sopenharmony_ci    {"bits": [0, 23], "name": "LINE_STIPPLE_VALUE"}
13869bf215546Sopenharmony_ci   ]
13870bf215546Sopenharmony_ci  },
13871bf215546Sopenharmony_ci  "PA_SU_OVER_RASTERIZATION_CNTL": {
13872bf215546Sopenharmony_ci   "fields": [
13873bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "DISCARD_0_AREA_TRIANGLES"},
13874bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "DISCARD_0_AREA_LINES"},
13875bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "DISCARD_0_AREA_POINTS"},
13876bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "DISCARD_0_AREA_RECTANGLES"},
13877bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "USE_PROVOKING_ZW"}
13878bf215546Sopenharmony_ci   ]
13879bf215546Sopenharmony_ci  },
13880bf215546Sopenharmony_ci  "PA_SU_PERFCOUNTER0_HI": {
13881bf215546Sopenharmony_ci   "fields": [
13882bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "PERFCOUNTER_HI"}
13883bf215546Sopenharmony_ci   ]
13884bf215546Sopenharmony_ci  },
13885bf215546Sopenharmony_ci  "PA_SU_PERFCOUNTER0_SELECT": {
13886bf215546Sopenharmony_ci   "fields": [
13887bf215546Sopenharmony_ci    {"bits": [0, 9], "name": "PERF_SEL"},
13888bf215546Sopenharmony_ci    {"bits": [10, 19], "name": "PERF_SEL1"},
13889bf215546Sopenharmony_ci    {"bits": [20, 23], "name": "CNTR_MODE"},
13890bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "PERF_MODE1"},
13891bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "PERF_MODE"}
13892bf215546Sopenharmony_ci   ]
13893bf215546Sopenharmony_ci  },
13894bf215546Sopenharmony_ci  "PA_SU_PERFCOUNTER0_SELECT1": {
13895bf215546Sopenharmony_ci   "fields": [
13896bf215546Sopenharmony_ci    {"bits": [0, 9], "name": "PERF_SEL2"},
13897bf215546Sopenharmony_ci    {"bits": [10, 19], "name": "PERF_SEL3"},
13898bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "PERF_MODE3"},
13899bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "PERF_MODE2"}
13900bf215546Sopenharmony_ci   ]
13901bf215546Sopenharmony_ci  },
13902bf215546Sopenharmony_ci  "PA_SU_POINT_MINMAX": {
13903bf215546Sopenharmony_ci   "fields": [
13904bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "MIN_SIZE"},
13905bf215546Sopenharmony_ci    {"bits": [16, 31], "name": "MAX_SIZE"}
13906bf215546Sopenharmony_ci   ]
13907bf215546Sopenharmony_ci  },
13908bf215546Sopenharmony_ci  "PA_SU_POINT_SIZE": {
13909bf215546Sopenharmony_ci   "fields": [
13910bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "HEIGHT"},
13911bf215546Sopenharmony_ci    {"bits": [16, 31], "name": "WIDTH"}
13912bf215546Sopenharmony_ci   ]
13913bf215546Sopenharmony_ci  },
13914bf215546Sopenharmony_ci  "PA_SU_POLY_OFFSET_DB_FMT_CNTL": {
13915bf215546Sopenharmony_ci   "fields": [
13916bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "POLY_OFFSET_NEG_NUM_DB_BITS"},
13917bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "POLY_OFFSET_DB_IS_FLOAT_FMT"}
13918bf215546Sopenharmony_ci   ]
13919bf215546Sopenharmony_ci  },
13920bf215546Sopenharmony_ci  "PA_SU_PRIM_FILTER_CNTL": {
13921bf215546Sopenharmony_ci   "fields": [
13922bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "TRIANGLE_FILTER_DISABLE"},
13923bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "LINE_FILTER_DISABLE"},
13924bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "POINT_FILTER_DISABLE"},
13925bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "RECTANGLE_FILTER_DISABLE"},
13926bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "TRIANGLE_EXPAND_ENA"},
13927bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "LINE_EXPAND_ENA"},
13928bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "POINT_EXPAND_ENA"},
13929bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "RECTANGLE_EXPAND_ENA"},
13930bf215546Sopenharmony_ci    {"bits": [8, 15], "name": "PRIM_EXPAND_CONSTANT"},
13931bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "XMAX_RIGHT_EXCLUSION"},
13932bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "YMAX_BOTTOM_EXCLUSION"}
13933bf215546Sopenharmony_ci   ]
13934bf215546Sopenharmony_ci  },
13935bf215546Sopenharmony_ci  "PA_SU_SC_MODE_CNTL": {
13936bf215546Sopenharmony_ci   "fields": [
13937bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "CULL_FRONT"},
13938bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "CULL_BACK"},
13939bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "FACE"},
13940bf215546Sopenharmony_ci    {"bits": [3, 4], "enum_ref": "PA_SU_SC_MODE_CNTL__POLY_MODE", "name": "POLY_MODE"},
13941bf215546Sopenharmony_ci    {"bits": [5, 7], "enum_ref": "PA_SU_SC_MODE_CNTL__POLYMODE_FRONT_PTYPE", "name": "POLYMODE_FRONT_PTYPE"},
13942bf215546Sopenharmony_ci    {"bits": [8, 10], "enum_ref": "PA_SU_SC_MODE_CNTL__POLYMODE_FRONT_PTYPE", "name": "POLYMODE_BACK_PTYPE"},
13943bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "POLY_OFFSET_FRONT_ENABLE"},
13944bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "POLY_OFFSET_BACK_ENABLE"},
13945bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "POLY_OFFSET_PARA_ENABLE"},
13946bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "VTX_WINDOW_OFFSET_ENABLE"},
13947bf215546Sopenharmony_ci    {"bits": [19, 19], "name": "PROVOKING_VTX_LAST"},
13948bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "PERSP_CORR_DIS"},
13949bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "MULTI_PRIM_IB_ENA"},
13950bf215546Sopenharmony_ci    {"bits": [22, 22], "name": "RIGHT_TRIANGLE_ALTERNATE_GRADIENT_REF"},
13951bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "NEW_QUAD_DECOMPOSITION"},
13952bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "KEEP_TOGETHER_ENABLE"}
13953bf215546Sopenharmony_ci   ]
13954bf215546Sopenharmony_ci  },
13955bf215546Sopenharmony_ci  "PA_SU_SMALL_PRIM_FILTER_CNTL": {
13956bf215546Sopenharmony_ci   "fields": [
13957bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "SMALL_PRIM_FILTER_ENABLE"},
13958bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "TRIANGLE_FILTER_DISABLE"},
13959bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "LINE_FILTER_DISABLE"},
13960bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "POINT_FILTER_DISABLE"},
13961bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "RECTANGLE_FILTER_DISABLE"},
13962bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "SRBSL_ENABLE"},
13963bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "SC_1XMSAA_COMPATIBLE_DISABLE"}
13964bf215546Sopenharmony_ci   ]
13965bf215546Sopenharmony_ci  },
13966bf215546Sopenharmony_ci  "PA_SU_VTX_CNTL": {
13967bf215546Sopenharmony_ci   "fields": [
13968bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "PIX_CENTER"},
13969bf215546Sopenharmony_ci    {"bits": [1, 2], "enum_ref": "PA_SU_VTX_CNTL__ROUND_MODE", "name": "ROUND_MODE"},
13970bf215546Sopenharmony_ci    {"bits": [3, 5], "enum_ref": "QUANT_MODE", "name": "QUANT_MODE"}
13971bf215546Sopenharmony_ci   ]
13972bf215546Sopenharmony_ci  },
13973bf215546Sopenharmony_ci  "RLC_GPM_PERF_COUNT_0": {
13974bf215546Sopenharmony_ci   "fields": [
13975bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "FEATURE_SEL"},
13976bf215546Sopenharmony_ci    {"bits": [4, 7], "name": "SE_INDEX"},
13977bf215546Sopenharmony_ci    {"bits": [8, 11], "name": "SA_INDEX"},
13978bf215546Sopenharmony_ci    {"bits": [12, 15], "name": "WGP_INDEX"},
13979bf215546Sopenharmony_ci    {"bits": [16, 17], "name": "EVENT_SEL"},
13980bf215546Sopenharmony_ci    {"bits": [18, 19], "name": "UNUSED"},
13981bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "ENABLE"},
13982bf215546Sopenharmony_ci    {"bits": [21, 31], "name": "RESERVED"}
13983bf215546Sopenharmony_ci   ]
13984bf215546Sopenharmony_ci  },
13985bf215546Sopenharmony_ci  "RLC_GPU_IOV_PERF_CNT_CNTL": {
13986bf215546Sopenharmony_ci   "fields": [
13987bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "ENABLE"},
13988bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "MODE_SELECT"},
13989bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "RESET"},
13990bf215546Sopenharmony_ci    {"bits": [3, 31], "name": "RESERVED"}
13991bf215546Sopenharmony_ci   ]
13992bf215546Sopenharmony_ci  },
13993bf215546Sopenharmony_ci  "RLC_GPU_IOV_PERF_CNT_WR_ADDR": {
13994bf215546Sopenharmony_ci   "fields": [
13995bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "VFID"},
13996bf215546Sopenharmony_ci    {"bits": [4, 5], "name": "CNT_ID"},
13997bf215546Sopenharmony_ci    {"bits": [6, 31], "name": "RESERVED"}
13998bf215546Sopenharmony_ci   ]
13999bf215546Sopenharmony_ci  },
14000bf215546Sopenharmony_ci  "RLC_PERFCOUNTER0_SELECT": {
14001bf215546Sopenharmony_ci   "fields": [
14002bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "PERFCOUNTER_SELECT"}
14003bf215546Sopenharmony_ci   ]
14004bf215546Sopenharmony_ci  },
14005bf215546Sopenharmony_ci  "RLC_PERFMON_CLK_CNTL": {
14006bf215546Sopenharmony_ci   "fields": [
14007bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "PERFMON_CLOCK_STATE"}
14008bf215546Sopenharmony_ci   ]
14009bf215546Sopenharmony_ci  },
14010bf215546Sopenharmony_ci  "RLC_PERFMON_CNTL": {
14011bf215546Sopenharmony_ci   "fields": [
14012bf215546Sopenharmony_ci    {"bits": [0, 2], "enum_ref": "CP_PERFMON_STATE", "name": "PERFMON_STATE"},
14013bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "PERFMON_SAMPLE_ENABLE"}
14014bf215546Sopenharmony_ci   ]
14015bf215546Sopenharmony_ci  },
14016bf215546Sopenharmony_ci  "RLC_SPM_ACCUM_CTRL": {
14017bf215546Sopenharmony_ci   "fields": [
14018bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "StrobeResetPerfMonitors"},
14019bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "StrobeStartAccumulation"},
14020bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "StrobeRearmAccum"},
14021bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "StrobeSpmDoneInt"},
14022bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "StrobeAccumDoneInt"},
14023bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "StrobeResetAccum"},
14024bf215546Sopenharmony_ci    {"bits": [6, 9], "name": "StrobeStartSpm"},
14025bf215546Sopenharmony_ci    {"bits": [10, 31], "name": "RESERVED"}
14026bf215546Sopenharmony_ci   ]
14027bf215546Sopenharmony_ci  },
14028bf215546Sopenharmony_ci  "RLC_SPM_ACCUM_CTRLRAM_ADDR": {
14029bf215546Sopenharmony_ci   "fields": [
14030bf215546Sopenharmony_ci    {"bits": [0, 8], "name": "addr"},
14031bf215546Sopenharmony_ci    {"bits": [9, 31], "name": "RESERVED"}
14032bf215546Sopenharmony_ci   ]
14033bf215546Sopenharmony_ci  },
14034bf215546Sopenharmony_ci  "RLC_SPM_ACCUM_CTRLRAM_DATA": {
14035bf215546Sopenharmony_ci   "fields": [
14036bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "data"},
14037bf215546Sopenharmony_ci    {"bits": [8, 31], "name": "RESERVED"}
14038bf215546Sopenharmony_ci   ]
14039bf215546Sopenharmony_ci  },
14040bf215546Sopenharmony_ci  "RLC_SPM_ACCUM_DATARAM_ADDR": {
14041bf215546Sopenharmony_ci   "fields": [
14042bf215546Sopenharmony_ci    {"bits": [0, 6], "name": "addr"},
14043bf215546Sopenharmony_ci    {"bits": [7, 31], "name": "RESERVED"}
14044bf215546Sopenharmony_ci   ]
14045bf215546Sopenharmony_ci  },
14046bf215546Sopenharmony_ci  "RLC_SPM_ACCUM_DATARAM_WRCOUNT": {
14047bf215546Sopenharmony_ci   "fields": [
14048bf215546Sopenharmony_ci    {"bits": [0, 18], "name": "DataRamWrCount"},
14049bf215546Sopenharmony_ci    {"bits": [19, 31], "name": "RESERVED"}
14050bf215546Sopenharmony_ci   ]
14051bf215546Sopenharmony_ci  },
14052bf215546Sopenharmony_ci  "RLC_SPM_ACCUM_MODE": {
14053bf215546Sopenharmony_ci   "fields": [
14054bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "EnableAccum"},
14055bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "AutoAccumEn"},
14056bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "AutoSpmEn"},
14057bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "Globals_LoadOverride"},
14058bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "SE0_LoadOverride"},
14059bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "SE1_LoadOverride"},
14060bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "AutoResetPerfmonDisable"},
14061bf215546Sopenharmony_ci    {"bits": [7, 31], "name": "RESERVED"}
14062bf215546Sopenharmony_ci   ]
14063bf215546Sopenharmony_ci  },
14064bf215546Sopenharmony_ci  "RLC_SPM_ACCUM_SAMPLES_REQUESTED": {
14065bf215546Sopenharmony_ci   "fields": [
14066bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "SamplesRequested"},
14067bf215546Sopenharmony_ci    {"bits": [8, 31], "name": "RESERVED"}
14068bf215546Sopenharmony_ci   ]
14069bf215546Sopenharmony_ci  },
14070bf215546Sopenharmony_ci  "RLC_SPM_ACCUM_STATUS": {
14071bf215546Sopenharmony_ci   "fields": [
14072bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "NumbSamplesCompleted"},
14073bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "AccumDone"},
14074bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "SpmDone"},
14075bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "AccumOverflow"},
14076bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "AccumArmed"},
14077bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "SequenceInProgress"},
14078bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "FinalSequenceInProgress"},
14079bf215546Sopenharmony_ci    {"bits": [14, 14], "name": "AllFifosEmpty"},
14080bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "FSMIsIdle"},
14081bf215546Sopenharmony_ci    {"bits": [16, 31], "name": "RESERVED"}
14082bf215546Sopenharmony_ci   ]
14083bf215546Sopenharmony_ci  },
14084bf215546Sopenharmony_ci  "RLC_SPM_ACCUM_THRESHOLD": {
14085bf215546Sopenharmony_ci   "fields": [
14086bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "Threshold"},
14087bf215546Sopenharmony_ci    {"bits": [16, 31], "name": "RESERVED"}
14088bf215546Sopenharmony_ci   ]
14089bf215546Sopenharmony_ci  },
14090bf215546Sopenharmony_ci  "RLC_SPM_DESER_START_SKEW": {
14091bf215546Sopenharmony_ci   "fields": [
14092bf215546Sopenharmony_ci    {"bits": [0, 6], "name": "DESER_START_SKEW"},
14093bf215546Sopenharmony_ci    {"bits": [7, 31], "name": "RESERVED"}
14094bf215546Sopenharmony_ci   ]
14095bf215546Sopenharmony_ci  },
14096bf215546Sopenharmony_ci  "RLC_SPM_GLB_SAMPLEDELAY_IND_DATA": {
14097bf215546Sopenharmony_ci   "fields": [
14098bf215546Sopenharmony_ci    {"bits": [0, 6], "name": "data"},
14099bf215546Sopenharmony_ci    {"bits": [7, 31], "name": "RESERVED"}
14100bf215546Sopenharmony_ci   ]
14101bf215546Sopenharmony_ci  },
14102bf215546Sopenharmony_ci  "RLC_SPM_GLOBALS_MUXSEL_SKEW": {
14103bf215546Sopenharmony_ci   "fields": [
14104bf215546Sopenharmony_ci    {"bits": [0, 6], "name": "GLOBALS_MUXSEL_SKEW"},
14105bf215546Sopenharmony_ci    {"bits": [7, 31], "name": "RESERVED"}
14106bf215546Sopenharmony_ci   ]
14107bf215546Sopenharmony_ci  },
14108bf215546Sopenharmony_ci  "RLC_SPM_GLOBALS_SAMPLE_SKEW": {
14109bf215546Sopenharmony_ci   "fields": [
14110bf215546Sopenharmony_ci    {"bits": [0, 6], "name": "GLOBALS_SAMPLE_SKEW"},
14111bf215546Sopenharmony_ci    {"bits": [7, 31], "name": "RESERVED"}
14112bf215546Sopenharmony_ci   ]
14113bf215546Sopenharmony_ci  },
14114bf215546Sopenharmony_ci  "RLC_SPM_GLOBAL_MUXSEL_ADDR": {
14115bf215546Sopenharmony_ci   "fields": [
14116bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "PERFMON_SEL_ADDR"},
14117bf215546Sopenharmony_ci    {"bits": [8, 31], "name": "RESERVED"}
14118bf215546Sopenharmony_ci   ]
14119bf215546Sopenharmony_ci  },
14120bf215546Sopenharmony_ci  "RLC_SPM_PERFMON_CNTL": {
14121bf215546Sopenharmony_ci   "fields": [
14122bf215546Sopenharmony_ci    {"bits": [0, 11], "name": "RESERVED1"},
14123bf215546Sopenharmony_ci    {"bits": [12, 13], "name": "PERFMON_RING_MODE"},
14124bf215546Sopenharmony_ci    {"bits": [14, 15], "name": "RESERVED"},
14125bf215546Sopenharmony_ci    {"bits": [16, 31], "name": "PERFMON_SAMPLE_INTERVAL"}
14126bf215546Sopenharmony_ci   ]
14127bf215546Sopenharmony_ci  },
14128bf215546Sopenharmony_ci  "RLC_SPM_PERFMON_GLB_SEGMENT_SIZE": {
14129bf215546Sopenharmony_ci   "fields": [
14130bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "PERFMON_SEGMENT_SIZE"},
14131bf215546Sopenharmony_ci    {"bits": [8, 15], "name": "GLOBAL_NUM_LINE"},
14132bf215546Sopenharmony_ci    {"bits": [16, 31], "name": "RESERVED"}
14133bf215546Sopenharmony_ci   ]
14134bf215546Sopenharmony_ci  },
14135bf215546Sopenharmony_ci  "RLC_SPM_PERFMON_RING_BASE_HI": {
14136bf215546Sopenharmony_ci   "fields": [
14137bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "RING_BASE_HI"},
14138bf215546Sopenharmony_ci    {"bits": [16, 31], "name": "RESERVED"}
14139bf215546Sopenharmony_ci   ]
14140bf215546Sopenharmony_ci  },
14141bf215546Sopenharmony_ci  "RLC_SPM_PERFMON_SE3TO0_SEGMENT_SIZE": {
14142bf215546Sopenharmony_ci   "fields": [
14143bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "SE0_NUM_LINE"},
14144bf215546Sopenharmony_ci    {"bits": [8, 15], "name": "SE1_NUM_LINE"},
14145bf215546Sopenharmony_ci    {"bits": [16, 23], "name": "SE2_NUM_LINE"},
14146bf215546Sopenharmony_ci    {"bits": [24, 31], "name": "SE3_NUM_LINE"}
14147bf215546Sopenharmony_ci   ]
14148bf215546Sopenharmony_ci  },
14149bf215546Sopenharmony_ci  "RLC_SPM_PERFMON_SEGMENT_SIZE": {
14150bf215546Sopenharmony_ci   "fields": [
14151bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "PERFMON_SEGMENT_SIZE"},
14152bf215546Sopenharmony_ci    {"bits": [8, 10], "name": "RESERVED1"},
14153bf215546Sopenharmony_ci    {"bits": [11, 15], "name": "GLOBAL_NUM_LINE"},
14154bf215546Sopenharmony_ci    {"bits": [16, 20], "name": "SE0_NUM_LINE"},
14155bf215546Sopenharmony_ci    {"bits": [21, 25], "name": "SE1_NUM_LINE"},
14156bf215546Sopenharmony_ci    {"bits": [26, 30], "name": "SE2_NUM_LINE"},
14157bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "RESERVED"}
14158bf215546Sopenharmony_ci   ]
14159bf215546Sopenharmony_ci  },
14160bf215546Sopenharmony_ci  "RLC_SPM_RING_WRPTR": {
14161bf215546Sopenharmony_ci   "fields": [
14162bf215546Sopenharmony_ci    {"bits": [0, 4], "name": "RESERVED"},
14163bf215546Sopenharmony_ci    {"bits": [5, 31], "name": "PERFMON_RING_WRPTR"}
14164bf215546Sopenharmony_ci   ]
14165bf215546Sopenharmony_ci  },
14166bf215546Sopenharmony_ci  "RLC_SPM_SEGMENT_THRESHOLD": {
14167bf215546Sopenharmony_ci   "fields": [
14168bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "NUM_SEGMENT_THRESHOLD"},
14169bf215546Sopenharmony_ci    {"bits": [8, 31], "name": "RESERVED"}
14170bf215546Sopenharmony_ci   ]
14171bf215546Sopenharmony_ci  },
14172bf215546Sopenharmony_ci  "RLC_SPM_SE_MUXSEL_ADDR": {
14173bf215546Sopenharmony_ci   "fields": [
14174bf215546Sopenharmony_ci    {"bits": [0, 8], "name": "PERFMON_SEL_ADDR"},
14175bf215546Sopenharmony_ci    {"bits": [9, 31], "name": "RESERVED"}
14176bf215546Sopenharmony_ci   ]
14177bf215546Sopenharmony_ci  },
14178bf215546Sopenharmony_ci  "RLC_SPM_SE_MUXSEL_SKEW": {
14179bf215546Sopenharmony_ci   "fields": [
14180bf215546Sopenharmony_ci    {"bits": [0, 6], "name": "SE_MUXSEL_SKEW"},
14181bf215546Sopenharmony_ci    {"bits": [7, 31], "name": "RESERVED"}
14182bf215546Sopenharmony_ci   ]
14183bf215546Sopenharmony_ci  },
14184bf215546Sopenharmony_ci  "RLC_SPM_SE_SAMPLE_SKEW": {
14185bf215546Sopenharmony_ci   "fields": [
14186bf215546Sopenharmony_ci    {"bits": [0, 6], "name": "SE_SAMPLE_SKEW"},
14187bf215546Sopenharmony_ci    {"bits": [7, 31], "name": "RESERVED"}
14188bf215546Sopenharmony_ci   ]
14189bf215546Sopenharmony_ci  },
14190bf215546Sopenharmony_ci  "RLC_SPM_VIRT_CTRL": {
14191bf215546Sopenharmony_ci   "fields": [
14192bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "PauseSpmSamplingRequest"}
14193bf215546Sopenharmony_ci   ]
14194bf215546Sopenharmony_ci  },
14195bf215546Sopenharmony_ci  "RLC_SPM_VIRT_STATUS": {
14196bf215546Sopenharmony_ci   "fields": [
14197bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "SpmSamplingPaused"}
14198bf215546Sopenharmony_ci   ]
14199bf215546Sopenharmony_ci  },
14200bf215546Sopenharmony_ci  "RMI_PERF_COUNTER_CNTL": {
14201bf215546Sopenharmony_ci   "fields": [
14202bf215546Sopenharmony_ci    {"bits": [0, 1], "name": "TRANS_BASED_PERF_EN_SEL"},
14203bf215546Sopenharmony_ci    {"bits": [2, 3], "name": "EVENT_BASED_PERF_EN_SEL"},
14204bf215546Sopenharmony_ci    {"bits": [4, 5], "name": "TC_PERF_EN_SEL"},
14205bf215546Sopenharmony_ci    {"bits": [6, 7], "name": "PERF_EVENT_WINDOW_MASK0"},
14206bf215546Sopenharmony_ci    {"bits": [8, 9], "name": "PERF_EVENT_WINDOW_MASK1"},
14207bf215546Sopenharmony_ci    {"bits": [10, 13], "name": "PERF_COUNTER_CID"},
14208bf215546Sopenharmony_ci    {"bits": [14, 18], "name": "PERF_COUNTER_VMID"},
14209bf215546Sopenharmony_ci    {"bits": [19, 24], "name": "PERF_COUNTER_BURST_LENGTH_THRESHOLD"},
14210bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "PERF_SOFT_RESET"},
14211bf215546Sopenharmony_ci    {"bits": [26, 26], "name": "PERF_CNTR_SPM_SEL"}
14212bf215546Sopenharmony_ci   ]
14213bf215546Sopenharmony_ci  },
14214bf215546Sopenharmony_ci  "SCRATCH_UMSK": {
14215bf215546Sopenharmony_ci   "fields": [
14216bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "OBSOLETE_UMSK"},
14217bf215546Sopenharmony_ci    {"bits": [16, 17], "name": "OBSOLETE_SWAP"}
14218bf215546Sopenharmony_ci   ]
14219bf215546Sopenharmony_ci  },
14220bf215546Sopenharmony_ci  "SPI_BARYC_CNTL": {
14221bf215546Sopenharmony_ci   "fields": [
14222bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "PERSP_CENTER_CNTL"},
14223bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "PERSP_CENTROID_CNTL"},
14224bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "LINEAR_CENTER_CNTL"},
14225bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "LINEAR_CENTROID_CNTL"},
14226bf215546Sopenharmony_ci    {"bits": [16, 17], "name": "POS_FLOAT_LOCATION"},
14227bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "POS_FLOAT_ULC"},
14228bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "FRONT_FACE_ALL_BITS"}
14229bf215546Sopenharmony_ci   ]
14230bf215546Sopenharmony_ci  },
14231bf215546Sopenharmony_ci  "SPI_CONFIG_CNTL": {
14232bf215546Sopenharmony_ci   "fields": [
14233bf215546Sopenharmony_ci    {"bits": [0, 20], "name": "GPR_WRITE_PRIORITY"},
14234bf215546Sopenharmony_ci    {"bits": [21, 23], "name": "EXP_PRIORITY_ORDER"},
14235bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "ENABLE_SQG_TOP_EVENTS"},
14236bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "ENABLE_SQG_BOP_EVENTS"},
14237bf215546Sopenharmony_ci    {"bits": [26, 26], "name": "RSRC_MGMT_RESET"},
14238bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "TTRACE_STALL_ALL"},
14239bf215546Sopenharmony_ci    {"bits": [28, 28], "name": "ALLOC_ARB_LRU_ENA"},
14240bf215546Sopenharmony_ci    {"bits": [29, 29], "name": "EXP_ARB_LRU_ENA"},
14241bf215546Sopenharmony_ci    {"bits": [30, 31], "name": "PS_PKR_PRIORITY_CNTL"}
14242bf215546Sopenharmony_ci   ]
14243bf215546Sopenharmony_ci  },
14244bf215546Sopenharmony_ci  "SPI_INTERP_CONTROL_0": {
14245bf215546Sopenharmony_ci   "fields": [
14246bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "FLAT_SHADE_ENA"},
14247bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "PNT_SPRITE_ENA"},
14248bf215546Sopenharmony_ci    {"bits": [2, 4], "enum_ref": "SPI_PNT_SPRITE_OVERRIDE", "name": "PNT_SPRITE_OVRD_X"},
14249bf215546Sopenharmony_ci    {"bits": [5, 7], "enum_ref": "SPI_PNT_SPRITE_OVERRIDE", "name": "PNT_SPRITE_OVRD_Y"},
14250bf215546Sopenharmony_ci    {"bits": [8, 10], "enum_ref": "SPI_PNT_SPRITE_OVERRIDE", "name": "PNT_SPRITE_OVRD_Z"},
14251bf215546Sopenharmony_ci    {"bits": [11, 13], "enum_ref": "SPI_PNT_SPRITE_OVERRIDE", "name": "PNT_SPRITE_OVRD_W"},
14252bf215546Sopenharmony_ci    {"bits": [14, 14], "name": "PNT_SPRITE_TOP_1"}
14253bf215546Sopenharmony_ci   ]
14254bf215546Sopenharmony_ci  },
14255bf215546Sopenharmony_ci  "SPI_PERFCOUNTER_BINS": {
14256bf215546Sopenharmony_ci   "fields": [
14257bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "BIN0_MIN"},
14258bf215546Sopenharmony_ci    {"bits": [4, 7], "name": "BIN0_MAX"},
14259bf215546Sopenharmony_ci    {"bits": [8, 11], "name": "BIN1_MIN"},
14260bf215546Sopenharmony_ci    {"bits": [12, 15], "name": "BIN1_MAX"},
14261bf215546Sopenharmony_ci    {"bits": [16, 19], "name": "BIN2_MIN"},
14262bf215546Sopenharmony_ci    {"bits": [20, 23], "name": "BIN2_MAX"},
14263bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "BIN3_MIN"},
14264bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "BIN3_MAX"}
14265bf215546Sopenharmony_ci   ]
14266bf215546Sopenharmony_ci  },
14267bf215546Sopenharmony_ci  "SPI_PS_INPUT_CNTL_0": {
14268bf215546Sopenharmony_ci   "fields": [
14269bf215546Sopenharmony_ci    {"bits": [0, 5], "name": "OFFSET"},
14270bf215546Sopenharmony_ci    {"bits": [8, 9], "name": "DEFAULT_VAL"},
14271bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "FLAT_SHADE"},
14272bf215546Sopenharmony_ci    {"bits": [13, 16], "name": "CYL_WRAP"},
14273bf215546Sopenharmony_ci    {"bits": [17, 17], "name": "PT_SPRITE_TEX"},
14274bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "DUP"},
14275bf215546Sopenharmony_ci    {"bits": [19, 19], "name": "FP16_INTERP_MODE"},
14276bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "USE_DEFAULT_ATTR1"},
14277bf215546Sopenharmony_ci    {"bits": [21, 22], "name": "DEFAULT_VAL_ATTR1"},
14278bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "PT_SPRITE_TEX_ATTR1"},
14279bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "ATTR0_VALID"},
14280bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "ATTR1_VALID"}
14281bf215546Sopenharmony_ci   ]
14282bf215546Sopenharmony_ci  },
14283bf215546Sopenharmony_ci  "SPI_PS_INPUT_CNTL_20": {
14284bf215546Sopenharmony_ci   "fields": [
14285bf215546Sopenharmony_ci    {"bits": [0, 5], "name": "OFFSET"},
14286bf215546Sopenharmony_ci    {"bits": [8, 9], "name": "DEFAULT_VAL"},
14287bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "FLAT_SHADE"},
14288bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "DUP"},
14289bf215546Sopenharmony_ci    {"bits": [19, 19], "name": "FP16_INTERP_MODE"},
14290bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "USE_DEFAULT_ATTR1"},
14291bf215546Sopenharmony_ci    {"bits": [21, 22], "name": "DEFAULT_VAL_ATTR1"},
14292bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "ATTR0_VALID"},
14293bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "ATTR1_VALID"}
14294bf215546Sopenharmony_ci   ]
14295bf215546Sopenharmony_ci  },
14296bf215546Sopenharmony_ci  "SPI_PS_INPUT_ENA": {
14297bf215546Sopenharmony_ci   "fields": [
14298bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "PERSP_SAMPLE_ENA"},
14299bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "PERSP_CENTER_ENA"},
14300bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "PERSP_CENTROID_ENA"},
14301bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "PERSP_PULL_MODEL_ENA"},
14302bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "LINEAR_SAMPLE_ENA"},
14303bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "LINEAR_CENTER_ENA"},
14304bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "LINEAR_CENTROID_ENA"},
14305bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "LINE_STIPPLE_TEX_ENA"},
14306bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "POS_X_FLOAT_ENA"},
14307bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "POS_Y_FLOAT_ENA"},
14308bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "POS_Z_FLOAT_ENA"},
14309bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "POS_W_FLOAT_ENA"},
14310bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "FRONT_FACE_ENA"},
14311bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "ANCILLARY_ENA"},
14312bf215546Sopenharmony_ci    {"bits": [14, 14], "name": "SAMPLE_COVERAGE_ENA"},
14313bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "POS_FIXED_PT_ENA"}
14314bf215546Sopenharmony_ci   ]
14315bf215546Sopenharmony_ci  },
14316bf215546Sopenharmony_ci  "SPI_PS_IN_CONTROL": {
14317bf215546Sopenharmony_ci   "fields": [
14318bf215546Sopenharmony_ci    {"bits": [0, 5], "name": "NUM_INTERP"},
14319bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "PARAM_GEN"},
14320bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "OFFCHIP_PARAM_EN"},
14321bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "LATE_PC_DEALLOC"},
14322bf215546Sopenharmony_ci    {"bits": [14, 14], "name": "BC_OPTIMIZE_DISABLE"},
14323bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "PS_W32_EN"}
14324bf215546Sopenharmony_ci   ]
14325bf215546Sopenharmony_ci  },
14326bf215546Sopenharmony_ci  "SPI_SHADER_COL_FORMAT": {
14327bf215546Sopenharmony_ci   "fields": [
14328bf215546Sopenharmony_ci    {"bits": [0, 3], "enum_ref": "SPI_SHADER_EX_FORMAT", "name": "COL0_EXPORT_FORMAT"},
14329bf215546Sopenharmony_ci    {"bits": [4, 7], "enum_ref": "SPI_SHADER_EX_FORMAT", "name": "COL1_EXPORT_FORMAT"},
14330bf215546Sopenharmony_ci    {"bits": [8, 11], "enum_ref": "SPI_SHADER_EX_FORMAT", "name": "COL2_EXPORT_FORMAT"},
14331bf215546Sopenharmony_ci    {"bits": [12, 15], "enum_ref": "SPI_SHADER_EX_FORMAT", "name": "COL3_EXPORT_FORMAT"},
14332bf215546Sopenharmony_ci    {"bits": [16, 19], "enum_ref": "SPI_SHADER_EX_FORMAT", "name": "COL4_EXPORT_FORMAT"},
14333bf215546Sopenharmony_ci    {"bits": [20, 23], "enum_ref": "SPI_SHADER_EX_FORMAT", "name": "COL5_EXPORT_FORMAT"},
14334bf215546Sopenharmony_ci    {"bits": [24, 27], "enum_ref": "SPI_SHADER_EX_FORMAT", "name": "COL6_EXPORT_FORMAT"},
14335bf215546Sopenharmony_ci    {"bits": [28, 31], "enum_ref": "SPI_SHADER_EX_FORMAT", "name": "COL7_EXPORT_FORMAT"}
14336bf215546Sopenharmony_ci   ]
14337bf215546Sopenharmony_ci  },
14338bf215546Sopenharmony_ci  "SPI_SHADER_IDX_FORMAT": {
14339bf215546Sopenharmony_ci   "fields": [
14340bf215546Sopenharmony_ci    {"bits": [0, 3], "enum_ref": "SPI_SHADER_FORMAT", "name": "IDX0_EXPORT_FORMAT"}
14341bf215546Sopenharmony_ci   ]
14342bf215546Sopenharmony_ci  },
14343bf215546Sopenharmony_ci  "SPI_SHADER_LATE_ALLOC_VS": {
14344bf215546Sopenharmony_ci   "fields": [
14345bf215546Sopenharmony_ci    {"bits": [0, 5], "name": "LIMIT"}
14346bf215546Sopenharmony_ci   ]
14347bf215546Sopenharmony_ci  },
14348bf215546Sopenharmony_ci  "SPI_SHADER_PGM_HI_PS": {
14349bf215546Sopenharmony_ci   "fields": [
14350bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "MEM_BASE"}
14351bf215546Sopenharmony_ci   ]
14352bf215546Sopenharmony_ci  },
14353bf215546Sopenharmony_ci  "SPI_SHADER_PGM_RSRC1_ES": {
14354bf215546Sopenharmony_ci   "fields": [
14355bf215546Sopenharmony_ci    {"bits": [0, 5], "name": "VGPRS"},
14356bf215546Sopenharmony_ci    {"bits": [6, 9], "name": "SGPRS"},
14357bf215546Sopenharmony_ci    {"bits": [10, 11], "name": "PRIORITY"},
14358bf215546Sopenharmony_ci    {"bits": [12, 19], "enum_ref": "FLOAT_MODE", "name": "FLOAT_MODE"},
14359bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "PRIV"},
14360bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "DX10_CLAMP"},
14361bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "IEEE_MODE"},
14362bf215546Sopenharmony_ci    {"bits": [24, 25], "name": "VGPR_COMP_CNT"},
14363bf215546Sopenharmony_ci    {"bits": [26, 26], "name": "CU_GROUP_ENABLE"},
14364bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "FP16_OVFL"}
14365bf215546Sopenharmony_ci   ]
14366bf215546Sopenharmony_ci  },
14367bf215546Sopenharmony_ci  "SPI_SHADER_PGM_RSRC1_GS": {
14368bf215546Sopenharmony_ci   "fields": [
14369bf215546Sopenharmony_ci    {"bits": [0, 5], "name": "VGPRS"},
14370bf215546Sopenharmony_ci    {"bits": [6, 9], "name": "SGPRS"},
14371bf215546Sopenharmony_ci    {"bits": [10, 11], "name": "PRIORITY"},
14372bf215546Sopenharmony_ci    {"bits": [12, 19], "enum_ref": "FLOAT_MODE", "name": "FLOAT_MODE"},
14373bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "PRIV"},
14374bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "DX10_CLAMP"},
14375bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "IEEE_MODE"},
14376bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "CU_GROUP_ENABLE"},
14377bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "MEM_ORDERED"},
14378bf215546Sopenharmony_ci    {"bits": [26, 26], "name": "FWD_PROGRESS"},
14379bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "WGP_MODE"},
14380bf215546Sopenharmony_ci    {"bits": [29, 30], "name": "GS_VGPR_COMP_CNT"},
14381bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "FP16_OVFL"}
14382bf215546Sopenharmony_ci   ]
14383bf215546Sopenharmony_ci  },
14384bf215546Sopenharmony_ci  "SPI_SHADER_PGM_RSRC1_HS": {
14385bf215546Sopenharmony_ci   "fields": [
14386bf215546Sopenharmony_ci    {"bits": [0, 5], "name": "VGPRS"},
14387bf215546Sopenharmony_ci    {"bits": [6, 9], "name": "SGPRS"},
14388bf215546Sopenharmony_ci    {"bits": [10, 11], "name": "PRIORITY"},
14389bf215546Sopenharmony_ci    {"bits": [12, 19], "enum_ref": "FLOAT_MODE", "name": "FLOAT_MODE"},
14390bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "PRIV"},
14391bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "DX10_CLAMP"},
14392bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "IEEE_MODE"},
14393bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "MEM_ORDERED"},
14394bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "FWD_PROGRESS"},
14395bf215546Sopenharmony_ci    {"bits": [26, 26], "name": "WGP_MODE"},
14396bf215546Sopenharmony_ci    {"bits": [28, 29], "name": "LS_VGPR_COMP_CNT"},
14397bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "FP16_OVFL"}
14398bf215546Sopenharmony_ci   ]
14399bf215546Sopenharmony_ci  },
14400bf215546Sopenharmony_ci  "SPI_SHADER_PGM_RSRC1_LS": {
14401bf215546Sopenharmony_ci   "fields": [
14402bf215546Sopenharmony_ci    {"bits": [0, 5], "name": "VGPRS"},
14403bf215546Sopenharmony_ci    {"bits": [6, 9], "name": "SGPRS"},
14404bf215546Sopenharmony_ci    {"bits": [10, 11], "name": "PRIORITY"},
14405bf215546Sopenharmony_ci    {"bits": [12, 19], "enum_ref": "FLOAT_MODE", "name": "FLOAT_MODE"},
14406bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "PRIV"},
14407bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "DX10_CLAMP"},
14408bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "IEEE_MODE"},
14409bf215546Sopenharmony_ci    {"bits": [24, 25], "name": "VGPR_COMP_CNT"},
14410bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "FP16_OVFL"}
14411bf215546Sopenharmony_ci   ]
14412bf215546Sopenharmony_ci  },
14413bf215546Sopenharmony_ci  "SPI_SHADER_PGM_RSRC1_PS": {
14414bf215546Sopenharmony_ci   "fields": [
14415bf215546Sopenharmony_ci    {"bits": [0, 5], "name": "VGPRS"},
14416bf215546Sopenharmony_ci    {"bits": [6, 9], "name": "SGPRS"},
14417bf215546Sopenharmony_ci    {"bits": [10, 11], "name": "PRIORITY"},
14418bf215546Sopenharmony_ci    {"bits": [12, 19], "enum_ref": "FLOAT_MODE", "name": "FLOAT_MODE"},
14419bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "PRIV"},
14420bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "DX10_CLAMP"},
14421bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "IEEE_MODE"},
14422bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "CU_GROUP_DISABLE"},
14423bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "MEM_ORDERED"},
14424bf215546Sopenharmony_ci    {"bits": [26, 26], "name": "FWD_PROGRESS"},
14425bf215546Sopenharmony_ci    {"bits": [29, 29], "name": "FP16_OVFL"}
14426bf215546Sopenharmony_ci   ]
14427bf215546Sopenharmony_ci  },
14428bf215546Sopenharmony_ci  "SPI_SHADER_PGM_RSRC1_VS": {
14429bf215546Sopenharmony_ci   "fields": [
14430bf215546Sopenharmony_ci    {"bits": [0, 5], "name": "VGPRS"},
14431bf215546Sopenharmony_ci    {"bits": [6, 9], "name": "SGPRS"},
14432bf215546Sopenharmony_ci    {"bits": [10, 11], "name": "PRIORITY"},
14433bf215546Sopenharmony_ci    {"bits": [12, 19], "enum_ref": "FLOAT_MODE", "name": "FLOAT_MODE"},
14434bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "PRIV"},
14435bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "DX10_CLAMP"},
14436bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "IEEE_MODE"},
14437bf215546Sopenharmony_ci    {"bits": [24, 25], "name": "VGPR_COMP_CNT"},
14438bf215546Sopenharmony_ci    {"bits": [26, 26], "name": "CU_GROUP_ENABLE"},
14439bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "MEM_ORDERED"},
14440bf215546Sopenharmony_ci    {"bits": [28, 28], "name": "FWD_PROGRESS"},
14441bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "FP16_OVFL"}
14442bf215546Sopenharmony_ci   ]
14443bf215546Sopenharmony_ci  },
14444bf215546Sopenharmony_ci  "SPI_SHADER_PGM_RSRC2_ES_VS": {
14445bf215546Sopenharmony_ci   "fields": [
14446bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "SCRATCH_EN"},
14447bf215546Sopenharmony_ci    {"bits": [1, 5], "name": "USER_SGPR"},
14448bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "TRAP_PRESENT"},
14449bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "OC_LDS_EN"},
14450bf215546Sopenharmony_ci    {"bits": [8, 16], "enum_ref": "EXCP_EN", "name": "EXCP_EN"},
14451bf215546Sopenharmony_ci    {"bits": [20, 28], "name": "LDS_SIZE"}
14452bf215546Sopenharmony_ci   ]
14453bf215546Sopenharmony_ci  },
14454bf215546Sopenharmony_ci  "SPI_SHADER_PGM_RSRC2_GS": {
14455bf215546Sopenharmony_ci   "fields": [
14456bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "SCRATCH_EN"},
14457bf215546Sopenharmony_ci    {"bits": [1, 5], "name": "USER_SGPR"},
14458bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "TRAP_PRESENT"},
14459bf215546Sopenharmony_ci    {"bits": [7, 15], "enum_ref": "EXCP_EN", "name": "EXCP_EN"},
14460bf215546Sopenharmony_ci    {"bits": [16, 17], "name": "ES_VGPR_COMP_CNT"},
14461bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "OC_LDS_EN"},
14462bf215546Sopenharmony_ci    {"bits": [19, 26], "name": "LDS_SIZE"},
14463bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "USER_SGPR_MSB"},
14464bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "SHARED_VGPR_CNT"}
14465bf215546Sopenharmony_ci   ]
14466bf215546Sopenharmony_ci  },
14467bf215546Sopenharmony_ci  "SPI_SHADER_PGM_RSRC2_GS_VS": {
14468bf215546Sopenharmony_ci   "fields": [
14469bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "SCRATCH_EN"},
14470bf215546Sopenharmony_ci    {"bits": [1, 5], "name": "USER_SGPR"},
14471bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "TRAP_PRESENT"},
14472bf215546Sopenharmony_ci    {"bits": [7, 15], "enum_ref": "EXCP_EN", "name": "EXCP_EN"},
14473bf215546Sopenharmony_ci    {"bits": [16, 17], "name": "VGPR_COMP_CNT"},
14474bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "OC_LDS_EN"},
14475bf215546Sopenharmony_ci    {"bits": [19, 26], "name": "LDS_SIZE"},
14476bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "SKIP_USGPR0"},
14477bf215546Sopenharmony_ci    {"bits": [28, 28], "name": "USER_SGPR_MSB"}
14478bf215546Sopenharmony_ci   ]
14479bf215546Sopenharmony_ci  },
14480bf215546Sopenharmony_ci  "SPI_SHADER_PGM_RSRC2_HS": {
14481bf215546Sopenharmony_ci   "fields": [
14482bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "SCRATCH_EN"},
14483bf215546Sopenharmony_ci    {"bits": [1, 5], "name": "USER_SGPR"},
14484bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "TRAP_PRESENT"},
14485bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "OC_LDS_EN"},
14486bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "TG_SIZE_EN"},
14487bf215546Sopenharmony_ci    {"bits": [9, 17], "enum_ref": "EXCP_EN", "name": "EXCP_EN"},
14488bf215546Sopenharmony_ci    {"bits": [18, 26], "name": "LDS_SIZE"},
14489bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "USER_SGPR_MSB"},
14490bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "SHARED_VGPR_CNT"}
14491bf215546Sopenharmony_ci   ]
14492bf215546Sopenharmony_ci  },
14493bf215546Sopenharmony_ci  "SPI_SHADER_PGM_RSRC2_LS_VS": {
14494bf215546Sopenharmony_ci   "fields": [
14495bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "SCRATCH_EN"},
14496bf215546Sopenharmony_ci    {"bits": [1, 5], "name": "USER_SGPR"},
14497bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "TRAP_PRESENT"},
14498bf215546Sopenharmony_ci    {"bits": [7, 15], "name": "LDS_SIZE"},
14499bf215546Sopenharmony_ci    {"bits": [16, 24], "enum_ref": "EXCP_EN", "name": "EXCP_EN"}
14500bf215546Sopenharmony_ci   ]
14501bf215546Sopenharmony_ci  },
14502bf215546Sopenharmony_ci  "SPI_SHADER_PGM_RSRC2_PS": {
14503bf215546Sopenharmony_ci   "fields": [
14504bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "SCRATCH_EN"},
14505bf215546Sopenharmony_ci    {"bits": [1, 5], "name": "USER_SGPR"},
14506bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "TRAP_PRESENT"},
14507bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "WAVE_CNT_EN"},
14508bf215546Sopenharmony_ci    {"bits": [8, 15], "name": "EXTRA_LDS_SIZE"},
14509bf215546Sopenharmony_ci    {"bits": [16, 24], "enum_ref": "EXCP_EN", "name": "EXCP_EN"},
14510bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "LOAD_COLLISION_WAVEID"},
14511bf215546Sopenharmony_ci    {"bits": [26, 26], "name": "LOAD_INTRAWAVE_COLLISION"},
14512bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "USER_SGPR_MSB"},
14513bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "SHARED_VGPR_CNT"}
14514bf215546Sopenharmony_ci   ]
14515bf215546Sopenharmony_ci  },
14516bf215546Sopenharmony_ci  "SPI_SHADER_PGM_RSRC2_VS": {
14517bf215546Sopenharmony_ci   "fields": [
14518bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "SCRATCH_EN"},
14519bf215546Sopenharmony_ci    {"bits": [1, 5], "name": "USER_SGPR"},
14520bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "TRAP_PRESENT"},
14521bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "OC_LDS_EN"},
14522bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "SO_BASE0_EN"},
14523bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "SO_BASE1_EN"},
14524bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "SO_BASE2_EN"},
14525bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "SO_BASE3_EN"},
14526bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "SO_EN"},
14527bf215546Sopenharmony_ci    {"bits": [13, 21], "enum_ref": "EXCP_EN", "name": "EXCP_EN"},
14528bf215546Sopenharmony_ci    {"bits": [22, 22], "name": "PC_BASE_EN"},
14529bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "DISPATCH_DRAW_EN"},
14530bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "USER_SGPR_MSB"},
14531bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "SHARED_VGPR_CNT"}
14532bf215546Sopenharmony_ci   ]
14533bf215546Sopenharmony_ci  },
14534bf215546Sopenharmony_ci  "SPI_SHADER_PGM_RSRC3_GS": {
14535bf215546Sopenharmony_ci   "fields": [
14536bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "CU_EN"},
14537bf215546Sopenharmony_ci    {"bits": [16, 21], "name": "WAVE_LIMIT"},
14538bf215546Sopenharmony_ci    {"bits": [22, 25], "name": "LOCK_LOW_THRESHOLD"},
14539bf215546Sopenharmony_ci    {"bits": [26, 31], "name": "GROUP_FIFO_DEPTH"}
14540bf215546Sopenharmony_ci   ]
14541bf215546Sopenharmony_ci  },
14542bf215546Sopenharmony_ci  "SPI_SHADER_PGM_RSRC3_HS": {
14543bf215546Sopenharmony_ci   "fields": [
14544bf215546Sopenharmony_ci    {"bits": [0, 5], "name": "WAVE_LIMIT"},
14545bf215546Sopenharmony_ci    {"bits": [6, 9], "name": "LOCK_LOW_THRESHOLD"},
14546bf215546Sopenharmony_ci    {"bits": [10, 15], "name": "GROUP_FIFO_DEPTH"},
14547bf215546Sopenharmony_ci    {"bits": [16, 31], "name": "CU_EN"}
14548bf215546Sopenharmony_ci   ]
14549bf215546Sopenharmony_ci  },
14550bf215546Sopenharmony_ci  "SPI_SHADER_PGM_RSRC3_PS": {
14551bf215546Sopenharmony_ci   "fields": [
14552bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "CU_EN"},
14553bf215546Sopenharmony_ci    {"bits": [16, 21], "name": "WAVE_LIMIT"},
14554bf215546Sopenharmony_ci    {"bits": [22, 25], "name": "LOCK_LOW_THRESHOLD"}
14555bf215546Sopenharmony_ci   ]
14556bf215546Sopenharmony_ci  },
14557bf215546Sopenharmony_ci  "SPI_SHADER_PGM_RSRC4_GS": {
14558bf215546Sopenharmony_ci   "fields": [
14559bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "CU_EN"},
14560bf215546Sopenharmony_ci    {"bits": [16, 22], "name": "SPI_SHADER_LATE_ALLOC_GS"}
14561bf215546Sopenharmony_ci   ]
14562bf215546Sopenharmony_ci  },
14563bf215546Sopenharmony_ci  "SPI_SHADER_PGM_RSRC4_PS": {
14564bf215546Sopenharmony_ci   "fields": [
14565bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "CU_EN"}
14566bf215546Sopenharmony_ci   ]
14567bf215546Sopenharmony_ci  },
14568bf215546Sopenharmony_ci  "SPI_SHADER_POS_FORMAT": {
14569bf215546Sopenharmony_ci   "fields": [
14570bf215546Sopenharmony_ci    {"bits": [0, 3], "enum_ref": "SPI_SHADER_FORMAT", "name": "POS0_EXPORT_FORMAT"},
14571bf215546Sopenharmony_ci    {"bits": [4, 7], "enum_ref": "SPI_SHADER_FORMAT", "name": "POS1_EXPORT_FORMAT"},
14572bf215546Sopenharmony_ci    {"bits": [8, 11], "enum_ref": "SPI_SHADER_FORMAT", "name": "POS2_EXPORT_FORMAT"},
14573bf215546Sopenharmony_ci    {"bits": [12, 15], "enum_ref": "SPI_SHADER_FORMAT", "name": "POS3_EXPORT_FORMAT"},
14574bf215546Sopenharmony_ci    {"bits": [16, 19], "enum_ref": "SPI_SHADER_FORMAT", "name": "POS4_EXPORT_FORMAT"}
14575bf215546Sopenharmony_ci   ]
14576bf215546Sopenharmony_ci  },
14577bf215546Sopenharmony_ci  "SPI_SHADER_PREF_PRI_CNTR_CTRL_PS": {
14578bf215546Sopenharmony_ci   "fields": [
14579bf215546Sopenharmony_ci    {"bits": [0, 2], "name": "TOTAL_WAVE_COUNT_HIER_SELECT"},
14580bf215546Sopenharmony_ci    {"bits": [3, 5], "name": "PER_TYPE_WAVE_COUNT_HIER_SELECT"},
14581bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "GROUP_UPDATE_EN"},
14582bf215546Sopenharmony_ci    {"bits": [8, 15], "name": "TOTAL_WAVE_COUNT_COEFFICIENT"},
14583bf215546Sopenharmony_ci    {"bits": [16, 23], "name": "PER_TYPE_WAVE_COUNT_COEFFICIENT"}
14584bf215546Sopenharmony_ci   ]
14585bf215546Sopenharmony_ci  },
14586bf215546Sopenharmony_ci  "SPI_SHADER_REQ_CTRL_PS": {
14587bf215546Sopenharmony_ci   "fields": [
14588bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "SOFT_GROUPING_EN"},
14589bf215546Sopenharmony_ci    {"bits": [1, 4], "name": "NUMBER_OF_REQUESTS_PER_CU"},
14590bf215546Sopenharmony_ci    {"bits": [5, 8], "name": "SOFT_GROUPING_ALLOCATION_TIMEOUT"},
14591bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "HARD_LOCK_HYSTERESIS"},
14592bf215546Sopenharmony_ci    {"bits": [10, 14], "name": "HARD_LOCK_LOW_THRESHOLD"},
14593bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "PRODUCER_REQUEST_LOCKOUT"},
14594bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "GLOBAL_SCANNING_EN"},
14595bf215546Sopenharmony_ci    {"bits": [17, 19], "name": "ALLOCATION_RATE_THROTTLING_THRESHOLD"}
14596bf215546Sopenharmony_ci   ]
14597bf215546Sopenharmony_ci  },
14598bf215546Sopenharmony_ci  "SPI_SHADER_USER_ACCUM_PS_0": {
14599bf215546Sopenharmony_ci   "fields": [
14600bf215546Sopenharmony_ci    {"bits": [0, 6], "name": "CONTRIBUTION"}
14601bf215546Sopenharmony_ci   ]
14602bf215546Sopenharmony_ci  },
14603bf215546Sopenharmony_ci  "SPI_SHADER_Z_FORMAT": {
14604bf215546Sopenharmony_ci   "fields": [
14605bf215546Sopenharmony_ci    {"bits": [0, 3], "enum_ref": "SPI_SHADER_EX_FORMAT", "name": "Z_EXPORT_FORMAT"}
14606bf215546Sopenharmony_ci   ]
14607bf215546Sopenharmony_ci  },
14608bf215546Sopenharmony_ci  "SPI_VS_OUT_CONFIG": {
14609bf215546Sopenharmony_ci   "fields": [
14610bf215546Sopenharmony_ci    {"bits": [1, 5], "name": "VS_EXPORT_COUNT"},
14611bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "VS_HALF_PACK"},
14612bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "NO_PC_EXPORT"}
14613bf215546Sopenharmony_ci   ]
14614bf215546Sopenharmony_ci  },
14615bf215546Sopenharmony_ci  "SQC_CACHES": {
14616bf215546Sopenharmony_ci   "fields": [
14617bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "TARGET_INST"},
14618bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "TARGET_DATA"},
14619bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "INVALIDATE"},
14620bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "WRITEBACK"},
14621bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "VOL"},
14622bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "COMPLETE"},
14623bf215546Sopenharmony_ci    {"bits": [17, 18], "name": "L2_WB_POLICY"}
14624bf215546Sopenharmony_ci   ]
14625bf215546Sopenharmony_ci  },
14626bf215546Sopenharmony_ci  "SQC_WRITEBACK": {
14627bf215546Sopenharmony_ci   "fields": [
14628bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "DWB"},
14629bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "DIRTY"}
14630bf215546Sopenharmony_ci   ]
14631bf215546Sopenharmony_ci  },
14632bf215546Sopenharmony_ci  "SQ_PERFCOUNTER0_SELECT": {
14633bf215546Sopenharmony_ci   "fields": [
14634bf215546Sopenharmony_ci    {"bits": [0, 8], "name": "PERF_SEL"},
14635bf215546Sopenharmony_ci    {"bits": [12, 15], "name": "SQC_BANK_MASK"},
14636bf215546Sopenharmony_ci    {"bits": [20, 23], "name": "SPM_MODE"},
14637bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "PERF_MODE"}
14638bf215546Sopenharmony_ci   ]
14639bf215546Sopenharmony_ci  },
14640bf215546Sopenharmony_ci  "SQ_PERFCOUNTER_CTRL": {
14641bf215546Sopenharmony_ci   "fields": [
14642bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "PS_EN"},
14643bf215546Sopenharmony_ci    {"bits": [1, 1], "enum_ref": "VGT_STAGES_VS_EN", "name": "VS_EN"},
14644bf215546Sopenharmony_ci    {"bits": [2, 2], "enum_ref": "VGT_STAGES_GS_EN", "name": "GS_EN"},
14645bf215546Sopenharmony_ci    {"bits": [3, 3], "enum_ref": "VGT_STAGES_ES_EN", "name": "ES_EN"},
14646bf215546Sopenharmony_ci    {"bits": [4, 4], "enum_ref": "VGT_STAGES_HS_EN", "name": "HS_EN"},
14647bf215546Sopenharmony_ci    {"bits": [5, 5], "enum_ref": "VGT_STAGES_LS_EN", "name": "LS_EN"},
14648bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "CS_EN"},
14649bf215546Sopenharmony_ci    {"bits": [8, 9], "name": "CNTR_RATE"},
14650bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "DISABLE_FLUSH"}
14651bf215546Sopenharmony_ci   ]
14652bf215546Sopenharmony_ci  },
14653bf215546Sopenharmony_ci  "SQ_PERFCOUNTER_CTRL2": {
14654bf215546Sopenharmony_ci   "fields": [
14655bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "FORCE_EN"}
14656bf215546Sopenharmony_ci   ]
14657bf215546Sopenharmony_ci  },
14658bf215546Sopenharmony_ci  "SQ_THREAD_TRACE_BUF0_SIZE": {
14659bf215546Sopenharmony_ci   "fields": [
14660bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "BASE_HI"},
14661bf215546Sopenharmony_ci    {"bits": [8, 29], "name": "SIZE"}
14662bf215546Sopenharmony_ci   ]
14663bf215546Sopenharmony_ci  },
14664bf215546Sopenharmony_ci  "SQ_THREAD_TRACE_CTRL": {
14665bf215546Sopenharmony_ci   "fields": [
14666bf215546Sopenharmony_ci    {"bits": [0, 1], "name": "MODE"},
14667bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "ALL_VMID"},
14668bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "CH_PERF_EN"},
14669bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "INTERRUPT_EN"},
14670bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "DOUBLE_BUFFER"},
14671bf215546Sopenharmony_ci    {"bits": [6, 8], "name": "HIWATER"},
14672bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "REG_STALL_EN"},
14673bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "SPI_STALL_EN"},
14674bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "SQ_STALL_EN"},
14675bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "REG_DROP_ON_STALL"},
14676bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "UTIL_TIMER"},
14677bf215546Sopenharmony_ci    {"bits": [14, 15], "name": "WAVESTART_MODE"},
14678bf215546Sopenharmony_ci    {"bits": [16, 17], "name": "RT_FREQ"},
14679bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "SYNC_COUNT_MARKERS"},
14680bf215546Sopenharmony_ci    {"bits": [19, 19], "name": "SYNC_COUNT_DRAWS"},
14681bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "CAPTURE_ALL"},
14682bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "DRAW_EVENT_EN"}
14683bf215546Sopenharmony_ci   ]
14684bf215546Sopenharmony_ci  },
14685bf215546Sopenharmony_ci  "SQ_THREAD_TRACE_MASK": {
14686bf215546Sopenharmony_ci   "fields": [
14687bf215546Sopenharmony_ci    {"bits": [0, 1], "name": "SIMD_SEL"},
14688bf215546Sopenharmony_ci    {"bits": [4, 7], "name": "WGP_SEL"},
14689bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "SA_SEL"},
14690bf215546Sopenharmony_ci    {"bits": [10, 16], "name": "WTYPE_INCLUDE"}
14691bf215546Sopenharmony_ci   ]
14692bf215546Sopenharmony_ci  },
14693bf215546Sopenharmony_ci  "SQ_THREAD_TRACE_STATUS": {
14694bf215546Sopenharmony_ci   "fields": [
14695bf215546Sopenharmony_ci    {"bits": [0, 11], "name": "FINISH_PENDING"},
14696bf215546Sopenharmony_ci    {"bits": [12, 23], "name": "FINISH_DONE"},
14697bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "UTC_ERR"},
14698bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "BUSY"},
14699bf215546Sopenharmony_ci    {"bits": [26, 26], "name": "EVENT_CNTR_OVERFLOW"},
14700bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "EVENT_CNTR_STALL"}
14701bf215546Sopenharmony_ci   ]
14702bf215546Sopenharmony_ci  },
14703bf215546Sopenharmony_ci  "SQ_THREAD_TRACE_TOKEN_MASK": {
14704bf215546Sopenharmony_ci   "fields": [
14705bf215546Sopenharmony_ci    {"bits": [0, 11], "enum_ref": "ThreadTraceTokenExclude", "name": "TOKEN_EXCLUDE"},
14706bf215546Sopenharmony_ci    {"bits": [16, 23], "enum_ref": "ThreadTraceRegInclude", "name": "REG_INCLUDE"},
14707bf215546Sopenharmony_ci    {"bits": [24, 25], "name": "INST_EXCLUDE"},
14708bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "REG_DETAIL_ALL"}
14709bf215546Sopenharmony_ci   ]
14710bf215546Sopenharmony_ci  },
14711bf215546Sopenharmony_ci  "SQ_THREAD_TRACE_WPTR": {
14712bf215546Sopenharmony_ci   "fields": [
14713bf215546Sopenharmony_ci    {"bits": [0, 28], "name": "OFFSET"},
14714bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "BUFFER_ID"}
14715bf215546Sopenharmony_ci   ]
14716bf215546Sopenharmony_ci  },
14717bf215546Sopenharmony_ci  "SQ_WAVE_GPR_ALLOC": {
14718bf215546Sopenharmony_ci   "fields": [
14719bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "VGPR_BASE"},
14720bf215546Sopenharmony_ci    {"bits": [8, 15], "name": "VGPR_SIZE"},
14721bf215546Sopenharmony_ci    {"bits": [16, 23], "name": "SGPR_BASE"},
14722bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "SGPR_SIZE"}
14723bf215546Sopenharmony_ci   ]
14724bf215546Sopenharmony_ci  },
14725bf215546Sopenharmony_ci  "SQ_WAVE_HW_ID1": {
14726bf215546Sopenharmony_ci   "fields": [
14727bf215546Sopenharmony_ci    {"bits": [0, 4], "name": "WAVE_ID"},
14728bf215546Sopenharmony_ci    {"bits": [8, 9], "name": "SIMD_ID"},
14729bf215546Sopenharmony_ci    {"bits": [10, 13], "name": "WGP_ID"},
14730bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "SA_ID"},
14731bf215546Sopenharmony_ci    {"bits": [18, 19], "name": "SE_ID"}
14732bf215546Sopenharmony_ci   ]
14733bf215546Sopenharmony_ci  },
14734bf215546Sopenharmony_ci  "SQ_WAVE_HW_ID2": {
14735bf215546Sopenharmony_ci   "fields": [
14736bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "QUEUE_ID"},
14737bf215546Sopenharmony_ci    {"bits": [4, 5], "name": "PIPE_ID"},
14738bf215546Sopenharmony_ci    {"bits": [8, 9], "name": "ME_ID"},
14739bf215546Sopenharmony_ci    {"bits": [12, 14], "name": "STATE_ID"},
14740bf215546Sopenharmony_ci    {"bits": [16, 20], "name": "WG_ID"},
14741bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "VM_ID"},
14742bf215546Sopenharmony_ci    {"bits": [29, 30], "name": "COMPAT_LEVEL"}
14743bf215546Sopenharmony_ci   ]
14744bf215546Sopenharmony_ci  },
14745bf215546Sopenharmony_ci  "SQ_WAVE_HW_ID_LEGACY": {
14746bf215546Sopenharmony_ci   "fields": [
14747bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "WAVE_ID"},
14748bf215546Sopenharmony_ci    {"bits": [4, 5], "name": "SIMD_ID"},
14749bf215546Sopenharmony_ci    {"bits": [6, 7], "name": "PIPE_ID"},
14750bf215546Sopenharmony_ci    {"bits": [8, 11], "name": "CU_ID"},
14751bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "SH_ID"},
14752bf215546Sopenharmony_ci    {"bits": [13, 14], "name": "SE_ID"},
14753bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "WAVE_ID_MSB"},
14754bf215546Sopenharmony_ci    {"bits": [16, 19], "name": "TG_ID"},
14755bf215546Sopenharmony_ci    {"bits": [20, 23], "name": "VM_ID"},
14756bf215546Sopenharmony_ci    {"bits": [24, 26], "name": "QUEUE_ID"},
14757bf215546Sopenharmony_ci    {"bits": [27, 29], "name": "STATE_ID"},
14758bf215546Sopenharmony_ci    {"bits": [30, 31], "name": "ME_ID"}
14759bf215546Sopenharmony_ci   ]
14760bf215546Sopenharmony_ci  },
14761bf215546Sopenharmony_ci  "SQ_WAVE_IB_DBG1": {
14762bf215546Sopenharmony_ci   "fields": [
14763bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "XNACK_ERROR"},
14764bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "XNACK"},
14765bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "TA_NEED_RESET"},
14766bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "XNACK_OVERRIDE"},
14767bf215546Sopenharmony_ci    {"bits": [4, 9], "name": "XCNT"},
14768bf215546Sopenharmony_ci    {"bits": [11, 16], "name": "QCNT"},
14769bf215546Sopenharmony_ci    {"bits": [18, 23], "name": "RCNT"},
14770bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "WAVE_IDLE"},
14771bf215546Sopenharmony_ci    {"bits": [25, 31], "name": "MISC_CNT"}
14772bf215546Sopenharmony_ci   ]
14773bf215546Sopenharmony_ci  },
14774bf215546Sopenharmony_ci  "SQ_WAVE_IB_STS": {
14775bf215546Sopenharmony_ci   "fields": [
14776bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "VM_CNT"},
14777bf215546Sopenharmony_ci    {"bits": [4, 6], "name": "EXP_CNT"},
14778bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "LGKM_CNT_BIT4"},
14779bf215546Sopenharmony_ci    {"bits": [8, 11], "name": "LGKM_CNT"},
14780bf215546Sopenharmony_ci    {"bits": [12, 14], "name": "VALU_CNT"},
14781bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "FIRST_REPLAY"},
14782bf215546Sopenharmony_ci    {"bits": [16, 21], "name": "RCNT"},
14783bf215546Sopenharmony_ci    {"bits": [22, 23], "name": "VM_CNT_HI"},
14784bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "LGKM_CNT_BIT5"},
14785bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "REPLAY_W64H"},
14786bf215546Sopenharmony_ci    {"bits": [26, 31], "name": "VS_CNT"}
14787bf215546Sopenharmony_ci   ]
14788bf215546Sopenharmony_ci  },
14789bf215546Sopenharmony_ci  "SQ_WAVE_IB_STS2": {
14790bf215546Sopenharmony_ci   "fields": [
14791bf215546Sopenharmony_ci    {"bits": [0, 1], "name": "INST_PREFETCH"},
14792bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "RESOURCE_OVERRIDE"},
14793bf215546Sopenharmony_ci    {"bits": [8, 9], "name": "MEM_ORDER"},
14794bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "FWD_PROGRESS"},
14795bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "WAVE64"},
14796bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "WAVE64HI"},
14797bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "SUBV_LOOP"}
14798bf215546Sopenharmony_ci   ]
14799bf215546Sopenharmony_ci  },
14800bf215546Sopenharmony_ci  "SQ_WAVE_LDS_ALLOC": {
14801bf215546Sopenharmony_ci   "fields": [
14802bf215546Sopenharmony_ci    {"bits": [0, 8], "name": "LDS_BASE"},
14803bf215546Sopenharmony_ci    {"bits": [12, 20], "name": "LDS_SIZE"},
14804bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "VGPR_SHARED_SIZE"}
14805bf215546Sopenharmony_ci   ]
14806bf215546Sopenharmony_ci  },
14807bf215546Sopenharmony_ci  "SQ_WAVE_MODE": {
14808bf215546Sopenharmony_ci   "fields": [
14809bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "FP_ROUND"},
14810bf215546Sopenharmony_ci    {"bits": [4, 7], "name": "FP_DENORM"},
14811bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "DX10_CLAMP"},
14812bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "IEEE"},
14813bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "LOD_CLAMPED"},
14814bf215546Sopenharmony_ci    {"bits": [12, 20], "enum_ref": "EXCP_EN", "name": "EXCP_EN"},
14815bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "FP16_OVFL"},
14816bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "DISABLE_PERF"},
14817bf215546Sopenharmony_ci    {"bits": [28, 28], "name": "VSKIP"},
14818bf215546Sopenharmony_ci    {"bits": [29, 31], "name": "CSP"}
14819bf215546Sopenharmony_ci   ]
14820bf215546Sopenharmony_ci  },
14821bf215546Sopenharmony_ci  "SQ_WAVE_PC_HI": {
14822bf215546Sopenharmony_ci   "fields": [
14823bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "PC_HI"}
14824bf215546Sopenharmony_ci   ]
14825bf215546Sopenharmony_ci  },
14826bf215546Sopenharmony_ci  "SQ_WAVE_POPS_PACKER": {
14827bf215546Sopenharmony_ci   "fields": [
14828bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "POPS_EN"},
14829bf215546Sopenharmony_ci    {"bits": [1, 2], "name": "POPS_PACKER_ID"}
14830bf215546Sopenharmony_ci   ]
14831bf215546Sopenharmony_ci  },
14832bf215546Sopenharmony_ci  "SQ_WAVE_SCHED_MODE": {
14833bf215546Sopenharmony_ci   "fields": [
14834bf215546Sopenharmony_ci    {"bits": [0, 1], "name": "DEP_MODE"}
14835bf215546Sopenharmony_ci   ]
14836bf215546Sopenharmony_ci  },
14837bf215546Sopenharmony_ci  "SQ_WAVE_STATUS": {
14838bf215546Sopenharmony_ci   "fields": [
14839bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "SCC"},
14840bf215546Sopenharmony_ci    {"bits": [1, 2], "name": "SPI_PRIO"},
14841bf215546Sopenharmony_ci    {"bits": [3, 4], "name": "USER_PRIO"},
14842bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "PRIV"},
14843bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "TRAP_EN"},
14844bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "TTRACE_EN"},
14845bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "EXPORT_RDY"},
14846bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "EXECZ"},
14847bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "VCCZ"},
14848bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "IN_TG"},
14849bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "IN_BARRIER"},
14850bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "HALT"},
14851bf215546Sopenharmony_ci    {"bits": [14, 14], "name": "TRAP"},
14852bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "TTRACE_SIMD_EN"},
14853bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "VALID"},
14854bf215546Sopenharmony_ci    {"bits": [17, 17], "name": "ECC_ERR"},
14855bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "SKIP_EXPORT"},
14856bf215546Sopenharmony_ci    {"bits": [19, 19], "name": "PERF_EN"},
14857bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "FATAL_HALT"},
14858bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "MUST_EXPORT"}
14859bf215546Sopenharmony_ci   ]
14860bf215546Sopenharmony_ci  },
14861bf215546Sopenharmony_ci  "SQ_WAVE_TRAPSTS": {
14862bf215546Sopenharmony_ci   "fields": [
14863bf215546Sopenharmony_ci    {"bits": [0, 8], "enum_ref": "EXCP_EN", "name": "EXCP"},
14864bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "SAVECTX"},
14865bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "ILLEGAL_INST"},
14866bf215546Sopenharmony_ci    {"bits": [12, 14], "name": "EXCP_HI"},
14867bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "BUFFER_OOB"},
14868bf215546Sopenharmony_ci    {"bits": [16, 19], "name": "EXCP_CYCLE"},
14869bf215546Sopenharmony_ci    {"bits": [20, 23], "name": "EXCP_GROUP_MASK"},
14870bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "EXCP_WAVE64HI"},
14871bf215546Sopenharmony_ci    {"bits": [28, 28], "name": "XNACK_ERROR"},
14872bf215546Sopenharmony_ci    {"bits": [29, 31], "name": "DP_RATE"}
14873bf215546Sopenharmony_ci   ]
14874bf215546Sopenharmony_ci  },
14875bf215546Sopenharmony_ci  "SQ_WAVE_VGPR_OFFSET": {
14876bf215546Sopenharmony_ci   "fields": [
14877bf215546Sopenharmony_ci    {"bits": [0, 5], "name": "SRC0"},
14878bf215546Sopenharmony_ci    {"bits": [6, 11], "name": "SRC1"},
14879bf215546Sopenharmony_ci    {"bits": [12, 17], "name": "SRC2"},
14880bf215546Sopenharmony_ci    {"bits": [18, 23], "name": "DST"}
14881bf215546Sopenharmony_ci   ]
14882bf215546Sopenharmony_ci  },
14883bf215546Sopenharmony_ci  "SX_BLEND_OPT_CONTROL": {
14884bf215546Sopenharmony_ci   "fields": [
14885bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "MRT0_COLOR_OPT_DISABLE"},
14886bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "MRT0_ALPHA_OPT_DISABLE"},
14887bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "MRT1_COLOR_OPT_DISABLE"},
14888bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "MRT1_ALPHA_OPT_DISABLE"},
14889bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "MRT2_COLOR_OPT_DISABLE"},
14890bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "MRT2_ALPHA_OPT_DISABLE"},
14891bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "MRT3_COLOR_OPT_DISABLE"},
14892bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "MRT3_ALPHA_OPT_DISABLE"},
14893bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "MRT4_COLOR_OPT_DISABLE"},
14894bf215546Sopenharmony_ci    {"bits": [17, 17], "name": "MRT4_ALPHA_OPT_DISABLE"},
14895bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "MRT5_COLOR_OPT_DISABLE"},
14896bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "MRT5_ALPHA_OPT_DISABLE"},
14897bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "MRT6_COLOR_OPT_DISABLE"},
14898bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "MRT6_ALPHA_OPT_DISABLE"},
14899bf215546Sopenharmony_ci    {"bits": [28, 28], "name": "MRT7_COLOR_OPT_DISABLE"},
14900bf215546Sopenharmony_ci    {"bits": [29, 29], "name": "MRT7_ALPHA_OPT_DISABLE"},
14901bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "PIXEN_ZERO_OPT_DISABLE"}
14902bf215546Sopenharmony_ci   ]
14903bf215546Sopenharmony_ci  },
14904bf215546Sopenharmony_ci  "SX_BLEND_OPT_EPSILON": {
14905bf215546Sopenharmony_ci   "fields": [
14906bf215546Sopenharmony_ci    {"bits": [0, 3], "enum_ref": "SX_BLEND_OPT_EPSILON__MRT0_EPSILON", "name": "MRT0_EPSILON"},
14907bf215546Sopenharmony_ci    {"bits": [4, 7], "name": "MRT1_EPSILON"},
14908bf215546Sopenharmony_ci    {"bits": [8, 11], "name": "MRT2_EPSILON"},
14909bf215546Sopenharmony_ci    {"bits": [12, 15], "name": "MRT3_EPSILON"},
14910bf215546Sopenharmony_ci    {"bits": [16, 19], "name": "MRT4_EPSILON"},
14911bf215546Sopenharmony_ci    {"bits": [20, 23], "name": "MRT5_EPSILON"},
14912bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "MRT6_EPSILON"},
14913bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "MRT7_EPSILON"}
14914bf215546Sopenharmony_ci   ]
14915bf215546Sopenharmony_ci  },
14916bf215546Sopenharmony_ci  "SX_MRT0_BLEND_OPT": {
14917bf215546Sopenharmony_ci   "fields": [
14918bf215546Sopenharmony_ci    {"bits": [0, 2], "enum_ref": "SX_BLEND_OPT", "name": "COLOR_SRC_OPT"},
14919bf215546Sopenharmony_ci    {"bits": [4, 6], "enum_ref": "SX_BLEND_OPT", "name": "COLOR_DST_OPT"},
14920bf215546Sopenharmony_ci    {"bits": [8, 10], "enum_ref": "SX_OPT_COMB_FCN", "name": "COLOR_COMB_FCN"},
14921bf215546Sopenharmony_ci    {"bits": [16, 18], "enum_ref": "SX_BLEND_OPT", "name": "ALPHA_SRC_OPT"},
14922bf215546Sopenharmony_ci    {"bits": [20, 22], "enum_ref": "SX_BLEND_OPT", "name": "ALPHA_DST_OPT"},
14923bf215546Sopenharmony_ci    {"bits": [24, 26], "enum_ref": "SX_OPT_COMB_FCN", "name": "ALPHA_COMB_FCN"}
14924bf215546Sopenharmony_ci   ]
14925bf215546Sopenharmony_ci  },
14926bf215546Sopenharmony_ci  "SX_PERFCOUNTER0_SELECT": {
14927bf215546Sopenharmony_ci   "fields": [
14928bf215546Sopenharmony_ci    {"bits": [0, 9], "name": "PERFCOUNTER_SELECT"},
14929bf215546Sopenharmony_ci    {"bits": [10, 19], "name": "PERFCOUNTER_SELECT1"},
14930bf215546Sopenharmony_ci    {"bits": [20, 23], "name": "CNTR_MODE"}
14931bf215546Sopenharmony_ci   ]
14932bf215546Sopenharmony_ci  },
14933bf215546Sopenharmony_ci  "SX_PERFCOUNTER0_SELECT1": {
14934bf215546Sopenharmony_ci   "fields": [
14935bf215546Sopenharmony_ci    {"bits": [0, 9], "name": "PERFCOUNTER_SELECT2"},
14936bf215546Sopenharmony_ci    {"bits": [10, 19], "name": "PERFCOUNTER_SELECT3"}
14937bf215546Sopenharmony_ci   ]
14938bf215546Sopenharmony_ci  },
14939bf215546Sopenharmony_ci  "SX_PS_DOWNCONVERT": {
14940bf215546Sopenharmony_ci   "fields": [
14941bf215546Sopenharmony_ci    {"bits": [0, 3], "enum_ref": "SX_DOWNCONVERT_FORMAT", "name": "MRT0"},
14942bf215546Sopenharmony_ci    {"bits": [4, 7], "enum_ref": "SX_DOWNCONVERT_FORMAT", "name": "MRT1"},
14943bf215546Sopenharmony_ci    {"bits": [8, 11], "enum_ref": "SX_DOWNCONVERT_FORMAT", "name": "MRT2"},
14944bf215546Sopenharmony_ci    {"bits": [12, 15], "enum_ref": "SX_DOWNCONVERT_FORMAT", "name": "MRT3"},
14945bf215546Sopenharmony_ci    {"bits": [16, 19], "enum_ref": "SX_DOWNCONVERT_FORMAT", "name": "MRT4"},
14946bf215546Sopenharmony_ci    {"bits": [20, 23], "enum_ref": "SX_DOWNCONVERT_FORMAT", "name": "MRT5"},
14947bf215546Sopenharmony_ci    {"bits": [24, 27], "enum_ref": "SX_DOWNCONVERT_FORMAT", "name": "MRT6"},
14948bf215546Sopenharmony_ci    {"bits": [28, 31], "enum_ref": "SX_DOWNCONVERT_FORMAT", "name": "MRT7"}
14949bf215546Sopenharmony_ci   ]
14950bf215546Sopenharmony_ci  },
14951bf215546Sopenharmony_ci  "TA_BC_BASE_ADDR_HI": {
14952bf215546Sopenharmony_ci   "fields": [
14953bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "ADDRESS"}
14954bf215546Sopenharmony_ci   ]
14955bf215546Sopenharmony_ci  },
14956bf215546Sopenharmony_ci  "TA_PERFCOUNTER0_SELECT": {
14957bf215546Sopenharmony_ci   "fields": [
14958bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "PERF_SEL"},
14959bf215546Sopenharmony_ci    {"bits": [10, 17], "name": "PERF_SEL1"},
14960bf215546Sopenharmony_ci    {"bits": [20, 23], "name": "CNTR_MODE"},
14961bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "PERF_MODE1"},
14962bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "PERF_MODE"}
14963bf215546Sopenharmony_ci   ]
14964bf215546Sopenharmony_ci  },
14965bf215546Sopenharmony_ci  "TA_PERFCOUNTER0_SELECT1": {
14966bf215546Sopenharmony_ci   "fields": [
14967bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "PERF_SEL2"},
14968bf215546Sopenharmony_ci    {"bits": [10, 17], "name": "PERF_SEL3"},
14969bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "PERF_MODE3"},
14970bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "PERF_MODE2"}
14971bf215546Sopenharmony_ci   ]
14972bf215546Sopenharmony_ci  },
14973bf215546Sopenharmony_ci  "TA_PERFCOUNTER1_SELECT": {
14974bf215546Sopenharmony_ci   "fields": [
14975bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "PERF_SEL"},
14976bf215546Sopenharmony_ci    {"bits": [20, 23], "name": "CNTR_MODE"},
14977bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "PERF_MODE"}
14978bf215546Sopenharmony_ci   ]
14979bf215546Sopenharmony_ci  },
14980bf215546Sopenharmony_ci  "TCP_PERFCOUNTER2_SELECT": {
14981bf215546Sopenharmony_ci   "fields": [
14982bf215546Sopenharmony_ci    {"bits": [0, 9], "name": "PERF_SEL"},
14983bf215546Sopenharmony_ci    {"bits": [20, 23], "name": "CNTR_MODE"},
14984bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "PERF_MODE"}
14985bf215546Sopenharmony_ci   ]
14986bf215546Sopenharmony_ci  },
14987bf215546Sopenharmony_ci  "UTCL1_PERFCOUNTER0_SELECT": {
14988bf215546Sopenharmony_ci   "fields": [
14989bf215546Sopenharmony_ci    {"bits": [0, 9], "name": "PERF_SEL"},
14990bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "COUNTER_MODE"}
14991bf215546Sopenharmony_ci   ]
14992bf215546Sopenharmony_ci  },
14993bf215546Sopenharmony_ci  "VGT_DMA_BASE_HI": {
14994bf215546Sopenharmony_ci   "fields": [
14995bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "BASE_ADDR"}
14996bf215546Sopenharmony_ci   ]
14997bf215546Sopenharmony_ci  },
14998bf215546Sopenharmony_ci  "VGT_DMA_INDEX_TYPE": {
14999bf215546Sopenharmony_ci   "fields": [
15000bf215546Sopenharmony_ci    {"bits": [0, 1], "enum_ref": "VGT_INDEX_TYPE_MODE", "name": "INDEX_TYPE"},
15001bf215546Sopenharmony_ci    {"bits": [2, 3], "enum_ref": "VGT_DMA_SWAP_MODE", "name": "SWAP_MODE"},
15002bf215546Sopenharmony_ci    {"bits": [4, 5], "enum_ref": "VGT_DMA_BUF_TYPE", "name": "BUF_TYPE"},
15003bf215546Sopenharmony_ci    {"bits": [6, 7], "enum_ref": "VGT_RDREQ_POLICY", "name": "RDREQ_POLICY"},
15004bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "ATC"},
15005bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "NOT_EOP"},
15006bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "REQ_PATH"},
15007bf215546Sopenharmony_ci    {"bits": [11, 13], "name": "MTYPE"}
15008bf215546Sopenharmony_ci   ]
15009bf215546Sopenharmony_ci  },
15010bf215546Sopenharmony_ci  "VGT_DRAW_INITIATOR": {
15011bf215546Sopenharmony_ci   "fields": [
15012bf215546Sopenharmony_ci    {"bits": [0, 1], "enum_ref": "VGT_DI_SOURCE_SELECT", "name": "SOURCE_SELECT"},
15013bf215546Sopenharmony_ci    {"bits": [2, 3], "enum_ref": "VGT_DI_MAJOR_MODE_SELECT", "name": "MAJOR_MODE"},
15014bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "SPRITE_EN_R6XX"},
15015bf215546Sopenharmony_ci    {"bits": [5, 5], "name": "NOT_EOP"},
15016bf215546Sopenharmony_ci    {"bits": [6, 6], "name": "USE_OPAQUE"},
15017bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "UNROLLED_INST"},
15018bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "GRBM_SKEW_NO_DEC"},
15019bf215546Sopenharmony_ci    {"bits": [29, 31], "name": "REG_RT_INDEX"}
15020bf215546Sopenharmony_ci   ]
15021bf215546Sopenharmony_ci  },
15022bf215546Sopenharmony_ci  "VGT_DRAW_PAYLOAD_CNTL": {
15023bf215546Sopenharmony_ci   "fields": [
15024bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "OBJPRIM_ID_EN"},
15025bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "EN_REG_RT_INDEX"},
15026bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "OBJECT_ID_INST_EN"},
15027bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "EN_PRIM_PAYLOAD"},
15028bf215546Sopenharmony_ci    {"bits": [4, 4], "name": "EN_DRAW_VP"}
15029bf215546Sopenharmony_ci   ]
15030bf215546Sopenharmony_ci  },
15031bf215546Sopenharmony_ci  "VGT_ESGS_RING_ITEMSIZE": {
15032bf215546Sopenharmony_ci   "fields": [
15033bf215546Sopenharmony_ci    {"bits": [0, 14], "name": "ITEMSIZE"}
15034bf215546Sopenharmony_ci   ]
15035bf215546Sopenharmony_ci  },
15036bf215546Sopenharmony_ci  "VGT_ES_PER_GS": {
15037bf215546Sopenharmony_ci   "fields": [
15038bf215546Sopenharmony_ci    {"bits": [0, 10], "name": "ES_PER_GS"}
15039bf215546Sopenharmony_ci   ]
15040bf215546Sopenharmony_ci  },
15041bf215546Sopenharmony_ci  "VGT_EVENT_ADDRESS_REG": {
15042bf215546Sopenharmony_ci   "fields": [
15043bf215546Sopenharmony_ci    {"bits": [0, 27], "name": "ADDRESS_LOW"}
15044bf215546Sopenharmony_ci   ]
15045bf215546Sopenharmony_ci  },
15046bf215546Sopenharmony_ci  "VGT_EVENT_INITIATOR": {
15047bf215546Sopenharmony_ci   "fields": [
15048bf215546Sopenharmony_ci    {"bits": [0, 5], "enum_ref": "VGT_EVENT_TYPE", "name": "EVENT_TYPE"},
15049bf215546Sopenharmony_ci    {"bits": [10, 26], "name": "ADDRESS_HI"},
15050bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "EXTENDED_EVENT"}
15051bf215546Sopenharmony_ci   ]
15052bf215546Sopenharmony_ci  },
15053bf215546Sopenharmony_ci  "VGT_GROUP_DECR": {
15054bf215546Sopenharmony_ci   "fields": [
15055bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "DECR"}
15056bf215546Sopenharmony_ci   ]
15057bf215546Sopenharmony_ci  },
15058bf215546Sopenharmony_ci  "VGT_GROUP_FIRST_DECR": {
15059bf215546Sopenharmony_ci   "fields": [
15060bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "FIRST_DECR"}
15061bf215546Sopenharmony_ci   ]
15062bf215546Sopenharmony_ci  },
15063bf215546Sopenharmony_ci  "VGT_GROUP_PRIM_TYPE": {
15064bf215546Sopenharmony_ci   "fields": [
15065bf215546Sopenharmony_ci    {"bits": [0, 4], "enum_ref": "VGT_DI_PRIM_TYPE", "name": "PRIM_TYPE"},
15066bf215546Sopenharmony_ci    {"bits": [14, 14], "name": "RETAIN_ORDER"},
15067bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "RETAIN_QUADS"},
15068bf215546Sopenharmony_ci    {"bits": [16, 18], "name": "PRIM_ORDER"}
15069bf215546Sopenharmony_ci   ]
15070bf215546Sopenharmony_ci  },
15071bf215546Sopenharmony_ci  "VGT_GROUP_VECT_0_CNTL": {
15072bf215546Sopenharmony_ci   "fields": [
15073bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "COMP_X_EN"},
15074bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "COMP_Y_EN"},
15075bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "COMP_Z_EN"},
15076bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "COMP_W_EN"},
15077bf215546Sopenharmony_ci    {"bits": [8, 15], "name": "STRIDE"},
15078bf215546Sopenharmony_ci    {"bits": [16, 23], "name": "SHIFT"}
15079bf215546Sopenharmony_ci   ]
15080bf215546Sopenharmony_ci  },
15081bf215546Sopenharmony_ci  "VGT_GROUP_VECT_0_FMT_CNTL": {
15082bf215546Sopenharmony_ci   "fields": [
15083bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "X_CONV"},
15084bf215546Sopenharmony_ci    {"bits": [4, 7], "name": "X_OFFSET"},
15085bf215546Sopenharmony_ci    {"bits": [8, 11], "name": "Y_CONV"},
15086bf215546Sopenharmony_ci    {"bits": [12, 15], "name": "Y_OFFSET"},
15087bf215546Sopenharmony_ci    {"bits": [16, 19], "name": "Z_CONV"},
15088bf215546Sopenharmony_ci    {"bits": [20, 23], "name": "Z_OFFSET"},
15089bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "W_CONV"},
15090bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "W_OFFSET"}
15091bf215546Sopenharmony_ci   ]
15092bf215546Sopenharmony_ci  },
15093bf215546Sopenharmony_ci  "VGT_GSVS_RING_OFFSET_1": {
15094bf215546Sopenharmony_ci   "fields": [
15095bf215546Sopenharmony_ci    {"bits": [0, 14], "name": "OFFSET"}
15096bf215546Sopenharmony_ci   ]
15097bf215546Sopenharmony_ci  },
15098bf215546Sopenharmony_ci  "VGT_GS_INSTANCE_CNT": {
15099bf215546Sopenharmony_ci   "fields": [
15100bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "ENABLE"},
15101bf215546Sopenharmony_ci    {"bits": [2, 8], "name": "CNT"},
15102bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "EN_MAX_VERT_OUT_PER_GS_INSTANCE"}
15103bf215546Sopenharmony_ci   ]
15104bf215546Sopenharmony_ci  },
15105bf215546Sopenharmony_ci  "VGT_GS_MAX_VERT_OUT": {
15106bf215546Sopenharmony_ci   "fields": [
15107bf215546Sopenharmony_ci    {"bits": [0, 10], "name": "MAX_VERT_OUT"}
15108bf215546Sopenharmony_ci   ]
15109bf215546Sopenharmony_ci  },
15110bf215546Sopenharmony_ci  "VGT_GS_MODE": {
15111bf215546Sopenharmony_ci   "fields": [
15112bf215546Sopenharmony_ci    {"bits": [0, 2], "enum_ref": "VGT_GS_MODE_TYPE", "name": "MODE"},
15113bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "RESERVED_0"},
15114bf215546Sopenharmony_ci    {"bits": [4, 5], "enum_ref": "VGT_GS_CUT_MODE", "name": "CUT_MODE"},
15115bf215546Sopenharmony_ci    {"bits": [6, 10], "name": "RESERVED_1"},
15116bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "GS_C_PACK_EN"},
15117bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "RESERVED_2"},
15118bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "ES_PASSTHRU"},
15119bf215546Sopenharmony_ci    {"bits": [14, 14], "name": "COMPUTE_MODE"},
15120bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "FAST_COMPUTE_MODE"},
15121bf215546Sopenharmony_ci    {"bits": [16, 16], "name": "ELEMENT_INFO_EN"},
15122bf215546Sopenharmony_ci    {"bits": [17, 17], "name": "PARTIAL_THD_AT_EOI"},
15123bf215546Sopenharmony_ci    {"bits": [18, 18], "name": "SUPPRESS_CUTS"},
15124bf215546Sopenharmony_ci    {"bits": [19, 19], "name": "ES_WRITE_OPTIMIZE"},
15125bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "GS_WRITE_OPTIMIZE"},
15126bf215546Sopenharmony_ci    {"bits": [21, 22], "name": "ONCHIP"}
15127bf215546Sopenharmony_ci   ]
15128bf215546Sopenharmony_ci  },
15129bf215546Sopenharmony_ci  "VGT_GS_ONCHIP_CNTL": {
15130bf215546Sopenharmony_ci   "fields": [
15131bf215546Sopenharmony_ci    {"bits": [0, 10], "name": "ES_VERTS_PER_SUBGRP"},
15132bf215546Sopenharmony_ci    {"bits": [11, 21], "name": "GS_PRIMS_PER_SUBGRP"},
15133bf215546Sopenharmony_ci    {"bits": [22, 31], "name": "GS_INST_PRIMS_IN_SUBGRP"}
15134bf215546Sopenharmony_ci   ]
15135bf215546Sopenharmony_ci  },
15136bf215546Sopenharmony_ci  "VGT_GS_OUT_PRIM_TYPE": {
15137bf215546Sopenharmony_ci   "fields": [
15138bf215546Sopenharmony_ci    {"bits": [0, 5], "enum_ref": "VGT_GS_OUTPRIM_TYPE", "name": "OUTPRIM_TYPE"},
15139bf215546Sopenharmony_ci    {"bits": [8, 13], "enum_ref": "VGT_GS_OUTPRIM_TYPE", "name": "OUTPRIM_TYPE_1"},
15140bf215546Sopenharmony_ci    {"bits": [16, 21], "enum_ref": "VGT_GS_OUTPRIM_TYPE", "name": "OUTPRIM_TYPE_2"},
15141bf215546Sopenharmony_ci    {"bits": [22, 27], "enum_ref": "VGT_GS_OUTPRIM_TYPE", "name": "OUTPRIM_TYPE_3"},
15142bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "UNIQUE_TYPE_PER_STREAM"}
15143bf215546Sopenharmony_ci   ]
15144bf215546Sopenharmony_ci  },
15145bf215546Sopenharmony_ci  "VGT_GS_PER_ES": {
15146bf215546Sopenharmony_ci   "fields": [
15147bf215546Sopenharmony_ci    {"bits": [0, 10], "name": "GS_PER_ES"}
15148bf215546Sopenharmony_ci   ]
15149bf215546Sopenharmony_ci  },
15150bf215546Sopenharmony_ci  "VGT_GS_PER_VS": {
15151bf215546Sopenharmony_ci   "fields": [
15152bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "GS_PER_VS"}
15153bf215546Sopenharmony_ci   ]
15154bf215546Sopenharmony_ci  },
15155bf215546Sopenharmony_ci  "VGT_HOS_CNTL": {
15156bf215546Sopenharmony_ci   "fields": [
15157bf215546Sopenharmony_ci    {"bits": [0, 1], "name": "TESS_MODE"}
15158bf215546Sopenharmony_ci   ]
15159bf215546Sopenharmony_ci  },
15160bf215546Sopenharmony_ci  "VGT_HOS_REUSE_DEPTH": {
15161bf215546Sopenharmony_ci   "fields": [
15162bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "REUSE_DEPTH"}
15163bf215546Sopenharmony_ci   ]
15164bf215546Sopenharmony_ci  },
15165bf215546Sopenharmony_ci  "VGT_HS_OFFCHIP_PARAM": {
15166bf215546Sopenharmony_ci   "fields": [
15167bf215546Sopenharmony_ci    {"bits": [0, 8], "name": "OFFCHIP_BUFFERING"},
15168bf215546Sopenharmony_ci    {"bits": [9, 10], "enum_ref": "VGT_HS_OFFCHIP_PARAM__OFFCHIP_GRANULARITY", "name": "OFFCHIP_GRANULARITY"}
15169bf215546Sopenharmony_ci   ]
15170bf215546Sopenharmony_ci  },
15171bf215546Sopenharmony_ci  "VGT_LS_HS_CONFIG": {
15172bf215546Sopenharmony_ci   "fields": [
15173bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "NUM_PATCHES"},
15174bf215546Sopenharmony_ci    {"bits": [8, 13], "name": "HS_NUM_INPUT_CP"},
15175bf215546Sopenharmony_ci    {"bits": [14, 19], "name": "HS_NUM_OUTPUT_CP"}
15176bf215546Sopenharmony_ci   ]
15177bf215546Sopenharmony_ci  },
15178bf215546Sopenharmony_ci  "VGT_MULTI_PRIM_IB_RESET_EN": {
15179bf215546Sopenharmony_ci   "fields": [
15180bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "RESET_EN"},
15181bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "MATCH_ALL_BITS"}
15182bf215546Sopenharmony_ci   ]
15183bf215546Sopenharmony_ci  },
15184bf215546Sopenharmony_ci  "VGT_OUTPUT_PATH_CNTL": {
15185bf215546Sopenharmony_ci   "fields": [
15186bf215546Sopenharmony_ci    {"bits": [0, 2], "name": "PATH_SELECT"}
15187bf215546Sopenharmony_ci   ]
15188bf215546Sopenharmony_ci  },
15189bf215546Sopenharmony_ci  "VGT_OUT_DEALLOC_CNTL": {
15190bf215546Sopenharmony_ci   "fields": [
15191bf215546Sopenharmony_ci    {"bits": [0, 6], "name": "DEALLOC_DIST"}
15192bf215546Sopenharmony_ci   ]
15193bf215546Sopenharmony_ci  },
15194bf215546Sopenharmony_ci  "VGT_PRIMITIVEID_EN": {
15195bf215546Sopenharmony_ci   "fields": [
15196bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "PRIMITIVEID_EN"},
15197bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "DISABLE_RESET_ON_EOI"},
15198bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "NGG_DISABLE_PROVOK_REUSE"}
15199bf215546Sopenharmony_ci   ]
15200bf215546Sopenharmony_ci  },
15201bf215546Sopenharmony_ci  "VGT_PRIMITIVE_TYPE": {
15202bf215546Sopenharmony_ci   "fields": [
15203bf215546Sopenharmony_ci    {"bits": [0, 5], "enum_ref": "VGT_DI_PRIM_TYPE", "name": "PRIM_TYPE"}
15204bf215546Sopenharmony_ci   ]
15205bf215546Sopenharmony_ci  },
15206bf215546Sopenharmony_ci  "VGT_REUSE_OFF": {
15207bf215546Sopenharmony_ci   "fields": [
15208bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "REUSE_OFF"}
15209bf215546Sopenharmony_ci   ]
15210bf215546Sopenharmony_ci  },
15211bf215546Sopenharmony_ci  "VGT_SHADER_STAGES_EN": {
15212bf215546Sopenharmony_ci   "fields": [
15213bf215546Sopenharmony_ci    {"bits": [0, 1], "enum_ref": "VGT_STAGES_LS_EN", "name": "LS_EN"},
15214bf215546Sopenharmony_ci    {"bits": [2, 2], "enum_ref": "VGT_STAGES_HS_EN", "name": "HS_EN"},
15215bf215546Sopenharmony_ci    {"bits": [3, 4], "enum_ref": "VGT_STAGES_ES_EN", "name": "ES_EN"},
15216bf215546Sopenharmony_ci    {"bits": [5, 5], "enum_ref": "VGT_STAGES_GS_EN", "name": "GS_EN"},
15217bf215546Sopenharmony_ci    {"bits": [6, 7], "enum_ref": "VGT_STAGES_VS_EN", "name": "VS_EN"},
15218bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "DYNAMIC_HS"},
15219bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "DISPATCH_DRAW_EN"},
15220bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "DIS_DEALLOC_ACCUM_0"},
15221bf215546Sopenharmony_ci    {"bits": [11, 11], "name": "DIS_DEALLOC_ACCUM_1"},
15222bf215546Sopenharmony_ci    {"bits": [12, 12], "name": "VS_WAVE_ID_EN"},
15223bf215546Sopenharmony_ci    {"bits": [13, 13], "name": "PRIMGEN_EN"},
15224bf215546Sopenharmony_ci    {"bits": [14, 14], "name": "ORDERED_ID_MODE"},
15225bf215546Sopenharmony_ci    {"bits": [15, 18], "name": "MAX_PRIMGRP_IN_WAVE"},
15226bf215546Sopenharmony_ci    {"bits": [19, 20], "name": "GS_FAST_LAUNCH"},
15227bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "HS_W32_EN"},
15228bf215546Sopenharmony_ci    {"bits": [22, 22], "name": "GS_W32_EN"},
15229bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "VS_W32_EN"},
15230bf215546Sopenharmony_ci    {"bits": [24, 24], "name": "NGG_WAVE_ID_EN"},
15231bf215546Sopenharmony_ci    {"bits": [25, 25], "name": "PRIMGEN_PASSTHRU_EN"}
15232bf215546Sopenharmony_ci   ]
15233bf215546Sopenharmony_ci  },
15234bf215546Sopenharmony_ci  "VGT_STRMOUT_BUFFER_CONFIG": {
15235bf215546Sopenharmony_ci   "fields": [
15236bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "STREAM_0_BUFFER_EN"},
15237bf215546Sopenharmony_ci    {"bits": [4, 7], "name": "STREAM_1_BUFFER_EN"},
15238bf215546Sopenharmony_ci    {"bits": [8, 11], "name": "STREAM_2_BUFFER_EN"},
15239bf215546Sopenharmony_ci    {"bits": [12, 15], "name": "STREAM_3_BUFFER_EN"}
15240bf215546Sopenharmony_ci   ]
15241bf215546Sopenharmony_ci  },
15242bf215546Sopenharmony_ci  "VGT_STRMOUT_CONFIG": {
15243bf215546Sopenharmony_ci   "fields": [
15244bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "STREAMOUT_0_EN"},
15245bf215546Sopenharmony_ci    {"bits": [1, 1], "name": "STREAMOUT_1_EN"},
15246bf215546Sopenharmony_ci    {"bits": [2, 2], "name": "STREAMOUT_2_EN"},
15247bf215546Sopenharmony_ci    {"bits": [3, 3], "name": "STREAMOUT_3_EN"},
15248bf215546Sopenharmony_ci    {"bits": [4, 6], "name": "RAST_STREAM"},
15249bf215546Sopenharmony_ci    {"bits": [7, 7], "name": "EN_PRIMS_NEEDED_CNT"},
15250bf215546Sopenharmony_ci    {"bits": [8, 11], "name": "RAST_STREAM_MASK"},
15251bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "USE_RAST_STREAM_MASK"}
15252bf215546Sopenharmony_ci   ]
15253bf215546Sopenharmony_ci  },
15254bf215546Sopenharmony_ci  "VGT_STRMOUT_DRAW_OPAQUE_VERTEX_STRIDE": {
15255bf215546Sopenharmony_ci   "fields": [
15256bf215546Sopenharmony_ci    {"bits": [0, 8], "name": "VERTEX_STRIDE"}
15257bf215546Sopenharmony_ci   ]
15258bf215546Sopenharmony_ci  },
15259bf215546Sopenharmony_ci  "VGT_STRMOUT_VTX_STRIDE_0": {
15260bf215546Sopenharmony_ci   "fields": [
15261bf215546Sopenharmony_ci    {"bits": [0, 9], "name": "STRIDE"}
15262bf215546Sopenharmony_ci   ]
15263bf215546Sopenharmony_ci  },
15264bf215546Sopenharmony_ci  "VGT_TESS_DISTRIBUTION": {
15265bf215546Sopenharmony_ci   "fields": [
15266bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "ACCUM_ISOLINE"},
15267bf215546Sopenharmony_ci    {"bits": [8, 15], "name": "ACCUM_TRI"},
15268bf215546Sopenharmony_ci    {"bits": [16, 23], "name": "ACCUM_QUAD"},
15269bf215546Sopenharmony_ci    {"bits": [24, 28], "name": "DONUT_SPLIT"},
15270bf215546Sopenharmony_ci    {"bits": [29, 31], "name": "TRAP_SPLIT"}
15271bf215546Sopenharmony_ci   ]
15272bf215546Sopenharmony_ci  },
15273bf215546Sopenharmony_ci  "VGT_TF_PARAM": {
15274bf215546Sopenharmony_ci   "fields": [
15275bf215546Sopenharmony_ci    {"bits": [0, 1], "enum_ref": "VGT_TESS_TYPE", "name": "TYPE"},
15276bf215546Sopenharmony_ci    {"bits": [2, 4], "enum_ref": "VGT_TESS_PARTITION", "name": "PARTITIONING"},
15277bf215546Sopenharmony_ci    {"bits": [5, 7], "enum_ref": "VGT_TESS_TOPOLOGY", "name": "TOPOLOGY"},
15278bf215546Sopenharmony_ci    {"bits": [8, 8], "name": "RESERVED_REDUC_AXIS"},
15279bf215546Sopenharmony_ci    {"bits": [9, 9], "name": "DEPRECATED"},
15280bf215546Sopenharmony_ci    {"bits": [10, 13], "name": "NUM_DS_WAVES_PER_SIMD"},
15281bf215546Sopenharmony_ci    {"bits": [14, 14], "name": "DISABLE_DONUTS"},
15282bf215546Sopenharmony_ci    {"bits": [15, 16], "enum_ref": "VGT_RDREQ_POLICY", "name": "RDREQ_POLICY"},
15283bf215546Sopenharmony_ci    {"bits": [17, 18], "enum_ref": "VGT_DIST_MODE", "name": "DISTRIBUTION_MODE"},
15284bf215546Sopenharmony_ci    {"bits": [19, 19], "enum_ref": "VGT_DETECT_ONE", "name": "DETECT_ONE"},
15285bf215546Sopenharmony_ci    {"bits": [20, 20], "enum_ref": "VGT_DETECT_ZERO", "name": "DETECT_ZERO"},
15286bf215546Sopenharmony_ci    {"bits": [23, 25], "name": "MTYPE"}
15287bf215546Sopenharmony_ci   ]
15288bf215546Sopenharmony_ci  },
15289bf215546Sopenharmony_ci  "VGT_TF_RING_SIZE": {
15290bf215546Sopenharmony_ci   "fields": [
15291bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "SIZE"}
15292bf215546Sopenharmony_ci   ]
15293bf215546Sopenharmony_ci  },
15294bf215546Sopenharmony_ci  "VGT_VERTEX_REUSE_BLOCK_CNTL": {
15295bf215546Sopenharmony_ci   "fields": [
15296bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "VTX_REUSE_DEPTH"}
15297bf215546Sopenharmony_ci   ]
15298bf215546Sopenharmony_ci  },
15299bf215546Sopenharmony_ci  "VGT_VTX_CNT_EN": {
15300bf215546Sopenharmony_ci   "fields": [
15301bf215546Sopenharmony_ci    {"bits": [0, 0], "name": "VTX_CNT_EN"}
15302bf215546Sopenharmony_ci   ]
15303bf215546Sopenharmony_ci  }
15304bf215546Sopenharmony_ci }
15305bf215546Sopenharmony_ci}
15306