Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/sound/soc/mediatek/mt8195/mt8195-reg.h
26488 views
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/*
3
* mt8195-reg.h -- Mediatek 8195 audio driver reg definition
4
*
5
* Copyright (c) 2021 MediaTek Inc.
6
* Author: Bicycle Tsai <[email protected]>
7
* Trevor Wu <[email protected]>
8
*/
9
10
#ifndef _MT8195_REG_H_
11
#define _MT8195_REG_H_
12
13
#define AFE_SRAM_BASE (0x10880000)
14
#define AFE_SRAM_SIZE (0x10000)
15
16
#define AUDIO_TOP_CON0 (0x0000)
17
#define AUDIO_TOP_CON1 (0x0004)
18
#define AUDIO_TOP_CON2 (0x0008)
19
#define AUDIO_TOP_CON3 (0x000c)
20
#define AUDIO_TOP_CON4 (0x0010)
21
#define AUDIO_TOP_CON5 (0x0014)
22
#define AUDIO_TOP_CON6 (0x0018)
23
#define AFE_MAS_HADDR_MSB (0x0020)
24
#define PWR1_ASM_CON1 (0x0108)
25
#define ASYS_IRQ_CONFIG (0x0110)
26
#define ASYS_IRQ1_CON (0x0114)
27
#define ASYS_IRQ2_CON (0x0118)
28
#define ASYS_IRQ3_CON (0x011c)
29
#define ASYS_IRQ4_CON (0x0120)
30
#define ASYS_IRQ5_CON (0x0124)
31
#define ASYS_IRQ6_CON (0x0128)
32
#define ASYS_IRQ7_CON (0x012c)
33
#define ASYS_IRQ8_CON (0x0130)
34
#define ASYS_IRQ9_CON (0x0134)
35
#define ASYS_IRQ10_CON (0x0138)
36
#define ASYS_IRQ11_CON (0x013c)
37
#define ASYS_IRQ12_CON (0x0140)
38
#define ASYS_IRQ13_CON (0x0144)
39
#define ASYS_IRQ14_CON (0x0148)
40
#define ASYS_IRQ15_CON (0x014c)
41
#define ASYS_IRQ16_CON (0x0150)
42
#define ASYS_IRQ_CLR (0x0154)
43
#define ASYS_IRQ_STATUS (0x0158)
44
#define ASYS_IRQ_MON1 (0x015c)
45
#define ASYS_IRQ_MON2 (0x0160)
46
#define AFE_IRQ1_CON (0x0164)
47
#define AFE_IRQ2_CON (0x0168)
48
#define AFE_IRQ3_CON (0x016c)
49
#define AFE_IRQ_MCU_CLR (0x0170)
50
#define AFE_IRQ_STATUS (0x0174)
51
#define AFE_IRQ_MASK (0x0178)
52
#define ASYS_IRQ_MASK (0x017c)
53
#define AFE_IRQ3_CON_MON (0x01b0)
54
#define AFE_IRQ_MCU_MON2 (0x01b4)
55
#define AFE_IRQ8_CON (0x01b8)
56
#define AFE_IRQ9_CON (0x01bc)
57
#define AFE_IRQ10_CON (0x01c0)
58
#define AFE_IRQ9_CON_MON (0x01c4)
59
#define ADSP_IRQ_MASK (0x01c8)
60
#define ADSP_IRQ_STATUS (0x01cc)
61
#define AFE_SINEGEN_CON0 (0x01f0)
62
#define AFE_SINEGEN_CON1 (0x01f4)
63
#define AFE_SINEGEN_CON2 (0x01f8)
64
#define AFE_SINEGEN_CON3 (0x01fc)
65
#define AFE_SPDIF_OUT_CON0 (0x0380)
66
#define AFE_TDMOUT_CONN0 (0x0390)
67
#define PWR1_ASM_CON2 (0x03b0)
68
#define PWR1_ASM_CON3 (0x03b4)
69
#define PWR1_ASM_CON4 (0x03b8)
70
#define AFE_APLL_TUNER_CFG (0x03f8)
71
#define AFE_APLL_TUNER_CFG1 (0x03fc)
72
#define AUDIO_TOP_STA0 (0x0400)
73
#define AUDIO_TOP_STA1 (0x0404)
74
#define AFE_GAIN1_CON0 (0x0410)
75
#define AFE_GAIN1_CON1 (0x0414)
76
#define AFE_GAIN1_CON2 (0x0418)
77
#define AFE_GAIN1_CON3 (0x041c)
78
#define AFE_GAIN1_CUR (0x0424)
79
#define AFE_GAIN2_CON0 (0x0428)
80
#define AFE_GAIN2_CON1 (0x042c)
81
#define AFE_GAIN2_CON2 (0x0430)
82
#define AFE_GAIN2_CON3 (0x0434)
83
#define AFE_GAIN2_CUR (0x043c)
84
#define AFE_IEC_CFG (0x0480)
85
#define AFE_IEC_NSNUM (0x0484)
86
#define AFE_IEC_BURST_INFO (0x0488)
87
#define AFE_IEC_BURST_LEN (0x048c)
88
#define AFE_IEC_NSADR (0x0490)
89
#define AFE_IEC_CHL_STAT0 (0x04a0)
90
#define AFE_IEC_CHL_STAT1 (0x04a4)
91
#define AFE_IEC_CHR_STAT0 (0x04a8)
92
#define AFE_IEC_CHR_STAT1 (0x04ac)
93
#define AFE_SPDIFIN_CFG0 (0x0500)
94
#define AFE_SPDIFIN_CFG1 (0x0504)
95
#define AFE_SPDIFIN_CHSTS1 (0x0508)
96
#define AFE_SPDIFIN_CHSTS2 (0x050c)
97
#define AFE_SPDIFIN_CHSTS3 (0x0510)
98
#define AFE_SPDIFIN_CHSTS4 (0x0514)
99
#define AFE_SPDIFIN_CHSTS5 (0x0518)
100
#define AFE_SPDIFIN_CHSTS6 (0x051c)
101
#define AFE_SPDIFIN_DEBUG1 (0x0520)
102
#define AFE_SPDIFIN_DEBUG2 (0x0524)
103
#define AFE_SPDIFIN_DEBUG3 (0x0528)
104
#define AFE_SPDIFIN_DEBUG4 (0x052c)
105
#define AFE_SPDIFIN_EC (0x0530)
106
#define AFE_SPDIFIN_CKLOCK_CFG (0x0534)
107
#define AFE_SPDIFIN_BR (0x053c)
108
#define AFE_SPDIFIN_BR_DBG1 (0x0540)
109
#define AFE_SPDIFIN_CKFBDIV (0x0544)
110
#define AFE_SPDIFIN_INT_EXT (0x0548)
111
#define AFE_SPDIFIN_INT_EXT2 (0x054c)
112
#define SPDIFIN_FREQ_INFO (0x0550)
113
#define SPDIFIN_FREQ_INFO_2 (0x0554)
114
#define SPDIFIN_FREQ_INFO_3 (0x0558)
115
#define SPDIFIN_FREQ_STATUS (0x055c)
116
#define SPDIFIN_USERCODE1 (0x0560)
117
#define SPDIFIN_USERCODE2 (0x0564)
118
#define SPDIFIN_USERCODE3 (0x0568)
119
#define SPDIFIN_USERCODE4 (0x056c)
120
#define SPDIFIN_USERCODE5 (0x0570)
121
#define SPDIFIN_USERCODE6 (0x0574)
122
#define SPDIFIN_USERCODE7 (0x0578)
123
#define SPDIFIN_USERCODE8 (0x057c)
124
#define SPDIFIN_USERCODE9 (0x0580)
125
#define SPDIFIN_USERCODE10 (0x0584)
126
#define SPDIFIN_USERCODE11 (0x0588)
127
#define SPDIFIN_USERCODE12 (0x058c)
128
#define AFE_SPDIFIN_APLL_TUNER_CFG (0x0594)
129
#define AFE_SPDIFIN_APLL_TUNER_CFG1 (0x0598)
130
#define ASYS_TOP_CON (0x0600)
131
#define AFE_LINEIN_APLL_TUNER_CFG (0x0610)
132
#define AFE_LINEIN_APLL_TUNER_MON (0x0614)
133
#define AFE_EARC_APLL_TUNER_CFG (0x0618)
134
#define AFE_EARC_APLL_TUNER_MON (0x061c)
135
#define PWR2_TOP_CON0 (0x0634)
136
#define PWR2_TOP_CON1 (0x0638)
137
#define PCM_INTF_CON1 (0x063c)
138
#define PCM_INTF_CON2 (0x0640)
139
#define AFE_CM0_CON (0x0660)
140
#define AFE_CM1_CON (0x0664)
141
#define AFE_CM2_CON (0x0668)
142
#define AFE_CM0_MON (0x0670)
143
#define AFE_CM1_MON (0x0674)
144
#define AFE_CM2_MON (0x0678)
145
#define AFE_MPHONE_MULTI_CON0 (0x06a4)
146
#define AFE_MPHONE_MULTI_CON1 (0x06a8)
147
#define AFE_MPHONE_MULTI_CON2 (0x06ac)
148
#define AFE_MPHONE_MULTI_MON (0x06b0)
149
#define AFE_MPHONE_MULTI_DET_REG_CON0 (0x06b4)
150
#define AFE_MPHONE_MULTI_DET_REG_CON1 (0x06b8)
151
#define AFE_MPHONE_MULTI_DET_REG_CON2 (0x06bc)
152
#define AFE_MPHONE_MULTI_DET_REG_CON3 (0x06c0)
153
#define AFE_MPHONE_MULTI_DET_MON0 (0x06c4)
154
#define AFE_MPHONE_MULTI_DET_MON1 (0x06c8)
155
#define AFE_MPHONE_MULTI_DET_MON2 (0x06d0)
156
#define AFE_MPHONE_MULTI2_CON0 (0x06d4)
157
#define AFE_MPHONE_MULTI2_CON1 (0x06d8)
158
#define AFE_MPHONE_MULTI2_CON2 (0x06dc)
159
#define AFE_MPHONE_MULTI2_MON (0x06e0)
160
#define AFE_MPHONE_MULTI2_DET_REG_CON0 (0x06e4)
161
#define AFE_MPHONE_MULTI2_DET_REG_CON1 (0x06e8)
162
#define AFE_MPHONE_MULTI2_DET_REG_CON2 (0x06ec)
163
#define AFE_MPHONE_MULTI2_DET_REG_CON3 (0x06f0)
164
#define AFE_MPHONE_MULTI2_DET_MON0 (0x06f4)
165
#define AFE_MPHONE_MULTI2_DET_MON1 (0x06f8)
166
#define AFE_MPHONE_MULTI2_DET_MON2 (0x06fc)
167
#define AFE_ADDA_IIR_COEF_02_01 (0x0700)
168
#define AFE_ADDA_IIR_COEF_04_03 (0x0704)
169
#define AFE_ADDA_IIR_COEF_06_05 (0x0708)
170
#define AFE_ADDA_IIR_COEF_08_07 (0x070c)
171
#define AFE_ADDA_IIR_COEF_10_09 (0x0710)
172
#define AFE_ADDA_ULCF_CFG_02_01 (0x0714)
173
#define AFE_ADDA_ULCF_CFG_04_03 (0x0718)
174
#define AFE_ADDA_ULCF_CFG_06_05 (0x071c)
175
#define AFE_ADDA_ULCF_CFG_08_07 (0x0720)
176
#define AFE_ADDA_ULCF_CFG_10_09 (0x0724)
177
#define AFE_ADDA_ULCF_CFG_12_11 (0x0728)
178
#define AFE_ADDA_ULCF_CFG_14_13 (0x072c)
179
#define AFE_ADDA_ULCF_CFG_16_15 (0x0730)
180
#define AFE_ADDA_ULCF_CFG_18_17 (0x0734)
181
#define AFE_ADDA_ULCF_CFG_20_19 (0x0738)
182
#define AFE_ADDA_ULCF_CFG_22_21 (0x073c)
183
#define AFE_ADDA_ULCF_CFG_24_23 (0x0740)
184
#define AFE_ADDA_ULCF_CFG_26_25 (0x0744)
185
#define AFE_ADDA_ULCF_CFG_28_27 (0x0748)
186
#define AFE_ADDA_ULCF_CFG_30_29 (0x074c)
187
#define AFE_ADDA6_IIR_COEF_02_01 (0x0750)
188
#define AFE_ADDA6_IIR_COEF_04_03 (0x0754)
189
#define AFE_ADDA6_IIR_COEF_06_05 (0x0758)
190
#define AFE_ADDA6_IIR_COEF_08_07 (0x075c)
191
#define AFE_ADDA6_IIR_COEF_10_09 (0x0760)
192
#define AFE_ADDA6_ULCF_CFG_02_01 (0x0764)
193
#define AFE_ADDA6_ULCF_CFG_04_03 (0x0768)
194
#define AFE_ADDA6_ULCF_CFG_06_05 (0x076c)
195
#define AFE_ADDA6_ULCF_CFG_08_07 (0x0770)
196
#define AFE_ADDA6_ULCF_CFG_10_09 (0x0774)
197
#define AFE_ADDA6_ULCF_CFG_12_11 (0x0778)
198
#define AFE_ADDA6_ULCF_CFG_14_13 (0x077c)
199
#define AFE_ADDA6_ULCF_CFG_16_15 (0x0780)
200
#define AFE_ADDA6_ULCF_CFG_18_17 (0x0784)
201
#define AFE_ADDA6_ULCF_CFG_20_19 (0x0788)
202
#define AFE_ADDA6_ULCF_CFG_22_21 (0x078c)
203
#define AFE_ADDA6_ULCF_CFG_24_23 (0x0790)
204
#define AFE_ADDA6_ULCF_CFG_26_25 (0x0794)
205
#define AFE_ADDA6_ULCF_CFG_28_27 (0x0798)
206
#define AFE_ADDA6_ULCF_CFG_30_29 (0x079c)
207
#define AFE_ADDA_MTKAIF_CFG0 (0x07a0)
208
#define AFE_ADDA_MTKAIF_SYNCWORD_CFG (0x07a8)
209
#define AFE_ADDA_MTKAIF_RX_CFG0 (0x07b4)
210
#define AFE_ADDA_MTKAIF_RX_CFG1 (0x07b8)
211
#define AFE_ADDA_MTKAIF_RX_CFG2 (0x07bc)
212
#define AFE_ADDA_MTKAIF_MON0 (0x07c8)
213
#define AFE_ADDA_MTKAIF_MON1 (0x07cc)
214
#define AFE_AUD_PAD_TOP (0x07d4)
215
#define AFE_ADDA6_MTKAIF_MON0 (0x07d8)
216
#define AFE_ADDA6_MTKAIF_MON1 (0x07dc)
217
#define AFE_ADDA6_MTKAIF_CFG0 (0x07e0)
218
#define AFE_ADDA6_MTKAIF_RX_CFG0 (0x07e4)
219
#define AFE_ADDA6_MTKAIF_RX_CFG1 (0x07e8)
220
#define AFE_ADDA6_MTKAIF_RX_CFG2 (0x07ec)
221
#define AFE_ADDA6_TOP_CON0 (0x07f0)
222
#define AFE_ADDA6_UL_SRC_CON0 (0x07f4)
223
#define AFE_ADDA6_UL_SRC_CON1 (0x07f8)
224
#define AFE_ADDA6_SRC_DEBUG (0x0800)
225
#define AFE_ADDA6_SRC_DEBUG_MON0 (0x0804)
226
#define AFE_ADDA6_UL_SRC_MON0 (0x0818)
227
#define AFE_ADDA6_UL_SRC_MON1 (0x081c)
228
#define AFE_CONN0_5 (0x0830)
229
#define AFE_CONN1_5 (0x0834)
230
#define AFE_CONN2_5 (0x0838)
231
#define AFE_CONN3_5 (0x083c)
232
#define AFE_CONN4_5 (0x0840)
233
#define AFE_CONN5_5 (0x0844)
234
#define AFE_CONN6_5 (0x0848)
235
#define AFE_CONN7_5 (0x084c)
236
#define AFE_CONN8_5 (0x0850)
237
#define AFE_CONN9_5 (0x0854)
238
#define AFE_CONN10_5 (0x0858)
239
#define AFE_CONN11_5 (0x085c)
240
#define AFE_CONN12_5 (0x0860)
241
#define AFE_CONN13_5 (0x0864)
242
#define AFE_CONN14_5 (0x0868)
243
#define AFE_CONN15_5 (0x086c)
244
#define AFE_CONN16_5 (0x0870)
245
#define AFE_CONN17_5 (0x0874)
246
#define AFE_CONN18_5 (0x0878)
247
#define AFE_CONN19_5 (0x087c)
248
#define AFE_CONN20_5 (0x0880)
249
#define AFE_CONN21_5 (0x0884)
250
#define AFE_CONN22_5 (0x0888)
251
#define AFE_CONN23_5 (0x088c)
252
#define AFE_CONN24_5 (0x0890)
253
#define AFE_CONN25_5 (0x0894)
254
#define AFE_CONN26_5 (0x0898)
255
#define AFE_CONN27_5 (0x089c)
256
#define AFE_CONN28_5 (0x08a0)
257
#define AFE_CONN29_5 (0x08a4)
258
#define AFE_CONN30_5 (0x08a8)
259
#define AFE_CONN31_5 (0x08ac)
260
#define AFE_CONN32_5 (0x08b0)
261
#define AFE_CONN33_5 (0x08b4)
262
#define AFE_CONN34_5 (0x08b8)
263
#define AFE_CONN35_5 (0x08bc)
264
#define AFE_CONN36_5 (0x08c0)
265
#define AFE_CONN37_5 (0x08c4)
266
#define AFE_CONN38_5 (0x08c8)
267
#define AFE_CONN39_5 (0x08cc)
268
#define AFE_CONN40_5 (0x08d0)
269
#define AFE_CONN41_5 (0x08d4)
270
#define AFE_CONN42_5 (0x08d8)
271
#define AFE_CONN43_5 (0x08dc)
272
#define AFE_CONN44_5 (0x08e0)
273
#define AFE_CONN45_5 (0x08e4)
274
#define AFE_CONN46_5 (0x08e8)
275
#define AFE_CONN47_5 (0x08ec)
276
#define AFE_CONN48_5 (0x08f0)
277
#define AFE_CONN49_5 (0x08f4)
278
#define AFE_CONN50_5 (0x08f8)
279
#define AFE_CONN51_5 (0x08fc)
280
#define AFE_CONN52_5 (0x0900)
281
#define AFE_CONN53_5 (0x0904)
282
#define AFE_CONN54_5 (0x0908)
283
#define AFE_CONN55_5 (0x090c)
284
#define AFE_CONN56_5 (0x0910)
285
#define AFE_CONN57_5 (0x0914)
286
#define AFE_CONN58_5 (0x0918)
287
#define AFE_CONN59_5 (0x091c)
288
#define AFE_CONN60_5 (0x0920)
289
#define AFE_CONN61_5 (0x0924)
290
#define AFE_CONN62_5 (0x0928)
291
#define AFE_CONN63_5 (0x092c)
292
#define AFE_CONN64_5 (0x0930)
293
#define AFE_CONN65_5 (0x0934)
294
#define AFE_CONN66_5 (0x0938)
295
#define AFE_CONN67_5 (0x093c)
296
#define AFE_CONN68_5 (0x0940)
297
#define AFE_CONN69_5 (0x0944)
298
#define AFE_CONN70_5 (0x0948)
299
#define AFE_CONN71_5 (0x094c)
300
#define AFE_CONN72_5 (0x0950)
301
#define AFE_CONN73_5 (0x0954)
302
#define AFE_CONN74_5 (0x0958)
303
#define AFE_CONN75_5 (0x095c)
304
#define AFE_CONN76_5 (0x0960)
305
#define AFE_CONN77_5 (0x0964)
306
#define AFE_CONN78_5 (0x0968)
307
#define AFE_CONN79_5 (0x096c)
308
#define AFE_CONN80_5 (0x0970)
309
#define AFE_CONN81_5 (0x0974)
310
#define AFE_CONN82_5 (0x0978)
311
#define AFE_CONN83_5 (0x097c)
312
#define AFE_CONN84_5 (0x0980)
313
#define AFE_CONN85_5 (0x0984)
314
#define AFE_CONN86_5 (0x0988)
315
#define AFE_CONN87_5 (0x098c)
316
#define AFE_CONN88_5 (0x0990)
317
#define AFE_CONN89_5 (0x0994)
318
#define AFE_CONN90_5 (0x0998)
319
#define AFE_CONN91_5 (0x099c)
320
#define AFE_CONN92_5 (0x09a0)
321
#define AFE_CONN93_5 (0x09a4)
322
#define AFE_CONN94_5 (0x09a8)
323
#define AFE_CONN95_5 (0x09ac)
324
#define AFE_CONN96_5 (0x09b0)
325
#define AFE_CONN97_5 (0x09b4)
326
#define AFE_CONN98_5 (0x09b8)
327
#define AFE_CONN99_5 (0x09bc)
328
#define AFE_CONN100_5 (0x09c0)
329
#define AFE_CONN101_5 (0x09c4)
330
#define AFE_CONN102_5 (0x09c8)
331
#define AFE_CONN103_5 (0x09cc)
332
#define AFE_CONN104_5 (0x09d0)
333
#define AFE_CONN105_5 (0x09d4)
334
#define AFE_CONN106_5 (0x09d8)
335
#define AFE_CONN107_5 (0x09dc)
336
#define AFE_CONN108_5 (0x09e0)
337
#define AFE_CONN109_5 (0x09e4)
338
#define AFE_CONN110_5 (0x09e8)
339
#define AFE_CONN111_5 (0x09ec)
340
#define AFE_CONN112_5 (0x09f0)
341
#define AFE_CONN113_5 (0x09f4)
342
#define AFE_CONN114_5 (0x09f8)
343
#define AFE_CONN115_5 (0x09fc)
344
#define AFE_CONN116_5 (0x0a00)
345
#define AFE_CONN117_5 (0x0a04)
346
#define AFE_CONN118_5 (0x0a08)
347
#define AFE_CONN119_5 (0x0a0c)
348
#define AFE_CONN120_5 (0x0a10)
349
#define AFE_CONN121_5 (0x0a14)
350
#define AFE_CONN122_5 (0x0a18)
351
#define AFE_CONN123_5 (0x0a1c)
352
#define AFE_CONN124_5 (0x0a20)
353
#define AFE_CONN125_5 (0x0a24)
354
#define AFE_CONN126_5 (0x0a28)
355
#define AFE_CONN127_5 (0x0a2c)
356
#define AFE_CONN128_5 (0x0a30)
357
#define AFE_CONN129_5 (0x0a34)
358
#define AFE_CONN130_5 (0x0a38)
359
#define AFE_CONN131_5 (0x0a3c)
360
#define AFE_CONN132_5 (0x0a40)
361
#define AFE_CONN133_5 (0x0a44)
362
#define AFE_CONN134_5 (0x0a48)
363
#define AFE_CONN135_5 (0x0a4c)
364
#define AFE_CONN136_5 (0x0a50)
365
#define AFE_CONN137_5 (0x0a54)
366
#define AFE_CONN138_5 (0x0a58)
367
#define AFE_CONN139_5 (0x0a5c)
368
#define AFE_CONN_RS_5 (0x0a60)
369
#define AFE_CONN_DI_5 (0x0a64)
370
#define AFE_CONN_16BIT_5 (0x0a68)
371
#define AFE_CONN_24BIT_5 (0x0a6c)
372
#define AFE_ASRC11_NEW_CON0 (0x0d80)
373
#define AFE_ASRC11_NEW_CON1 (0x0d84)
374
#define AFE_ASRC11_NEW_CON2 (0x0d88)
375
#define AFE_ASRC11_NEW_CON3 (0x0d8c)
376
#define AFE_ASRC11_NEW_CON4 (0x0d90)
377
#define AFE_ASRC11_NEW_CON5 (0x0d94)
378
#define AFE_ASRC11_NEW_CON6 (0x0d98)
379
#define AFE_ASRC11_NEW_CON7 (0x0d9c)
380
#define AFE_ASRC11_NEW_CON8 (0x0da0)
381
#define AFE_ASRC11_NEW_CON9 (0x0da4)
382
#define AFE_ASRC11_NEW_CON10 (0x0da8)
383
#define AFE_ASRC11_NEW_CON11 (0x0dac)
384
#define AFE_ASRC11_NEW_CON13 (0x0db4)
385
#define AFE_ASRC11_NEW_CON14 (0x0db8)
386
#define AFE_ASRC12_NEW_CON0 (0x0dc0)
387
#define AFE_ASRC12_NEW_CON1 (0x0dc4)
388
#define AFE_ASRC12_NEW_CON2 (0x0dc8)
389
#define AFE_ASRC12_NEW_CON3 (0x0dcc)
390
#define AFE_ASRC12_NEW_CON4 (0x0dd0)
391
#define AFE_ASRC12_NEW_CON5 (0x0dd4)
392
#define AFE_ASRC12_NEW_CON6 (0x0dd8)
393
#define AFE_ASRC12_NEW_CON7 (0x0ddc)
394
#define AFE_ASRC12_NEW_CON8 (0x0de0)
395
#define AFE_ASRC12_NEW_CON9 (0x0de4)
396
#define AFE_ASRC12_NEW_CON10 (0x0de8)
397
#define AFE_ASRC12_NEW_CON11 (0x0dec)
398
#define AFE_ASRC12_NEW_CON13 (0x0df4)
399
#define AFE_ASRC12_NEW_CON14 (0x0df8)
400
#define AFE_LRCK_CNT (0x1018)
401
#define AFE_DAC_CON0 (0x1200)
402
#define AFE_DAC_CON1 (0x1204)
403
#define AFE_DAC_CON2 (0x1208)
404
#define AFE_DAC_MON0 (0x1218)
405
#define AFE_DL2_BASE (0x1250)
406
#define AFE_DL2_CUR (0x1254)
407
#define AFE_DL2_END (0x1258)
408
#define AFE_DL2_CON0 (0x125c)
409
#define AFE_DL3_BASE (0x1260)
410
#define AFE_DL3_CUR (0x1264)
411
#define AFE_DL3_END (0x1268)
412
#define AFE_DL3_CON0 (0x126c)
413
#define AFE_DL6_BASE (0x1290)
414
#define AFE_DL6_CUR (0x1294)
415
#define AFE_DL6_END (0x1298)
416
#define AFE_DL6_CON0 (0x129c)
417
#define AFE_DL7_BASE (0x12a0)
418
#define AFE_DL7_CUR (0x12a4)
419
#define AFE_DL7_END (0x12a8)
420
#define AFE_DL7_CON0 (0x12ac)
421
#define AFE_DL8_BASE (0x12b0)
422
#define AFE_DL8_CUR (0x12b4)
423
#define AFE_DL8_END (0x12b8)
424
#define AFE_DL8_CON0 (0x12bc)
425
#define AFE_DL10_BASE (0x12d0)
426
#define AFE_DL10_CUR (0x12d4)
427
#define AFE_DL10_END (0x12d8)
428
#define AFE_DL10_CON0 (0x12dc)
429
#define AFE_DL11_BASE (0x12e0)
430
#define AFE_DL11_CUR (0x12e4)
431
#define AFE_DL11_END (0x12e8)
432
#define AFE_DL11_CON0 (0x12ec)
433
#define AFE_UL1_BASE (0x1300)
434
#define AFE_UL1_CUR (0x1304)
435
#define AFE_UL1_END (0x1308)
436
#define AFE_UL1_CON0 (0x130c)
437
#define AFE_UL2_BASE (0x1310)
438
#define AFE_UL2_CUR (0x1314)
439
#define AFE_UL2_END (0x1318)
440
#define AFE_UL2_CON0 (0x131c)
441
#define AFE_UL3_BASE (0x1320)
442
#define AFE_UL3_CUR (0x1324)
443
#define AFE_UL3_END (0x1328)
444
#define AFE_UL3_CON0 (0x132c)
445
#define AFE_UL4_BASE (0x1330)
446
#define AFE_UL4_CUR (0x1334)
447
#define AFE_UL4_END (0x1338)
448
#define AFE_UL4_CON0 (0x133c)
449
#define AFE_UL5_BASE (0x1340)
450
#define AFE_UL5_CUR (0x1344)
451
#define AFE_UL5_END (0x1348)
452
#define AFE_UL5_CON0 (0x134c)
453
#define AFE_UL6_BASE (0x1350)
454
#define AFE_UL6_CUR (0x1354)
455
#define AFE_UL6_END (0x1358)
456
#define AFE_UL6_CON0 (0x135c)
457
#define AFE_UL8_BASE (0x1370)
458
#define AFE_UL8_CUR (0x1374)
459
#define AFE_UL8_END (0x1378)
460
#define AFE_UL8_CON0 (0x137c)
461
#define AFE_UL9_BASE (0x1380)
462
#define AFE_UL9_CUR (0x1384)
463
#define AFE_UL9_END (0x1388)
464
#define AFE_UL9_CON0 (0x138c)
465
#define AFE_UL10_BASE (0x13d0)
466
#define AFE_UL10_CUR (0x13d4)
467
#define AFE_UL10_END (0x13d8)
468
#define AFE_UL10_CON0 (0x13dc)
469
#define AFE_DL8_CHK_SUM1 (0x1400)
470
#define AFE_DL8_CHK_SUM2 (0x1404)
471
#define AFE_DL8_CHK_SUM3 (0x1408)
472
#define AFE_DL8_CHK_SUM4 (0x140c)
473
#define AFE_DL8_CHK_SUM5 (0x1410)
474
#define AFE_DL8_CHK_SUM6 (0x1414)
475
#define AFE_DL10_CHK_SUM1 (0x1418)
476
#define AFE_DL10_CHK_SUM2 (0x141c)
477
#define AFE_DL10_CHK_SUM3 (0x1420)
478
#define AFE_DL10_CHK_SUM4 (0x1424)
479
#define AFE_DL10_CHK_SUM5 (0x1428)
480
#define AFE_DL10_CHK_SUM6 (0x142c)
481
#define AFE_DL11_CHK_SUM1 (0x1430)
482
#define AFE_DL11_CHK_SUM2 (0x1434)
483
#define AFE_DL11_CHK_SUM3 (0x1438)
484
#define AFE_DL11_CHK_SUM4 (0x143c)
485
#define AFE_DL11_CHK_SUM5 (0x1440)
486
#define AFE_DL11_CHK_SUM6 (0x1444)
487
#define AFE_UL1_CHK_SUM1 (0x1450)
488
#define AFE_UL1_CHK_SUM2 (0x1454)
489
#define AFE_UL2_CHK_SUM1 (0x1458)
490
#define AFE_UL2_CHK_SUM2 (0x145c)
491
#define AFE_UL3_CHK_SUM1 (0x1460)
492
#define AFE_UL3_CHK_SUM2 (0x1464)
493
#define AFE_UL4_CHK_SUM1 (0x1468)
494
#define AFE_UL4_CHK_SUM2 (0x146c)
495
#define AFE_UL5_CHK_SUM1 (0x1470)
496
#define AFE_UL5_CHK_SUM2 (0x1474)
497
#define AFE_UL6_CHK_SUM1 (0x1478)
498
#define AFE_UL6_CHK_SUM2 (0x147c)
499
#define AFE_UL8_CHK_SUM1 (0x1488)
500
#define AFE_UL8_CHK_SUM2 (0x148c)
501
#define AFE_DL2_CHK_SUM1 (0x14a0)
502
#define AFE_DL2_CHK_SUM2 (0x14a4)
503
#define AFE_DL3_CHK_SUM1 (0x14b0)
504
#define AFE_DL3_CHK_SUM2 (0x14b4)
505
#define AFE_DL6_CHK_SUM1 (0x14e0)
506
#define AFE_DL6_CHK_SUM2 (0x14e4)
507
#define AFE_DL7_CHK_SUM1 (0x14f0)
508
#define AFE_DL7_CHK_SUM2 (0x14f4)
509
#define AFE_UL9_CHK_SUM1 (0x1528)
510
#define AFE_UL9_CHK_SUM2 (0x152c)
511
#define AFE_BUS_MON1 (0x1540)
512
#define UL1_MOD2AGT_CNT_LAT (0x1568)
513
#define UL2_MOD2AGT_CNT_LAT (0x156c)
514
#define UL3_MOD2AGT_CNT_LAT (0x1570)
515
#define UL4_MOD2AGT_CNT_LAT (0x1574)
516
#define UL5_MOD2AGT_CNT_LAT (0x1578)
517
#define UL6_MOD2AGT_CNT_LAT (0x157c)
518
#define UL8_MOD2AGT_CNT_LAT (0x1588)
519
#define UL9_MOD2AGT_CNT_LAT (0x158c)
520
#define UL10_MOD2AGT_CNT_LAT (0x1590)
521
#define AFE_MEMIF_AGENT_FS_CON0 (0x15a0)
522
#define AFE_MEMIF_AGENT_FS_CON1 (0x15a4)
523
#define AFE_MEMIF_AGENT_FS_CON2 (0x15a8)
524
#define AFE_MEMIF_AGENT_FS_CON3 (0x15ac)
525
#define AFE_MEMIF_BURST_CFG (0x1600)
526
#define AFE_MEMIF_BUF_FULL_MON (0x1610)
527
#define AFE_MEMIF_BUF_MON1 (0x161c)
528
#define AFE_MEMIF_BUF_MON3 (0x1624)
529
#define AFE_MEMIF_BUF_MON4 (0x1628)
530
#define AFE_MEMIF_BUF_MON5 (0x162c)
531
#define AFE_MEMIF_BUF_MON6 (0x1630)
532
#define AFE_MEMIF_BUF_MON7 (0x1634)
533
#define AFE_MEMIF_BUF_MON8 (0x1638)
534
#define AFE_MEMIF_BUF_MON9 (0x163c)
535
#define AFE_MEMIF_BUF_MON10 (0x1640)
536
#define DL2_AGENT2MODULE_CNT (0x1678)
537
#define DL3_AGENT2MODULE_CNT (0x167c)
538
#define DL6_AGENT2MODULE_CNT (0x1688)
539
#define DL7_AGENT2MODULE_CNT (0x168c)
540
#define DL8_AGENT2MODULE_CNT (0x1690)
541
#define DL10_AGENT2MODULE_CNT (0x1698)
542
#define DL11_AGENT2MODULE_CNT (0x169c)
543
#define UL1_MODULE2AGENT_CNT (0x16a0)
544
#define UL2_MODULE2AGENT_CNT (0x16a4)
545
#define UL3_MODULE2AGENT_CNT (0x16a8)
546
#define UL4_MODULE2AGENT_CNT (0x16ac)
547
#define UL5_MODULE2AGENT_CNT (0x16b0)
548
#define UL6_MODULE2AGENT_CNT (0x16b4)
549
#define UL8_MODULE2AGENT_CNT (0x16bc)
550
#define UL9_MODULE2AGENT_CNT (0x16c0)
551
#define UL10_MODULE2AGENT_CNT (0x16c4)
552
#define AFE_SECURE_CON2 (0x1798)
553
#define AFE_SECURE_CON1 (0x179c)
554
#define AFE_SECURE_CON (0x17a0)
555
#define AFE_SRAM_BOUND (0x17a4)
556
#define AFE_SE_SECURE_CON (0x17a8)
557
#define AFE_SECURE_MASK_LOOPBACK (0x17bc)
558
#define AFE_SECURE_SIDEBAND0 (0x1908)
559
#define AFE_SECURE_SIDEBAND1 (0x190c)
560
#define AFE_SECURE_SIDEBAND2 (0x1910)
561
#define AFE_SECURE_SIDEBAND3 (0x1914)
562
#define AFE_SECURE_MASK_BASE_ADR_MSB (0x1920)
563
#define AFE_SECURE_MASK_END_ADR_MSB (0x1924)
564
#define AFE_NORMAL_BASE_ADR_MSB (0x192c)
565
#define AFE_NORMAL_END_ADR_MSB (0x1930)
566
#define AFE_SECURE_MASK_LOOPBACK0 (0x1940)
567
#define AFE_SECURE_MASK_LOOPBACK1 (0x1944)
568
#define AFE_SECURE_MASK_LOOPBACK2 (0x1948)
569
#define AFE_LOOPBACK_CFG0 (0x1950)
570
#define AFE_LOOPBACK_CFG1 (0x1954)
571
#define AFE_LOOPBACK_CFG2 (0x1958)
572
#define AFE_DMIC0_UL_SRC_CON0 (0x1a00)
573
#define AFE_DMIC0_UL_SRC_CON1 (0x1a04)
574
#define AFE_DMIC0_SRC_DEBUG (0x1a08)
575
#define AFE_DMIC0_SRC_DEBUG_MON0 (0x1a0c)
576
#define AFE_DMIC0_UL_SRC_MON0 (0x1a10)
577
#define AFE_DMIC0_UL_SRC_MON1 (0x1a14)
578
#define AFE_DMIC0_IIR_COEF_02_01 (0x1a18)
579
#define AFE_DMIC0_IIR_COEF_04_03 (0x1a1c)
580
#define AFE_DMIC0_IIR_COEF_06_05 (0x1a20)
581
#define AFE_DMIC0_IIR_COEF_08_07 (0x1a24)
582
#define AFE_DMIC0_IIR_COEF_10_09 (0x1a28)
583
#define AFE_DMIC1_UL_SRC_CON0 (0x1a68)
584
#define AFE_DMIC1_UL_SRC_CON1 (0x1a6c)
585
#define AFE_DMIC1_SRC_DEBUG (0x1a70)
586
#define AFE_DMIC1_SRC_DEBUG_MON0 (0x1a74)
587
#define AFE_DMIC1_UL_SRC_MON0 (0x1a78)
588
#define AFE_DMIC1_UL_SRC_MON1 (0x1a7c)
589
#define AFE_DMIC1_IIR_COEF_02_01 (0x1a80)
590
#define AFE_DMIC1_IIR_COEF_04_03 (0x1a84)
591
#define AFE_DMIC1_IIR_COEF_06_05 (0x1a88)
592
#define AFE_DMIC1_IIR_COEF_08_07 (0x1a8c)
593
#define AFE_DMIC1_IIR_COEF_10_09 (0x1a90)
594
#define AFE_DMIC2_UL_SRC_CON0 (0x1ad0)
595
#define AFE_DMIC2_UL_SRC_CON1 (0x1ad4)
596
#define AFE_DMIC2_SRC_DEBUG (0x1ad8)
597
#define AFE_DMIC2_SRC_DEBUG_MON0 (0x1adc)
598
#define AFE_DMIC2_UL_SRC_MON0 (0x1ae0)
599
#define AFE_DMIC2_UL_SRC_MON1 (0x1ae4)
600
#define AFE_DMIC2_IIR_COEF_02_01 (0x1ae8)
601
#define AFE_DMIC2_IIR_COEF_04_03 (0x1aec)
602
#define AFE_DMIC2_IIR_COEF_06_05 (0x1af0)
603
#define AFE_DMIC2_IIR_COEF_08_07 (0x1af4)
604
#define AFE_DMIC2_IIR_COEF_10_09 (0x1af8)
605
#define AFE_DMIC3_UL_SRC_CON0 (0x1b38)
606
#define AFE_DMIC3_UL_SRC_CON1 (0x1b3c)
607
#define AFE_DMIC3_SRC_DEBUG (0x1b40)
608
#define AFE_DMIC3_SRC_DEBUG_MON0 (0x1b44)
609
#define AFE_DMIC3_UL_SRC_MON0 (0x1b48)
610
#define AFE_DMIC3_UL_SRC_MON1 (0x1b4c)
611
#define AFE_DMIC3_IIR_COEF_02_01 (0x1b50)
612
#define AFE_DMIC3_IIR_COEF_04_03 (0x1b54)
613
#define AFE_DMIC3_IIR_COEF_06_05 (0x1b58)
614
#define AFE_DMIC3_IIR_COEF_08_07 (0x1b5c)
615
#define AFE_DMIC3_IIR_COEF_10_09 (0x1b60)
616
#define DMIC_BYPASS_HW_GAIN (0x1bf0)
617
#define DMIC_GAIN1_CON0 (0x1c00)
618
#define DMIC_GAIN1_CON1 (0x1c04)
619
#define DMIC_GAIN1_CON2 (0x1c08)
620
#define DMIC_GAIN1_CON3 (0x1c0c)
621
#define DMIC_GAIN1_CUR (0x1c10)
622
#define DMIC_GAIN2_CON0 (0x1c20)
623
#define DMIC_GAIN2_CON1 (0x1c24)
624
#define DMIC_GAIN2_CON2 (0x1c28)
625
#define DMIC_GAIN2_CON3 (0x1c2c)
626
#define DMIC_GAIN2_CUR (0x1c30)
627
#define DMIC_GAIN3_CON0 (0x1c40)
628
#define DMIC_GAIN3_CON1 (0x1c44)
629
#define DMIC_GAIN3_CON2 (0x1c48)
630
#define DMIC_GAIN3_CON3 (0x1c4c)
631
#define DMIC_GAIN3_CUR (0x1c50)
632
#define DMIC_GAIN4_CON0 (0x1c60)
633
#define DMIC_GAIN4_CON1 (0x1c64)
634
#define DMIC_GAIN4_CON2 (0x1c68)
635
#define DMIC_GAIN4_CON3 (0x1c6c)
636
#define DMIC_GAIN4_CUR (0x1c70)
637
#define ETDM_OUT1_DSD_FADE_CON (0x2260)
638
#define ETDM_OUT1_DSD_FADE_CON1 (0x2264)
639
#define ETDM_OUT3_DSD_FADE_CON (0x2280)
640
#define ETDM_OUT3_DSD_FADE_CON1 (0x2284)
641
#define ETDM_IN1_AFIFO_CON (0x2294)
642
#define ETDM_IN2_AFIFO_CON (0x2298)
643
#define ETDM_IN1_MONITOR (0x22c0)
644
#define ETDM_IN2_MONITOR (0x22c4)
645
#define ETDM_OUT1_MONITOR (0x22d0)
646
#define ETDM_OUT2_MONITOR (0x22d4)
647
#define ETDM_OUT3_MONITOR (0x22d8)
648
#define ETDM_COWORK_SEC_CON0 (0x22e0)
649
#define ETDM_COWORK_SEC_CON1 (0x22e4)
650
#define ETDM_COWORK_SEC_CON2 (0x22e8)
651
#define ETDM_COWORK_SEC_CON3 (0x22ec)
652
#define ETDM_COWORK_CON0 (0x22f0)
653
#define ETDM_COWORK_CON1 (0x22f4)
654
#define ETDM_COWORK_CON2 (0x22f8)
655
#define ETDM_COWORK_CON3 (0x22fc)
656
#define ETDM_IN1_CON0 (0x2300)
657
#define ETDM_IN1_CON1 (0x2304)
658
#define ETDM_IN1_CON2 (0x2308)
659
#define ETDM_IN1_CON3 (0x230c)
660
#define ETDM_IN1_CON4 (0x2310)
661
#define ETDM_IN1_CON5 (0x2314)
662
#define ETDM_IN1_CON6 (0x2318)
663
#define ETDM_IN1_CON7 (0x231c)
664
#define ETDM_IN2_CON0 (0x2320)
665
#define ETDM_IN2_CON1 (0x2324)
666
#define ETDM_IN2_CON2 (0x2328)
667
#define ETDM_IN2_CON3 (0x232c)
668
#define ETDM_IN2_CON4 (0x2330)
669
#define ETDM_IN2_CON5 (0x2334)
670
#define ETDM_IN2_CON6 (0x2338)
671
#define ETDM_IN2_CON7 (0x233c)
672
#define ETDM_OUT1_CON0 (0x2380)
673
#define ETDM_OUT1_CON1 (0x2384)
674
#define ETDM_OUT1_CON2 (0x2388)
675
#define ETDM_OUT1_CON3 (0x238c)
676
#define ETDM_OUT1_CON4 (0x2390)
677
#define ETDM_OUT1_CON5 (0x2394)
678
#define ETDM_OUT1_CON6 (0x2398)
679
#define ETDM_OUT1_CON7 (0x239c)
680
#define ETDM_OUT2_CON0 (0x23a0)
681
#define ETDM_OUT2_CON1 (0x23a4)
682
#define ETDM_OUT2_CON2 (0x23a8)
683
#define ETDM_OUT2_CON3 (0x23ac)
684
#define ETDM_OUT2_CON4 (0x23b0)
685
#define ETDM_OUT2_CON5 (0x23b4)
686
#define ETDM_OUT2_CON6 (0x23b8)
687
#define ETDM_OUT2_CON7 (0x23bc)
688
#define ETDM_OUT3_CON0 (0x23c0)
689
#define ETDM_OUT3_CON1 (0x23c4)
690
#define ETDM_OUT3_CON2 (0x23c8)
691
#define ETDM_OUT3_CON3 (0x23cc)
692
#define ETDM_OUT3_CON4 (0x23d0)
693
#define ETDM_OUT3_CON5 (0x23d4)
694
#define ETDM_OUT3_CON6 (0x23d8)
695
#define ETDM_OUT3_CON7 (0x23dc)
696
#define ETDM_OUT3_CON8 (0x23e0)
697
#define ETDM_OUT1_CON8 (0x23e4)
698
#define ETDM_OUT2_CON8 (0x23e8)
699
#define GASRC_TIMING_CON0 (0x2414)
700
#define GASRC_TIMING_CON1 (0x2418)
701
#define GASRC_TIMING_CON2 (0x241c)
702
#define GASRC_TIMING_CON3 (0x2420)
703
#define GASRC_TIMING_CON4 (0x2424)
704
#define GASRC_TIMING_CON5 (0x2428)
705
#define GASRC_TIMING_CON6 (0x242c)
706
#define GASRC_TIMING_CON7 (0x2430)
707
#define A3_A4_TIMING_SEL0 (0x2440)
708
#define A3_A4_TIMING_SEL1 (0x2444)
709
#define A3_A4_TIMING_SEL2 (0x2448)
710
#define A3_A4_TIMING_SEL3 (0x244c)
711
#define A3_A4_TIMING_SEL4 (0x2450)
712
#define A3_A4_TIMING_SEL5 (0x2454)
713
#define A3_A4_TIMING_SEL6 (0x2458)
714
#define ASYS_TOP_DEBUG (0x2500)
715
#define AFE_DPTX_CON (0x2558)
716
#define AFE_DPTX_MON (0x255c)
717
#define AFE_ADDA_DL_SRC2_CON0 (0x2d00)
718
#define AFE_ADDA_DL_SRC2_CON1 (0x2d04)
719
#define AFE_ADDA_TOP_CON0 (0x2d0c)
720
#define AFE_ADDA_UL_DL_CON0 (0x2d10)
721
#define AFE_ADDA_SRC_DEBUG (0x2d14)
722
#define AFE_ADDA_SRC_DEBUG_MON0 (0x2d18)
723
#define AFE_ADDA_SRC_DEBUG_MON1 (0x2d20)
724
#define AFE_ADDA_PREDIS_CON0 (0x2d24)
725
#define AFE_ADDA_PREDIS_CON1 (0x2d28)
726
#define AFE_ADDA_PREDIS_CON2 (0x2d2c)
727
#define AFE_ADDA_PREDIS_CON3 (0x2d30)
728
#define AFE_ADDA_DL_SDM_DCCOMP_CON (0x2d34)
729
#define AFE_ADDA_DL_SDM_TEST (0x2d38)
730
#define AFE_ADDA_DL_DC_COMP_CFG0 (0x2d3c)
731
#define AFE_ADDA_DL_DC_COMP_CFG1 (0x2d40)
732
#define AFE_ADDA_DL_SDM_FIFO_MON (0x2d44)
733
#define AFE_ADDA_DL_SRC_LCH_MON (0x2d50)
734
#define AFE_ADDA_DL_SRC_RCH_MON (0x2d54)
735
#define AFE_ADDA_DL_SDM_OUT_MON (0x2d58)
736
#define AFE_ADDA_DL_SDM_DITHER_CON (0x2d5c)
737
#define AFE_ADDA_DL_SDM_AUTO_RESET_CON (0x2d60)
738
#define AFE_ADDA_UL_SRC_CON0 (0x2e3c)
739
#define AFE_ADDA_UL_SRC_CON1 (0x2e40)
740
#define AFE_CONN0 (0x3000)
741
#define AFE_CONN0_1 (0x3004)
742
#define AFE_CONN0_2 (0x3008)
743
#define AFE_CONN0_3 (0x300c)
744
#define AFE_CONN0_4 (0x3010)
745
#define AFE_CONN1 (0x3014)
746
#define AFE_CONN1_1 (0x3018)
747
#define AFE_CONN1_2 (0x301c)
748
#define AFE_CONN1_3 (0x3020)
749
#define AFE_CONN1_4 (0x3024)
750
#define AFE_CONN2 (0x3028)
751
#define AFE_CONN2_1 (0x302c)
752
#define AFE_CONN2_2 (0x3030)
753
#define AFE_CONN2_3 (0x3034)
754
#define AFE_CONN2_4 (0x3038)
755
#define AFE_CONN3 (0x303c)
756
#define AFE_CONN3_1 (0x3040)
757
#define AFE_CONN3_2 (0x3044)
758
#define AFE_CONN3_3 (0x3048)
759
#define AFE_CONN3_4 (0x304c)
760
#define AFE_CONN4 (0x3050)
761
#define AFE_CONN4_1 (0x3054)
762
#define AFE_CONN4_2 (0x3058)
763
#define AFE_CONN4_3 (0x305c)
764
#define AFE_CONN4_4 (0x3060)
765
#define AFE_CONN5 (0x3064)
766
#define AFE_CONN5_1 (0x3068)
767
#define AFE_CONN5_2 (0x306c)
768
#define AFE_CONN5_3 (0x3070)
769
#define AFE_CONN5_4 (0x3074)
770
#define AFE_CONN6 (0x3078)
771
#define AFE_CONN6_1 (0x307c)
772
#define AFE_CONN6_2 (0x3080)
773
#define AFE_CONN6_3 (0x3084)
774
#define AFE_CONN6_4 (0x3088)
775
#define AFE_CONN7 (0x308c)
776
#define AFE_CONN7_1 (0x3090)
777
#define AFE_CONN7_2 (0x3094)
778
#define AFE_CONN7_3 (0x3098)
779
#define AFE_CONN7_4 (0x309c)
780
#define AFE_CONN8 (0x30a0)
781
#define AFE_CONN8_1 (0x30a4)
782
#define AFE_CONN8_2 (0x30a8)
783
#define AFE_CONN8_3 (0x30ac)
784
#define AFE_CONN8_4 (0x30b0)
785
#define AFE_CONN9 (0x30b4)
786
#define AFE_CONN9_1 (0x30b8)
787
#define AFE_CONN9_2 (0x30bc)
788
#define AFE_CONN9_3 (0x30c0)
789
#define AFE_CONN9_4 (0x30c4)
790
#define AFE_CONN10 (0x30c8)
791
#define AFE_CONN10_1 (0x30cc)
792
#define AFE_CONN10_2 (0x30d0)
793
#define AFE_CONN10_3 (0x30d4)
794
#define AFE_CONN10_4 (0x30d8)
795
#define AFE_CONN11 (0x30dc)
796
#define AFE_CONN11_1 (0x30e0)
797
#define AFE_CONN11_2 (0x30e4)
798
#define AFE_CONN11_3 (0x30e8)
799
#define AFE_CONN11_4 (0x30ec)
800
#define AFE_CONN12 (0x30f0)
801
#define AFE_CONN12_1 (0x30f4)
802
#define AFE_CONN12_2 (0x30f8)
803
#define AFE_CONN12_3 (0x30fc)
804
#define AFE_CONN12_4 (0x3100)
805
#define AFE_CONN13 (0x3104)
806
#define AFE_CONN13_1 (0x3108)
807
#define AFE_CONN13_2 (0x310c)
808
#define AFE_CONN13_3 (0x3110)
809
#define AFE_CONN13_4 (0x3114)
810
#define AFE_CONN14 (0x3118)
811
#define AFE_CONN14_1 (0x311c)
812
#define AFE_CONN14_2 (0x3120)
813
#define AFE_CONN14_3 (0x3124)
814
#define AFE_CONN14_4 (0x3128)
815
#define AFE_CONN15 (0x312c)
816
#define AFE_CONN15_1 (0x3130)
817
#define AFE_CONN15_2 (0x3134)
818
#define AFE_CONN15_3 (0x3138)
819
#define AFE_CONN15_4 (0x313c)
820
#define AFE_CONN16 (0x3140)
821
#define AFE_CONN16_1 (0x3144)
822
#define AFE_CONN16_2 (0x3148)
823
#define AFE_CONN16_3 (0x314c)
824
#define AFE_CONN16_4 (0x3150)
825
#define AFE_CONN17 (0x3154)
826
#define AFE_CONN17_1 (0x3158)
827
#define AFE_CONN17_2 (0x315c)
828
#define AFE_CONN17_3 (0x3160)
829
#define AFE_CONN17_4 (0x3164)
830
#define AFE_CONN18 (0x3168)
831
#define AFE_CONN18_1 (0x316c)
832
#define AFE_CONN18_2 (0x3170)
833
#define AFE_CONN18_3 (0x3174)
834
#define AFE_CONN18_4 (0x3178)
835
#define AFE_CONN19 (0x317c)
836
#define AFE_CONN19_1 (0x3180)
837
#define AFE_CONN19_2 (0x3184)
838
#define AFE_CONN19_3 (0x3188)
839
#define AFE_CONN19_4 (0x318c)
840
#define AFE_CONN20 (0x3190)
841
#define AFE_CONN20_1 (0x3194)
842
#define AFE_CONN20_2 (0x3198)
843
#define AFE_CONN20_3 (0x319c)
844
#define AFE_CONN20_4 (0x31a0)
845
#define AFE_CONN21 (0x31a4)
846
#define AFE_CONN21_1 (0x31a8)
847
#define AFE_CONN21_2 (0x31ac)
848
#define AFE_CONN21_3 (0x31b0)
849
#define AFE_CONN21_4 (0x31b4)
850
#define AFE_CONN22 (0x31b8)
851
#define AFE_CONN22_1 (0x31bc)
852
#define AFE_CONN22_2 (0x31c0)
853
#define AFE_CONN22_3 (0x31c4)
854
#define AFE_CONN22_4 (0x31c8)
855
#define AFE_CONN23 (0x31cc)
856
#define AFE_CONN23_1 (0x31d0)
857
#define AFE_CONN23_2 (0x31d4)
858
#define AFE_CONN23_3 (0x31d8)
859
#define AFE_CONN23_4 (0x31dc)
860
#define AFE_CONN24 (0x31e0)
861
#define AFE_CONN24_1 (0x31e4)
862
#define AFE_CONN24_2 (0x31e8)
863
#define AFE_CONN24_3 (0x31ec)
864
#define AFE_CONN24_4 (0x31f0)
865
#define AFE_CONN25 (0x31f4)
866
#define AFE_CONN25_1 (0x31f8)
867
#define AFE_CONN25_2 (0x31fc)
868
#define AFE_CONN25_3 (0x3200)
869
#define AFE_CONN25_4 (0x3204)
870
#define AFE_CONN26 (0x3208)
871
#define AFE_CONN26_1 (0x320c)
872
#define AFE_CONN26_2 (0x3210)
873
#define AFE_CONN26_3 (0x3214)
874
#define AFE_CONN26_4 (0x3218)
875
#define AFE_CONN27 (0x321c)
876
#define AFE_CONN27_1 (0x3220)
877
#define AFE_CONN27_2 (0x3224)
878
#define AFE_CONN27_3 (0x3228)
879
#define AFE_CONN27_4 (0x322c)
880
#define AFE_CONN28 (0x3230)
881
#define AFE_CONN28_1 (0x3234)
882
#define AFE_CONN28_2 (0x3238)
883
#define AFE_CONN28_3 (0x323c)
884
#define AFE_CONN28_4 (0x3240)
885
#define AFE_CONN29 (0x3244)
886
#define AFE_CONN29_1 (0x3248)
887
#define AFE_CONN29_2 (0x324c)
888
#define AFE_CONN29_3 (0x3250)
889
#define AFE_CONN29_4 (0x3254)
890
#define AFE_CONN30 (0x3258)
891
#define AFE_CONN30_1 (0x325c)
892
#define AFE_CONN30_2 (0x3260)
893
#define AFE_CONN30_3 (0x3264)
894
#define AFE_CONN30_4 (0x3268)
895
#define AFE_CONN31 (0x326c)
896
#define AFE_CONN31_1 (0x3270)
897
#define AFE_CONN31_2 (0x3274)
898
#define AFE_CONN31_3 (0x3278)
899
#define AFE_CONN31_4 (0x327c)
900
#define AFE_CONN32 (0x3280)
901
#define AFE_CONN32_1 (0x3284)
902
#define AFE_CONN32_2 (0x3288)
903
#define AFE_CONN32_3 (0x328c)
904
#define AFE_CONN32_4 (0x3290)
905
#define AFE_CONN33 (0x3294)
906
#define AFE_CONN33_1 (0x3298)
907
#define AFE_CONN33_2 (0x329c)
908
#define AFE_CONN33_3 (0x32a0)
909
#define AFE_CONN33_4 (0x32a4)
910
#define AFE_CONN34 (0x32a8)
911
#define AFE_CONN34_1 (0x32ac)
912
#define AFE_CONN34_2 (0x32b0)
913
#define AFE_CONN34_3 (0x32b4)
914
#define AFE_CONN34_4 (0x32b8)
915
#define AFE_CONN35 (0x32bc)
916
#define AFE_CONN35_1 (0x32c0)
917
#define AFE_CONN35_2 (0x32c4)
918
#define AFE_CONN35_3 (0x32c8)
919
#define AFE_CONN35_4 (0x32cc)
920
#define AFE_CONN36 (0x32d0)
921
#define AFE_CONN36_1 (0x32d4)
922
#define AFE_CONN36_2 (0x32d8)
923
#define AFE_CONN36_3 (0x32dc)
924
#define AFE_CONN36_4 (0x32e0)
925
#define AFE_CONN37 (0x32e4)
926
#define AFE_CONN37_1 (0x32e8)
927
#define AFE_CONN37_2 (0x32ec)
928
#define AFE_CONN37_3 (0x32f0)
929
#define AFE_CONN37_4 (0x32f4)
930
#define AFE_CONN38 (0x32f8)
931
#define AFE_CONN38_1 (0x32fc)
932
#define AFE_CONN38_2 (0x3300)
933
#define AFE_CONN38_3 (0x3304)
934
#define AFE_CONN38_4 (0x3308)
935
#define AFE_CONN39 (0x330c)
936
#define AFE_CONN39_1 (0x3310)
937
#define AFE_CONN39_2 (0x3314)
938
#define AFE_CONN39_3 (0x3318)
939
#define AFE_CONN39_4 (0x331c)
940
#define AFE_CONN40 (0x3320)
941
#define AFE_CONN40_1 (0x3324)
942
#define AFE_CONN40_2 (0x3328)
943
#define AFE_CONN40_3 (0x332c)
944
#define AFE_CONN40_4 (0x3330)
945
#define AFE_CONN41 (0x3334)
946
#define AFE_CONN41_1 (0x3338)
947
#define AFE_CONN41_2 (0x333c)
948
#define AFE_CONN41_3 (0x3340)
949
#define AFE_CONN41_4 (0x3344)
950
#define AFE_CONN42 (0x3348)
951
#define AFE_CONN42_1 (0x334c)
952
#define AFE_CONN42_2 (0x3350)
953
#define AFE_CONN42_3 (0x3354)
954
#define AFE_CONN42_4 (0x3358)
955
#define AFE_CONN43 (0x335c)
956
#define AFE_CONN43_1 (0x3360)
957
#define AFE_CONN43_2 (0x3364)
958
#define AFE_CONN43_3 (0x3368)
959
#define AFE_CONN43_4 (0x336c)
960
#define AFE_CONN44 (0x3370)
961
#define AFE_CONN44_1 (0x3374)
962
#define AFE_CONN44_2 (0x3378)
963
#define AFE_CONN44_3 (0x337c)
964
#define AFE_CONN44_4 (0x3380)
965
#define AFE_CONN45 (0x3384)
966
#define AFE_CONN45_1 (0x3388)
967
#define AFE_CONN45_2 (0x338c)
968
#define AFE_CONN45_3 (0x3390)
969
#define AFE_CONN45_4 (0x3394)
970
#define AFE_CONN46 (0x3398)
971
#define AFE_CONN46_1 (0x339c)
972
#define AFE_CONN46_2 (0x33a0)
973
#define AFE_CONN46_3 (0x33a4)
974
#define AFE_CONN46_4 (0x33a8)
975
#define AFE_CONN47 (0x33ac)
976
#define AFE_CONN47_1 (0x33b0)
977
#define AFE_CONN47_2 (0x33b4)
978
#define AFE_CONN47_3 (0x33b8)
979
#define AFE_CONN47_4 (0x33bc)
980
#define AFE_CONN48 (0x33c0)
981
#define AFE_CONN48_1 (0x33c4)
982
#define AFE_CONN48_2 (0x33c8)
983
#define AFE_CONN48_3 (0x33cc)
984
#define AFE_CONN48_4 (0x33d0)
985
#define AFE_CONN49 (0x33d4)
986
#define AFE_CONN49_1 (0x33d8)
987
#define AFE_CONN49_2 (0x33dc)
988
#define AFE_CONN49_3 (0x33e0)
989
#define AFE_CONN49_4 (0x33e4)
990
#define AFE_CONN50 (0x33e8)
991
#define AFE_CONN50_1 (0x33ec)
992
#define AFE_CONN50_2 (0x33f0)
993
#define AFE_CONN50_3 (0x33f4)
994
#define AFE_CONN50_4 (0x33f8)
995
#define AFE_CONN51 (0x33fc)
996
#define AFE_CONN51_1 (0x3400)
997
#define AFE_CONN51_2 (0x3404)
998
#define AFE_CONN51_3 (0x3408)
999
#define AFE_CONN51_4 (0x340c)
1000
#define AFE_CONN52 (0x3410)
1001
#define AFE_CONN52_1 (0x3414)
1002
#define AFE_CONN52_2 (0x3418)
1003
#define AFE_CONN52_3 (0x341c)
1004
#define AFE_CONN52_4 (0x3420)
1005
#define AFE_CONN53 (0x3424)
1006
#define AFE_CONN53_1 (0x3428)
1007
#define AFE_CONN53_2 (0x342c)
1008
#define AFE_CONN53_3 (0x3430)
1009
#define AFE_CONN53_4 (0x3434)
1010
#define AFE_CONN54 (0x3438)
1011
#define AFE_CONN54_1 (0x343c)
1012
#define AFE_CONN54_2 (0x3440)
1013
#define AFE_CONN54_3 (0x3444)
1014
#define AFE_CONN54_4 (0x3448)
1015
#define AFE_CONN55 (0x344c)
1016
#define AFE_CONN55_1 (0x3450)
1017
#define AFE_CONN55_2 (0x3454)
1018
#define AFE_CONN55_3 (0x3458)
1019
#define AFE_CONN55_4 (0x345c)
1020
#define AFE_CONN56 (0x3460)
1021
#define AFE_CONN56_1 (0x3464)
1022
#define AFE_CONN56_2 (0x3468)
1023
#define AFE_CONN56_3 (0x346c)
1024
#define AFE_CONN56_4 (0x3470)
1025
#define AFE_CONN57 (0x3474)
1026
#define AFE_CONN57_1 (0x3478)
1027
#define AFE_CONN57_2 (0x347c)
1028
#define AFE_CONN57_3 (0x3480)
1029
#define AFE_CONN57_4 (0x3484)
1030
#define AFE_CONN58 (0x3488)
1031
#define AFE_CONN58_1 (0x348c)
1032
#define AFE_CONN58_2 (0x3490)
1033
#define AFE_CONN58_3 (0x3494)
1034
#define AFE_CONN58_4 (0x3498)
1035
#define AFE_CONN59 (0x349c)
1036
#define AFE_CONN59_1 (0x34a0)
1037
#define AFE_CONN59_2 (0x34a4)
1038
#define AFE_CONN59_3 (0x34a8)
1039
#define AFE_CONN59_4 (0x34ac)
1040
#define AFE_CONN60 (0x34b0)
1041
#define AFE_CONN60_1 (0x34b4)
1042
#define AFE_CONN60_2 (0x34b8)
1043
#define AFE_CONN60_3 (0x34bc)
1044
#define AFE_CONN60_4 (0x34c0)
1045
#define AFE_CONN61 (0x34c4)
1046
#define AFE_CONN61_1 (0x34c8)
1047
#define AFE_CONN61_2 (0x34cc)
1048
#define AFE_CONN61_3 (0x34d0)
1049
#define AFE_CONN61_4 (0x34d4)
1050
#define AFE_CONN62 (0x34d8)
1051
#define AFE_CONN62_1 (0x34dc)
1052
#define AFE_CONN62_2 (0x34e0)
1053
#define AFE_CONN62_3 (0x34e4)
1054
#define AFE_CONN62_4 (0x34e8)
1055
#define AFE_CONN63 (0x34ec)
1056
#define AFE_CONN63_1 (0x34f0)
1057
#define AFE_CONN63_2 (0x34f4)
1058
#define AFE_CONN63_3 (0x34f8)
1059
#define AFE_CONN63_4 (0x34fc)
1060
#define AFE_CONN64 (0x3500)
1061
#define AFE_CONN64_1 (0x3504)
1062
#define AFE_CONN64_2 (0x3508)
1063
#define AFE_CONN64_3 (0x350c)
1064
#define AFE_CONN64_4 (0x3510)
1065
#define AFE_CONN65 (0x3514)
1066
#define AFE_CONN65_1 (0x3518)
1067
#define AFE_CONN65_2 (0x351c)
1068
#define AFE_CONN65_3 (0x3520)
1069
#define AFE_CONN65_4 (0x3524)
1070
#define AFE_CONN66 (0x3528)
1071
#define AFE_CONN66_1 (0x352c)
1072
#define AFE_CONN66_2 (0x3530)
1073
#define AFE_CONN66_3 (0x3534)
1074
#define AFE_CONN66_4 (0x3538)
1075
#define AFE_CONN67 (0x353c)
1076
#define AFE_CONN67_1 (0x3540)
1077
#define AFE_CONN67_2 (0x3544)
1078
#define AFE_CONN67_3 (0x3548)
1079
#define AFE_CONN67_4 (0x354c)
1080
#define AFE_CONN68 (0x3550)
1081
#define AFE_CONN68_1 (0x3554)
1082
#define AFE_CONN68_2 (0x3558)
1083
#define AFE_CONN68_3 (0x355c)
1084
#define AFE_CONN68_4 (0x3560)
1085
#define AFE_CONN69 (0x3564)
1086
#define AFE_CONN69_1 (0x3568)
1087
#define AFE_CONN69_2 (0x356c)
1088
#define AFE_CONN69_3 (0x3570)
1089
#define AFE_CONN69_4 (0x3574)
1090
#define AFE_CONN70 (0x3578)
1091
#define AFE_CONN70_1 (0x357c)
1092
#define AFE_CONN70_2 (0x3580)
1093
#define AFE_CONN70_3 (0x3584)
1094
#define AFE_CONN70_4 (0x3588)
1095
#define AFE_CONN71 (0x358c)
1096
#define AFE_CONN71_1 (0x3590)
1097
#define AFE_CONN71_2 (0x3594)
1098
#define AFE_CONN71_3 (0x3598)
1099
#define AFE_CONN71_4 (0x359c)
1100
#define AFE_CONN72 (0x35a0)
1101
#define AFE_CONN72_1 (0x35a4)
1102
#define AFE_CONN72_2 (0x35a8)
1103
#define AFE_CONN72_3 (0x35ac)
1104
#define AFE_CONN72_4 (0x35b0)
1105
#define AFE_CONN73 (0x35b4)
1106
#define AFE_CONN73_1 (0x35b8)
1107
#define AFE_CONN73_2 (0x35bc)
1108
#define AFE_CONN73_3 (0x35c0)
1109
#define AFE_CONN73_4 (0x35c4)
1110
#define AFE_CONN74 (0x35c8)
1111
#define AFE_CONN74_1 (0x35cc)
1112
#define AFE_CONN74_2 (0x35d0)
1113
#define AFE_CONN74_3 (0x35d4)
1114
#define AFE_CONN74_4 (0x35d8)
1115
#define AFE_CONN75 (0x35dc)
1116
#define AFE_CONN75_1 (0x35e0)
1117
#define AFE_CONN75_2 (0x35e4)
1118
#define AFE_CONN75_3 (0x35e8)
1119
#define AFE_CONN75_4 (0x35ec)
1120
#define AFE_CONN76 (0x35f0)
1121
#define AFE_CONN76_1 (0x35f4)
1122
#define AFE_CONN76_2 (0x35f8)
1123
#define AFE_CONN76_3 (0x35fc)
1124
#define AFE_CONN76_4 (0x3600)
1125
#define AFE_CONN77 (0x3604)
1126
#define AFE_CONN77_1 (0x3608)
1127
#define AFE_CONN77_2 (0x360c)
1128
#define AFE_CONN77_3 (0x3610)
1129
#define AFE_CONN77_4 (0x3614)
1130
#define AFE_CONN78 (0x3618)
1131
#define AFE_CONN78_1 (0x361c)
1132
#define AFE_CONN78_2 (0x3620)
1133
#define AFE_CONN78_3 (0x3624)
1134
#define AFE_CONN78_4 (0x3628)
1135
#define AFE_CONN79 (0x362c)
1136
#define AFE_CONN79_1 (0x3630)
1137
#define AFE_CONN79_2 (0x3634)
1138
#define AFE_CONN79_3 (0x3638)
1139
#define AFE_CONN79_4 (0x363c)
1140
#define AFE_CONN80 (0x3640)
1141
#define AFE_CONN80_1 (0x3644)
1142
#define AFE_CONN80_2 (0x3648)
1143
#define AFE_CONN80_3 (0x364c)
1144
#define AFE_CONN80_4 (0x3650)
1145
#define AFE_CONN81 (0x3654)
1146
#define AFE_CONN81_1 (0x3658)
1147
#define AFE_CONN81_2 (0x365c)
1148
#define AFE_CONN81_3 (0x3660)
1149
#define AFE_CONN81_4 (0x3664)
1150
#define AFE_CONN82 (0x3668)
1151
#define AFE_CONN82_1 (0x366c)
1152
#define AFE_CONN82_2 (0x3670)
1153
#define AFE_CONN82_3 (0x3674)
1154
#define AFE_CONN82_4 (0x3678)
1155
#define AFE_CONN83 (0x367c)
1156
#define AFE_CONN83_1 (0x3680)
1157
#define AFE_CONN83_2 (0x3684)
1158
#define AFE_CONN83_3 (0x3688)
1159
#define AFE_CONN83_4 (0x368c)
1160
#define AFE_CONN84 (0x3690)
1161
#define AFE_CONN84_1 (0x3694)
1162
#define AFE_CONN84_2 (0x3698)
1163
#define AFE_CONN84_3 (0x369c)
1164
#define AFE_CONN84_4 (0x36a0)
1165
#define AFE_CONN85 (0x36a4)
1166
#define AFE_CONN85_1 (0x36a8)
1167
#define AFE_CONN85_2 (0x36ac)
1168
#define AFE_CONN85_3 (0x36b0)
1169
#define AFE_CONN85_4 (0x36b4)
1170
#define AFE_CONN86 (0x36b8)
1171
#define AFE_CONN86_1 (0x36bc)
1172
#define AFE_CONN86_2 (0x36c0)
1173
#define AFE_CONN86_3 (0x36c4)
1174
#define AFE_CONN86_4 (0x36c8)
1175
#define AFE_CONN87 (0x36cc)
1176
#define AFE_CONN87_1 (0x36d0)
1177
#define AFE_CONN87_2 (0x36d4)
1178
#define AFE_CONN87_3 (0x36d8)
1179
#define AFE_CONN87_4 (0x36dc)
1180
#define AFE_CONN88 (0x36e0)
1181
#define AFE_CONN88_1 (0x36e4)
1182
#define AFE_CONN88_2 (0x36e8)
1183
#define AFE_CONN88_3 (0x36ec)
1184
#define AFE_CONN88_4 (0x36f0)
1185
#define AFE_CONN89 (0x36f4)
1186
#define AFE_CONN89_1 (0x36f8)
1187
#define AFE_CONN89_2 (0x36fc)
1188
#define AFE_CONN89_3 (0x3700)
1189
#define AFE_CONN89_4 (0x3704)
1190
#define AFE_CONN90 (0x3708)
1191
#define AFE_CONN90_1 (0x370c)
1192
#define AFE_CONN90_2 (0x3710)
1193
#define AFE_CONN90_3 (0x3714)
1194
#define AFE_CONN90_4 (0x3718)
1195
#define AFE_CONN91 (0x371c)
1196
#define AFE_CONN91_1 (0x3720)
1197
#define AFE_CONN91_2 (0x3724)
1198
#define AFE_CONN91_3 (0x3728)
1199
#define AFE_CONN91_4 (0x372c)
1200
#define AFE_CONN92 (0x3730)
1201
#define AFE_CONN92_1 (0x3734)
1202
#define AFE_CONN92_2 (0x3738)
1203
#define AFE_CONN92_3 (0x373c)
1204
#define AFE_CONN92_4 (0x3740)
1205
#define AFE_CONN93 (0x3744)
1206
#define AFE_CONN93_1 (0x3748)
1207
#define AFE_CONN93_2 (0x374c)
1208
#define AFE_CONN93_3 (0x3750)
1209
#define AFE_CONN93_4 (0x3754)
1210
#define AFE_CONN94 (0x3758)
1211
#define AFE_CONN94_1 (0x375c)
1212
#define AFE_CONN94_2 (0x3760)
1213
#define AFE_CONN94_3 (0x3764)
1214
#define AFE_CONN94_4 (0x3768)
1215
#define AFE_CONN95 (0x376c)
1216
#define AFE_CONN95_1 (0x3770)
1217
#define AFE_CONN95_2 (0x3774)
1218
#define AFE_CONN95_3 (0x3778)
1219
#define AFE_CONN95_4 (0x377c)
1220
#define AFE_CONN96 (0x3780)
1221
#define AFE_CONN96_1 (0x3784)
1222
#define AFE_CONN96_2 (0x3788)
1223
#define AFE_CONN96_3 (0x378c)
1224
#define AFE_CONN96_4 (0x3790)
1225
#define AFE_CONN97 (0x3794)
1226
#define AFE_CONN97_1 (0x3798)
1227
#define AFE_CONN97_2 (0x379c)
1228
#define AFE_CONN97_3 (0x37a0)
1229
#define AFE_CONN97_4 (0x37a4)
1230
#define AFE_CONN98 (0x37a8)
1231
#define AFE_CONN98_1 (0x37ac)
1232
#define AFE_CONN98_2 (0x37b0)
1233
#define AFE_CONN98_3 (0x37b4)
1234
#define AFE_CONN98_4 (0x37b8)
1235
#define AFE_CONN99 (0x37bc)
1236
#define AFE_CONN99_1 (0x37c0)
1237
#define AFE_CONN99_2 (0x37c4)
1238
#define AFE_CONN99_3 (0x37c8)
1239
#define AFE_CONN99_4 (0x37cc)
1240
#define AFE_CONN100 (0x37d0)
1241
#define AFE_CONN100_1 (0x37d4)
1242
#define AFE_CONN100_2 (0x37d8)
1243
#define AFE_CONN100_3 (0x37dc)
1244
#define AFE_CONN100_4 (0x37e0)
1245
#define AFE_CONN101 (0x37e4)
1246
#define AFE_CONN101_1 (0x37e8)
1247
#define AFE_CONN101_2 (0x37ec)
1248
#define AFE_CONN101_3 (0x37f0)
1249
#define AFE_CONN101_4 (0x37f4)
1250
#define AFE_CONN102 (0x37f8)
1251
#define AFE_CONN102_1 (0x37fc)
1252
#define AFE_CONN102_2 (0x3800)
1253
#define AFE_CONN102_3 (0x3804)
1254
#define AFE_CONN102_4 (0x3808)
1255
#define AFE_CONN103 (0x380c)
1256
#define AFE_CONN103_1 (0x3810)
1257
#define AFE_CONN103_2 (0x3814)
1258
#define AFE_CONN103_3 (0x3818)
1259
#define AFE_CONN103_4 (0x381c)
1260
#define AFE_CONN104 (0x3820)
1261
#define AFE_CONN104_1 (0x3824)
1262
#define AFE_CONN104_2 (0x3828)
1263
#define AFE_CONN104_3 (0x382c)
1264
#define AFE_CONN104_4 (0x3830)
1265
#define AFE_CONN105 (0x3834)
1266
#define AFE_CONN105_1 (0x3838)
1267
#define AFE_CONN105_2 (0x383c)
1268
#define AFE_CONN105_3 (0x3840)
1269
#define AFE_CONN105_4 (0x3844)
1270
#define AFE_CONN106 (0x3848)
1271
#define AFE_CONN106_1 (0x384c)
1272
#define AFE_CONN106_2 (0x3850)
1273
#define AFE_CONN106_3 (0x3854)
1274
#define AFE_CONN106_4 (0x3858)
1275
#define AFE_CONN107 (0x385c)
1276
#define AFE_CONN107_1 (0x3860)
1277
#define AFE_CONN107_2 (0x3864)
1278
#define AFE_CONN107_3 (0x3868)
1279
#define AFE_CONN107_4 (0x386c)
1280
#define AFE_CONN108 (0x3870)
1281
#define AFE_CONN108_1 (0x3874)
1282
#define AFE_CONN108_2 (0x3878)
1283
#define AFE_CONN108_3 (0x387c)
1284
#define AFE_CONN108_4 (0x3880)
1285
#define AFE_CONN109 (0x3884)
1286
#define AFE_CONN109_1 (0x3888)
1287
#define AFE_CONN109_2 (0x388c)
1288
#define AFE_CONN109_3 (0x3890)
1289
#define AFE_CONN109_4 (0x3894)
1290
#define AFE_CONN110 (0x3898)
1291
#define AFE_CONN110_1 (0x389c)
1292
#define AFE_CONN110_2 (0x38a0)
1293
#define AFE_CONN110_3 (0x38a4)
1294
#define AFE_CONN110_4 (0x38a8)
1295
#define AFE_CONN111 (0x38ac)
1296
#define AFE_CONN111_1 (0x38b0)
1297
#define AFE_CONN111_2 (0x38b4)
1298
#define AFE_CONN111_3 (0x38b8)
1299
#define AFE_CONN111_4 (0x38bc)
1300
#define AFE_CONN112 (0x38c0)
1301
#define AFE_CONN112_1 (0x38c4)
1302
#define AFE_CONN112_2 (0x38c8)
1303
#define AFE_CONN112_3 (0x38cc)
1304
#define AFE_CONN112_4 (0x38d0)
1305
#define AFE_CONN113 (0x38d4)
1306
#define AFE_CONN113_1 (0x38d8)
1307
#define AFE_CONN113_2 (0x38dc)
1308
#define AFE_CONN113_3 (0x38e0)
1309
#define AFE_CONN113_4 (0x38e4)
1310
#define AFE_CONN114 (0x38e8)
1311
#define AFE_CONN114_1 (0x38ec)
1312
#define AFE_CONN114_2 (0x38f0)
1313
#define AFE_CONN114_3 (0x38f4)
1314
#define AFE_CONN114_4 (0x38f8)
1315
#define AFE_CONN115 (0x38fc)
1316
#define AFE_CONN115_1 (0x3900)
1317
#define AFE_CONN115_2 (0x3904)
1318
#define AFE_CONN115_3 (0x3908)
1319
#define AFE_CONN115_4 (0x390c)
1320
#define AFE_CONN116 (0x3910)
1321
#define AFE_CONN116_1 (0x3914)
1322
#define AFE_CONN116_2 (0x3918)
1323
#define AFE_CONN116_3 (0x391c)
1324
#define AFE_CONN116_4 (0x3920)
1325
#define AFE_CONN117 (0x3924)
1326
#define AFE_CONN117_1 (0x3928)
1327
#define AFE_CONN117_2 (0x392c)
1328
#define AFE_CONN117_3 (0x3930)
1329
#define AFE_CONN117_4 (0x3934)
1330
#define AFE_CONN118 (0x3938)
1331
#define AFE_CONN118_1 (0x393c)
1332
#define AFE_CONN118_2 (0x3940)
1333
#define AFE_CONN118_3 (0x3944)
1334
#define AFE_CONN118_4 (0x3948)
1335
#define AFE_CONN119 (0x394c)
1336
#define AFE_CONN119_1 (0x3950)
1337
#define AFE_CONN119_2 (0x3954)
1338
#define AFE_CONN119_3 (0x3958)
1339
#define AFE_CONN119_4 (0x395c)
1340
#define AFE_CONN120 (0x3960)
1341
#define AFE_CONN120_1 (0x3964)
1342
#define AFE_CONN120_2 (0x3968)
1343
#define AFE_CONN120_3 (0x396c)
1344
#define AFE_CONN120_4 (0x3970)
1345
#define AFE_CONN121 (0x3974)
1346
#define AFE_CONN121_1 (0x3978)
1347
#define AFE_CONN121_2 (0x397c)
1348
#define AFE_CONN121_3 (0x3980)
1349
#define AFE_CONN121_4 (0x3984)
1350
#define AFE_CONN122 (0x3988)
1351
#define AFE_CONN122_1 (0x398c)
1352
#define AFE_CONN122_2 (0x3990)
1353
#define AFE_CONN122_3 (0x3994)
1354
#define AFE_CONN122_4 (0x3998)
1355
#define AFE_CONN123 (0x399c)
1356
#define AFE_CONN123_1 (0x39a0)
1357
#define AFE_CONN123_2 (0x39a4)
1358
#define AFE_CONN123_3 (0x39a8)
1359
#define AFE_CONN123_4 (0x39ac)
1360
#define AFE_CONN124 (0x39b0)
1361
#define AFE_CONN124_1 (0x39b4)
1362
#define AFE_CONN124_2 (0x39b8)
1363
#define AFE_CONN124_3 (0x39bc)
1364
#define AFE_CONN124_4 (0x39c0)
1365
#define AFE_CONN125 (0x39c4)
1366
#define AFE_CONN125_1 (0x39c8)
1367
#define AFE_CONN125_2 (0x39cc)
1368
#define AFE_CONN125_3 (0x39d0)
1369
#define AFE_CONN125_4 (0x39d4)
1370
#define AFE_CONN126 (0x39d8)
1371
#define AFE_CONN126_1 (0x39dc)
1372
#define AFE_CONN126_2 (0x39e0)
1373
#define AFE_CONN126_3 (0x39e4)
1374
#define AFE_CONN126_4 (0x39e8)
1375
#define AFE_CONN127 (0x39ec)
1376
#define AFE_CONN127_1 (0x39f0)
1377
#define AFE_CONN127_2 (0x39f4)
1378
#define AFE_CONN127_3 (0x39f8)
1379
#define AFE_CONN127_4 (0x39fc)
1380
#define AFE_CONN128 (0x3a00)
1381
#define AFE_CONN128_1 (0x3a04)
1382
#define AFE_CONN128_2 (0x3a08)
1383
#define AFE_CONN128_3 (0x3a0c)
1384
#define AFE_CONN128_4 (0x3a10)
1385
#define AFE_CONN129 (0x3a14)
1386
#define AFE_CONN129_1 (0x3a18)
1387
#define AFE_CONN129_2 (0x3a1c)
1388
#define AFE_CONN129_3 (0x3a20)
1389
#define AFE_CONN129_4 (0x3a24)
1390
#define AFE_CONN130 (0x3a28)
1391
#define AFE_CONN130_1 (0x3a2c)
1392
#define AFE_CONN130_2 (0x3a30)
1393
#define AFE_CONN130_3 (0x3a34)
1394
#define AFE_CONN130_4 (0x3a38)
1395
#define AFE_CONN131 (0x3a3c)
1396
#define AFE_CONN131_1 (0x3a40)
1397
#define AFE_CONN131_2 (0x3a44)
1398
#define AFE_CONN131_3 (0x3a48)
1399
#define AFE_CONN131_4 (0x3a4c)
1400
#define AFE_CONN132 (0x3a50)
1401
#define AFE_CONN132_1 (0x3a54)
1402
#define AFE_CONN132_2 (0x3a58)
1403
#define AFE_CONN132_3 (0x3a5c)
1404
#define AFE_CONN132_4 (0x3a60)
1405
#define AFE_CONN133 (0x3a64)
1406
#define AFE_CONN133_1 (0x3a68)
1407
#define AFE_CONN133_2 (0x3a6c)
1408
#define AFE_CONN133_3 (0x3a70)
1409
#define AFE_CONN133_4 (0x3a74)
1410
#define AFE_CONN134 (0x3a78)
1411
#define AFE_CONN134_1 (0x3a7c)
1412
#define AFE_CONN134_2 (0x3a80)
1413
#define AFE_CONN134_3 (0x3a84)
1414
#define AFE_CONN134_4 (0x3a88)
1415
#define AFE_CONN135 (0x3a8c)
1416
#define AFE_CONN135_1 (0x3a90)
1417
#define AFE_CONN135_2 (0x3a94)
1418
#define AFE_CONN135_3 (0x3a98)
1419
#define AFE_CONN135_4 (0x3a9c)
1420
#define AFE_CONN136 (0x3aa0)
1421
#define AFE_CONN136_1 (0x3aa4)
1422
#define AFE_CONN136_2 (0x3aa8)
1423
#define AFE_CONN136_3 (0x3aac)
1424
#define AFE_CONN136_4 (0x3ab0)
1425
#define AFE_CONN137 (0x3ab4)
1426
#define AFE_CONN137_1 (0x3ab8)
1427
#define AFE_CONN137_2 (0x3abc)
1428
#define AFE_CONN137_3 (0x3ac0)
1429
#define AFE_CONN137_4 (0x3ac4)
1430
#define AFE_CONN138 (0x3ac8)
1431
#define AFE_CONN138_1 (0x3acc)
1432
#define AFE_CONN138_2 (0x3ad0)
1433
#define AFE_CONN138_3 (0x3ad4)
1434
#define AFE_CONN138_4 (0x3ad8)
1435
#define AFE_CONN139 (0x3adc)
1436
#define AFE_CONN139_1 (0x3ae0)
1437
#define AFE_CONN139_2 (0x3ae4)
1438
#define AFE_CONN139_3 (0x3ae8)
1439
#define AFE_CONN139_4 (0x3aec)
1440
#define AFE_CONN_RS (0x3af0)
1441
#define AFE_CONN_RS_1 (0x3af4)
1442
#define AFE_CONN_RS_2 (0x3af8)
1443
#define AFE_CONN_RS_3 (0x3afc)
1444
#define AFE_CONN_RS_4 (0x3b00)
1445
#define AFE_CONN_16BIT (0x3b04)
1446
#define AFE_CONN_16BIT_1 (0x3b08)
1447
#define AFE_CONN_16BIT_2 (0x3b0c)
1448
#define AFE_CONN_16BIT_3 (0x3b10)
1449
#define AFE_CONN_16BIT_4 (0x3b14)
1450
#define AFE_CONN_24BIT (0x3b18)
1451
#define AFE_CONN_24BIT_1 (0x3b1c)
1452
#define AFE_CONN_24BIT_2 (0x3b20)
1453
#define AFE_CONN_24BIT_3 (0x3b24)
1454
#define AFE_CONN_24BIT_4 (0x3b28)
1455
#define AFE_CONN_DI (0x3b2c)
1456
#define AFE_CONN_DI_1 (0x3b30)
1457
#define AFE_CONN_DI_2 (0x3b34)
1458
#define AFE_CONN_DI_3 (0x3b38)
1459
#define AFE_CONN_DI_4 (0x3b3c)
1460
#define AFE_CONN176 (0x3ea0)
1461
#define AFE_CONN176_1 (0x3ea4)
1462
#define AFE_CONN176_2 (0x3ea8)
1463
#define AFE_CONN176_3 (0x3eac)
1464
#define AFE_CONN176_4 (0x3eb0)
1465
#define AFE_CONN176_5 (0x3eb4)
1466
#define AFE_CONN177 (0x3eb8)
1467
#define AFE_CONN177_1 (0x3ebc)
1468
#define AFE_CONN177_2 (0x3ec0)
1469
#define AFE_CONN177_3 (0x3ec4)
1470
#define AFE_CONN177_4 (0x3ec8)
1471
#define AFE_CONN177_5 (0x3ecc)
1472
#define AFE_CONN182 (0x3f30)
1473
#define AFE_CONN182_1 (0x3f34)
1474
#define AFE_CONN182_2 (0x3f38)
1475
#define AFE_CONN182_3 (0x3f3c)
1476
#define AFE_CONN182_4 (0x3f40)
1477
#define AFE_CONN182_5 (0x3f44)
1478
#define AFE_CONN183 (0x3f48)
1479
#define AFE_CONN183_1 (0x3f4c)
1480
#define AFE_CONN183_2 (0x3f50)
1481
#define AFE_CONN183_3 (0x3f54)
1482
#define AFE_CONN183_4 (0x3f58)
1483
#define AFE_CONN183_5 (0x3f5c)
1484
#define AFE_SECURE_MASK_CONN0 (0x4000)
1485
#define AFE_SECURE_MASK_CONN0_1 (0x4004)
1486
#define AFE_SECURE_MASK_CONN0_2 (0x4008)
1487
#define AFE_SECURE_MASK_CONN0_3 (0x400c)
1488
#define AFE_SECURE_MASK_CONN0_4 (0x4010)
1489
#define AFE_SECURE_MASK_CONN1 (0x4014)
1490
#define AFE_SECURE_MASK_CONN1_1 (0x4018)
1491
#define AFE_SECURE_MASK_CONN1_2 (0x401c)
1492
#define AFE_SECURE_MASK_CONN1_3 (0x4020)
1493
#define AFE_SECURE_MASK_CONN1_4 (0x4024)
1494
#define AFE_SECURE_MASK_CONN2 (0x4028)
1495
#define AFE_SECURE_MASK_CONN2_1 (0x402c)
1496
#define AFE_SECURE_MASK_CONN2_2 (0x4030)
1497
#define AFE_SECURE_MASK_CONN2_3 (0x4034)
1498
#define AFE_SECURE_MASK_CONN2_4 (0x4038)
1499
#define AFE_SECURE_MASK_CONN3 (0x403c)
1500
#define AFE_SECURE_MASK_CONN3_1 (0x4040)
1501
#define AFE_SECURE_MASK_CONN3_2 (0x4044)
1502
#define AFE_SECURE_MASK_CONN3_3 (0x4048)
1503
#define AFE_SECURE_MASK_CONN3_4 (0x404c)
1504
#define AFE_SECURE_MASK_CONN4 (0x4050)
1505
#define AFE_SECURE_MASK_CONN4_1 (0x4054)
1506
#define AFE_SECURE_MASK_CONN4_2 (0x4058)
1507
#define AFE_SECURE_MASK_CONN4_3 (0x405c)
1508
#define AFE_SECURE_MASK_CONN4_4 (0x4060)
1509
#define AFE_SECURE_MASK_CONN5 (0x4064)
1510
#define AFE_SECURE_MASK_CONN5_1 (0x4068)
1511
#define AFE_SECURE_MASK_CONN5_2 (0x406c)
1512
#define AFE_SECURE_MASK_CONN5_3 (0x4070)
1513
#define AFE_SECURE_MASK_CONN5_4 (0x4074)
1514
#define AFE_SECURE_MASK_CONN6 (0x4078)
1515
#define AFE_SECURE_MASK_CONN6_1 (0x407c)
1516
#define AFE_SECURE_MASK_CONN6_2 (0x4080)
1517
#define AFE_SECURE_MASK_CONN6_3 (0x4084)
1518
#define AFE_SECURE_MASK_CONN6_4 (0x4088)
1519
#define AFE_SECURE_MASK_CONN7 (0x408c)
1520
#define AFE_SECURE_MASK_CONN7_1 (0x4090)
1521
#define AFE_SECURE_MASK_CONN7_2 (0x4094)
1522
#define AFE_SECURE_MASK_CONN7_3 (0x4098)
1523
#define AFE_SECURE_MASK_CONN7_4 (0x409c)
1524
#define AFE_SECURE_MASK_CONN8 (0x40a0)
1525
#define AFE_SECURE_MASK_CONN8_1 (0x40a4)
1526
#define AFE_SECURE_MASK_CONN8_2 (0x40a8)
1527
#define AFE_SECURE_MASK_CONN8_3 (0x40ac)
1528
#define AFE_SECURE_MASK_CONN8_4 (0x40b0)
1529
#define AFE_SECURE_MASK_CONN9 (0x40b4)
1530
#define AFE_SECURE_MASK_CONN9_1 (0x40b8)
1531
#define AFE_SECURE_MASK_CONN9_2 (0x40bc)
1532
#define AFE_SECURE_MASK_CONN9_3 (0x40c0)
1533
#define AFE_SECURE_MASK_CONN9_4 (0x40c4)
1534
#define AFE_SECURE_MASK_CONN10 (0x40c8)
1535
#define AFE_SECURE_MASK_CONN10_1 (0x40cc)
1536
#define AFE_SECURE_MASK_CONN10_2 (0x40d0)
1537
#define AFE_SECURE_MASK_CONN10_3 (0x40d4)
1538
#define AFE_SECURE_MASK_CONN10_4 (0x40d8)
1539
#define AFE_SECURE_MASK_CONN11 (0x40dc)
1540
#define AFE_SECURE_MASK_CONN11_1 (0x40e0)
1541
#define AFE_SECURE_MASK_CONN11_2 (0x40e4)
1542
#define AFE_SECURE_MASK_CONN11_3 (0x40e8)
1543
#define AFE_SECURE_MASK_CONN11_4 (0x40ec)
1544
#define AFE_SECURE_MASK_CONN12 (0x40f0)
1545
#define AFE_SECURE_MASK_CONN12_1 (0x40f4)
1546
#define AFE_SECURE_MASK_CONN12_2 (0x40f8)
1547
#define AFE_SECURE_MASK_CONN12_3 (0x40fc)
1548
#define AFE_SECURE_MASK_CONN12_4 (0x4100)
1549
#define AFE_SECURE_MASK_CONN13 (0x4104)
1550
#define AFE_SECURE_MASK_CONN13_1 (0x4108)
1551
#define AFE_SECURE_MASK_CONN13_2 (0x410c)
1552
#define AFE_SECURE_MASK_CONN13_3 (0x4110)
1553
#define AFE_SECURE_MASK_CONN13_4 (0x4114)
1554
#define AFE_SECURE_MASK_CONN14 (0x4118)
1555
#define AFE_SECURE_MASK_CONN14_1 (0x411c)
1556
#define AFE_SECURE_MASK_CONN14_2 (0x4120)
1557
#define AFE_SECURE_MASK_CONN14_3 (0x4124)
1558
#define AFE_SECURE_MASK_CONN14_4 (0x4128)
1559
#define AFE_SECURE_MASK_CONN15 (0x412c)
1560
#define AFE_SECURE_MASK_CONN15_1 (0x4130)
1561
#define AFE_SECURE_MASK_CONN15_2 (0x4134)
1562
#define AFE_SECURE_MASK_CONN15_3 (0x4138)
1563
#define AFE_SECURE_MASK_CONN15_4 (0x413c)
1564
#define AFE_SECURE_MASK_CONN16 (0x4140)
1565
#define AFE_SECURE_MASK_CONN16_1 (0x4144)
1566
#define AFE_SECURE_MASK_CONN16_2 (0x4148)
1567
#define AFE_SECURE_MASK_CONN16_3 (0x414c)
1568
#define AFE_SECURE_MASK_CONN16_4 (0x4150)
1569
#define AFE_SECURE_MASK_CONN17 (0x4154)
1570
#define AFE_SECURE_MASK_CONN17_1 (0x4158)
1571
#define AFE_SECURE_MASK_CONN17_2 (0x415c)
1572
#define AFE_SECURE_MASK_CONN17_3 (0x4160)
1573
#define AFE_SECURE_MASK_CONN17_4 (0x4164)
1574
#define AFE_SECURE_MASK_CONN18 (0x4168)
1575
#define AFE_SECURE_MASK_CONN18_1 (0x416c)
1576
#define AFE_SECURE_MASK_CONN18_2 (0x4170)
1577
#define AFE_SECURE_MASK_CONN18_3 (0x4174)
1578
#define AFE_SECURE_MASK_CONN18_4 (0x4178)
1579
#define AFE_SECURE_MASK_CONN19 (0x417c)
1580
#define AFE_SECURE_MASK_CONN19_1 (0x4180)
1581
#define AFE_SECURE_MASK_CONN19_2 (0x4184)
1582
#define AFE_SECURE_MASK_CONN19_3 (0x4188)
1583
#define AFE_SECURE_MASK_CONN19_4 (0x418c)
1584
#define AFE_SECURE_MASK_CONN20 (0x4190)
1585
#define AFE_SECURE_MASK_CONN20_1 (0x4194)
1586
#define AFE_SECURE_MASK_CONN20_2 (0x4198)
1587
#define AFE_SECURE_MASK_CONN20_3 (0x419c)
1588
#define AFE_SECURE_MASK_CONN20_4 (0x41a0)
1589
#define AFE_SECURE_MASK_CONN21 (0x41a4)
1590
#define AFE_SECURE_MASK_CONN21_1 (0x41a8)
1591
#define AFE_SECURE_MASK_CONN21_2 (0x41ac)
1592
#define AFE_SECURE_MASK_CONN21_3 (0x41b0)
1593
#define AFE_SECURE_MASK_CONN21_4 (0x41b4)
1594
#define AFE_SECURE_MASK_CONN22 (0x41b8)
1595
#define AFE_SECURE_MASK_CONN22_1 (0x41bc)
1596
#define AFE_SECURE_MASK_CONN22_2 (0x41c0)
1597
#define AFE_SECURE_MASK_CONN22_3 (0x41c4)
1598
#define AFE_SECURE_MASK_CONN22_4 (0x41c8)
1599
#define AFE_SECURE_MASK_CONN23 (0x41cc)
1600
#define AFE_SECURE_MASK_CONN23_1 (0x41d0)
1601
#define AFE_SECURE_MASK_CONN23_2 (0x41d4)
1602
#define AFE_SECURE_MASK_CONN23_3 (0x41d8)
1603
#define AFE_SECURE_MASK_CONN23_4 (0x41dc)
1604
#define AFE_SECURE_MASK_CONN24 (0x41e0)
1605
#define AFE_SECURE_MASK_CONN24_1 (0x41e4)
1606
#define AFE_SECURE_MASK_CONN24_2 (0x41e8)
1607
#define AFE_SECURE_MASK_CONN24_3 (0x41ec)
1608
#define AFE_SECURE_MASK_CONN24_4 (0x41f0)
1609
#define AFE_SECURE_MASK_CONN25 (0x41f4)
1610
#define AFE_SECURE_MASK_CONN25_1 (0x41f8)
1611
#define AFE_SECURE_MASK_CONN25_2 (0x41fc)
1612
#define AFE_SECURE_MASK_CONN25_3 (0x4200)
1613
#define AFE_SECURE_MASK_CONN25_4 (0x4204)
1614
#define AFE_SECURE_MASK_CONN26 (0x4208)
1615
#define AFE_SECURE_MASK_CONN26_1 (0x420c)
1616
#define AFE_SECURE_MASK_CONN26_2 (0x4210)
1617
#define AFE_SECURE_MASK_CONN26_3 (0x4214)
1618
#define AFE_SECURE_MASK_CONN26_4 (0x4218)
1619
#define AFE_SECURE_MASK_CONN27 (0x421c)
1620
#define AFE_SECURE_MASK_CONN27_1 (0x4220)
1621
#define AFE_SECURE_MASK_CONN27_2 (0x4224)
1622
#define AFE_SECURE_MASK_CONN27_3 (0x4228)
1623
#define AFE_SECURE_MASK_CONN27_4 (0x422c)
1624
#define AFE_SECURE_MASK_CONN28 (0x4230)
1625
#define AFE_SECURE_MASK_CONN28_1 (0x4234)
1626
#define AFE_SECURE_MASK_CONN28_2 (0x4238)
1627
#define AFE_SECURE_MASK_CONN28_3 (0x423c)
1628
#define AFE_SECURE_MASK_CONN28_4 (0x4240)
1629
#define AFE_SECURE_MASK_CONN29 (0x4244)
1630
#define AFE_SECURE_MASK_CONN29_1 (0x4248)
1631
#define AFE_SECURE_MASK_CONN29_2 (0x424c)
1632
#define AFE_SECURE_MASK_CONN29_3 (0x4250)
1633
#define AFE_SECURE_MASK_CONN29_4 (0x4254)
1634
#define AFE_SECURE_MASK_CONN30 (0x4258)
1635
#define AFE_SECURE_MASK_CONN30_1 (0x425c)
1636
#define AFE_SECURE_MASK_CONN30_2 (0x4260)
1637
#define AFE_SECURE_MASK_CONN30_3 (0x4264)
1638
#define AFE_SECURE_MASK_CONN30_4 (0x4268)
1639
#define AFE_SECURE_MASK_CONN31 (0x426c)
1640
#define AFE_SECURE_MASK_CONN31_1 (0x4270)
1641
#define AFE_SECURE_MASK_CONN31_2 (0x4274)
1642
#define AFE_SECURE_MASK_CONN31_3 (0x4278)
1643
#define AFE_SECURE_MASK_CONN31_4 (0x427c)
1644
#define AFE_SECURE_MASK_CONN32 (0x4280)
1645
#define AFE_SECURE_MASK_CONN32_1 (0x4284)
1646
#define AFE_SECURE_MASK_CONN32_2 (0x4288)
1647
#define AFE_SECURE_MASK_CONN32_3 (0x428c)
1648
#define AFE_SECURE_MASK_CONN32_4 (0x4290)
1649
#define AFE_SECURE_MASK_CONN33 (0x4294)
1650
#define AFE_SECURE_MASK_CONN33_1 (0x4298)
1651
#define AFE_SECURE_MASK_CONN33_2 (0x429c)
1652
#define AFE_SECURE_MASK_CONN33_3 (0x42a0)
1653
#define AFE_SECURE_MASK_CONN33_4 (0x42a4)
1654
#define AFE_SECURE_MASK_CONN34 (0x42a8)
1655
#define AFE_SECURE_MASK_CONN34_1 (0x42ac)
1656
#define AFE_SECURE_MASK_CONN34_2 (0x42b0)
1657
#define AFE_SECURE_MASK_CONN34_3 (0x42b4)
1658
#define AFE_SECURE_MASK_CONN34_4 (0x42b8)
1659
#define AFE_SECURE_MASK_CONN35 (0x42bc)
1660
#define AFE_SECURE_MASK_CONN35_1 (0x42c0)
1661
#define AFE_SECURE_MASK_CONN35_2 (0x42c4)
1662
#define AFE_SECURE_MASK_CONN35_3 (0x42c8)
1663
#define AFE_SECURE_MASK_CONN35_4 (0x42cc)
1664
#define AFE_SECURE_MASK_CONN36 (0x42d0)
1665
#define AFE_SECURE_MASK_CONN36_1 (0x42d4)
1666
#define AFE_SECURE_MASK_CONN36_2 (0x42d8)
1667
#define AFE_SECURE_MASK_CONN36_3 (0x42dc)
1668
#define AFE_SECURE_MASK_CONN36_4 (0x42e0)
1669
#define AFE_SECURE_MASK_CONN37 (0x42e4)
1670
#define AFE_SECURE_MASK_CONN37_1 (0x42e8)
1671
#define AFE_SECURE_MASK_CONN37_2 (0x42ec)
1672
#define AFE_SECURE_MASK_CONN37_3 (0x42f0)
1673
#define AFE_SECURE_MASK_CONN37_4 (0x42f4)
1674
#define AFE_SECURE_MASK_CONN38 (0x42f8)
1675
#define AFE_SECURE_MASK_CONN38_1 (0x42fc)
1676
#define AFE_SECURE_MASK_CONN38_2 (0x4300)
1677
#define AFE_SECURE_MASK_CONN38_3 (0x4304)
1678
#define AFE_SECURE_MASK_CONN38_4 (0x4308)
1679
#define AFE_SECURE_MASK_CONN39 (0x430c)
1680
#define AFE_SECURE_MASK_CONN39_1 (0x4310)
1681
#define AFE_SECURE_MASK_CONN39_2 (0x4314)
1682
#define AFE_SECURE_MASK_CONN39_3 (0x4318)
1683
#define AFE_SECURE_MASK_CONN39_4 (0x431c)
1684
#define AFE_SECURE_MASK_CONN40 (0x4320)
1685
#define AFE_SECURE_MASK_CONN40_1 (0x4324)
1686
#define AFE_SECURE_MASK_CONN40_2 (0x4328)
1687
#define AFE_SECURE_MASK_CONN40_3 (0x432c)
1688
#define AFE_SECURE_MASK_CONN40_4 (0x4330)
1689
#define AFE_SECURE_MASK_CONN41 (0x4334)
1690
#define AFE_SECURE_MASK_CONN41_1 (0x4338)
1691
#define AFE_SECURE_MASK_CONN41_2 (0x433c)
1692
#define AFE_SECURE_MASK_CONN41_3 (0x4340)
1693
#define AFE_SECURE_MASK_CONN41_4 (0x4344)
1694
#define AFE_SECURE_MASK_CONN42 (0x4348)
1695
#define AFE_SECURE_MASK_CONN42_1 (0x434c)
1696
#define AFE_SECURE_MASK_CONN42_2 (0x4350)
1697
#define AFE_SECURE_MASK_CONN42_3 (0x4354)
1698
#define AFE_SECURE_MASK_CONN42_4 (0x4358)
1699
#define AFE_SECURE_MASK_CONN43 (0x435c)
1700
#define AFE_SECURE_MASK_CONN43_1 (0x4360)
1701
#define AFE_SECURE_MASK_CONN43_2 (0x4364)
1702
#define AFE_SECURE_MASK_CONN43_3 (0x4368)
1703
#define AFE_SECURE_MASK_CONN43_4 (0x436c)
1704
#define AFE_SECURE_MASK_CONN44 (0x4370)
1705
#define AFE_SECURE_MASK_CONN44_1 (0x4374)
1706
#define AFE_SECURE_MASK_CONN44_2 (0x4378)
1707
#define AFE_SECURE_MASK_CONN44_3 (0x437c)
1708
#define AFE_SECURE_MASK_CONN44_4 (0x4380)
1709
#define AFE_SECURE_MASK_CONN45 (0x4384)
1710
#define AFE_SECURE_MASK_CONN45_1 (0x4388)
1711
#define AFE_SECURE_MASK_CONN45_2 (0x438c)
1712
#define AFE_SECURE_MASK_CONN45_3 (0x4390)
1713
#define AFE_SECURE_MASK_CONN45_4 (0x4394)
1714
#define AFE_SECURE_MASK_CONN46 (0x4398)
1715
#define AFE_SECURE_MASK_CONN46_1 (0x439c)
1716
#define AFE_SECURE_MASK_CONN46_2 (0x43a0)
1717
#define AFE_SECURE_MASK_CONN46_3 (0x43a4)
1718
#define AFE_SECURE_MASK_CONN46_4 (0x43a8)
1719
#define AFE_SECURE_MASK_CONN47 (0x43ac)
1720
#define AFE_SECURE_MASK_CONN47_1 (0x43b0)
1721
#define AFE_SECURE_MASK_CONN47_2 (0x43b4)
1722
#define AFE_SECURE_MASK_CONN47_3 (0x43b8)
1723
#define AFE_SECURE_MASK_CONN47_4 (0x43bc)
1724
#define AFE_SECURE_MASK_CONN48 (0x43c0)
1725
#define AFE_SECURE_MASK_CONN48_1 (0x43c4)
1726
#define AFE_SECURE_MASK_CONN48_2 (0x43c8)
1727
#define AFE_SECURE_MASK_CONN48_3 (0x43cc)
1728
#define AFE_SECURE_MASK_CONN48_4 (0x43d0)
1729
#define AFE_SECURE_MASK_CONN49 (0x43d4)
1730
#define AFE_SECURE_MASK_CONN49_1 (0x43d8)
1731
#define AFE_SECURE_MASK_CONN49_2 (0x43dc)
1732
#define AFE_SECURE_MASK_CONN49_3 (0x43e0)
1733
#define AFE_SECURE_MASK_CONN49_4 (0x43e4)
1734
#define AFE_SECURE_MASK_CONN50 (0x43e8)
1735
#define AFE_SECURE_MASK_CONN50_1 (0x43ec)
1736
#define AFE_SECURE_MASK_CONN50_2 (0x43f0)
1737
#define AFE_SECURE_MASK_CONN50_3 (0x43f4)
1738
#define AFE_SECURE_MASK_CONN50_4 (0x43f8)
1739
#define AFE_SECURE_MASK_CONN51 (0x43fc)
1740
#define AFE_SECURE_MASK_CONN51_1 (0x4400)
1741
#define AFE_SECURE_MASK_CONN51_2 (0x4404)
1742
#define AFE_SECURE_MASK_CONN51_3 (0x4408)
1743
#define AFE_SECURE_MASK_CONN51_4 (0x440c)
1744
#define AFE_SECURE_MASK_CONN52 (0x4410)
1745
#define AFE_SECURE_MASK_CONN52_1 (0x4414)
1746
#define AFE_SECURE_MASK_CONN52_2 (0x4418)
1747
#define AFE_SECURE_MASK_CONN52_3 (0x441c)
1748
#define AFE_SECURE_MASK_CONN52_4 (0x4420)
1749
#define AFE_SECURE_MASK_CONN53 (0x4424)
1750
#define AFE_SECURE_MASK_CONN53_1 (0x4428)
1751
#define AFE_SECURE_MASK_CONN53_2 (0x442c)
1752
#define AFE_SECURE_MASK_CONN53_3 (0x4430)
1753
#define AFE_SECURE_MASK_CONN53_4 (0x4434)
1754
#define AFE_SECURE_MASK_CONN54 (0x4438)
1755
#define AFE_SECURE_MASK_CONN54_1 (0x443c)
1756
#define AFE_SECURE_MASK_CONN54_2 (0x4440)
1757
#define AFE_SECURE_MASK_CONN54_3 (0x4444)
1758
#define AFE_SECURE_MASK_CONN54_4 (0x4448)
1759
#define AFE_SECURE_MASK_CONN55 (0x444c)
1760
#define AFE_SECURE_MASK_CONN55_1 (0x4450)
1761
#define AFE_SECURE_MASK_CONN55_2 (0x4454)
1762
#define AFE_SECURE_MASK_CONN55_3 (0x4458)
1763
#define AFE_SECURE_MASK_CONN55_4 (0x445c)
1764
#define AFE_SECURE_MASK_CONN56 (0x4460)
1765
#define AFE_SECURE_MASK_CONN56_1 (0x4464)
1766
#define AFE_SECURE_MASK_CONN56_2 (0x4468)
1767
#define AFE_SECURE_MASK_CONN56_3 (0x446c)
1768
#define AFE_SECURE_MASK_CONN56_4 (0x4470)
1769
#define AFE_SECURE_MASK_CONN57 (0x4474)
1770
#define AFE_SECURE_MASK_CONN57_1 (0x4478)
1771
#define AFE_SECURE_MASK_CONN57_2 (0x447c)
1772
#define AFE_SECURE_MASK_CONN57_3 (0x4480)
1773
#define AFE_SECURE_MASK_CONN57_4 (0x4484)
1774
#define AFE_SECURE_MASK_CONN58 (0x4488)
1775
#define AFE_SECURE_MASK_CONN58_1 (0x448c)
1776
#define AFE_SECURE_MASK_CONN58_2 (0x4490)
1777
#define AFE_SECURE_MASK_CONN58_3 (0x4494)
1778
#define AFE_SECURE_MASK_CONN58_4 (0x4498)
1779
#define AFE_SECURE_MASK_CONN59 (0x449c)
1780
#define AFE_SECURE_MASK_CONN59_1 (0x44a0)
1781
#define AFE_SECURE_MASK_CONN59_2 (0x44a4)
1782
#define AFE_SECURE_MASK_CONN59_3 (0x44a8)
1783
#define AFE_SECURE_MASK_CONN59_4 (0x44ac)
1784
#define AFE_SECURE_MASK_CONN60 (0x44b0)
1785
#define AFE_SECURE_MASK_CONN60_1 (0x44b4)
1786
#define AFE_SECURE_MASK_CONN60_2 (0x44b8)
1787
#define AFE_SECURE_MASK_CONN60_3 (0x44bc)
1788
#define AFE_SECURE_MASK_CONN60_4 (0x44c0)
1789
#define AFE_SECURE_MASK_CONN61 (0x44c4)
1790
#define AFE_SECURE_MASK_CONN61_1 (0x44c8)
1791
#define AFE_SECURE_MASK_CONN61_2 (0x44cc)
1792
#define AFE_SECURE_MASK_CONN61_3 (0x44d0)
1793
#define AFE_SECURE_MASK_CONN61_4 (0x44d4)
1794
#define AFE_SECURE_MASK_CONN62 (0x44d8)
1795
#define AFE_SECURE_MASK_CONN62_1 (0x44dc)
1796
#define AFE_SECURE_MASK_CONN62_2 (0x44e0)
1797
#define AFE_SECURE_MASK_CONN62_3 (0x44e4)
1798
#define AFE_SECURE_MASK_CONN62_4 (0x44e8)
1799
#define AFE_SECURE_MASK_CONN63 (0x44ec)
1800
#define AFE_SECURE_MASK_CONN63_1 (0x44f0)
1801
#define AFE_SECURE_MASK_CONN63_2 (0x44f4)
1802
#define AFE_SECURE_MASK_CONN63_3 (0x44f8)
1803
#define AFE_SECURE_MASK_CONN63_4 (0x44fc)
1804
#define AFE_SECURE_MASK_CONN64 (0x4500)
1805
#define AFE_SECURE_MASK_CONN64_1 (0x4504)
1806
#define AFE_SECURE_MASK_CONN64_2 (0x4508)
1807
#define AFE_SECURE_MASK_CONN64_3 (0x450c)
1808
#define AFE_SECURE_MASK_CONN64_4 (0x4510)
1809
#define AFE_SECURE_MASK_CONN65 (0x4514)
1810
#define AFE_SECURE_MASK_CONN65_1 (0x4518)
1811
#define AFE_SECURE_MASK_CONN65_2 (0x451c)
1812
#define AFE_SECURE_MASK_CONN65_3 (0x4520)
1813
#define AFE_SECURE_MASK_CONN65_4 (0x4524)
1814
#define AFE_SECURE_MASK_CONN66 (0x4528)
1815
#define AFE_SECURE_MASK_CONN66_1 (0x452c)
1816
#define AFE_SECURE_MASK_CONN66_2 (0x4530)
1817
#define AFE_SECURE_MASK_CONN66_3 (0x4534)
1818
#define AFE_SECURE_MASK_CONN66_4 (0x4538)
1819
#define AFE_SECURE_MASK_CONN67 (0x453c)
1820
#define AFE_SECURE_MASK_CONN67_1 (0x4540)
1821
#define AFE_SECURE_MASK_CONN67_2 (0x4544)
1822
#define AFE_SECURE_MASK_CONN67_3 (0x4548)
1823
#define AFE_SECURE_MASK_CONN67_4 (0x454c)
1824
#define AFE_SECURE_MASK_CONN68 (0x4550)
1825
#define AFE_SECURE_MASK_CONN68_1 (0x4554)
1826
#define AFE_SECURE_MASK_CONN68_2 (0x4558)
1827
#define AFE_SECURE_MASK_CONN68_3 (0x455c)
1828
#define AFE_SECURE_MASK_CONN68_4 (0x4560)
1829
#define AFE_SECURE_MASK_CONN69 (0x4564)
1830
#define AFE_SECURE_MASK_CONN69_1 (0x4568)
1831
#define AFE_SECURE_MASK_CONN69_2 (0x456c)
1832
#define AFE_SECURE_MASK_CONN69_3 (0x4570)
1833
#define AFE_SECURE_MASK_CONN69_4 (0x4574)
1834
#define AFE_SECURE_MASK_CONN70 (0x4578)
1835
#define AFE_SECURE_MASK_CONN70_1 (0x457c)
1836
#define AFE_SECURE_MASK_CONN70_2 (0x4580)
1837
#define AFE_SECURE_MASK_CONN70_3 (0x4584)
1838
#define AFE_SECURE_MASK_CONN70_4 (0x4588)
1839
#define AFE_SECURE_MASK_CONN71 (0x458c)
1840
#define AFE_SECURE_MASK_CONN71_1 (0x4590)
1841
#define AFE_SECURE_MASK_CONN71_2 (0x4594)
1842
#define AFE_SECURE_MASK_CONN71_3 (0x4598)
1843
#define AFE_SECURE_MASK_CONN71_4 (0x459c)
1844
#define AFE_SECURE_MASK_CONN72 (0x45a0)
1845
#define AFE_SECURE_MASK_CONN72_1 (0x45a4)
1846
#define AFE_SECURE_MASK_CONN72_2 (0x45a8)
1847
#define AFE_SECURE_MASK_CONN72_3 (0x45ac)
1848
#define AFE_SECURE_MASK_CONN72_4 (0x45b0)
1849
#define AFE_SECURE_MASK_CONN73 (0x45b4)
1850
#define AFE_SECURE_MASK_CONN73_1 (0x45b8)
1851
#define AFE_SECURE_MASK_CONN73_2 (0x45bc)
1852
#define AFE_SECURE_MASK_CONN73_3 (0x45c0)
1853
#define AFE_SECURE_MASK_CONN73_4 (0x45c4)
1854
#define AFE_SECURE_MASK_CONN74 (0x45c8)
1855
#define AFE_SECURE_MASK_CONN74_1 (0x45cc)
1856
#define AFE_SECURE_MASK_CONN74_2 (0x45d0)
1857
#define AFE_SECURE_MASK_CONN74_3 (0x45d4)
1858
#define AFE_SECURE_MASK_CONN74_4 (0x45d8)
1859
#define AFE_SECURE_MASK_CONN75 (0x45dc)
1860
#define AFE_SECURE_MASK_CONN75_1 (0x45e0)
1861
#define AFE_SECURE_MASK_CONN75_2 (0x45e4)
1862
#define AFE_SECURE_MASK_CONN75_3 (0x45e8)
1863
#define AFE_SECURE_MASK_CONN75_4 (0x45ec)
1864
#define AFE_SECURE_MASK_CONN76 (0x45f0)
1865
#define AFE_SECURE_MASK_CONN76_1 (0x45f4)
1866
#define AFE_SECURE_MASK_CONN76_2 (0x45f8)
1867
#define AFE_SECURE_MASK_CONN76_3 (0x45fc)
1868
#define AFE_SECURE_MASK_CONN76_4 (0x4600)
1869
#define AFE_SECURE_MASK_CONN77 (0x4604)
1870
#define AFE_SECURE_MASK_CONN77_1 (0x4608)
1871
#define AFE_SECURE_MASK_CONN77_2 (0x460c)
1872
#define AFE_SECURE_MASK_CONN77_3 (0x4610)
1873
#define AFE_SECURE_MASK_CONN77_4 (0x4614)
1874
#define AFE_SECURE_MASK_CONN78 (0x4618)
1875
#define AFE_SECURE_MASK_CONN78_1 (0x461c)
1876
#define AFE_SECURE_MASK_CONN78_2 (0x4620)
1877
#define AFE_SECURE_MASK_CONN78_3 (0x4624)
1878
#define AFE_SECURE_MASK_CONN78_4 (0x4628)
1879
#define AFE_SECURE_MASK_CONN79 (0x462c)
1880
#define AFE_SECURE_MASK_CONN79_1 (0x4630)
1881
#define AFE_SECURE_MASK_CONN79_2 (0x4634)
1882
#define AFE_SECURE_MASK_CONN79_3 (0x4638)
1883
#define AFE_SECURE_MASK_CONN79_4 (0x463c)
1884
#define AFE_SECURE_MASK_CONN80 (0x4640)
1885
#define AFE_SECURE_MASK_CONN80_1 (0x4644)
1886
#define AFE_SECURE_MASK_CONN80_2 (0x4648)
1887
#define AFE_SECURE_MASK_CONN80_3 (0x464c)
1888
#define AFE_SECURE_MASK_CONN80_4 (0x4650)
1889
#define AFE_SECURE_MASK_CONN81 (0x4654)
1890
#define AFE_SECURE_MASK_CONN81_1 (0x4658)
1891
#define AFE_SECURE_MASK_CONN81_2 (0x465c)
1892
#define AFE_SECURE_MASK_CONN81_3 (0x4660)
1893
#define AFE_SECURE_MASK_CONN81_4 (0x4664)
1894
#define AFE_SECURE_MASK_CONN82 (0x4668)
1895
#define AFE_SECURE_MASK_CONN82_1 (0x466c)
1896
#define AFE_SECURE_MASK_CONN82_2 (0x4670)
1897
#define AFE_SECURE_MASK_CONN82_3 (0x4674)
1898
#define AFE_SECURE_MASK_CONN82_4 (0x4678)
1899
#define AFE_SECURE_MASK_CONN83 (0x467c)
1900
#define AFE_SECURE_MASK_CONN83_1 (0x4680)
1901
#define AFE_SECURE_MASK_CONN83_2 (0x4684)
1902
#define AFE_SECURE_MASK_CONN83_3 (0x4688)
1903
#define AFE_SECURE_MASK_CONN83_4 (0x468c)
1904
#define AFE_SECURE_MASK_CONN84 (0x4690)
1905
#define AFE_SECURE_MASK_CONN84_1 (0x4694)
1906
#define AFE_SECURE_MASK_CONN84_2 (0x4698)
1907
#define AFE_SECURE_MASK_CONN84_3 (0x469c)
1908
#define AFE_SECURE_MASK_CONN84_4 (0x46a0)
1909
#define AFE_SECURE_MASK_CONN85 (0x46a4)
1910
#define AFE_SECURE_MASK_CONN85_1 (0x46a8)
1911
#define AFE_SECURE_MASK_CONN85_2 (0x46ac)
1912
#define AFE_SECURE_MASK_CONN85_3 (0x46b0)
1913
#define AFE_SECURE_MASK_CONN85_4 (0x46b4)
1914
#define AFE_SECURE_MASK_CONN86 (0x46b8)
1915
#define AFE_SECURE_MASK_CONN86_1 (0x46bc)
1916
#define AFE_SECURE_MASK_CONN86_2 (0x46c0)
1917
#define AFE_SECURE_MASK_CONN86_3 (0x46c4)
1918
#define AFE_SECURE_MASK_CONN86_4 (0x46c8)
1919
#define AFE_SECURE_MASK_CONN87 (0x46cc)
1920
#define AFE_SECURE_MASK_CONN87_1 (0x46d0)
1921
#define AFE_SECURE_MASK_CONN87_2 (0x46d4)
1922
#define AFE_SECURE_MASK_CONN87_3 (0x46d8)
1923
#define AFE_SECURE_MASK_CONN87_4 (0x46dc)
1924
#define AFE_SECURE_MASK_CONN88 (0x46e0)
1925
#define AFE_SECURE_MASK_CONN88_1 (0x46e4)
1926
#define AFE_SECURE_MASK_CONN88_2 (0x46e8)
1927
#define AFE_SECURE_MASK_CONN88_3 (0x46ec)
1928
#define AFE_SECURE_MASK_CONN88_4 (0x46f0)
1929
#define AFE_SECURE_MASK_CONN89 (0x46f4)
1930
#define AFE_SECURE_MASK_CONN89_1 (0x46f8)
1931
#define AFE_SECURE_MASK_CONN89_2 (0x46fc)
1932
#define AFE_SECURE_MASK_CONN89_3 (0x4700)
1933
#define AFE_SECURE_MASK_CONN89_4 (0x4704)
1934
#define AFE_SECURE_MASK_CONN90 (0x4708)
1935
#define AFE_SECURE_MASK_CONN90_1 (0x470c)
1936
#define AFE_SECURE_MASK_CONN90_2 (0x4710)
1937
#define AFE_SECURE_MASK_CONN90_3 (0x4714)
1938
#define AFE_SECURE_MASK_CONN90_4 (0x4718)
1939
#define AFE_SECURE_MASK_CONN91 (0x471c)
1940
#define AFE_SECURE_MASK_CONN91_1 (0x4720)
1941
#define AFE_SECURE_MASK_CONN91_2 (0x4724)
1942
#define AFE_SECURE_MASK_CONN91_3 (0x4728)
1943
#define AFE_SECURE_MASK_CONN91_4 (0x472c)
1944
#define AFE_SECURE_MASK_CONN92 (0x4730)
1945
#define AFE_SECURE_MASK_CONN92_1 (0x4734)
1946
#define AFE_SECURE_MASK_CONN92_2 (0x4738)
1947
#define AFE_SECURE_MASK_CONN92_3 (0x473c)
1948
#define AFE_SECURE_MASK_CONN92_4 (0x4740)
1949
#define AFE_SECURE_MASK_CONN93 (0x4744)
1950
#define AFE_SECURE_MASK_CONN93_1 (0x4748)
1951
#define AFE_SECURE_MASK_CONN93_2 (0x474c)
1952
#define AFE_SECURE_MASK_CONN93_3 (0x4750)
1953
#define AFE_SECURE_MASK_CONN93_4 (0x4754)
1954
#define AFE_SECURE_MASK_CONN94 (0x4758)
1955
#define AFE_SECURE_MASK_CONN94_1 (0x475c)
1956
#define AFE_SECURE_MASK_CONN94_2 (0x4760)
1957
#define AFE_SECURE_MASK_CONN94_3 (0x4764)
1958
#define AFE_SECURE_MASK_CONN94_4 (0x4768)
1959
#define AFE_SECURE_MASK_CONN95 (0x476c)
1960
#define AFE_SECURE_MASK_CONN95_1 (0x4770)
1961
#define AFE_SECURE_MASK_CONN95_2 (0x4774)
1962
#define AFE_SECURE_MASK_CONN95_3 (0x4778)
1963
#define AFE_SECURE_MASK_CONN95_4 (0x477c)
1964
#define AFE_SECURE_MASK_CONN96 (0x4780)
1965
#define AFE_SECURE_MASK_CONN96_1 (0x4784)
1966
#define AFE_SECURE_MASK_CONN96_2 (0x4788)
1967
#define AFE_SECURE_MASK_CONN96_3 (0x478c)
1968
#define AFE_SECURE_MASK_CONN96_4 (0x4790)
1969
#define AFE_SECURE_MASK_CONN97 (0x4794)
1970
#define AFE_SECURE_MASK_CONN97_1 (0x4798)
1971
#define AFE_SECURE_MASK_CONN97_2 (0x479c)
1972
#define AFE_SECURE_MASK_CONN97_3 (0x47a0)
1973
#define AFE_SECURE_MASK_CONN97_4 (0x47a4)
1974
#define AFE_SECURE_MASK_CONN98 (0x47a8)
1975
#define AFE_SECURE_MASK_CONN98_1 (0x47ac)
1976
#define AFE_SECURE_MASK_CONN98_2 (0x47b0)
1977
#define AFE_SECURE_MASK_CONN98_3 (0x47b4)
1978
#define AFE_SECURE_MASK_CONN98_4 (0x47b8)
1979
#define AFE_SECURE_MASK_CONN99 (0x47bc)
1980
#define AFE_SECURE_MASK_CONN99_1 (0x47c0)
1981
#define AFE_SECURE_MASK_CONN99_2 (0x47c4)
1982
#define AFE_SECURE_MASK_CONN99_3 (0x47c8)
1983
#define AFE_SECURE_MASK_CONN99_4 (0x47cc)
1984
#define AFE_SECURE_MASK_CONN100 (0x47d0)
1985
#define AFE_SECURE_MASK_CONN100_1 (0x47d4)
1986
#define AFE_SECURE_MASK_CONN100_2 (0x47d8)
1987
#define AFE_SECURE_MASK_CONN100_3 (0x47dc)
1988
#define AFE_SECURE_MASK_CONN100_4 (0x47e0)
1989
#define AFE_SECURE_MASK_CONN101 (0x47e4)
1990
#define AFE_SECURE_MASK_CONN101_1 (0x47e8)
1991
#define AFE_SECURE_MASK_CONN101_2 (0x47ec)
1992
#define AFE_SECURE_MASK_CONN101_3 (0x47f0)
1993
#define AFE_SECURE_MASK_CONN101_4 (0x47f4)
1994
#define AFE_SECURE_MASK_CONN102 (0x47f8)
1995
#define AFE_SECURE_MASK_CONN102_1 (0x47fc)
1996
#define AFE_SECURE_MASK_CONN102_2 (0x4800)
1997
#define AFE_SECURE_MASK_CONN102_3 (0x4804)
1998
#define AFE_SECURE_MASK_CONN102_4 (0x4808)
1999
#define AFE_SECURE_MASK_CONN103 (0x480c)
2000
#define AFE_SECURE_MASK_CONN103_1 (0x4810)
2001
#define AFE_SECURE_MASK_CONN103_2 (0x4814)
2002
#define AFE_SECURE_MASK_CONN103_3 (0x4818)
2003
#define AFE_SECURE_MASK_CONN103_4 (0x481c)
2004
#define AFE_SECURE_MASK_CONN104 (0x4820)
2005
#define AFE_SECURE_MASK_CONN104_1 (0x4824)
2006
#define AFE_SECURE_MASK_CONN104_2 (0x4828)
2007
#define AFE_SECURE_MASK_CONN104_3 (0x482c)
2008
#define AFE_SECURE_MASK_CONN104_4 (0x4830)
2009
#define AFE_SECURE_MASK_CONN105 (0x4834)
2010
#define AFE_SECURE_MASK_CONN105_1 (0x4838)
2011
#define AFE_SECURE_MASK_CONN105_2 (0x483c)
2012
#define AFE_SECURE_MASK_CONN105_3 (0x4840)
2013
#define AFE_SECURE_MASK_CONN105_4 (0x4844)
2014
#define AFE_SECURE_MASK_CONN106 (0x4848)
2015
#define AFE_SECURE_MASK_CONN106_1 (0x484c)
2016
#define AFE_SECURE_MASK_CONN106_2 (0x4850)
2017
#define AFE_SECURE_MASK_CONN106_3 (0x4854)
2018
#define AFE_SECURE_MASK_CONN106_4 (0x4858)
2019
#define AFE_SECURE_MASK_CONN107 (0x485c)
2020
#define AFE_SECURE_MASK_CONN107_1 (0x4860)
2021
#define AFE_SECURE_MASK_CONN107_2 (0x4864)
2022
#define AFE_SECURE_MASK_CONN107_3 (0x4868)
2023
#define AFE_SECURE_MASK_CONN107_4 (0x486c)
2024
#define AFE_SECURE_MASK_CONN108 (0x4870)
2025
#define AFE_SECURE_MASK_CONN108_1 (0x4874)
2026
#define AFE_SECURE_MASK_CONN108_2 (0x4878)
2027
#define AFE_SECURE_MASK_CONN108_3 (0x487c)
2028
#define AFE_SECURE_MASK_CONN108_4 (0x4880)
2029
#define AFE_SECURE_MASK_CONN109 (0x4884)
2030
#define AFE_SECURE_MASK_CONN109_1 (0x4888)
2031
#define AFE_SECURE_MASK_CONN109_2 (0x488c)
2032
#define AFE_SECURE_MASK_CONN109_3 (0x4890)
2033
#define AFE_SECURE_MASK_CONN109_4 (0x4894)
2034
#define AFE_SECURE_MASK_CONN110 (0x4898)
2035
#define AFE_SECURE_MASK_CONN110_1 (0x489c)
2036
#define AFE_SECURE_MASK_CONN110_2 (0x48a0)
2037
#define AFE_SECURE_MASK_CONN110_3 (0x48a4)
2038
#define AFE_SECURE_MASK_CONN110_4 (0x48a8)
2039
#define AFE_SECURE_MASK_CONN111 (0x48ac)
2040
#define AFE_SECURE_MASK_CONN111_1 (0x48b0)
2041
#define AFE_SECURE_MASK_CONN111_2 (0x48b4)
2042
#define AFE_SECURE_MASK_CONN111_3 (0x48b8)
2043
#define AFE_SECURE_MASK_CONN111_4 (0x48bc)
2044
#define AFE_SECURE_MASK_CONN112 (0x48c0)
2045
#define AFE_SECURE_MASK_CONN112_1 (0x48c4)
2046
#define AFE_SECURE_MASK_CONN112_2 (0x48c8)
2047
#define AFE_SECURE_MASK_CONN112_3 (0x48cc)
2048
#define AFE_SECURE_MASK_CONN112_4 (0x48d0)
2049
#define AFE_SECURE_MASK_CONN113 (0x48d4)
2050
#define AFE_SECURE_MASK_CONN113_1 (0x48d8)
2051
#define AFE_SECURE_MASK_CONN113_2 (0x48dc)
2052
#define AFE_SECURE_MASK_CONN113_3 (0x48e0)
2053
#define AFE_SECURE_MASK_CONN113_4 (0x48e4)
2054
#define AFE_SECURE_MASK_CONN114 (0x48e8)
2055
#define AFE_SECURE_MASK_CONN114_1 (0x48ec)
2056
#define AFE_SECURE_MASK_CONN114_2 (0x48f0)
2057
#define AFE_SECURE_MASK_CONN114_3 (0x48f4)
2058
#define AFE_SECURE_MASK_CONN114_4 (0x48f8)
2059
#define AFE_SECURE_MASK_CONN115 (0x48fc)
2060
#define AFE_SECURE_MASK_CONN115_1 (0x4900)
2061
#define AFE_SECURE_MASK_CONN115_2 (0x4904)
2062
#define AFE_SECURE_MASK_CONN115_3 (0x4908)
2063
#define AFE_SECURE_MASK_CONN115_4 (0x490c)
2064
#define AFE_SECURE_MASK_CONN116 (0x4910)
2065
#define AFE_SECURE_MASK_CONN116_1 (0x4914)
2066
#define AFE_SECURE_MASK_CONN116_2 (0x4918)
2067
#define AFE_SECURE_MASK_CONN116_3 (0x491c)
2068
#define AFE_SECURE_MASK_CONN116_4 (0x4920)
2069
#define AFE_SECURE_MASK_CONN117 (0x4924)
2070
#define AFE_SECURE_MASK_CONN117_1 (0x4928)
2071
#define AFE_SECURE_MASK_CONN117_2 (0x492c)
2072
#define AFE_SECURE_MASK_CONN117_3 (0x4930)
2073
#define AFE_SECURE_MASK_CONN117_4 (0x4934)
2074
#define AFE_SECURE_MASK_CONN118 (0x4938)
2075
#define AFE_SECURE_MASK_CONN118_1 (0x493c)
2076
#define AFE_SECURE_MASK_CONN118_2 (0x4940)
2077
#define AFE_SECURE_MASK_CONN118_3 (0x4944)
2078
#define AFE_SECURE_MASK_CONN118_4 (0x4948)
2079
#define AFE_SECURE_MASK_CONN119 (0x494c)
2080
#define AFE_SECURE_MASK_CONN119_1 (0x4950)
2081
#define AFE_SECURE_MASK_CONN119_2 (0x4954)
2082
#define AFE_SECURE_MASK_CONN119_3 (0x4958)
2083
#define AFE_SECURE_MASK_CONN119_4 (0x495c)
2084
#define AFE_SECURE_MASK_CONN120 (0x4960)
2085
#define AFE_SECURE_MASK_CONN120_1 (0x4964)
2086
#define AFE_SECURE_MASK_CONN120_2 (0x4968)
2087
#define AFE_SECURE_MASK_CONN120_3 (0x496c)
2088
#define AFE_SECURE_MASK_CONN120_4 (0x4970)
2089
#define AFE_SECURE_MASK_CONN121 (0x4974)
2090
#define AFE_SECURE_MASK_CONN121_1 (0x4978)
2091
#define AFE_SECURE_MASK_CONN121_2 (0x497c)
2092
#define AFE_SECURE_MASK_CONN121_3 (0x4980)
2093
#define AFE_SECURE_MASK_CONN121_4 (0x4984)
2094
#define AFE_SECURE_MASK_CONN122 (0x4988)
2095
#define AFE_SECURE_MASK_CONN122_1 (0x498c)
2096
#define AFE_SECURE_MASK_CONN122_2 (0x4990)
2097
#define AFE_SECURE_MASK_CONN122_3 (0x4994)
2098
#define AFE_SECURE_MASK_CONN122_4 (0x4998)
2099
#define AFE_SECURE_MASK_CONN123 (0x499c)
2100
#define AFE_SECURE_MASK_CONN123_1 (0x49a0)
2101
#define AFE_SECURE_MASK_CONN123_2 (0x49a4)
2102
#define AFE_SECURE_MASK_CONN123_3 (0x49a8)
2103
#define AFE_SECURE_MASK_CONN123_4 (0x49ac)
2104
#define AFE_SECURE_MASK_CONN124 (0x49b0)
2105
#define AFE_SECURE_MASK_CONN124_1 (0x49b4)
2106
#define AFE_SECURE_MASK_CONN124_2 (0x49b8)
2107
#define AFE_SECURE_MASK_CONN124_3 (0x49bc)
2108
#define AFE_SECURE_MASK_CONN124_4 (0x49c0)
2109
#define AFE_SECURE_MASK_CONN125 (0x49c4)
2110
#define AFE_SECURE_MASK_CONN125_1 (0x49c8)
2111
#define AFE_SECURE_MASK_CONN125_2 (0x49cc)
2112
#define AFE_SECURE_MASK_CONN125_3 (0x49d0)
2113
#define AFE_SECURE_MASK_CONN125_4 (0x49d4)
2114
#define AFE_SECURE_MASK_CONN126 (0x49d8)
2115
#define AFE_SECURE_MASK_CONN126_1 (0x49dc)
2116
#define AFE_SECURE_MASK_CONN126_2 (0x49e0)
2117
#define AFE_SECURE_MASK_CONN126_3 (0x49e4)
2118
#define AFE_SECURE_MASK_CONN126_4 (0x49e8)
2119
#define AFE_SECURE_MASK_CONN127 (0x49ec)
2120
#define AFE_SECURE_MASK_CONN127_1 (0x49f0)
2121
#define AFE_SECURE_MASK_CONN127_2 (0x49f4)
2122
#define AFE_SECURE_MASK_CONN127_3 (0x49f8)
2123
#define AFE_SECURE_MASK_CONN127_4 (0x49fc)
2124
#define AFE_SECURE_MASK_CONN128 (0x4a00)
2125
#define AFE_SECURE_MASK_CONN128_1 (0x4a04)
2126
#define AFE_SECURE_MASK_CONN128_2 (0x4a08)
2127
#define AFE_SECURE_MASK_CONN128_3 (0x4a0c)
2128
#define AFE_SECURE_MASK_CONN128_4 (0x4a10)
2129
#define AFE_SECURE_MASK_CONN129 (0x4a14)
2130
#define AFE_SECURE_MASK_CONN129_1 (0x4a18)
2131
#define AFE_SECURE_MASK_CONN129_2 (0x4a1c)
2132
#define AFE_SECURE_MASK_CONN129_3 (0x4a20)
2133
#define AFE_SECURE_MASK_CONN129_4 (0x4a24)
2134
#define AFE_SECURE_MASK_CONN130 (0x4a28)
2135
#define AFE_SECURE_MASK_CONN130_1 (0x4a2c)
2136
#define AFE_SECURE_MASK_CONN130_2 (0x4a30)
2137
#define AFE_SECURE_MASK_CONN130_3 (0x4a34)
2138
#define AFE_SECURE_MASK_CONN130_4 (0x4a38)
2139
#define AFE_SECURE_MASK_CONN131 (0x4a3c)
2140
#define AFE_SECURE_MASK_CONN131_1 (0x4a40)
2141
#define AFE_SECURE_MASK_CONN131_2 (0x4a44)
2142
#define AFE_SECURE_MASK_CONN131_3 (0x4a48)
2143
#define AFE_SECURE_MASK_CONN131_4 (0x4a4c)
2144
#define AFE_SECURE_MASK_CONN132 (0x4a50)
2145
#define AFE_SECURE_MASK_CONN132_1 (0x4a54)
2146
#define AFE_SECURE_MASK_CONN132_2 (0x4a58)
2147
#define AFE_SECURE_MASK_CONN132_3 (0x4a5c)
2148
#define AFE_SECURE_MASK_CONN132_4 (0x4a60)
2149
#define AFE_SECURE_MASK_CONN133 (0x4a64)
2150
#define AFE_SECURE_MASK_CONN133_1 (0x4a68)
2151
#define AFE_SECURE_MASK_CONN133_2 (0x4a6c)
2152
#define AFE_SECURE_MASK_CONN133_3 (0x4a70)
2153
#define AFE_SECURE_MASK_CONN133_4 (0x4a74)
2154
#define AFE_SECURE_MASK_CONN134 (0x4a78)
2155
#define AFE_SECURE_MASK_CONN134_1 (0x4a7c)
2156
#define AFE_SECURE_MASK_CONN134_2 (0x4a80)
2157
#define AFE_SECURE_MASK_CONN134_3 (0x4a84)
2158
#define AFE_SECURE_MASK_CONN134_4 (0x4a88)
2159
#define AFE_SECURE_MASK_CONN135 (0x4a8c)
2160
#define AFE_SECURE_MASK_CONN135_1 (0x4a90)
2161
#define AFE_SECURE_MASK_CONN135_2 (0x4a94)
2162
#define AFE_SECURE_MASK_CONN135_3 (0x4a98)
2163
#define AFE_SECURE_MASK_CONN135_4 (0x4a9c)
2164
#define AFE_SECURE_MASK_CONN136 (0x4aa0)
2165
#define AFE_SECURE_MASK_CONN136_1 (0x4aa4)
2166
#define AFE_SECURE_MASK_CONN136_2 (0x4aa8)
2167
#define AFE_SECURE_MASK_CONN136_3 (0x4aac)
2168
#define AFE_SECURE_MASK_CONN136_4 (0x4ab0)
2169
#define AFE_SECURE_MASK_CONN137 (0x4ab4)
2170
#define AFE_SECURE_MASK_CONN137_1 (0x4ab8)
2171
#define AFE_SECURE_MASK_CONN137_2 (0x4abc)
2172
#define AFE_SECURE_MASK_CONN137_3 (0x4ac0)
2173
#define AFE_SECURE_MASK_CONN137_4 (0x4ac4)
2174
#define AFE_SECURE_MASK_CONN138 (0x4ac8)
2175
#define AFE_SECURE_MASK_CONN138_1 (0x4acc)
2176
#define AFE_SECURE_MASK_CONN138_2 (0x4ad0)
2177
#define AFE_SECURE_MASK_CONN138_3 (0x4ad4)
2178
#define AFE_SECURE_MASK_CONN138_4 (0x4ad8)
2179
#define AFE_SECURE_MASK_CONN139 (0x4adc)
2180
#define AFE_SECURE_MASK_CONN139_1 (0x4ae0)
2181
#define AFE_SECURE_MASK_CONN139_2 (0x4ae4)
2182
#define AFE_SECURE_MASK_CONN139_3 (0x4ae8)
2183
#define AFE_SECURE_MASK_CONN139_4 (0x4aec)
2184
#define AFE_SECURE_MASK_CONN_RS (0x4af0)
2185
#define AFE_SECURE_MASK_CONN_RS_1 (0x4af4)
2186
#define AFE_SECURE_MASK_CONN_RS_2 (0x4af8)
2187
#define AFE_SECURE_MASK_CONN_RS_3 (0x4afc)
2188
#define AFE_SECURE_MASK_CONN_RS_4 (0x4b00)
2189
#define AFE_SECURE_MASK_CONN_16BIT (0x4b04)
2190
#define AFE_SECURE_MASK_CONN_16BIT_1 (0x4b08)
2191
#define AFE_SECURE_MASK_CONN_16BIT_2 (0x4b0c)
2192
#define AFE_SECURE_MASK_CONN_16BIT_3 (0x4b10)
2193
#define AFE_SECURE_MASK_CONN_16BIT_4 (0x4b14)
2194
#define AFE_SECURE_MASK_CONN_24BIT (0x4b18)
2195
#define AFE_SECURE_MASK_CONN_24BIT_1 (0x4b1c)
2196
#define AFE_SECURE_MASK_CONN_24BIT_2 (0x4b20)
2197
#define AFE_SECURE_MASK_CONN_24BIT_3 (0x4b24)
2198
#define AFE_SECURE_MASK_CONN_24BIT_4 (0x4b28)
2199
#define AFE_GASRC0_NEW_CON0 (0x4c40)
2200
#define AFE_GASRC0_NEW_CON1 (0x4c44)
2201
#define AFE_GASRC0_NEW_CON2 (0x4c48)
2202
#define AFE_GASRC0_NEW_CON3 (0x4c4c)
2203
#define AFE_GASRC0_NEW_CON4 (0x4c50)
2204
#define AFE_GASRC0_NEW_CON5 (0x4c54)
2205
#define AFE_GASRC0_NEW_CON6 (0x4c58)
2206
#define AFE_GASRC0_NEW_CON7 (0x4c5c)
2207
#define AFE_GASRC0_NEW_CON8 (0x4c60)
2208
#define AFE_GASRC0_NEW_CON9 (0x4c64)
2209
#define AFE_GASRC0_NEW_CON10 (0x4c68)
2210
#define AFE_GASRC0_NEW_CON11 (0x4c6c)
2211
#define AFE_GASRC0_NEW_CON12 (0x4c70)
2212
#define AFE_GASRC0_NEW_CON13 (0x4c74)
2213
#define AFE_GASRC0_NEW_CON14 (0x4c78)
2214
#define AFE_GASRC1_NEW_CON0 (0x4c80)
2215
#define AFE_GASRC1_NEW_CON1 (0x4c84)
2216
#define AFE_GASRC1_NEW_CON2 (0x4c88)
2217
#define AFE_GASRC1_NEW_CON3 (0x4c8c)
2218
#define AFE_GASRC1_NEW_CON4 (0x4c90)
2219
#define AFE_GASRC1_NEW_CON5 (0x4c94)
2220
#define AFE_GASRC1_NEW_CON6 (0x4c98)
2221
#define AFE_GASRC1_NEW_CON7 (0x4c9c)
2222
#define AFE_GASRC1_NEW_CON8 (0x4ca0)
2223
#define AFE_GASRC1_NEW_CON9 (0x4ca4)
2224
#define AFE_GASRC1_NEW_CON10 (0x4ca8)
2225
#define AFE_GASRC1_NEW_CON11 (0x4cac)
2226
#define AFE_GASRC1_NEW_CON12 (0x4cb0)
2227
#define AFE_GASRC1_NEW_CON13 (0x4cb4)
2228
#define AFE_GASRC1_NEW_CON14 (0x4cb8)
2229
#define AFE_GASRC2_NEW_CON0 (0x4cc0)
2230
#define AFE_GASRC2_NEW_CON1 (0x4cc4)
2231
#define AFE_GASRC2_NEW_CON2 (0x4cc8)
2232
#define AFE_GASRC2_NEW_CON3 (0x4ccc)
2233
#define AFE_GASRC2_NEW_CON4 (0x4cd0)
2234
#define AFE_GASRC2_NEW_CON5 (0x4cd4)
2235
#define AFE_GASRC2_NEW_CON6 (0x4cd8)
2236
#define AFE_GASRC2_NEW_CON7 (0x4cdc)
2237
#define AFE_GASRC2_NEW_CON8 (0x4ce0)
2238
#define AFE_GASRC2_NEW_CON9 (0x4ce4)
2239
#define AFE_GASRC2_NEW_CON10 (0x4ce8)
2240
#define AFE_GASRC2_NEW_CON11 (0x4cec)
2241
#define AFE_GASRC2_NEW_CON12 (0x4cf0)
2242
#define AFE_GASRC2_NEW_CON13 (0x4cf4)
2243
#define AFE_GASRC2_NEW_CON14 (0x4cf8)
2244
#define AFE_GASRC3_NEW_CON0 (0x4d00)
2245
#define AFE_GASRC3_NEW_CON1 (0x4d04)
2246
#define AFE_GASRC3_NEW_CON2 (0x4d08)
2247
#define AFE_GASRC3_NEW_CON3 (0x4d0c)
2248
#define AFE_GASRC3_NEW_CON4 (0x4d10)
2249
#define AFE_GASRC3_NEW_CON5 (0x4d14)
2250
#define AFE_GASRC3_NEW_CON6 (0x4d18)
2251
#define AFE_GASRC3_NEW_CON7 (0x4d1c)
2252
#define AFE_GASRC3_NEW_CON8 (0x4d20)
2253
#define AFE_GASRC3_NEW_CON9 (0x4d24)
2254
#define AFE_GASRC3_NEW_CON10 (0x4d28)
2255
#define AFE_GASRC3_NEW_CON11 (0x4d2c)
2256
#define AFE_GASRC3_NEW_CON12 (0x4d30)
2257
#define AFE_GASRC3_NEW_CON13 (0x4d34)
2258
#define AFE_GASRC3_NEW_CON14 (0x4d38)
2259
#define AFE_GASRC4_NEW_CON0 (0x4d40)
2260
#define AFE_GASRC4_NEW_CON1 (0x4d44)
2261
#define AFE_GASRC4_NEW_CON2 (0x4d48)
2262
#define AFE_GASRC4_NEW_CON3 (0x4d4c)
2263
#define AFE_GASRC4_NEW_CON4 (0x4d50)
2264
#define AFE_GASRC4_NEW_CON5 (0x4d54)
2265
#define AFE_GASRC4_NEW_CON6 (0x4d58)
2266
#define AFE_GASRC4_NEW_CON7 (0x4d5c)
2267
#define AFE_GASRC4_NEW_CON8 (0x4d60)
2268
#define AFE_GASRC4_NEW_CON9 (0x4d64)
2269
#define AFE_GASRC4_NEW_CON10 (0x4d68)
2270
#define AFE_GASRC4_NEW_CON11 (0x4d6c)
2271
#define AFE_GASRC4_NEW_CON12 (0x4d70)
2272
#define AFE_GASRC4_NEW_CON13 (0x4d74)
2273
#define AFE_GASRC4_NEW_CON14 (0x4d78)
2274
#define AFE_GASRC5_NEW_CON0 (0x4d80)
2275
#define AFE_GASRC5_NEW_CON1 (0x4d84)
2276
#define AFE_GASRC5_NEW_CON2 (0x4d88)
2277
#define AFE_GASRC5_NEW_CON3 (0x4d8c)
2278
#define AFE_GASRC5_NEW_CON4 (0x4d90)
2279
#define AFE_GASRC5_NEW_CON5 (0x4d94)
2280
#define AFE_GASRC5_NEW_CON6 (0x4d98)
2281
#define AFE_GASRC5_NEW_CON7 (0x4d9c)
2282
#define AFE_GASRC5_NEW_CON8 (0x4da0)
2283
#define AFE_GASRC5_NEW_CON9 (0x4da4)
2284
#define AFE_GASRC5_NEW_CON10 (0x4da8)
2285
#define AFE_GASRC5_NEW_CON11 (0x4dac)
2286
#define AFE_GASRC5_NEW_CON12 (0x4db0)
2287
#define AFE_GASRC5_NEW_CON13 (0x4db4)
2288
#define AFE_GASRC5_NEW_CON14 (0x4db8)
2289
#define AFE_GASRC6_NEW_CON0 (0x4dc0)
2290
#define AFE_GASRC6_NEW_CON1 (0x4dc4)
2291
#define AFE_GASRC6_NEW_CON2 (0x4dc8)
2292
#define AFE_GASRC6_NEW_CON3 (0x4dcc)
2293
#define AFE_GASRC6_NEW_CON4 (0x4dd0)
2294
#define AFE_GASRC6_NEW_CON5 (0x4dd4)
2295
#define AFE_GASRC6_NEW_CON6 (0x4dd8)
2296
#define AFE_GASRC6_NEW_CON7 (0x4ddc)
2297
#define AFE_GASRC6_NEW_CON8 (0x4de0)
2298
#define AFE_GASRC6_NEW_CON9 (0x4de4)
2299
#define AFE_GASRC6_NEW_CON10 (0x4de8)
2300
#define AFE_GASRC6_NEW_CON11 (0x4dec)
2301
#define AFE_GASRC6_NEW_CON12 (0x4df0)
2302
#define AFE_GASRC6_NEW_CON13 (0x4df4)
2303
#define AFE_GASRC6_NEW_CON14 (0x4df8)
2304
#define AFE_GASRC7_NEW_CON0 (0x4e00)
2305
#define AFE_GASRC7_NEW_CON1 (0x4e04)
2306
#define AFE_GASRC7_NEW_CON2 (0x4e08)
2307
#define AFE_GASRC7_NEW_CON3 (0x4e0c)
2308
#define AFE_GASRC7_NEW_CON4 (0x4e10)
2309
#define AFE_GASRC7_NEW_CON5 (0x4e14)
2310
#define AFE_GASRC7_NEW_CON6 (0x4e18)
2311
#define AFE_GASRC7_NEW_CON7 (0x4e1c)
2312
#define AFE_GASRC7_NEW_CON8 (0x4e20)
2313
#define AFE_GASRC7_NEW_CON9 (0x4e24)
2314
#define AFE_GASRC7_NEW_CON10 (0x4e28)
2315
#define AFE_GASRC7_NEW_CON11 (0x4e2c)
2316
#define AFE_GASRC7_NEW_CON12 (0x4e30)
2317
#define AFE_GASRC7_NEW_CON13 (0x4e34)
2318
#define AFE_GASRC7_NEW_CON14 (0x4e38)
2319
#define AFE_GASRC8_NEW_CON0 (0x4e40)
2320
#define AFE_GASRC8_NEW_CON1 (0x4e44)
2321
#define AFE_GASRC8_NEW_CON2 (0x4e48)
2322
#define AFE_GASRC8_NEW_CON3 (0x4e4c)
2323
#define AFE_GASRC8_NEW_CON4 (0x4e50)
2324
#define AFE_GASRC8_NEW_CON5 (0x4e54)
2325
#define AFE_GASRC8_NEW_CON6 (0x4e58)
2326
#define AFE_GASRC8_NEW_CON7 (0x4e5c)
2327
#define AFE_GASRC8_NEW_CON8 (0x4e60)
2328
#define AFE_GASRC8_NEW_CON9 (0x4e64)
2329
#define AFE_GASRC8_NEW_CON10 (0x4e68)
2330
#define AFE_GASRC8_NEW_CON11 (0x4e6c)
2331
#define AFE_GASRC8_NEW_CON12 (0x4e70)
2332
#define AFE_GASRC8_NEW_CON13 (0x4e74)
2333
#define AFE_GASRC8_NEW_CON14 (0x4e78)
2334
#define AFE_GASRC9_NEW_CON0 (0x4e80)
2335
#define AFE_GASRC9_NEW_CON1 (0x4e84)
2336
#define AFE_GASRC9_NEW_CON2 (0x4e88)
2337
#define AFE_GASRC9_NEW_CON3 (0x4e8c)
2338
#define AFE_GASRC9_NEW_CON4 (0x4e90)
2339
#define AFE_GASRC9_NEW_CON5 (0x4e94)
2340
#define AFE_GASRC9_NEW_CON6 (0x4e98)
2341
#define AFE_GASRC9_NEW_CON7 (0x4e9c)
2342
#define AFE_GASRC9_NEW_CON8 (0x4ea0)
2343
#define AFE_GASRC9_NEW_CON9 (0x4ea4)
2344
#define AFE_GASRC9_NEW_CON10 (0x4ea8)
2345
#define AFE_GASRC9_NEW_CON11 (0x4eac)
2346
#define AFE_GASRC9_NEW_CON12 (0x4eb0)
2347
#define AFE_GASRC9_NEW_CON13 (0x4eb4)
2348
#define AFE_GASRC9_NEW_CON14 (0x4eb8)
2349
#define AFE_GASRC10_NEW_CON0 (0x4ec0)
2350
#define AFE_GASRC10_NEW_CON1 (0x4ec4)
2351
#define AFE_GASRC10_NEW_CON2 (0x4ec8)
2352
#define AFE_GASRC10_NEW_CON3 (0x4ecc)
2353
#define AFE_GASRC10_NEW_CON4 (0x4ed0)
2354
#define AFE_GASRC10_NEW_CON5 (0x4ed4)
2355
#define AFE_GASRC10_NEW_CON6 (0x4ed8)
2356
#define AFE_GASRC10_NEW_CON7 (0x4edc)
2357
#define AFE_GASRC10_NEW_CON8 (0x4ee0)
2358
#define AFE_GASRC10_NEW_CON9 (0x4ee4)
2359
#define AFE_GASRC10_NEW_CON10 (0x4ee8)
2360
#define AFE_GASRC10_NEW_CON11 (0x4eec)
2361
#define AFE_GASRC10_NEW_CON12 (0x4ef0)
2362
#define AFE_GASRC10_NEW_CON13 (0x4ef4)
2363
#define AFE_GASRC10_NEW_CON14 (0x4ef8)
2364
#define AFE_GASRC11_NEW_CON0 (0x4f00)
2365
#define AFE_GASRC11_NEW_CON1 (0x4f04)
2366
#define AFE_GASRC11_NEW_CON2 (0x4f08)
2367
#define AFE_GASRC11_NEW_CON3 (0x4f0c)
2368
#define AFE_GASRC11_NEW_CON4 (0x4f10)
2369
#define AFE_GASRC11_NEW_CON5 (0x4f14)
2370
#define AFE_GASRC11_NEW_CON6 (0x4f18)
2371
#define AFE_GASRC11_NEW_CON7 (0x4f1c)
2372
#define AFE_GASRC11_NEW_CON8 (0x4f20)
2373
#define AFE_GASRC11_NEW_CON9 (0x4f24)
2374
#define AFE_GASRC11_NEW_CON10 (0x4f28)
2375
#define AFE_GASRC11_NEW_CON11 (0x4f2c)
2376
#define AFE_GASRC11_NEW_CON12 (0x4f30)
2377
#define AFE_GASRC11_NEW_CON13 (0x4f34)
2378
#define AFE_GASRC11_NEW_CON14 (0x4f38)
2379
#define AFE_GASRC12_NEW_CON0 (0x4f40)
2380
#define AFE_GASRC12_NEW_CON1 (0x4f44)
2381
#define AFE_GASRC12_NEW_CON2 (0x4f48)
2382
#define AFE_GASRC12_NEW_CON3 (0x4f4c)
2383
#define AFE_GASRC12_NEW_CON4 (0x4f50)
2384
#define AFE_GASRC12_NEW_CON5 (0x4f54)
2385
#define AFE_GASRC12_NEW_CON6 (0x4f58)
2386
#define AFE_GASRC12_NEW_CON7 (0x4f5c)
2387
#define AFE_GASRC12_NEW_CON8 (0x4f60)
2388
#define AFE_GASRC12_NEW_CON9 (0x4f64)
2389
#define AFE_GASRC12_NEW_CON10 (0x4f68)
2390
#define AFE_GASRC12_NEW_CON11 (0x4f6c)
2391
#define AFE_GASRC12_NEW_CON12 (0x4f70)
2392
#define AFE_GASRC12_NEW_CON13 (0x4f74)
2393
#define AFE_GASRC12_NEW_CON14 (0x4f78)
2394
#define AFE_GASRC13_NEW_CON0 (0x4f80)
2395
#define AFE_GASRC13_NEW_CON1 (0x4f84)
2396
#define AFE_GASRC13_NEW_CON2 (0x4f88)
2397
#define AFE_GASRC13_NEW_CON3 (0x4f8c)
2398
#define AFE_GASRC13_NEW_CON4 (0x4f90)
2399
#define AFE_GASRC13_NEW_CON5 (0x4f94)
2400
#define AFE_GASRC13_NEW_CON6 (0x4f98)
2401
#define AFE_GASRC13_NEW_CON7 (0x4f9c)
2402
#define AFE_GASRC13_NEW_CON8 (0x4fa0)
2403
#define AFE_GASRC13_NEW_CON9 (0x4fa4)
2404
#define AFE_GASRC13_NEW_CON10 (0x4fa8)
2405
#define AFE_GASRC13_NEW_CON11 (0x4fac)
2406
#define AFE_GASRC13_NEW_CON12 (0x4fb0)
2407
#define AFE_GASRC13_NEW_CON13 (0x4fb4)
2408
#define AFE_GASRC13_NEW_CON14 (0x4fb8)
2409
#define AFE_GASRC14_NEW_CON0 (0x4fc0)
2410
#define AFE_GASRC14_NEW_CON1 (0x4fc4)
2411
#define AFE_GASRC14_NEW_CON2 (0x4fc8)
2412
#define AFE_GASRC14_NEW_CON3 (0x4fcc)
2413
#define AFE_GASRC14_NEW_CON4 (0x4fd0)
2414
#define AFE_GASRC14_NEW_CON5 (0x4fd4)
2415
#define AFE_GASRC14_NEW_CON6 (0x4fd8)
2416
#define AFE_GASRC14_NEW_CON7 (0x4fdc)
2417
#define AFE_GASRC14_NEW_CON8 (0x4fe0)
2418
#define AFE_GASRC14_NEW_CON9 (0x4fe4)
2419
#define AFE_GASRC14_NEW_CON10 (0x4fe8)
2420
#define AFE_GASRC14_NEW_CON11 (0x4fec)
2421
#define AFE_GASRC14_NEW_CON12 (0x4ff0)
2422
#define AFE_GASRC14_NEW_CON13 (0x4ff4)
2423
#define AFE_GASRC14_NEW_CON14 (0x4ff8)
2424
#define AFE_GASRC15_NEW_CON0 (0x5000)
2425
#define AFE_GASRC15_NEW_CON1 (0x5004)
2426
#define AFE_GASRC15_NEW_CON2 (0x5008)
2427
#define AFE_GASRC15_NEW_CON3 (0x500c)
2428
#define AFE_GASRC15_NEW_CON4 (0x5010)
2429
#define AFE_GASRC15_NEW_CON5 (0x5014)
2430
#define AFE_GASRC15_NEW_CON6 (0x5018)
2431
#define AFE_GASRC15_NEW_CON7 (0x501c)
2432
#define AFE_GASRC15_NEW_CON8 (0x5020)
2433
#define AFE_GASRC15_NEW_CON9 (0x5024)
2434
#define AFE_GASRC15_NEW_CON10 (0x5028)
2435
#define AFE_GASRC15_NEW_CON11 (0x502c)
2436
#define AFE_GASRC15_NEW_CON12 (0x5030)
2437
#define AFE_GASRC15_NEW_CON13 (0x5034)
2438
#define AFE_GASRC15_NEW_CON14 (0x5038)
2439
#define AFE_GASRC16_NEW_CON0 (0x5040)
2440
#define AFE_GASRC16_NEW_CON1 (0x5044)
2441
#define AFE_GASRC16_NEW_CON2 (0x5048)
2442
#define AFE_GASRC16_NEW_CON3 (0x504c)
2443
#define AFE_GASRC16_NEW_CON4 (0x5050)
2444
#define AFE_GASRC16_NEW_CON5 (0x5054)
2445
#define AFE_GASRC16_NEW_CON6 (0x5058)
2446
#define AFE_GASRC16_NEW_CON7 (0x505c)
2447
#define AFE_GASRC16_NEW_CON8 (0x5060)
2448
#define AFE_GASRC16_NEW_CON9 (0x5064)
2449
#define AFE_GASRC16_NEW_CON10 (0x5068)
2450
#define AFE_GASRC16_NEW_CON11 (0x506c)
2451
#define AFE_GASRC16_NEW_CON12 (0x5070)
2452
#define AFE_GASRC16_NEW_CON13 (0x5074)
2453
#define AFE_GASRC16_NEW_CON14 (0x5078)
2454
#define AFE_GASRC17_NEW_CON0 (0x5080)
2455
#define AFE_GASRC17_NEW_CON1 (0x5084)
2456
#define AFE_GASRC17_NEW_CON2 (0x5088)
2457
#define AFE_GASRC17_NEW_CON3 (0x508c)
2458
#define AFE_GASRC17_NEW_CON4 (0x5090)
2459
#define AFE_GASRC17_NEW_CON5 (0x5094)
2460
#define AFE_GASRC17_NEW_CON6 (0x5098)
2461
#define AFE_GASRC17_NEW_CON7 (0x509c)
2462
#define AFE_GASRC17_NEW_CON8 (0x50a0)
2463
#define AFE_GASRC17_NEW_CON9 (0x50a4)
2464
#define AFE_GASRC17_NEW_CON10 (0x50a8)
2465
#define AFE_GASRC17_NEW_CON11 (0x50ac)
2466
#define AFE_GASRC17_NEW_CON12 (0x50b0)
2467
#define AFE_GASRC17_NEW_CON13 (0x50b4)
2468
#define AFE_GASRC17_NEW_CON14 (0x50b8)
2469
#define AFE_GASRC18_NEW_CON0 (0x50c0)
2470
#define AFE_GASRC18_NEW_CON1 (0x50c4)
2471
#define AFE_GASRC18_NEW_CON2 (0x50c8)
2472
#define AFE_GASRC18_NEW_CON3 (0x50cc)
2473
#define AFE_GASRC18_NEW_CON4 (0x50d0)
2474
#define AFE_GASRC18_NEW_CON5 (0x50d4)
2475
#define AFE_GASRC18_NEW_CON6 (0x50d8)
2476
#define AFE_GASRC18_NEW_CON7 (0x50dc)
2477
#define AFE_GASRC18_NEW_CON8 (0x50e0)
2478
#define AFE_GASRC18_NEW_CON9 (0x50e4)
2479
#define AFE_GASRC18_NEW_CON10 (0x50e8)
2480
#define AFE_GASRC18_NEW_CON11 (0x50ec)
2481
#define AFE_GASRC18_NEW_CON12 (0x50f0)
2482
#define AFE_GASRC18_NEW_CON13 (0x50f4)
2483
#define AFE_GASRC18_NEW_CON14 (0x50f8)
2484
#define AFE_GASRC19_NEW_CON0 (0x5100)
2485
#define AFE_GASRC19_NEW_CON1 (0x5104)
2486
#define AFE_GASRC19_NEW_CON2 (0x5108)
2487
#define AFE_GASRC19_NEW_CON3 (0x510c)
2488
#define AFE_GASRC19_NEW_CON4 (0x5110)
2489
#define AFE_GASRC19_NEW_CON5 (0x5114)
2490
#define AFE_GASRC19_NEW_CON6 (0x5118)
2491
#define AFE_GASRC19_NEW_CON7 (0x511c)
2492
#define AFE_GASRC19_NEW_CON8 (0x5120)
2493
#define AFE_GASRC19_NEW_CON9 (0x5124)
2494
#define AFE_GASRC19_NEW_CON10 (0x5128)
2495
#define AFE_GASRC19_NEW_CON11 (0x512c)
2496
#define AFE_GASRC19_NEW_CON12 (0x5130)
2497
#define AFE_GASRC19_NEW_CON13 (0x5134)
2498
#define AFE_GASRC19_NEW_CON14 (0x5138)
2499
2500
#define AFE_MAX_REGISTER (AFE_GASRC19_NEW_CON14)
2501
2502
/* ASYS_TOP_CON */
2503
#define ASYS_TOP_CON_A1SYS_TIMING_ON BIT(0)
2504
#define ASYS_TOP_CON_A2SYS_TIMING_ON BIT(1)
2505
#define ASYS_TOP_CON_A3SYS_TIMING_ON BIT(4)
2506
#define ASYS_TOP_CON_A4SYS_TIMING_ON BIT(5)
2507
#define ASYS_TOP_CON_26M_TIMING_ON BIT(2)
2508
2509
/* PWR2_TOP_CON0 */
2510
#define PWR2_TOP_CON_DMIC8_SRC_SEL_MASK GENMASK(31, 29)
2511
#define PWR2_TOP_CON_DMIC7_SRC_SEL_MASK GENMASK(28, 26)
2512
#define PWR2_TOP_CON_DMIC6_SRC_SEL_MASK GENMASK(25, 23)
2513
#define PWR2_TOP_CON_DMIC5_SRC_SEL_MASK GENMASK(22, 20)
2514
#define PWR2_TOP_CON_DMIC4_SRC_SEL_MASK GENMASK(19, 17)
2515
#define PWR2_TOP_CON_DMIC3_SRC_SEL_MASK GENMASK(16, 14)
2516
#define PWR2_TOP_CON_DMIC2_SRC_SEL_MASK GENMASK(13, 11)
2517
#define PWR2_TOP_CON_DMIC1_SRC_SEL_MASK GENMASK(10, 8)
2518
#define PWR2_TOP_CON_DMIC8_SRC_SEL_VAL(x) ((x) << 29)
2519
#define PWR2_TOP_CON_DMIC7_SRC_SEL_VAL(x) ((x) << 26)
2520
#define PWR2_TOP_CON_DMIC6_SRC_SEL_VAL(x) ((x) << 23)
2521
#define PWR2_TOP_CON_DMIC5_SRC_SEL_VAL(x) ((x) << 20)
2522
#define PWR2_TOP_CON_DMIC4_SRC_SEL_VAL(x) ((x) << 17)
2523
#define PWR2_TOP_CON_DMIC3_SRC_SEL_VAL(x) ((x) << 14)
2524
#define PWR2_TOP_CON_DMIC2_SRC_SEL_VAL(x) ((x) << 11)
2525
#define PWR2_TOP_CON_DMIC1_SRC_SEL_VAL(x) ((x) << 8)
2526
2527
/* PWR2_TOP_CON1 */
2528
#define PWR2_TOP_CON1_DMIC_CKDIV_ON BIT(1)
2529
2530
/* PCM_INTF_CON1 */
2531
#define PCM_INTF_CON1_SYNC_OUT_INV BIT(23)
2532
#define PCM_INTF_CON1_BCLK_OUT_INV BIT(22)
2533
#define PCM_INTF_CON1_CLK_OUT_INV_MASK GENMASK(23, 22)
2534
#define PCM_INTF_CON1_SYNC_IN_INV BIT(21)
2535
#define PCM_INTF_CON1_BCLK_IN_INV BIT(20)
2536
#define PCM_INTF_CON1_CLK_IN_INV_MASK GENMASK(21, 20)
2537
#define PCM_INTF_CON1_PCM_24BIT (0x1 << 16)
2538
#define PCM_INTF_CON1_PCM_16BIT (0x0 << 16)
2539
#define PCM_INTF_CON1_PCM_BIT_MASK BIT(16)
2540
#define PCM_INTF_CON1_PCM_WLEN_32BCK (0x0 << 14)
2541
#define PCM_INTF_CON1_PCM_WLEN_64BCK (0x1 << 14)
2542
#define PCM_INTF_CON1_PCM_WLEN_MASK BIT(14)
2543
#define PCM_INTF_CON1_SYNC_LENGTH(x) (((x) & 0x1f) << 9)
2544
#define PCM_INTF_CON1_SYNC_LENGTH_MASK (0x1f << 9)
2545
#define PCM_INTF_CON1_PCM_SLAVE (0x1 << 5)
2546
#define PCM_INTF_CON1_PCM_MASTER (0x0 << 5)
2547
#define PCM_INTF_CON1_PCM_M_S_MASK BIT(5)
2548
#define PCM_INTF_CON1_PCM_MODE(x) (((x) & 0x3) << 3)
2549
#define PCM_INTF_CON1_PCM_MODE_MASK (0x3 << 3)
2550
#define PCM_INTF_CON1_PCM_FMT(x) (((x) & 0x3) << 1)
2551
#define PCM_INTF_CON1_PCM_FMT_MASK (0x3 << 1)
2552
#define PCM_INTF_CON1_PCM_EN BIT(0)
2553
#define PCM_INTF_CON1_PCM_EN_SHIFT 0
2554
2555
/* PCM_INTF_CON2 */
2556
#define PCM_INTF_CON2_CLK_DOMAIN_SEL(x) (((x) & 0x3) << 23)
2557
#define PCM_INTF_CON2_CLK_DOMAIN_SEL_MASK (0x3 << 23)
2558
#define PCM_INTF_CON2_SYNC_FREQ_MODE(x) (((x) & 0x1f) << 12)
2559
#define PCM_INTF_CON2_SYNC_FREQ_MODE_MASK (0x1f << 12)
2560
#define PCM_INTF_CON2_PCM_TX2RX_LPBK BIT(8)
2561
2562
/* AFE_MPHONE_MULTIx_CON0 */
2563
#define AFE_MPHONE_MULTI_CON0_16BIT_SWAP BIT(3)
2564
#define AFE_MPHONE_MULTI_CON0_16BIT_SWAP_MASK BIT(3)
2565
#define AFE_MPHONE_MULTI_CON0_24BIT_DATA (0x1 << 1)
2566
#define AFE_MPHONE_MULTI_CON0_16BIT_DATA (0x0 << 1)
2567
#define AFE_MPHONE_MULIT_CON0_24BIT_DATA_MASK BIT(1)
2568
#define AFE_MPHONE_MULTI_CON0_EN BIT(0)
2569
#define AFE_MPHONE_MULTI_CON0_EN_MASK BIT(0)
2570
2571
/* AFE_MPHONE_MULTIx_CON1 */
2572
#define AFE_MPHONE_MULTI_CON1_SYNC_ON BIT(24)
2573
#define AFE_MPHONE_MULTI_CON1_SYNC_ON_MASK BIT(24)
2574
#define AFE_MPHONE_MULTI_CON1_24BIT_SWAP_BYPASS BIT(22)
2575
#define AFE_MPHONE_MULTI_CON1_24BIT_SWAP_BYPASS_MASK BIT(22)
2576
#define AFE_MPHONE_MULTI_CON1_NON_COMPACT_MODE (0x1 << 19)
2577
#define AFE_MPHONE_MULTI_CON1_COMPACT_MODE (0x0 << 19)
2578
#define AFE_MPHONE_MULTI_CON1_NON_COMPACT_MODE_MASK BIT(19)
2579
#define AFE_MPHONE_MULTI_CON1_HBR_MODE BIT(18)
2580
#define AFE_MPHONE_MULTI_CON1_HBR_MODE_MASK BIT(18)
2581
#define AFE_MPHONE_MULTI_CON1_LRCK_32_CYCLE (0x2 << 16)
2582
#define AFE_MPHONE_MULTI_CON1_LRCK_24_CYCLE (0x1 << 16)
2583
#define AFE_MPHONE_MULTI_CON1_LRCK_16_CYCLE (0x0 << 16)
2584
#define AFE_MPHONE_MULTI_CON1_LRCK_CYCLE_SEL_MASK GENMASK(17, 16)
2585
#define AFE_MPHONE_MULTI_CON1_LRCK_INV BIT(15)
2586
#define AFE_MPHONE_MULTI_CON1_LRCK_INV_MASK BIT(15)
2587
#define AFE_MPHONE_MULTI_CON1_DELAY_DATA BIT(14)
2588
#define AFE_MPHONE_MULTI_CON1_DELAY_DATA_MASK BIT(14)
2589
#define AFE_MPHONE_MULTI_CON1_LEFT_ALIGN BIT(13)
2590
#define AFE_MPHONE_MULTI_CON1_LEFT_ALIGN_MASK BIT(13)
2591
#define AFE_MPHONE_MULTI_CON1_BIT_NUM(x) ((((x) - 1) & 0x1f) << 8)
2592
#define AFE_MPHONE_MULTI_CON1_BIT_NUM_MASK GENMASK(12, 8)
2593
#define AFE_MPHONE_MULTI_CON1_BCK_INV BIT(6)
2594
#define AFE_MPHONE_MULTI_CON1_BCK_INV_MASK BIT(6)
2595
#define AFE_MPHONE_MULTI_CON1_CH_NUM(x) ((((x) >> 1) - 1) & 0x3)
2596
#define AFE_MPHONE_MULTI_CON1_CH_NUM_MASK GENMASK(1, 0)
2597
2598
/* AFE_MPHONE_MULTIx_CON2 */
2599
#define AFE_MPHONE_MULTI_CON2_SEL_SPDIFIN BIT(19)
2600
#define AFE_MPHONE_MULTI_CON2_SEL_SPDIFIN_MASK BIT(19)
2601
2602
/* AFE_AUD_PAD_TOP */
2603
#define RG_RX_PROTOCOL2 BIT(3)
2604
#define RG_RX_FIFO_ON BIT(0)
2605
2606
/* AFE_ADDA_MTKAIF_CFG0 */
2607
#define MTKAIF_RXIF_CLKINV_ADC BIT(31)
2608
#define MTKAIF_RXIF_PROTOCOL2 BIT(16)
2609
#define MTKAIF_TXIF_PROTOCOL2 BIT(4)
2610
#define MTKAIF_TXIF_8TO5 BIT(2)
2611
#define MTKAIF_RXIF_8TO5 BIT(1)
2612
#define MTKAIF_IF_LOOPBACK1 BIT(0)
2613
2614
/* AFE_ADDA_MTKAIF_RX_CFG2 */
2615
#define MTKAIF_RXIF_DELAY_CYCLE(x) ((x) << 12)
2616
#define MTKAIF_RXIF_DELAY_CYCLE_MASK GENMASK(15, 12)
2617
#define MTKAIF_RXIF_DELAY_DATA BIT(8)
2618
#define MTKAIF_RXIF_DELAY_DATA_SHIFT 8
2619
2620
/* AFE_ADDA_MTKAIF_SYNCWORD_CFG */
2621
#define ADDA6_MTKAIF_RX_SYNC_WORD2_DISABLE BIT(23)
2622
2623
/* AFE_DMICx_UL_SRC_CON0 */
2624
#define AFE_DMIC_UL_SRC_CON0_UL_PHASE_SEL_CH1(x) (((x) & 0x7) << 27)
2625
#define AFE_DMIC_UL_SRC_CON0_UL_PHASE_SEL_CH2(x) (((x) & 0x7) << 24)
2626
#define AFE_DMIC_UL_SRC_CON0_UL_TWO_WIRE_MODE_CTL BIT(23)
2627
#define AFE_DMIC_UL_SRC_CON0_UL_MODE_3P25M_CH2_CTL BIT(22)
2628
#define AFE_DMIC_UL_SRC_CON0_UL_MODE_3P25M_CH1_CTL BIT(21)
2629
#define AFE_DMIC_UL_VOICE_MODE(x) (((x) & 0x7) << 17)
2630
#define AFE_DMIC_UL_CON0_VOCIE_MODE_8K AFE_DMIC_UL_VOICE_MODE(0)
2631
#define AFE_DMIC_UL_CON0_VOCIE_MODE_16K AFE_DMIC_UL_VOICE_MODE(1)
2632
#define AFE_DMIC_UL_CON0_VOCIE_MODE_32K AFE_DMIC_UL_VOICE_MODE(2)
2633
#define AFE_DMIC_UL_CON0_VOCIE_MODE_48K AFE_DMIC_UL_VOICE_MODE(3)
2634
#define AFE_DMIC_UL_SRC_CON0_UL_IIR_MODE_CTL(x) (((x) & 0x7) << 7)
2635
#define AFE_DMIC_UL_SRC_CON0_UL_IIR_ON_TMP_CTL BIT(10)
2636
#define AFE_DMIC_UL_SRC_CON0_UL_SDM_3_LEVEL_CTL BIT(1)
2637
#define AFE_DMIC_UL_SRC_CON0_UL_SRC_ON_TMP_CTL BIT(0)
2638
2639
/* ETDM_INx_AFIFO_CON */
2640
#define ETDM_IN_USE_AFIFO BIT(8)
2641
#define ETDM_IN_AFIFO_CLOCK(x) ((x) << 5)
2642
#define ETDM_IN_AFIFO_CLOCK_MASK GENMASK(7, 5)
2643
#define ETDM_IN_AFIFO_MODE(x) ((x) << 0)
2644
#define ETDM_IN_AFIFO_MODE_MASK GENMASK(4, 0)
2645
2646
/* ETDM_COWORK_CON0 */
2647
#define ETDM_OUT1_SLAVE_SEL(x) ((x) << 20)
2648
#define ETDM_OUT1_SLAVE_SEL_MASK GENMASK(23, 20)
2649
#define ETDM_OUT1_SLAVE_SEL_SHIFT 20
2650
2651
/* ETDM_COWORK_CON1 */
2652
#define ETDM_IN1_SDATA_SEL(x) ((x) << 20)
2653
#define ETDM_IN1_SDATA_SEL_MASK GENMASK(23, 20)
2654
#define ETDM_IN1_SDATA_SEL_SHIFT 20
2655
#define ETDM_IN1_SDATA0_SEL(x) ((x) << 16)
2656
#define ETDM_IN1_SDATA0_SEL_MASK GENMASK(19, 16)
2657
#define ETDM_IN1_SDATA0_SEL_SHIFT 16
2658
#define ETDM_IN1_SLAVE_SEL(x) ((x) << 8)
2659
#define ETDM_IN1_SLAVE_SEL_MASK GENMASK(11, 8)
2660
#define ETDM_IN1_SLAVE_SEL_SHIFT 8
2661
2662
/* ETDM_COWORK_CON2 */
2663
#define ETDM_IN2_SLAVE_SEL(x) ((x) << 24)
2664
#define ETDM_IN2_SLAVE_SEL_MASK GENMASK(27, 24)
2665
#define ETDM_IN2_SLAVE_SEL_SHIFT 24
2666
#define ETDM_OUT3_SLAVE_SEL(x) ((x) << 20)
2667
#define ETDM_OUT3_SLAVE_SEL_MASK GENMASK(23, 20)
2668
#define ETDM_OUT3_SLAVE_SEL_SHIFT 20
2669
#define ETDM_OUT2_SLAVE_SEL(x) ((x) << 8)
2670
#define ETDM_OUT2_SLAVE_SEL_MASK GENMASK(11, 8)
2671
#define ETDM_OUT2_SLAVE_SEL_SHIFT 8
2672
2673
/* ETDM_COWORK_CON3 */
2674
#define ETDM_IN2_SDATA_SEL(x) ((x) << 4)
2675
#define ETDM_IN2_SDATA_SEL_MASK GENMASK(7, 4)
2676
#define ETDM_IN2_SDATA_SEL_SHIFT 4
2677
#define ETDM_IN2_SDATA0_SEL(x) ((x) << 0)
2678
#define ETDM_IN2_SDATA0_SEL_MASK GENMASK(3, 0)
2679
#define ETDM_IN2_SDATA0_SEL_SHIFT 0
2680
2681
/* ETDM_x_CONx */
2682
#define ETDM_CON0_CH_NUM(x) (((x) - 1) << 23)
2683
#define ETDM_CON0_CH_NUM_MASK GENMASK(27, 23)
2684
#define ETDM_CON0_WORD_LEN(x) (((x) - 1) << 16)
2685
#define ETDM_CON0_WORD_LEN_MASK GENMASK(20, 16)
2686
#define ETDM_CON0_BIT_LEN(x) (((x) - 1) << 11)
2687
#define ETDM_CON0_BIT_LEN_MASK GENMASK(15, 11)
2688
#define ETDM_CON0_FORMAT(x) ((x) << 6)
2689
#define ETDM_CON0_FORMAT_MASK GENMASK(8, 6)
2690
#define ETDM_CON0_SLAVE_MODE BIT(5)
2691
#define ETDM_CON0_EN BIT(0)
2692
2693
#define ETDM_OUT_CON0_RELATCH_DOMAIN(x) ((x) << 28)
2694
#define ETDM_OUT_CON0_RELATCH_DOMAIN_MASK GENMASK(29, 28)
2695
2696
#define ETDM_CON1_MCLK_OUTPUT BIT(16)
2697
#define ETDM_IN_CON1_LRCK_AUTO_MODE BIT(31)
2698
#define ETDM_IN_CON1_LRCK_WIDTH(x) (((x) - 1) << 20)
2699
#define ETDM_IN_CON1_LRCK_WIDTH_MASK GENMASK(29, 20)
2700
#define ETDM_OUT_CON1_LRCK_AUTO_MODE BIT(29)
2701
#define ETDM_OUT_CON1_LRCK_WIDTH(x) (((x) - 1) << 19)
2702
#define ETDM_OUT_CON1_LRCK_WIDTH_MASK GENMASK(28, 19)
2703
2704
#define ETDM_IN_CON2_MULTI_IP_2CH_MODE BIT(31)
2705
#define ETDM_IN_CON2_MULTI_IP_TOTAL_CH(x) (((x) - 1) << 15)
2706
#define ETDM_IN_CON2_MULTI_IP_TOTAL_CH_MASK GENMASK(19, 15)
2707
#define ETDM_IN_CON2_CLOCK(x) ((x) << 10)
2708
#define ETDM_IN_CON2_CLOCK_MASK GENMASK(12, 10)
2709
#define ETDM_IN_CON2_CLOCK_SHIFT 10
2710
#define ETDM_IN_CON2_UPDATE_GAP(x) ((x) << 5)
2711
#define ETDM_IN_CON2_UPDATE_GAP_MASK GENMASK(9, 5)
2712
2713
#define ETDM_OUT_CON2_LRCK_DELAY_BCK_INV BIT(30)
2714
#define ETDM_OUT_CON2_LRCK_DELAY_0P5T_EN BIT(29)
2715
2716
#define ETDM_IN_CON3_FS(x) ((x) << 26)
2717
#define ETDM_IN_CON3_FS_MASK GENMASK(30, 26)
2718
#define ETDM_IN_CON3_DISABLE_OUT(x) BIT(((x) & 0xf))
2719
#define ETDM_IN_CON3_DISABLE_OUT_MASK GENMASK(15, 0)
2720
2721
#define ETDM_IN_CON4_MASTER_LRCK_INV BIT(19)
2722
#define ETDM_IN_CON4_MASTER_BCK_INV BIT(18)
2723
#define ETDM_IN_CON4_SLAVE_LRCK_INV BIT(17)
2724
#define ETDM_IN_CON4_SLAVE_BCK_INV BIT(16)
2725
2726
#define ETDM_OUT_CON4_RELATCH_EN(x) ((x) << 24)
2727
#define ETDM_OUT_CON4_RELATCH_EN_MASK GENMASK(28, 24)
2728
#define ETDM_OUT_CON4_CLOCK(x) ((x) << 6)
2729
#define ETDM_OUT_CON4_CLOCK_MASK GENMASK(8, 6)
2730
#define ETDM_OUT_CON4_CLOCK_SHIFT 6
2731
#define ETDM_OUT_CON4_FS(x) ((x) << 0)
2732
#define ETDM_OUT_CON4_FS_MASK GENMASK(4, 0)
2733
2734
#define ETDM_IN_CON5_LR_SWAP(x) BIT(((x) & 0xf) + 16)
2735
#define ETDM_IN_CON5_LR_SWAP_MASK GENMASK(31, 16)
2736
#define ETDM_IN_CON5_ENABLE_ODD(x) BIT(((x) & 0xf))
2737
#define ETDM_IN_CON5_ENABLE_ODD_MASK GENMASK(15, 0)
2738
2739
#define ETDM_OUT_CON5_MASTER_LRCK_INV BIT(10)
2740
#define ETDM_OUT_CON5_MASTER_BCK_INV BIT(9)
2741
#define ETDM_OUT_CON5_SLAVE_LRCK_INV BIT(8)
2742
#define ETDM_OUT_CON5_SLAVE_BCK_INV BIT(7)
2743
2744
/* AFE_DPTX_CON */
2745
#define AFE_DPTX_CON_CH_EN(x) (((x) & 0xff) << 8)
2746
#define AFE_DPTX_CON_CH_EN_2CH (AFE_DPTX_CON_CH_EN(GENMASK(1, 0)))
2747
#define AFE_DPTX_CON_CH_EN_4CH (AFE_DPTX_CON_CH_EN(GENMASK(3, 0)))
2748
#define AFE_DPTX_CON_CH_EN_6CH (AFE_DPTX_CON_CH_EN(GENMASK(5, 0)))
2749
#define AFE_DPTX_CON_CH_EN_8CH (AFE_DPTX_CON_CH_EN(GENMASK(7, 0)))
2750
#define AFE_DPTX_CON_CH_EN_MASK GENMASK(15, 8)
2751
#define AFE_DPTX_CON_16BIT (0x1 << 2)
2752
#define AFE_DPTX_CON_24BIT (0x0 << 2)
2753
#define AFE_DPTX_CON_16BIT_MASK BIT(2)
2754
#define AFE_DPTX_CON_CH_NUM(x) (((x) & 0x1) << 1)
2755
#define AFE_DPTX_CON_CH_NUM_2CH (AFE_DPTX_CON_CH_NUM(0))
2756
#define AFE_DPTX_CON_CH_NUM_8CH (AFE_DPTX_CON_CH_NUM(1))
2757
#define AFE_DPTX_CON_CH_NUM_MASK (0x1 << 1)
2758
#define AFE_DPTX_CON_ON BIT(0)
2759
#define AFE_DPTX_CON_ON_MASK BIT(0)
2760
2761
/* AFE_ADDA_UL_DL_CON0 */
2762
#define ADDA_AFE_ON_SHIFT 0
2763
2764
/* AFE_ADDA_DL_SRC2_CON0 */
2765
#define DL_2_INPUT_MODE_CTL(x) ((x) << 28)
2766
#define DL_2_INPUT_MODE_CTL_MASK GENMASK(31, 28)
2767
#define DL_2_CH1_SATURATION_EN_CTL BIT(27)
2768
#define DL_2_CH2_SATURATION_EN_CTL BIT(26)
2769
#define DL_2_MUTE_CH1_OFF_CTL_PRE BIT(12)
2770
#define DL_2_MUTE_CH2_OFF_CTL_PRE BIT(11)
2771
#define DL_2_VOICE_MODE_CTL_PRE BIT(5)
2772
#define DL_2_GAIN_ON_CTL_PRE_SHIFT 1
2773
#define DL_2_SRC_ON_TMP_CTRL_PRE_SHIFT 0
2774
2775
/* AFE_ADDA_DL_SRC2_CON1 */
2776
#define DL_2_GAIN_CTL_PRE(x) ((x) << 16)
2777
#define DL_2_GAIN_CTL_PRE_MASK GENMASK(31, 16)
2778
#define DL_2_GAIN_CTL_PRE_SHIFT 16
2779
2780
/* AFE_ADDA_TOP_CON0 */
2781
#define C_LOOPBACK_MODE_CTL_MASK GENMASK(15, 12)
2782
#define DL_INPUT_FROM_SINEGEN (4 << 12)
2783
2784
/* AFE_ADDA_DL_SDM_DCCOMP_CON */
2785
#define DL_USE_NEW_2ND_SDM BIT(30)
2786
#define ATTGAIN_CTL_MASK GENMASK(5, 0)
2787
2788
/* AFE_ADDA_UL_SRC_CON0 */
2789
#define UL_MODE_3P25M_CH2_CTL BIT(22)
2790
#define UL_MODE_3P25M_CH1_CTL BIT(21)
2791
#define UL_VOICE_MODE_CTL(x) ((x) << 17)
2792
#define UL_VOICE_MODE_CTL_MASK GENMASK(19, 17)
2793
#define UL_LOOPBACK_MODE_CTL BIT(2)
2794
#define UL_SDM3_LEVEL_CTL BIT(1)
2795
#define UL_SRC_ON_TMP_CTL_SHIFT 0
2796
2797
#endif
2798
2799