brintos

brintos / linux-shallow public Read only

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