162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * mt8195-reg.h -- Mediatek 8195 audio driver reg definition 462306a36Sopenharmony_ci * 562306a36Sopenharmony_ci * Copyright (c) 2021 MediaTek Inc. 662306a36Sopenharmony_ci * Author: Bicycle Tsai <bicycle.tsai@mediatek.com> 762306a36Sopenharmony_ci * Trevor Wu <trevor.wu@mediatek.com> 862306a36Sopenharmony_ci */ 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ci#ifndef _MT8195_REG_H_ 1162306a36Sopenharmony_ci#define _MT8195_REG_H_ 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci#define AFE_SRAM_BASE (0x10880000) 1462306a36Sopenharmony_ci#define AFE_SRAM_SIZE (0x10000) 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ci#define AUDIO_TOP_CON0 (0x0000) 1762306a36Sopenharmony_ci#define AUDIO_TOP_CON1 (0x0004) 1862306a36Sopenharmony_ci#define AUDIO_TOP_CON2 (0x0008) 1962306a36Sopenharmony_ci#define AUDIO_TOP_CON3 (0x000c) 2062306a36Sopenharmony_ci#define AUDIO_TOP_CON4 (0x0010) 2162306a36Sopenharmony_ci#define AUDIO_TOP_CON5 (0x0014) 2262306a36Sopenharmony_ci#define AUDIO_TOP_CON6 (0x0018) 2362306a36Sopenharmony_ci#define AFE_MAS_HADDR_MSB (0x0020) 2462306a36Sopenharmony_ci#define PWR1_ASM_CON1 (0x0108) 2562306a36Sopenharmony_ci#define ASYS_IRQ_CONFIG (0x0110) 2662306a36Sopenharmony_ci#define ASYS_IRQ1_CON (0x0114) 2762306a36Sopenharmony_ci#define ASYS_IRQ2_CON (0x0118) 2862306a36Sopenharmony_ci#define ASYS_IRQ3_CON (0x011c) 2962306a36Sopenharmony_ci#define ASYS_IRQ4_CON (0x0120) 3062306a36Sopenharmony_ci#define ASYS_IRQ5_CON (0x0124) 3162306a36Sopenharmony_ci#define ASYS_IRQ6_CON (0x0128) 3262306a36Sopenharmony_ci#define ASYS_IRQ7_CON (0x012c) 3362306a36Sopenharmony_ci#define ASYS_IRQ8_CON (0x0130) 3462306a36Sopenharmony_ci#define ASYS_IRQ9_CON (0x0134) 3562306a36Sopenharmony_ci#define ASYS_IRQ10_CON (0x0138) 3662306a36Sopenharmony_ci#define ASYS_IRQ11_CON (0x013c) 3762306a36Sopenharmony_ci#define ASYS_IRQ12_CON (0x0140) 3862306a36Sopenharmony_ci#define ASYS_IRQ13_CON (0x0144) 3962306a36Sopenharmony_ci#define ASYS_IRQ14_CON (0x0148) 4062306a36Sopenharmony_ci#define ASYS_IRQ15_CON (0x014c) 4162306a36Sopenharmony_ci#define ASYS_IRQ16_CON (0x0150) 4262306a36Sopenharmony_ci#define ASYS_IRQ_CLR (0x0154) 4362306a36Sopenharmony_ci#define ASYS_IRQ_STATUS (0x0158) 4462306a36Sopenharmony_ci#define ASYS_IRQ_MON1 (0x015c) 4562306a36Sopenharmony_ci#define ASYS_IRQ_MON2 (0x0160) 4662306a36Sopenharmony_ci#define AFE_IRQ1_CON (0x0164) 4762306a36Sopenharmony_ci#define AFE_IRQ2_CON (0x0168) 4862306a36Sopenharmony_ci#define AFE_IRQ3_CON (0x016c) 4962306a36Sopenharmony_ci#define AFE_IRQ_MCU_CLR (0x0170) 5062306a36Sopenharmony_ci#define AFE_IRQ_STATUS (0x0174) 5162306a36Sopenharmony_ci#define AFE_IRQ_MASK (0x0178) 5262306a36Sopenharmony_ci#define ASYS_IRQ_MASK (0x017c) 5362306a36Sopenharmony_ci#define AFE_IRQ3_CON_MON (0x01b0) 5462306a36Sopenharmony_ci#define AFE_IRQ_MCU_MON2 (0x01b4) 5562306a36Sopenharmony_ci#define AFE_IRQ8_CON (0x01b8) 5662306a36Sopenharmony_ci#define AFE_IRQ9_CON (0x01bc) 5762306a36Sopenharmony_ci#define AFE_IRQ10_CON (0x01c0) 5862306a36Sopenharmony_ci#define AFE_IRQ9_CON_MON (0x01c4) 5962306a36Sopenharmony_ci#define ADSP_IRQ_MASK (0x01c8) 6062306a36Sopenharmony_ci#define ADSP_IRQ_STATUS (0x01cc) 6162306a36Sopenharmony_ci#define AFE_SINEGEN_CON0 (0x01f0) 6262306a36Sopenharmony_ci#define AFE_SINEGEN_CON1 (0x01f4) 6362306a36Sopenharmony_ci#define AFE_SINEGEN_CON2 (0x01f8) 6462306a36Sopenharmony_ci#define AFE_SINEGEN_CON3 (0x01fc) 6562306a36Sopenharmony_ci#define AFE_SPDIF_OUT_CON0 (0x0380) 6662306a36Sopenharmony_ci#define AFE_TDMOUT_CONN0 (0x0390) 6762306a36Sopenharmony_ci#define PWR1_ASM_CON2 (0x03b0) 6862306a36Sopenharmony_ci#define PWR1_ASM_CON3 (0x03b4) 6962306a36Sopenharmony_ci#define PWR1_ASM_CON4 (0x03b8) 7062306a36Sopenharmony_ci#define AFE_APLL_TUNER_CFG (0x03f8) 7162306a36Sopenharmony_ci#define AFE_APLL_TUNER_CFG1 (0x03fc) 7262306a36Sopenharmony_ci#define AUDIO_TOP_STA0 (0x0400) 7362306a36Sopenharmony_ci#define AUDIO_TOP_STA1 (0x0404) 7462306a36Sopenharmony_ci#define AFE_GAIN1_CON0 (0x0410) 7562306a36Sopenharmony_ci#define AFE_GAIN1_CON1 (0x0414) 7662306a36Sopenharmony_ci#define AFE_GAIN1_CON2 (0x0418) 7762306a36Sopenharmony_ci#define AFE_GAIN1_CON3 (0x041c) 7862306a36Sopenharmony_ci#define AFE_GAIN1_CUR (0x0424) 7962306a36Sopenharmony_ci#define AFE_GAIN2_CON0 (0x0428) 8062306a36Sopenharmony_ci#define AFE_GAIN2_CON1 (0x042c) 8162306a36Sopenharmony_ci#define AFE_GAIN2_CON2 (0x0430) 8262306a36Sopenharmony_ci#define AFE_GAIN2_CON3 (0x0434) 8362306a36Sopenharmony_ci#define AFE_GAIN2_CUR (0x043c) 8462306a36Sopenharmony_ci#define AFE_IEC_CFG (0x0480) 8562306a36Sopenharmony_ci#define AFE_IEC_NSNUM (0x0484) 8662306a36Sopenharmony_ci#define AFE_IEC_BURST_INFO (0x0488) 8762306a36Sopenharmony_ci#define AFE_IEC_BURST_LEN (0x048c) 8862306a36Sopenharmony_ci#define AFE_IEC_NSADR (0x0490) 8962306a36Sopenharmony_ci#define AFE_IEC_CHL_STAT0 (0x04a0) 9062306a36Sopenharmony_ci#define AFE_IEC_CHL_STAT1 (0x04a4) 9162306a36Sopenharmony_ci#define AFE_IEC_CHR_STAT0 (0x04a8) 9262306a36Sopenharmony_ci#define AFE_IEC_CHR_STAT1 (0x04ac) 9362306a36Sopenharmony_ci#define AFE_SPDIFIN_CFG0 (0x0500) 9462306a36Sopenharmony_ci#define AFE_SPDIFIN_CFG1 (0x0504) 9562306a36Sopenharmony_ci#define AFE_SPDIFIN_CHSTS1 (0x0508) 9662306a36Sopenharmony_ci#define AFE_SPDIFIN_CHSTS2 (0x050c) 9762306a36Sopenharmony_ci#define AFE_SPDIFIN_CHSTS3 (0x0510) 9862306a36Sopenharmony_ci#define AFE_SPDIFIN_CHSTS4 (0x0514) 9962306a36Sopenharmony_ci#define AFE_SPDIFIN_CHSTS5 (0x0518) 10062306a36Sopenharmony_ci#define AFE_SPDIFIN_CHSTS6 (0x051c) 10162306a36Sopenharmony_ci#define AFE_SPDIFIN_DEBUG1 (0x0520) 10262306a36Sopenharmony_ci#define AFE_SPDIFIN_DEBUG2 (0x0524) 10362306a36Sopenharmony_ci#define AFE_SPDIFIN_DEBUG3 (0x0528) 10462306a36Sopenharmony_ci#define AFE_SPDIFIN_DEBUG4 (0x052c) 10562306a36Sopenharmony_ci#define AFE_SPDIFIN_EC (0x0530) 10662306a36Sopenharmony_ci#define AFE_SPDIFIN_CKLOCK_CFG (0x0534) 10762306a36Sopenharmony_ci#define AFE_SPDIFIN_BR (0x053c) 10862306a36Sopenharmony_ci#define AFE_SPDIFIN_BR_DBG1 (0x0540) 10962306a36Sopenharmony_ci#define AFE_SPDIFIN_CKFBDIV (0x0544) 11062306a36Sopenharmony_ci#define AFE_SPDIFIN_INT_EXT (0x0548) 11162306a36Sopenharmony_ci#define AFE_SPDIFIN_INT_EXT2 (0x054c) 11262306a36Sopenharmony_ci#define SPDIFIN_FREQ_INFO (0x0550) 11362306a36Sopenharmony_ci#define SPDIFIN_FREQ_INFO_2 (0x0554) 11462306a36Sopenharmony_ci#define SPDIFIN_FREQ_INFO_3 (0x0558) 11562306a36Sopenharmony_ci#define SPDIFIN_FREQ_STATUS (0x055c) 11662306a36Sopenharmony_ci#define SPDIFIN_USERCODE1 (0x0560) 11762306a36Sopenharmony_ci#define SPDIFIN_USERCODE2 (0x0564) 11862306a36Sopenharmony_ci#define SPDIFIN_USERCODE3 (0x0568) 11962306a36Sopenharmony_ci#define SPDIFIN_USERCODE4 (0x056c) 12062306a36Sopenharmony_ci#define SPDIFIN_USERCODE5 (0x0570) 12162306a36Sopenharmony_ci#define SPDIFIN_USERCODE6 (0x0574) 12262306a36Sopenharmony_ci#define SPDIFIN_USERCODE7 (0x0578) 12362306a36Sopenharmony_ci#define SPDIFIN_USERCODE8 (0x057c) 12462306a36Sopenharmony_ci#define SPDIFIN_USERCODE9 (0x0580) 12562306a36Sopenharmony_ci#define SPDIFIN_USERCODE10 (0x0584) 12662306a36Sopenharmony_ci#define SPDIFIN_USERCODE11 (0x0588) 12762306a36Sopenharmony_ci#define SPDIFIN_USERCODE12 (0x058c) 12862306a36Sopenharmony_ci#define AFE_SPDIFIN_APLL_TUNER_CFG (0x0594) 12962306a36Sopenharmony_ci#define AFE_SPDIFIN_APLL_TUNER_CFG1 (0x0598) 13062306a36Sopenharmony_ci#define ASYS_TOP_CON (0x0600) 13162306a36Sopenharmony_ci#define AFE_LINEIN_APLL_TUNER_CFG (0x0610) 13262306a36Sopenharmony_ci#define AFE_LINEIN_APLL_TUNER_MON (0x0614) 13362306a36Sopenharmony_ci#define AFE_EARC_APLL_TUNER_CFG (0x0618) 13462306a36Sopenharmony_ci#define AFE_EARC_APLL_TUNER_MON (0x061c) 13562306a36Sopenharmony_ci#define PWR2_TOP_CON0 (0x0634) 13662306a36Sopenharmony_ci#define PWR2_TOP_CON1 (0x0638) 13762306a36Sopenharmony_ci#define PCM_INTF_CON1 (0x063c) 13862306a36Sopenharmony_ci#define PCM_INTF_CON2 (0x0640) 13962306a36Sopenharmony_ci#define AFE_CM0_CON (0x0660) 14062306a36Sopenharmony_ci#define AFE_CM1_CON (0x0664) 14162306a36Sopenharmony_ci#define AFE_CM2_CON (0x0668) 14262306a36Sopenharmony_ci#define AFE_CM0_MON (0x0670) 14362306a36Sopenharmony_ci#define AFE_CM1_MON (0x0674) 14462306a36Sopenharmony_ci#define AFE_CM2_MON (0x0678) 14562306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON0 (0x06a4) 14662306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON1 (0x06a8) 14762306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON2 (0x06ac) 14862306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_MON (0x06b0) 14962306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_DET_REG_CON0 (0x06b4) 15062306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_DET_REG_CON1 (0x06b8) 15162306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_DET_REG_CON2 (0x06bc) 15262306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_DET_REG_CON3 (0x06c0) 15362306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_DET_MON0 (0x06c4) 15462306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_DET_MON1 (0x06c8) 15562306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_DET_MON2 (0x06d0) 15662306a36Sopenharmony_ci#define AFE_MPHONE_MULTI2_CON0 (0x06d4) 15762306a36Sopenharmony_ci#define AFE_MPHONE_MULTI2_CON1 (0x06d8) 15862306a36Sopenharmony_ci#define AFE_MPHONE_MULTI2_CON2 (0x06dc) 15962306a36Sopenharmony_ci#define AFE_MPHONE_MULTI2_MON (0x06e0) 16062306a36Sopenharmony_ci#define AFE_MPHONE_MULTI2_DET_REG_CON0 (0x06e4) 16162306a36Sopenharmony_ci#define AFE_MPHONE_MULTI2_DET_REG_CON1 (0x06e8) 16262306a36Sopenharmony_ci#define AFE_MPHONE_MULTI2_DET_REG_CON2 (0x06ec) 16362306a36Sopenharmony_ci#define AFE_MPHONE_MULTI2_DET_REG_CON3 (0x06f0) 16462306a36Sopenharmony_ci#define AFE_MPHONE_MULTI2_DET_MON0 (0x06f4) 16562306a36Sopenharmony_ci#define AFE_MPHONE_MULTI2_DET_MON1 (0x06f8) 16662306a36Sopenharmony_ci#define AFE_MPHONE_MULTI2_DET_MON2 (0x06fc) 16762306a36Sopenharmony_ci#define AFE_ADDA_IIR_COEF_02_01 (0x0700) 16862306a36Sopenharmony_ci#define AFE_ADDA_IIR_COEF_04_03 (0x0704) 16962306a36Sopenharmony_ci#define AFE_ADDA_IIR_COEF_06_05 (0x0708) 17062306a36Sopenharmony_ci#define AFE_ADDA_IIR_COEF_08_07 (0x070c) 17162306a36Sopenharmony_ci#define AFE_ADDA_IIR_COEF_10_09 (0x0710) 17262306a36Sopenharmony_ci#define AFE_ADDA_ULCF_CFG_02_01 (0x0714) 17362306a36Sopenharmony_ci#define AFE_ADDA_ULCF_CFG_04_03 (0x0718) 17462306a36Sopenharmony_ci#define AFE_ADDA_ULCF_CFG_06_05 (0x071c) 17562306a36Sopenharmony_ci#define AFE_ADDA_ULCF_CFG_08_07 (0x0720) 17662306a36Sopenharmony_ci#define AFE_ADDA_ULCF_CFG_10_09 (0x0724) 17762306a36Sopenharmony_ci#define AFE_ADDA_ULCF_CFG_12_11 (0x0728) 17862306a36Sopenharmony_ci#define AFE_ADDA_ULCF_CFG_14_13 (0x072c) 17962306a36Sopenharmony_ci#define AFE_ADDA_ULCF_CFG_16_15 (0x0730) 18062306a36Sopenharmony_ci#define AFE_ADDA_ULCF_CFG_18_17 (0x0734) 18162306a36Sopenharmony_ci#define AFE_ADDA_ULCF_CFG_20_19 (0x0738) 18262306a36Sopenharmony_ci#define AFE_ADDA_ULCF_CFG_22_21 (0x073c) 18362306a36Sopenharmony_ci#define AFE_ADDA_ULCF_CFG_24_23 (0x0740) 18462306a36Sopenharmony_ci#define AFE_ADDA_ULCF_CFG_26_25 (0x0744) 18562306a36Sopenharmony_ci#define AFE_ADDA_ULCF_CFG_28_27 (0x0748) 18662306a36Sopenharmony_ci#define AFE_ADDA_ULCF_CFG_30_29 (0x074c) 18762306a36Sopenharmony_ci#define AFE_ADDA6_IIR_COEF_02_01 (0x0750) 18862306a36Sopenharmony_ci#define AFE_ADDA6_IIR_COEF_04_03 (0x0754) 18962306a36Sopenharmony_ci#define AFE_ADDA6_IIR_COEF_06_05 (0x0758) 19062306a36Sopenharmony_ci#define AFE_ADDA6_IIR_COEF_08_07 (0x075c) 19162306a36Sopenharmony_ci#define AFE_ADDA6_IIR_COEF_10_09 (0x0760) 19262306a36Sopenharmony_ci#define AFE_ADDA6_ULCF_CFG_02_01 (0x0764) 19362306a36Sopenharmony_ci#define AFE_ADDA6_ULCF_CFG_04_03 (0x0768) 19462306a36Sopenharmony_ci#define AFE_ADDA6_ULCF_CFG_06_05 (0x076c) 19562306a36Sopenharmony_ci#define AFE_ADDA6_ULCF_CFG_08_07 (0x0770) 19662306a36Sopenharmony_ci#define AFE_ADDA6_ULCF_CFG_10_09 (0x0774) 19762306a36Sopenharmony_ci#define AFE_ADDA6_ULCF_CFG_12_11 (0x0778) 19862306a36Sopenharmony_ci#define AFE_ADDA6_ULCF_CFG_14_13 (0x077c) 19962306a36Sopenharmony_ci#define AFE_ADDA6_ULCF_CFG_16_15 (0x0780) 20062306a36Sopenharmony_ci#define AFE_ADDA6_ULCF_CFG_18_17 (0x0784) 20162306a36Sopenharmony_ci#define AFE_ADDA6_ULCF_CFG_20_19 (0x0788) 20262306a36Sopenharmony_ci#define AFE_ADDA6_ULCF_CFG_22_21 (0x078c) 20362306a36Sopenharmony_ci#define AFE_ADDA6_ULCF_CFG_24_23 (0x0790) 20462306a36Sopenharmony_ci#define AFE_ADDA6_ULCF_CFG_26_25 (0x0794) 20562306a36Sopenharmony_ci#define AFE_ADDA6_ULCF_CFG_28_27 (0x0798) 20662306a36Sopenharmony_ci#define AFE_ADDA6_ULCF_CFG_30_29 (0x079c) 20762306a36Sopenharmony_ci#define AFE_ADDA_MTKAIF_CFG0 (0x07a0) 20862306a36Sopenharmony_ci#define AFE_ADDA_MTKAIF_SYNCWORD_CFG (0x07a8) 20962306a36Sopenharmony_ci#define AFE_ADDA_MTKAIF_RX_CFG0 (0x07b4) 21062306a36Sopenharmony_ci#define AFE_ADDA_MTKAIF_RX_CFG1 (0x07b8) 21162306a36Sopenharmony_ci#define AFE_ADDA_MTKAIF_RX_CFG2 (0x07bc) 21262306a36Sopenharmony_ci#define AFE_ADDA_MTKAIF_MON0 (0x07c8) 21362306a36Sopenharmony_ci#define AFE_ADDA_MTKAIF_MON1 (0x07cc) 21462306a36Sopenharmony_ci#define AFE_AUD_PAD_TOP (0x07d4) 21562306a36Sopenharmony_ci#define AFE_ADDA6_MTKAIF_MON0 (0x07d8) 21662306a36Sopenharmony_ci#define AFE_ADDA6_MTKAIF_MON1 (0x07dc) 21762306a36Sopenharmony_ci#define AFE_ADDA6_MTKAIF_CFG0 (0x07e0) 21862306a36Sopenharmony_ci#define AFE_ADDA6_MTKAIF_RX_CFG0 (0x07e4) 21962306a36Sopenharmony_ci#define AFE_ADDA6_MTKAIF_RX_CFG1 (0x07e8) 22062306a36Sopenharmony_ci#define AFE_ADDA6_MTKAIF_RX_CFG2 (0x07ec) 22162306a36Sopenharmony_ci#define AFE_ADDA6_TOP_CON0 (0x07f0) 22262306a36Sopenharmony_ci#define AFE_ADDA6_UL_SRC_CON0 (0x07f4) 22362306a36Sopenharmony_ci#define AFE_ADDA6_UL_SRC_CON1 (0x07f8) 22462306a36Sopenharmony_ci#define AFE_ADDA6_SRC_DEBUG (0x0800) 22562306a36Sopenharmony_ci#define AFE_ADDA6_SRC_DEBUG_MON0 (0x0804) 22662306a36Sopenharmony_ci#define AFE_ADDA6_UL_SRC_MON0 (0x0818) 22762306a36Sopenharmony_ci#define AFE_ADDA6_UL_SRC_MON1 (0x081c) 22862306a36Sopenharmony_ci#define AFE_CONN0_5 (0x0830) 22962306a36Sopenharmony_ci#define AFE_CONN1_5 (0x0834) 23062306a36Sopenharmony_ci#define AFE_CONN2_5 (0x0838) 23162306a36Sopenharmony_ci#define AFE_CONN3_5 (0x083c) 23262306a36Sopenharmony_ci#define AFE_CONN4_5 (0x0840) 23362306a36Sopenharmony_ci#define AFE_CONN5_5 (0x0844) 23462306a36Sopenharmony_ci#define AFE_CONN6_5 (0x0848) 23562306a36Sopenharmony_ci#define AFE_CONN7_5 (0x084c) 23662306a36Sopenharmony_ci#define AFE_CONN8_5 (0x0850) 23762306a36Sopenharmony_ci#define AFE_CONN9_5 (0x0854) 23862306a36Sopenharmony_ci#define AFE_CONN10_5 (0x0858) 23962306a36Sopenharmony_ci#define AFE_CONN11_5 (0x085c) 24062306a36Sopenharmony_ci#define AFE_CONN12_5 (0x0860) 24162306a36Sopenharmony_ci#define AFE_CONN13_5 (0x0864) 24262306a36Sopenharmony_ci#define AFE_CONN14_5 (0x0868) 24362306a36Sopenharmony_ci#define AFE_CONN15_5 (0x086c) 24462306a36Sopenharmony_ci#define AFE_CONN16_5 (0x0870) 24562306a36Sopenharmony_ci#define AFE_CONN17_5 (0x0874) 24662306a36Sopenharmony_ci#define AFE_CONN18_5 (0x0878) 24762306a36Sopenharmony_ci#define AFE_CONN19_5 (0x087c) 24862306a36Sopenharmony_ci#define AFE_CONN20_5 (0x0880) 24962306a36Sopenharmony_ci#define AFE_CONN21_5 (0x0884) 25062306a36Sopenharmony_ci#define AFE_CONN22_5 (0x0888) 25162306a36Sopenharmony_ci#define AFE_CONN23_5 (0x088c) 25262306a36Sopenharmony_ci#define AFE_CONN24_5 (0x0890) 25362306a36Sopenharmony_ci#define AFE_CONN25_5 (0x0894) 25462306a36Sopenharmony_ci#define AFE_CONN26_5 (0x0898) 25562306a36Sopenharmony_ci#define AFE_CONN27_5 (0x089c) 25662306a36Sopenharmony_ci#define AFE_CONN28_5 (0x08a0) 25762306a36Sopenharmony_ci#define AFE_CONN29_5 (0x08a4) 25862306a36Sopenharmony_ci#define AFE_CONN30_5 (0x08a8) 25962306a36Sopenharmony_ci#define AFE_CONN31_5 (0x08ac) 26062306a36Sopenharmony_ci#define AFE_CONN32_5 (0x08b0) 26162306a36Sopenharmony_ci#define AFE_CONN33_5 (0x08b4) 26262306a36Sopenharmony_ci#define AFE_CONN34_5 (0x08b8) 26362306a36Sopenharmony_ci#define AFE_CONN35_5 (0x08bc) 26462306a36Sopenharmony_ci#define AFE_CONN36_5 (0x08c0) 26562306a36Sopenharmony_ci#define AFE_CONN37_5 (0x08c4) 26662306a36Sopenharmony_ci#define AFE_CONN38_5 (0x08c8) 26762306a36Sopenharmony_ci#define AFE_CONN39_5 (0x08cc) 26862306a36Sopenharmony_ci#define AFE_CONN40_5 (0x08d0) 26962306a36Sopenharmony_ci#define AFE_CONN41_5 (0x08d4) 27062306a36Sopenharmony_ci#define AFE_CONN42_5 (0x08d8) 27162306a36Sopenharmony_ci#define AFE_CONN43_5 (0x08dc) 27262306a36Sopenharmony_ci#define AFE_CONN44_5 (0x08e0) 27362306a36Sopenharmony_ci#define AFE_CONN45_5 (0x08e4) 27462306a36Sopenharmony_ci#define AFE_CONN46_5 (0x08e8) 27562306a36Sopenharmony_ci#define AFE_CONN47_5 (0x08ec) 27662306a36Sopenharmony_ci#define AFE_CONN48_5 (0x08f0) 27762306a36Sopenharmony_ci#define AFE_CONN49_5 (0x08f4) 27862306a36Sopenharmony_ci#define AFE_CONN50_5 (0x08f8) 27962306a36Sopenharmony_ci#define AFE_CONN51_5 (0x08fc) 28062306a36Sopenharmony_ci#define AFE_CONN52_5 (0x0900) 28162306a36Sopenharmony_ci#define AFE_CONN53_5 (0x0904) 28262306a36Sopenharmony_ci#define AFE_CONN54_5 (0x0908) 28362306a36Sopenharmony_ci#define AFE_CONN55_5 (0x090c) 28462306a36Sopenharmony_ci#define AFE_CONN56_5 (0x0910) 28562306a36Sopenharmony_ci#define AFE_CONN57_5 (0x0914) 28662306a36Sopenharmony_ci#define AFE_CONN58_5 (0x0918) 28762306a36Sopenharmony_ci#define AFE_CONN59_5 (0x091c) 28862306a36Sopenharmony_ci#define AFE_CONN60_5 (0x0920) 28962306a36Sopenharmony_ci#define AFE_CONN61_5 (0x0924) 29062306a36Sopenharmony_ci#define AFE_CONN62_5 (0x0928) 29162306a36Sopenharmony_ci#define AFE_CONN63_5 (0x092c) 29262306a36Sopenharmony_ci#define AFE_CONN64_5 (0x0930) 29362306a36Sopenharmony_ci#define AFE_CONN65_5 (0x0934) 29462306a36Sopenharmony_ci#define AFE_CONN66_5 (0x0938) 29562306a36Sopenharmony_ci#define AFE_CONN67_5 (0x093c) 29662306a36Sopenharmony_ci#define AFE_CONN68_5 (0x0940) 29762306a36Sopenharmony_ci#define AFE_CONN69_5 (0x0944) 29862306a36Sopenharmony_ci#define AFE_CONN70_5 (0x0948) 29962306a36Sopenharmony_ci#define AFE_CONN71_5 (0x094c) 30062306a36Sopenharmony_ci#define AFE_CONN72_5 (0x0950) 30162306a36Sopenharmony_ci#define AFE_CONN73_5 (0x0954) 30262306a36Sopenharmony_ci#define AFE_CONN74_5 (0x0958) 30362306a36Sopenharmony_ci#define AFE_CONN75_5 (0x095c) 30462306a36Sopenharmony_ci#define AFE_CONN76_5 (0x0960) 30562306a36Sopenharmony_ci#define AFE_CONN77_5 (0x0964) 30662306a36Sopenharmony_ci#define AFE_CONN78_5 (0x0968) 30762306a36Sopenharmony_ci#define AFE_CONN79_5 (0x096c) 30862306a36Sopenharmony_ci#define AFE_CONN80_5 (0x0970) 30962306a36Sopenharmony_ci#define AFE_CONN81_5 (0x0974) 31062306a36Sopenharmony_ci#define AFE_CONN82_5 (0x0978) 31162306a36Sopenharmony_ci#define AFE_CONN83_5 (0x097c) 31262306a36Sopenharmony_ci#define AFE_CONN84_5 (0x0980) 31362306a36Sopenharmony_ci#define AFE_CONN85_5 (0x0984) 31462306a36Sopenharmony_ci#define AFE_CONN86_5 (0x0988) 31562306a36Sopenharmony_ci#define AFE_CONN87_5 (0x098c) 31662306a36Sopenharmony_ci#define AFE_CONN88_5 (0x0990) 31762306a36Sopenharmony_ci#define AFE_CONN89_5 (0x0994) 31862306a36Sopenharmony_ci#define AFE_CONN90_5 (0x0998) 31962306a36Sopenharmony_ci#define AFE_CONN91_5 (0x099c) 32062306a36Sopenharmony_ci#define AFE_CONN92_5 (0x09a0) 32162306a36Sopenharmony_ci#define AFE_CONN93_5 (0x09a4) 32262306a36Sopenharmony_ci#define AFE_CONN94_5 (0x09a8) 32362306a36Sopenharmony_ci#define AFE_CONN95_5 (0x09ac) 32462306a36Sopenharmony_ci#define AFE_CONN96_5 (0x09b0) 32562306a36Sopenharmony_ci#define AFE_CONN97_5 (0x09b4) 32662306a36Sopenharmony_ci#define AFE_CONN98_5 (0x09b8) 32762306a36Sopenharmony_ci#define AFE_CONN99_5 (0x09bc) 32862306a36Sopenharmony_ci#define AFE_CONN100_5 (0x09c0) 32962306a36Sopenharmony_ci#define AFE_CONN101_5 (0x09c4) 33062306a36Sopenharmony_ci#define AFE_CONN102_5 (0x09c8) 33162306a36Sopenharmony_ci#define AFE_CONN103_5 (0x09cc) 33262306a36Sopenharmony_ci#define AFE_CONN104_5 (0x09d0) 33362306a36Sopenharmony_ci#define AFE_CONN105_5 (0x09d4) 33462306a36Sopenharmony_ci#define AFE_CONN106_5 (0x09d8) 33562306a36Sopenharmony_ci#define AFE_CONN107_5 (0x09dc) 33662306a36Sopenharmony_ci#define AFE_CONN108_5 (0x09e0) 33762306a36Sopenharmony_ci#define AFE_CONN109_5 (0x09e4) 33862306a36Sopenharmony_ci#define AFE_CONN110_5 (0x09e8) 33962306a36Sopenharmony_ci#define AFE_CONN111_5 (0x09ec) 34062306a36Sopenharmony_ci#define AFE_CONN112_5 (0x09f0) 34162306a36Sopenharmony_ci#define AFE_CONN113_5 (0x09f4) 34262306a36Sopenharmony_ci#define AFE_CONN114_5 (0x09f8) 34362306a36Sopenharmony_ci#define AFE_CONN115_5 (0x09fc) 34462306a36Sopenharmony_ci#define AFE_CONN116_5 (0x0a00) 34562306a36Sopenharmony_ci#define AFE_CONN117_5 (0x0a04) 34662306a36Sopenharmony_ci#define AFE_CONN118_5 (0x0a08) 34762306a36Sopenharmony_ci#define AFE_CONN119_5 (0x0a0c) 34862306a36Sopenharmony_ci#define AFE_CONN120_5 (0x0a10) 34962306a36Sopenharmony_ci#define AFE_CONN121_5 (0x0a14) 35062306a36Sopenharmony_ci#define AFE_CONN122_5 (0x0a18) 35162306a36Sopenharmony_ci#define AFE_CONN123_5 (0x0a1c) 35262306a36Sopenharmony_ci#define AFE_CONN124_5 (0x0a20) 35362306a36Sopenharmony_ci#define AFE_CONN125_5 (0x0a24) 35462306a36Sopenharmony_ci#define AFE_CONN126_5 (0x0a28) 35562306a36Sopenharmony_ci#define AFE_CONN127_5 (0x0a2c) 35662306a36Sopenharmony_ci#define AFE_CONN128_5 (0x0a30) 35762306a36Sopenharmony_ci#define AFE_CONN129_5 (0x0a34) 35862306a36Sopenharmony_ci#define AFE_CONN130_5 (0x0a38) 35962306a36Sopenharmony_ci#define AFE_CONN131_5 (0x0a3c) 36062306a36Sopenharmony_ci#define AFE_CONN132_5 (0x0a40) 36162306a36Sopenharmony_ci#define AFE_CONN133_5 (0x0a44) 36262306a36Sopenharmony_ci#define AFE_CONN134_5 (0x0a48) 36362306a36Sopenharmony_ci#define AFE_CONN135_5 (0x0a4c) 36462306a36Sopenharmony_ci#define AFE_CONN136_5 (0x0a50) 36562306a36Sopenharmony_ci#define AFE_CONN137_5 (0x0a54) 36662306a36Sopenharmony_ci#define AFE_CONN138_5 (0x0a58) 36762306a36Sopenharmony_ci#define AFE_CONN139_5 (0x0a5c) 36862306a36Sopenharmony_ci#define AFE_CONN_RS_5 (0x0a60) 36962306a36Sopenharmony_ci#define AFE_CONN_DI_5 (0x0a64) 37062306a36Sopenharmony_ci#define AFE_CONN_16BIT_5 (0x0a68) 37162306a36Sopenharmony_ci#define AFE_CONN_24BIT_5 (0x0a6c) 37262306a36Sopenharmony_ci#define AFE_ASRC11_NEW_CON0 (0x0d80) 37362306a36Sopenharmony_ci#define AFE_ASRC11_NEW_CON1 (0x0d84) 37462306a36Sopenharmony_ci#define AFE_ASRC11_NEW_CON2 (0x0d88) 37562306a36Sopenharmony_ci#define AFE_ASRC11_NEW_CON3 (0x0d8c) 37662306a36Sopenharmony_ci#define AFE_ASRC11_NEW_CON4 (0x0d90) 37762306a36Sopenharmony_ci#define AFE_ASRC11_NEW_CON5 (0x0d94) 37862306a36Sopenharmony_ci#define AFE_ASRC11_NEW_CON6 (0x0d98) 37962306a36Sopenharmony_ci#define AFE_ASRC11_NEW_CON7 (0x0d9c) 38062306a36Sopenharmony_ci#define AFE_ASRC11_NEW_CON8 (0x0da0) 38162306a36Sopenharmony_ci#define AFE_ASRC11_NEW_CON9 (0x0da4) 38262306a36Sopenharmony_ci#define AFE_ASRC11_NEW_CON10 (0x0da8) 38362306a36Sopenharmony_ci#define AFE_ASRC11_NEW_CON11 (0x0dac) 38462306a36Sopenharmony_ci#define AFE_ASRC11_NEW_CON13 (0x0db4) 38562306a36Sopenharmony_ci#define AFE_ASRC11_NEW_CON14 (0x0db8) 38662306a36Sopenharmony_ci#define AFE_ASRC12_NEW_CON0 (0x0dc0) 38762306a36Sopenharmony_ci#define AFE_ASRC12_NEW_CON1 (0x0dc4) 38862306a36Sopenharmony_ci#define AFE_ASRC12_NEW_CON2 (0x0dc8) 38962306a36Sopenharmony_ci#define AFE_ASRC12_NEW_CON3 (0x0dcc) 39062306a36Sopenharmony_ci#define AFE_ASRC12_NEW_CON4 (0x0dd0) 39162306a36Sopenharmony_ci#define AFE_ASRC12_NEW_CON5 (0x0dd4) 39262306a36Sopenharmony_ci#define AFE_ASRC12_NEW_CON6 (0x0dd8) 39362306a36Sopenharmony_ci#define AFE_ASRC12_NEW_CON7 (0x0ddc) 39462306a36Sopenharmony_ci#define AFE_ASRC12_NEW_CON8 (0x0de0) 39562306a36Sopenharmony_ci#define AFE_ASRC12_NEW_CON9 (0x0de4) 39662306a36Sopenharmony_ci#define AFE_ASRC12_NEW_CON10 (0x0de8) 39762306a36Sopenharmony_ci#define AFE_ASRC12_NEW_CON11 (0x0dec) 39862306a36Sopenharmony_ci#define AFE_ASRC12_NEW_CON13 (0x0df4) 39962306a36Sopenharmony_ci#define AFE_ASRC12_NEW_CON14 (0x0df8) 40062306a36Sopenharmony_ci#define AFE_LRCK_CNT (0x1018) 40162306a36Sopenharmony_ci#define AFE_DAC_CON0 (0x1200) 40262306a36Sopenharmony_ci#define AFE_DAC_CON1 (0x1204) 40362306a36Sopenharmony_ci#define AFE_DAC_CON2 (0x1208) 40462306a36Sopenharmony_ci#define AFE_DAC_MON0 (0x1218) 40562306a36Sopenharmony_ci#define AFE_DL2_BASE (0x1250) 40662306a36Sopenharmony_ci#define AFE_DL2_CUR (0x1254) 40762306a36Sopenharmony_ci#define AFE_DL2_END (0x1258) 40862306a36Sopenharmony_ci#define AFE_DL2_CON0 (0x125c) 40962306a36Sopenharmony_ci#define AFE_DL3_BASE (0x1260) 41062306a36Sopenharmony_ci#define AFE_DL3_CUR (0x1264) 41162306a36Sopenharmony_ci#define AFE_DL3_END (0x1268) 41262306a36Sopenharmony_ci#define AFE_DL3_CON0 (0x126c) 41362306a36Sopenharmony_ci#define AFE_DL6_BASE (0x1290) 41462306a36Sopenharmony_ci#define AFE_DL6_CUR (0x1294) 41562306a36Sopenharmony_ci#define AFE_DL6_END (0x1298) 41662306a36Sopenharmony_ci#define AFE_DL6_CON0 (0x129c) 41762306a36Sopenharmony_ci#define AFE_DL7_BASE (0x12a0) 41862306a36Sopenharmony_ci#define AFE_DL7_CUR (0x12a4) 41962306a36Sopenharmony_ci#define AFE_DL7_END (0x12a8) 42062306a36Sopenharmony_ci#define AFE_DL7_CON0 (0x12ac) 42162306a36Sopenharmony_ci#define AFE_DL8_BASE (0x12b0) 42262306a36Sopenharmony_ci#define AFE_DL8_CUR (0x12b4) 42362306a36Sopenharmony_ci#define AFE_DL8_END (0x12b8) 42462306a36Sopenharmony_ci#define AFE_DL8_CON0 (0x12bc) 42562306a36Sopenharmony_ci#define AFE_DL10_BASE (0x12d0) 42662306a36Sopenharmony_ci#define AFE_DL10_CUR (0x12d4) 42762306a36Sopenharmony_ci#define AFE_DL10_END (0x12d8) 42862306a36Sopenharmony_ci#define AFE_DL10_CON0 (0x12dc) 42962306a36Sopenharmony_ci#define AFE_DL11_BASE (0x12e0) 43062306a36Sopenharmony_ci#define AFE_DL11_CUR (0x12e4) 43162306a36Sopenharmony_ci#define AFE_DL11_END (0x12e8) 43262306a36Sopenharmony_ci#define AFE_DL11_CON0 (0x12ec) 43362306a36Sopenharmony_ci#define AFE_UL1_BASE (0x1300) 43462306a36Sopenharmony_ci#define AFE_UL1_CUR (0x1304) 43562306a36Sopenharmony_ci#define AFE_UL1_END (0x1308) 43662306a36Sopenharmony_ci#define AFE_UL1_CON0 (0x130c) 43762306a36Sopenharmony_ci#define AFE_UL2_BASE (0x1310) 43862306a36Sopenharmony_ci#define AFE_UL2_CUR (0x1314) 43962306a36Sopenharmony_ci#define AFE_UL2_END (0x1318) 44062306a36Sopenharmony_ci#define AFE_UL2_CON0 (0x131c) 44162306a36Sopenharmony_ci#define AFE_UL3_BASE (0x1320) 44262306a36Sopenharmony_ci#define AFE_UL3_CUR (0x1324) 44362306a36Sopenharmony_ci#define AFE_UL3_END (0x1328) 44462306a36Sopenharmony_ci#define AFE_UL3_CON0 (0x132c) 44562306a36Sopenharmony_ci#define AFE_UL4_BASE (0x1330) 44662306a36Sopenharmony_ci#define AFE_UL4_CUR (0x1334) 44762306a36Sopenharmony_ci#define AFE_UL4_END (0x1338) 44862306a36Sopenharmony_ci#define AFE_UL4_CON0 (0x133c) 44962306a36Sopenharmony_ci#define AFE_UL5_BASE (0x1340) 45062306a36Sopenharmony_ci#define AFE_UL5_CUR (0x1344) 45162306a36Sopenharmony_ci#define AFE_UL5_END (0x1348) 45262306a36Sopenharmony_ci#define AFE_UL5_CON0 (0x134c) 45362306a36Sopenharmony_ci#define AFE_UL6_BASE (0x1350) 45462306a36Sopenharmony_ci#define AFE_UL6_CUR (0x1354) 45562306a36Sopenharmony_ci#define AFE_UL6_END (0x1358) 45662306a36Sopenharmony_ci#define AFE_UL6_CON0 (0x135c) 45762306a36Sopenharmony_ci#define AFE_UL8_BASE (0x1370) 45862306a36Sopenharmony_ci#define AFE_UL8_CUR (0x1374) 45962306a36Sopenharmony_ci#define AFE_UL8_END (0x1378) 46062306a36Sopenharmony_ci#define AFE_UL8_CON0 (0x137c) 46162306a36Sopenharmony_ci#define AFE_UL9_BASE (0x1380) 46262306a36Sopenharmony_ci#define AFE_UL9_CUR (0x1384) 46362306a36Sopenharmony_ci#define AFE_UL9_END (0x1388) 46462306a36Sopenharmony_ci#define AFE_UL9_CON0 (0x138c) 46562306a36Sopenharmony_ci#define AFE_UL10_BASE (0x13d0) 46662306a36Sopenharmony_ci#define AFE_UL10_CUR (0x13d4) 46762306a36Sopenharmony_ci#define AFE_UL10_END (0x13d8) 46862306a36Sopenharmony_ci#define AFE_UL10_CON0 (0x13dc) 46962306a36Sopenharmony_ci#define AFE_DL8_CHK_SUM1 (0x1400) 47062306a36Sopenharmony_ci#define AFE_DL8_CHK_SUM2 (0x1404) 47162306a36Sopenharmony_ci#define AFE_DL8_CHK_SUM3 (0x1408) 47262306a36Sopenharmony_ci#define AFE_DL8_CHK_SUM4 (0x140c) 47362306a36Sopenharmony_ci#define AFE_DL8_CHK_SUM5 (0x1410) 47462306a36Sopenharmony_ci#define AFE_DL8_CHK_SUM6 (0x1414) 47562306a36Sopenharmony_ci#define AFE_DL10_CHK_SUM1 (0x1418) 47662306a36Sopenharmony_ci#define AFE_DL10_CHK_SUM2 (0x141c) 47762306a36Sopenharmony_ci#define AFE_DL10_CHK_SUM3 (0x1420) 47862306a36Sopenharmony_ci#define AFE_DL10_CHK_SUM4 (0x1424) 47962306a36Sopenharmony_ci#define AFE_DL10_CHK_SUM5 (0x1428) 48062306a36Sopenharmony_ci#define AFE_DL10_CHK_SUM6 (0x142c) 48162306a36Sopenharmony_ci#define AFE_DL11_CHK_SUM1 (0x1430) 48262306a36Sopenharmony_ci#define AFE_DL11_CHK_SUM2 (0x1434) 48362306a36Sopenharmony_ci#define AFE_DL11_CHK_SUM3 (0x1438) 48462306a36Sopenharmony_ci#define AFE_DL11_CHK_SUM4 (0x143c) 48562306a36Sopenharmony_ci#define AFE_DL11_CHK_SUM5 (0x1440) 48662306a36Sopenharmony_ci#define AFE_DL11_CHK_SUM6 (0x1444) 48762306a36Sopenharmony_ci#define AFE_UL1_CHK_SUM1 (0x1450) 48862306a36Sopenharmony_ci#define AFE_UL1_CHK_SUM2 (0x1454) 48962306a36Sopenharmony_ci#define AFE_UL2_CHK_SUM1 (0x1458) 49062306a36Sopenharmony_ci#define AFE_UL2_CHK_SUM2 (0x145c) 49162306a36Sopenharmony_ci#define AFE_UL3_CHK_SUM1 (0x1460) 49262306a36Sopenharmony_ci#define AFE_UL3_CHK_SUM2 (0x1464) 49362306a36Sopenharmony_ci#define AFE_UL4_CHK_SUM1 (0x1468) 49462306a36Sopenharmony_ci#define AFE_UL4_CHK_SUM2 (0x146c) 49562306a36Sopenharmony_ci#define AFE_UL5_CHK_SUM1 (0x1470) 49662306a36Sopenharmony_ci#define AFE_UL5_CHK_SUM2 (0x1474) 49762306a36Sopenharmony_ci#define AFE_UL6_CHK_SUM1 (0x1478) 49862306a36Sopenharmony_ci#define AFE_UL6_CHK_SUM2 (0x147c) 49962306a36Sopenharmony_ci#define AFE_UL8_CHK_SUM1 (0x1488) 50062306a36Sopenharmony_ci#define AFE_UL8_CHK_SUM2 (0x148c) 50162306a36Sopenharmony_ci#define AFE_DL2_CHK_SUM1 (0x14a0) 50262306a36Sopenharmony_ci#define AFE_DL2_CHK_SUM2 (0x14a4) 50362306a36Sopenharmony_ci#define AFE_DL3_CHK_SUM1 (0x14b0) 50462306a36Sopenharmony_ci#define AFE_DL3_CHK_SUM2 (0x14b4) 50562306a36Sopenharmony_ci#define AFE_DL6_CHK_SUM1 (0x14e0) 50662306a36Sopenharmony_ci#define AFE_DL6_CHK_SUM2 (0x14e4) 50762306a36Sopenharmony_ci#define AFE_DL7_CHK_SUM1 (0x14f0) 50862306a36Sopenharmony_ci#define AFE_DL7_CHK_SUM2 (0x14f4) 50962306a36Sopenharmony_ci#define AFE_UL9_CHK_SUM1 (0x1528) 51062306a36Sopenharmony_ci#define AFE_UL9_CHK_SUM2 (0x152c) 51162306a36Sopenharmony_ci#define AFE_BUS_MON1 (0x1540) 51262306a36Sopenharmony_ci#define UL1_MOD2AGT_CNT_LAT (0x1568) 51362306a36Sopenharmony_ci#define UL2_MOD2AGT_CNT_LAT (0x156c) 51462306a36Sopenharmony_ci#define UL3_MOD2AGT_CNT_LAT (0x1570) 51562306a36Sopenharmony_ci#define UL4_MOD2AGT_CNT_LAT (0x1574) 51662306a36Sopenharmony_ci#define UL5_MOD2AGT_CNT_LAT (0x1578) 51762306a36Sopenharmony_ci#define UL6_MOD2AGT_CNT_LAT (0x157c) 51862306a36Sopenharmony_ci#define UL8_MOD2AGT_CNT_LAT (0x1588) 51962306a36Sopenharmony_ci#define UL9_MOD2AGT_CNT_LAT (0x158c) 52062306a36Sopenharmony_ci#define UL10_MOD2AGT_CNT_LAT (0x1590) 52162306a36Sopenharmony_ci#define AFE_MEMIF_AGENT_FS_CON0 (0x15a0) 52262306a36Sopenharmony_ci#define AFE_MEMIF_AGENT_FS_CON1 (0x15a4) 52362306a36Sopenharmony_ci#define AFE_MEMIF_AGENT_FS_CON2 (0x15a8) 52462306a36Sopenharmony_ci#define AFE_MEMIF_AGENT_FS_CON3 (0x15ac) 52562306a36Sopenharmony_ci#define AFE_MEMIF_BURST_CFG (0x1600) 52662306a36Sopenharmony_ci#define AFE_MEMIF_BUF_FULL_MON (0x1610) 52762306a36Sopenharmony_ci#define AFE_MEMIF_BUF_MON1 (0x161c) 52862306a36Sopenharmony_ci#define AFE_MEMIF_BUF_MON3 (0x1624) 52962306a36Sopenharmony_ci#define AFE_MEMIF_BUF_MON4 (0x1628) 53062306a36Sopenharmony_ci#define AFE_MEMIF_BUF_MON5 (0x162c) 53162306a36Sopenharmony_ci#define AFE_MEMIF_BUF_MON6 (0x1630) 53262306a36Sopenharmony_ci#define AFE_MEMIF_BUF_MON7 (0x1634) 53362306a36Sopenharmony_ci#define AFE_MEMIF_BUF_MON8 (0x1638) 53462306a36Sopenharmony_ci#define AFE_MEMIF_BUF_MON9 (0x163c) 53562306a36Sopenharmony_ci#define AFE_MEMIF_BUF_MON10 (0x1640) 53662306a36Sopenharmony_ci#define DL2_AGENT2MODULE_CNT (0x1678) 53762306a36Sopenharmony_ci#define DL3_AGENT2MODULE_CNT (0x167c) 53862306a36Sopenharmony_ci#define DL6_AGENT2MODULE_CNT (0x1688) 53962306a36Sopenharmony_ci#define DL7_AGENT2MODULE_CNT (0x168c) 54062306a36Sopenharmony_ci#define DL8_AGENT2MODULE_CNT (0x1690) 54162306a36Sopenharmony_ci#define DL10_AGENT2MODULE_CNT (0x1698) 54262306a36Sopenharmony_ci#define DL11_AGENT2MODULE_CNT (0x169c) 54362306a36Sopenharmony_ci#define UL1_MODULE2AGENT_CNT (0x16a0) 54462306a36Sopenharmony_ci#define UL2_MODULE2AGENT_CNT (0x16a4) 54562306a36Sopenharmony_ci#define UL3_MODULE2AGENT_CNT (0x16a8) 54662306a36Sopenharmony_ci#define UL4_MODULE2AGENT_CNT (0x16ac) 54762306a36Sopenharmony_ci#define UL5_MODULE2AGENT_CNT (0x16b0) 54862306a36Sopenharmony_ci#define UL6_MODULE2AGENT_CNT (0x16b4) 54962306a36Sopenharmony_ci#define UL8_MODULE2AGENT_CNT (0x16bc) 55062306a36Sopenharmony_ci#define UL9_MODULE2AGENT_CNT (0x16c0) 55162306a36Sopenharmony_ci#define UL10_MODULE2AGENT_CNT (0x16c4) 55262306a36Sopenharmony_ci#define AFE_SECURE_CON2 (0x1798) 55362306a36Sopenharmony_ci#define AFE_SECURE_CON1 (0x179c) 55462306a36Sopenharmony_ci#define AFE_SECURE_CON (0x17a0) 55562306a36Sopenharmony_ci#define AFE_SRAM_BOUND (0x17a4) 55662306a36Sopenharmony_ci#define AFE_SE_SECURE_CON (0x17a8) 55762306a36Sopenharmony_ci#define AFE_SECURE_MASK_LOOPBACK (0x17bc) 55862306a36Sopenharmony_ci#define AFE_SECURE_SIDEBAND0 (0x1908) 55962306a36Sopenharmony_ci#define AFE_SECURE_SIDEBAND1 (0x190c) 56062306a36Sopenharmony_ci#define AFE_SECURE_SIDEBAND2 (0x1910) 56162306a36Sopenharmony_ci#define AFE_SECURE_SIDEBAND3 (0x1914) 56262306a36Sopenharmony_ci#define AFE_SECURE_MASK_BASE_ADR_MSB (0x1920) 56362306a36Sopenharmony_ci#define AFE_SECURE_MASK_END_ADR_MSB (0x1924) 56462306a36Sopenharmony_ci#define AFE_NORMAL_BASE_ADR_MSB (0x192c) 56562306a36Sopenharmony_ci#define AFE_NORMAL_END_ADR_MSB (0x1930) 56662306a36Sopenharmony_ci#define AFE_SECURE_MASK_LOOPBACK0 (0x1940) 56762306a36Sopenharmony_ci#define AFE_SECURE_MASK_LOOPBACK1 (0x1944) 56862306a36Sopenharmony_ci#define AFE_SECURE_MASK_LOOPBACK2 (0x1948) 56962306a36Sopenharmony_ci#define AFE_LOOPBACK_CFG0 (0x1950) 57062306a36Sopenharmony_ci#define AFE_LOOPBACK_CFG1 (0x1954) 57162306a36Sopenharmony_ci#define AFE_LOOPBACK_CFG2 (0x1958) 57262306a36Sopenharmony_ci#define AFE_DMIC0_UL_SRC_CON0 (0x1a00) 57362306a36Sopenharmony_ci#define AFE_DMIC0_UL_SRC_CON1 (0x1a04) 57462306a36Sopenharmony_ci#define AFE_DMIC0_SRC_DEBUG (0x1a08) 57562306a36Sopenharmony_ci#define AFE_DMIC0_SRC_DEBUG_MON0 (0x1a0c) 57662306a36Sopenharmony_ci#define AFE_DMIC0_UL_SRC_MON0 (0x1a10) 57762306a36Sopenharmony_ci#define AFE_DMIC0_UL_SRC_MON1 (0x1a14) 57862306a36Sopenharmony_ci#define AFE_DMIC0_IIR_COEF_02_01 (0x1a18) 57962306a36Sopenharmony_ci#define AFE_DMIC0_IIR_COEF_04_03 (0x1a1c) 58062306a36Sopenharmony_ci#define AFE_DMIC0_IIR_COEF_06_05 (0x1a20) 58162306a36Sopenharmony_ci#define AFE_DMIC0_IIR_COEF_08_07 (0x1a24) 58262306a36Sopenharmony_ci#define AFE_DMIC0_IIR_COEF_10_09 (0x1a28) 58362306a36Sopenharmony_ci#define AFE_DMIC1_UL_SRC_CON0 (0x1a68) 58462306a36Sopenharmony_ci#define AFE_DMIC1_UL_SRC_CON1 (0x1a6c) 58562306a36Sopenharmony_ci#define AFE_DMIC1_SRC_DEBUG (0x1a70) 58662306a36Sopenharmony_ci#define AFE_DMIC1_SRC_DEBUG_MON0 (0x1a74) 58762306a36Sopenharmony_ci#define AFE_DMIC1_UL_SRC_MON0 (0x1a78) 58862306a36Sopenharmony_ci#define AFE_DMIC1_UL_SRC_MON1 (0x1a7c) 58962306a36Sopenharmony_ci#define AFE_DMIC1_IIR_COEF_02_01 (0x1a80) 59062306a36Sopenharmony_ci#define AFE_DMIC1_IIR_COEF_04_03 (0x1a84) 59162306a36Sopenharmony_ci#define AFE_DMIC1_IIR_COEF_06_05 (0x1a88) 59262306a36Sopenharmony_ci#define AFE_DMIC1_IIR_COEF_08_07 (0x1a8c) 59362306a36Sopenharmony_ci#define AFE_DMIC1_IIR_COEF_10_09 (0x1a90) 59462306a36Sopenharmony_ci#define AFE_DMIC2_UL_SRC_CON0 (0x1ad0) 59562306a36Sopenharmony_ci#define AFE_DMIC2_UL_SRC_CON1 (0x1ad4) 59662306a36Sopenharmony_ci#define AFE_DMIC2_SRC_DEBUG (0x1ad8) 59762306a36Sopenharmony_ci#define AFE_DMIC2_SRC_DEBUG_MON0 (0x1adc) 59862306a36Sopenharmony_ci#define AFE_DMIC2_UL_SRC_MON0 (0x1ae0) 59962306a36Sopenharmony_ci#define AFE_DMIC2_UL_SRC_MON1 (0x1ae4) 60062306a36Sopenharmony_ci#define AFE_DMIC2_IIR_COEF_02_01 (0x1ae8) 60162306a36Sopenharmony_ci#define AFE_DMIC2_IIR_COEF_04_03 (0x1aec) 60262306a36Sopenharmony_ci#define AFE_DMIC2_IIR_COEF_06_05 (0x1af0) 60362306a36Sopenharmony_ci#define AFE_DMIC2_IIR_COEF_08_07 (0x1af4) 60462306a36Sopenharmony_ci#define AFE_DMIC2_IIR_COEF_10_09 (0x1af8) 60562306a36Sopenharmony_ci#define AFE_DMIC3_UL_SRC_CON0 (0x1b38) 60662306a36Sopenharmony_ci#define AFE_DMIC3_UL_SRC_CON1 (0x1b3c) 60762306a36Sopenharmony_ci#define AFE_DMIC3_SRC_DEBUG (0x1b40) 60862306a36Sopenharmony_ci#define AFE_DMIC3_SRC_DEBUG_MON0 (0x1b44) 60962306a36Sopenharmony_ci#define AFE_DMIC3_UL_SRC_MON0 (0x1b48) 61062306a36Sopenharmony_ci#define AFE_DMIC3_UL_SRC_MON1 (0x1b4c) 61162306a36Sopenharmony_ci#define AFE_DMIC3_IIR_COEF_02_01 (0x1b50) 61262306a36Sopenharmony_ci#define AFE_DMIC3_IIR_COEF_04_03 (0x1b54) 61362306a36Sopenharmony_ci#define AFE_DMIC3_IIR_COEF_06_05 (0x1b58) 61462306a36Sopenharmony_ci#define AFE_DMIC3_IIR_COEF_08_07 (0x1b5c) 61562306a36Sopenharmony_ci#define AFE_DMIC3_IIR_COEF_10_09 (0x1b60) 61662306a36Sopenharmony_ci#define DMIC_BYPASS_HW_GAIN (0x1bf0) 61762306a36Sopenharmony_ci#define DMIC_GAIN1_CON0 (0x1c00) 61862306a36Sopenharmony_ci#define DMIC_GAIN1_CON1 (0x1c04) 61962306a36Sopenharmony_ci#define DMIC_GAIN1_CON2 (0x1c08) 62062306a36Sopenharmony_ci#define DMIC_GAIN1_CON3 (0x1c0c) 62162306a36Sopenharmony_ci#define DMIC_GAIN1_CUR (0x1c10) 62262306a36Sopenharmony_ci#define DMIC_GAIN2_CON0 (0x1c20) 62362306a36Sopenharmony_ci#define DMIC_GAIN2_CON1 (0x1c24) 62462306a36Sopenharmony_ci#define DMIC_GAIN2_CON2 (0x1c28) 62562306a36Sopenharmony_ci#define DMIC_GAIN2_CON3 (0x1c2c) 62662306a36Sopenharmony_ci#define DMIC_GAIN2_CUR (0x1c30) 62762306a36Sopenharmony_ci#define DMIC_GAIN3_CON0 (0x1c40) 62862306a36Sopenharmony_ci#define DMIC_GAIN3_CON1 (0x1c44) 62962306a36Sopenharmony_ci#define DMIC_GAIN3_CON2 (0x1c48) 63062306a36Sopenharmony_ci#define DMIC_GAIN3_CON3 (0x1c4c) 63162306a36Sopenharmony_ci#define DMIC_GAIN3_CUR (0x1c50) 63262306a36Sopenharmony_ci#define DMIC_GAIN4_CON0 (0x1c60) 63362306a36Sopenharmony_ci#define DMIC_GAIN4_CON1 (0x1c64) 63462306a36Sopenharmony_ci#define DMIC_GAIN4_CON2 (0x1c68) 63562306a36Sopenharmony_ci#define DMIC_GAIN4_CON3 (0x1c6c) 63662306a36Sopenharmony_ci#define DMIC_GAIN4_CUR (0x1c70) 63762306a36Sopenharmony_ci#define ETDM_OUT1_DSD_FADE_CON (0x2260) 63862306a36Sopenharmony_ci#define ETDM_OUT1_DSD_FADE_CON1 (0x2264) 63962306a36Sopenharmony_ci#define ETDM_OUT3_DSD_FADE_CON (0x2280) 64062306a36Sopenharmony_ci#define ETDM_OUT3_DSD_FADE_CON1 (0x2284) 64162306a36Sopenharmony_ci#define ETDM_IN1_AFIFO_CON (0x2294) 64262306a36Sopenharmony_ci#define ETDM_IN2_AFIFO_CON (0x2298) 64362306a36Sopenharmony_ci#define ETDM_IN1_MONITOR (0x22c0) 64462306a36Sopenharmony_ci#define ETDM_IN2_MONITOR (0x22c4) 64562306a36Sopenharmony_ci#define ETDM_OUT1_MONITOR (0x22d0) 64662306a36Sopenharmony_ci#define ETDM_OUT2_MONITOR (0x22d4) 64762306a36Sopenharmony_ci#define ETDM_OUT3_MONITOR (0x22d8) 64862306a36Sopenharmony_ci#define ETDM_COWORK_SEC_CON0 (0x22e0) 64962306a36Sopenharmony_ci#define ETDM_COWORK_SEC_CON1 (0x22e4) 65062306a36Sopenharmony_ci#define ETDM_COWORK_SEC_CON2 (0x22e8) 65162306a36Sopenharmony_ci#define ETDM_COWORK_SEC_CON3 (0x22ec) 65262306a36Sopenharmony_ci#define ETDM_COWORK_CON0 (0x22f0) 65362306a36Sopenharmony_ci#define ETDM_COWORK_CON1 (0x22f4) 65462306a36Sopenharmony_ci#define ETDM_COWORK_CON2 (0x22f8) 65562306a36Sopenharmony_ci#define ETDM_COWORK_CON3 (0x22fc) 65662306a36Sopenharmony_ci#define ETDM_IN1_CON0 (0x2300) 65762306a36Sopenharmony_ci#define ETDM_IN1_CON1 (0x2304) 65862306a36Sopenharmony_ci#define ETDM_IN1_CON2 (0x2308) 65962306a36Sopenharmony_ci#define ETDM_IN1_CON3 (0x230c) 66062306a36Sopenharmony_ci#define ETDM_IN1_CON4 (0x2310) 66162306a36Sopenharmony_ci#define ETDM_IN1_CON5 (0x2314) 66262306a36Sopenharmony_ci#define ETDM_IN1_CON6 (0x2318) 66362306a36Sopenharmony_ci#define ETDM_IN1_CON7 (0x231c) 66462306a36Sopenharmony_ci#define ETDM_IN2_CON0 (0x2320) 66562306a36Sopenharmony_ci#define ETDM_IN2_CON1 (0x2324) 66662306a36Sopenharmony_ci#define ETDM_IN2_CON2 (0x2328) 66762306a36Sopenharmony_ci#define ETDM_IN2_CON3 (0x232c) 66862306a36Sopenharmony_ci#define ETDM_IN2_CON4 (0x2330) 66962306a36Sopenharmony_ci#define ETDM_IN2_CON5 (0x2334) 67062306a36Sopenharmony_ci#define ETDM_IN2_CON6 (0x2338) 67162306a36Sopenharmony_ci#define ETDM_IN2_CON7 (0x233c) 67262306a36Sopenharmony_ci#define ETDM_OUT1_CON0 (0x2380) 67362306a36Sopenharmony_ci#define ETDM_OUT1_CON1 (0x2384) 67462306a36Sopenharmony_ci#define ETDM_OUT1_CON2 (0x2388) 67562306a36Sopenharmony_ci#define ETDM_OUT1_CON3 (0x238c) 67662306a36Sopenharmony_ci#define ETDM_OUT1_CON4 (0x2390) 67762306a36Sopenharmony_ci#define ETDM_OUT1_CON5 (0x2394) 67862306a36Sopenharmony_ci#define ETDM_OUT1_CON6 (0x2398) 67962306a36Sopenharmony_ci#define ETDM_OUT1_CON7 (0x239c) 68062306a36Sopenharmony_ci#define ETDM_OUT2_CON0 (0x23a0) 68162306a36Sopenharmony_ci#define ETDM_OUT2_CON1 (0x23a4) 68262306a36Sopenharmony_ci#define ETDM_OUT2_CON2 (0x23a8) 68362306a36Sopenharmony_ci#define ETDM_OUT2_CON3 (0x23ac) 68462306a36Sopenharmony_ci#define ETDM_OUT2_CON4 (0x23b0) 68562306a36Sopenharmony_ci#define ETDM_OUT2_CON5 (0x23b4) 68662306a36Sopenharmony_ci#define ETDM_OUT2_CON6 (0x23b8) 68762306a36Sopenharmony_ci#define ETDM_OUT2_CON7 (0x23bc) 68862306a36Sopenharmony_ci#define ETDM_OUT3_CON0 (0x23c0) 68962306a36Sopenharmony_ci#define ETDM_OUT3_CON1 (0x23c4) 69062306a36Sopenharmony_ci#define ETDM_OUT3_CON2 (0x23c8) 69162306a36Sopenharmony_ci#define ETDM_OUT3_CON3 (0x23cc) 69262306a36Sopenharmony_ci#define ETDM_OUT3_CON4 (0x23d0) 69362306a36Sopenharmony_ci#define ETDM_OUT3_CON5 (0x23d4) 69462306a36Sopenharmony_ci#define ETDM_OUT3_CON6 (0x23d8) 69562306a36Sopenharmony_ci#define ETDM_OUT3_CON7 (0x23dc) 69662306a36Sopenharmony_ci#define ETDM_OUT3_CON8 (0x23e0) 69762306a36Sopenharmony_ci#define ETDM_OUT1_CON8 (0x23e4) 69862306a36Sopenharmony_ci#define ETDM_OUT2_CON8 (0x23e8) 69962306a36Sopenharmony_ci#define GASRC_TIMING_CON0 (0x2414) 70062306a36Sopenharmony_ci#define GASRC_TIMING_CON1 (0x2418) 70162306a36Sopenharmony_ci#define GASRC_TIMING_CON2 (0x241c) 70262306a36Sopenharmony_ci#define GASRC_TIMING_CON3 (0x2420) 70362306a36Sopenharmony_ci#define GASRC_TIMING_CON4 (0x2424) 70462306a36Sopenharmony_ci#define GASRC_TIMING_CON5 (0x2428) 70562306a36Sopenharmony_ci#define GASRC_TIMING_CON6 (0x242c) 70662306a36Sopenharmony_ci#define GASRC_TIMING_CON7 (0x2430) 70762306a36Sopenharmony_ci#define A3_A4_TIMING_SEL0 (0x2440) 70862306a36Sopenharmony_ci#define A3_A4_TIMING_SEL1 (0x2444) 70962306a36Sopenharmony_ci#define A3_A4_TIMING_SEL2 (0x2448) 71062306a36Sopenharmony_ci#define A3_A4_TIMING_SEL3 (0x244c) 71162306a36Sopenharmony_ci#define A3_A4_TIMING_SEL4 (0x2450) 71262306a36Sopenharmony_ci#define A3_A4_TIMING_SEL5 (0x2454) 71362306a36Sopenharmony_ci#define A3_A4_TIMING_SEL6 (0x2458) 71462306a36Sopenharmony_ci#define ASYS_TOP_DEBUG (0x2500) 71562306a36Sopenharmony_ci#define AFE_DPTX_CON (0x2558) 71662306a36Sopenharmony_ci#define AFE_DPTX_MON (0x255c) 71762306a36Sopenharmony_ci#define AFE_ADDA_DL_SRC2_CON0 (0x2d00) 71862306a36Sopenharmony_ci#define AFE_ADDA_DL_SRC2_CON1 (0x2d04) 71962306a36Sopenharmony_ci#define AFE_ADDA_TOP_CON0 (0x2d0c) 72062306a36Sopenharmony_ci#define AFE_ADDA_UL_DL_CON0 (0x2d10) 72162306a36Sopenharmony_ci#define AFE_ADDA_SRC_DEBUG (0x2d14) 72262306a36Sopenharmony_ci#define AFE_ADDA_SRC_DEBUG_MON0 (0x2d18) 72362306a36Sopenharmony_ci#define AFE_ADDA_SRC_DEBUG_MON1 (0x2d20) 72462306a36Sopenharmony_ci#define AFE_ADDA_PREDIS_CON0 (0x2d24) 72562306a36Sopenharmony_ci#define AFE_ADDA_PREDIS_CON1 (0x2d28) 72662306a36Sopenharmony_ci#define AFE_ADDA_PREDIS_CON2 (0x2d2c) 72762306a36Sopenharmony_ci#define AFE_ADDA_PREDIS_CON3 (0x2d30) 72862306a36Sopenharmony_ci#define AFE_ADDA_DL_SDM_DCCOMP_CON (0x2d34) 72962306a36Sopenharmony_ci#define AFE_ADDA_DL_SDM_TEST (0x2d38) 73062306a36Sopenharmony_ci#define AFE_ADDA_DL_DC_COMP_CFG0 (0x2d3c) 73162306a36Sopenharmony_ci#define AFE_ADDA_DL_DC_COMP_CFG1 (0x2d40) 73262306a36Sopenharmony_ci#define AFE_ADDA_DL_SDM_FIFO_MON (0x2d44) 73362306a36Sopenharmony_ci#define AFE_ADDA_DL_SRC_LCH_MON (0x2d50) 73462306a36Sopenharmony_ci#define AFE_ADDA_DL_SRC_RCH_MON (0x2d54) 73562306a36Sopenharmony_ci#define AFE_ADDA_DL_SDM_OUT_MON (0x2d58) 73662306a36Sopenharmony_ci#define AFE_ADDA_DL_SDM_DITHER_CON (0x2d5c) 73762306a36Sopenharmony_ci#define AFE_ADDA_DL_SDM_AUTO_RESET_CON (0x2d60) 73862306a36Sopenharmony_ci#define AFE_ADDA_UL_SRC_CON0 (0x2e3c) 73962306a36Sopenharmony_ci#define AFE_ADDA_UL_SRC_CON1 (0x2e40) 74062306a36Sopenharmony_ci#define AFE_CONN0 (0x3000) 74162306a36Sopenharmony_ci#define AFE_CONN0_1 (0x3004) 74262306a36Sopenharmony_ci#define AFE_CONN0_2 (0x3008) 74362306a36Sopenharmony_ci#define AFE_CONN0_3 (0x300c) 74462306a36Sopenharmony_ci#define AFE_CONN0_4 (0x3010) 74562306a36Sopenharmony_ci#define AFE_CONN1 (0x3014) 74662306a36Sopenharmony_ci#define AFE_CONN1_1 (0x3018) 74762306a36Sopenharmony_ci#define AFE_CONN1_2 (0x301c) 74862306a36Sopenharmony_ci#define AFE_CONN1_3 (0x3020) 74962306a36Sopenharmony_ci#define AFE_CONN1_4 (0x3024) 75062306a36Sopenharmony_ci#define AFE_CONN2 (0x3028) 75162306a36Sopenharmony_ci#define AFE_CONN2_1 (0x302c) 75262306a36Sopenharmony_ci#define AFE_CONN2_2 (0x3030) 75362306a36Sopenharmony_ci#define AFE_CONN2_3 (0x3034) 75462306a36Sopenharmony_ci#define AFE_CONN2_4 (0x3038) 75562306a36Sopenharmony_ci#define AFE_CONN3 (0x303c) 75662306a36Sopenharmony_ci#define AFE_CONN3_1 (0x3040) 75762306a36Sopenharmony_ci#define AFE_CONN3_2 (0x3044) 75862306a36Sopenharmony_ci#define AFE_CONN3_3 (0x3048) 75962306a36Sopenharmony_ci#define AFE_CONN3_4 (0x304c) 76062306a36Sopenharmony_ci#define AFE_CONN4 (0x3050) 76162306a36Sopenharmony_ci#define AFE_CONN4_1 (0x3054) 76262306a36Sopenharmony_ci#define AFE_CONN4_2 (0x3058) 76362306a36Sopenharmony_ci#define AFE_CONN4_3 (0x305c) 76462306a36Sopenharmony_ci#define AFE_CONN4_4 (0x3060) 76562306a36Sopenharmony_ci#define AFE_CONN5 (0x3064) 76662306a36Sopenharmony_ci#define AFE_CONN5_1 (0x3068) 76762306a36Sopenharmony_ci#define AFE_CONN5_2 (0x306c) 76862306a36Sopenharmony_ci#define AFE_CONN5_3 (0x3070) 76962306a36Sopenharmony_ci#define AFE_CONN5_4 (0x3074) 77062306a36Sopenharmony_ci#define AFE_CONN6 (0x3078) 77162306a36Sopenharmony_ci#define AFE_CONN6_1 (0x307c) 77262306a36Sopenharmony_ci#define AFE_CONN6_2 (0x3080) 77362306a36Sopenharmony_ci#define AFE_CONN6_3 (0x3084) 77462306a36Sopenharmony_ci#define AFE_CONN6_4 (0x3088) 77562306a36Sopenharmony_ci#define AFE_CONN7 (0x308c) 77662306a36Sopenharmony_ci#define AFE_CONN7_1 (0x3090) 77762306a36Sopenharmony_ci#define AFE_CONN7_2 (0x3094) 77862306a36Sopenharmony_ci#define AFE_CONN7_3 (0x3098) 77962306a36Sopenharmony_ci#define AFE_CONN7_4 (0x309c) 78062306a36Sopenharmony_ci#define AFE_CONN8 (0x30a0) 78162306a36Sopenharmony_ci#define AFE_CONN8_1 (0x30a4) 78262306a36Sopenharmony_ci#define AFE_CONN8_2 (0x30a8) 78362306a36Sopenharmony_ci#define AFE_CONN8_3 (0x30ac) 78462306a36Sopenharmony_ci#define AFE_CONN8_4 (0x30b0) 78562306a36Sopenharmony_ci#define AFE_CONN9 (0x30b4) 78662306a36Sopenharmony_ci#define AFE_CONN9_1 (0x30b8) 78762306a36Sopenharmony_ci#define AFE_CONN9_2 (0x30bc) 78862306a36Sopenharmony_ci#define AFE_CONN9_3 (0x30c0) 78962306a36Sopenharmony_ci#define AFE_CONN9_4 (0x30c4) 79062306a36Sopenharmony_ci#define AFE_CONN10 (0x30c8) 79162306a36Sopenharmony_ci#define AFE_CONN10_1 (0x30cc) 79262306a36Sopenharmony_ci#define AFE_CONN10_2 (0x30d0) 79362306a36Sopenharmony_ci#define AFE_CONN10_3 (0x30d4) 79462306a36Sopenharmony_ci#define AFE_CONN10_4 (0x30d8) 79562306a36Sopenharmony_ci#define AFE_CONN11 (0x30dc) 79662306a36Sopenharmony_ci#define AFE_CONN11_1 (0x30e0) 79762306a36Sopenharmony_ci#define AFE_CONN11_2 (0x30e4) 79862306a36Sopenharmony_ci#define AFE_CONN11_3 (0x30e8) 79962306a36Sopenharmony_ci#define AFE_CONN11_4 (0x30ec) 80062306a36Sopenharmony_ci#define AFE_CONN12 (0x30f0) 80162306a36Sopenharmony_ci#define AFE_CONN12_1 (0x30f4) 80262306a36Sopenharmony_ci#define AFE_CONN12_2 (0x30f8) 80362306a36Sopenharmony_ci#define AFE_CONN12_3 (0x30fc) 80462306a36Sopenharmony_ci#define AFE_CONN12_4 (0x3100) 80562306a36Sopenharmony_ci#define AFE_CONN13 (0x3104) 80662306a36Sopenharmony_ci#define AFE_CONN13_1 (0x3108) 80762306a36Sopenharmony_ci#define AFE_CONN13_2 (0x310c) 80862306a36Sopenharmony_ci#define AFE_CONN13_3 (0x3110) 80962306a36Sopenharmony_ci#define AFE_CONN13_4 (0x3114) 81062306a36Sopenharmony_ci#define AFE_CONN14 (0x3118) 81162306a36Sopenharmony_ci#define AFE_CONN14_1 (0x311c) 81262306a36Sopenharmony_ci#define AFE_CONN14_2 (0x3120) 81362306a36Sopenharmony_ci#define AFE_CONN14_3 (0x3124) 81462306a36Sopenharmony_ci#define AFE_CONN14_4 (0x3128) 81562306a36Sopenharmony_ci#define AFE_CONN15 (0x312c) 81662306a36Sopenharmony_ci#define AFE_CONN15_1 (0x3130) 81762306a36Sopenharmony_ci#define AFE_CONN15_2 (0x3134) 81862306a36Sopenharmony_ci#define AFE_CONN15_3 (0x3138) 81962306a36Sopenharmony_ci#define AFE_CONN15_4 (0x313c) 82062306a36Sopenharmony_ci#define AFE_CONN16 (0x3140) 82162306a36Sopenharmony_ci#define AFE_CONN16_1 (0x3144) 82262306a36Sopenharmony_ci#define AFE_CONN16_2 (0x3148) 82362306a36Sopenharmony_ci#define AFE_CONN16_3 (0x314c) 82462306a36Sopenharmony_ci#define AFE_CONN16_4 (0x3150) 82562306a36Sopenharmony_ci#define AFE_CONN17 (0x3154) 82662306a36Sopenharmony_ci#define AFE_CONN17_1 (0x3158) 82762306a36Sopenharmony_ci#define AFE_CONN17_2 (0x315c) 82862306a36Sopenharmony_ci#define AFE_CONN17_3 (0x3160) 82962306a36Sopenharmony_ci#define AFE_CONN17_4 (0x3164) 83062306a36Sopenharmony_ci#define AFE_CONN18 (0x3168) 83162306a36Sopenharmony_ci#define AFE_CONN18_1 (0x316c) 83262306a36Sopenharmony_ci#define AFE_CONN18_2 (0x3170) 83362306a36Sopenharmony_ci#define AFE_CONN18_3 (0x3174) 83462306a36Sopenharmony_ci#define AFE_CONN18_4 (0x3178) 83562306a36Sopenharmony_ci#define AFE_CONN19 (0x317c) 83662306a36Sopenharmony_ci#define AFE_CONN19_1 (0x3180) 83762306a36Sopenharmony_ci#define AFE_CONN19_2 (0x3184) 83862306a36Sopenharmony_ci#define AFE_CONN19_3 (0x3188) 83962306a36Sopenharmony_ci#define AFE_CONN19_4 (0x318c) 84062306a36Sopenharmony_ci#define AFE_CONN20 (0x3190) 84162306a36Sopenharmony_ci#define AFE_CONN20_1 (0x3194) 84262306a36Sopenharmony_ci#define AFE_CONN20_2 (0x3198) 84362306a36Sopenharmony_ci#define AFE_CONN20_3 (0x319c) 84462306a36Sopenharmony_ci#define AFE_CONN20_4 (0x31a0) 84562306a36Sopenharmony_ci#define AFE_CONN21 (0x31a4) 84662306a36Sopenharmony_ci#define AFE_CONN21_1 (0x31a8) 84762306a36Sopenharmony_ci#define AFE_CONN21_2 (0x31ac) 84862306a36Sopenharmony_ci#define AFE_CONN21_3 (0x31b0) 84962306a36Sopenharmony_ci#define AFE_CONN21_4 (0x31b4) 85062306a36Sopenharmony_ci#define AFE_CONN22 (0x31b8) 85162306a36Sopenharmony_ci#define AFE_CONN22_1 (0x31bc) 85262306a36Sopenharmony_ci#define AFE_CONN22_2 (0x31c0) 85362306a36Sopenharmony_ci#define AFE_CONN22_3 (0x31c4) 85462306a36Sopenharmony_ci#define AFE_CONN22_4 (0x31c8) 85562306a36Sopenharmony_ci#define AFE_CONN23 (0x31cc) 85662306a36Sopenharmony_ci#define AFE_CONN23_1 (0x31d0) 85762306a36Sopenharmony_ci#define AFE_CONN23_2 (0x31d4) 85862306a36Sopenharmony_ci#define AFE_CONN23_3 (0x31d8) 85962306a36Sopenharmony_ci#define AFE_CONN23_4 (0x31dc) 86062306a36Sopenharmony_ci#define AFE_CONN24 (0x31e0) 86162306a36Sopenharmony_ci#define AFE_CONN24_1 (0x31e4) 86262306a36Sopenharmony_ci#define AFE_CONN24_2 (0x31e8) 86362306a36Sopenharmony_ci#define AFE_CONN24_3 (0x31ec) 86462306a36Sopenharmony_ci#define AFE_CONN24_4 (0x31f0) 86562306a36Sopenharmony_ci#define AFE_CONN25 (0x31f4) 86662306a36Sopenharmony_ci#define AFE_CONN25_1 (0x31f8) 86762306a36Sopenharmony_ci#define AFE_CONN25_2 (0x31fc) 86862306a36Sopenharmony_ci#define AFE_CONN25_3 (0x3200) 86962306a36Sopenharmony_ci#define AFE_CONN25_4 (0x3204) 87062306a36Sopenharmony_ci#define AFE_CONN26 (0x3208) 87162306a36Sopenharmony_ci#define AFE_CONN26_1 (0x320c) 87262306a36Sopenharmony_ci#define AFE_CONN26_2 (0x3210) 87362306a36Sopenharmony_ci#define AFE_CONN26_3 (0x3214) 87462306a36Sopenharmony_ci#define AFE_CONN26_4 (0x3218) 87562306a36Sopenharmony_ci#define AFE_CONN27 (0x321c) 87662306a36Sopenharmony_ci#define AFE_CONN27_1 (0x3220) 87762306a36Sopenharmony_ci#define AFE_CONN27_2 (0x3224) 87862306a36Sopenharmony_ci#define AFE_CONN27_3 (0x3228) 87962306a36Sopenharmony_ci#define AFE_CONN27_4 (0x322c) 88062306a36Sopenharmony_ci#define AFE_CONN28 (0x3230) 88162306a36Sopenharmony_ci#define AFE_CONN28_1 (0x3234) 88262306a36Sopenharmony_ci#define AFE_CONN28_2 (0x3238) 88362306a36Sopenharmony_ci#define AFE_CONN28_3 (0x323c) 88462306a36Sopenharmony_ci#define AFE_CONN28_4 (0x3240) 88562306a36Sopenharmony_ci#define AFE_CONN29 (0x3244) 88662306a36Sopenharmony_ci#define AFE_CONN29_1 (0x3248) 88762306a36Sopenharmony_ci#define AFE_CONN29_2 (0x324c) 88862306a36Sopenharmony_ci#define AFE_CONN29_3 (0x3250) 88962306a36Sopenharmony_ci#define AFE_CONN29_4 (0x3254) 89062306a36Sopenharmony_ci#define AFE_CONN30 (0x3258) 89162306a36Sopenharmony_ci#define AFE_CONN30_1 (0x325c) 89262306a36Sopenharmony_ci#define AFE_CONN30_2 (0x3260) 89362306a36Sopenharmony_ci#define AFE_CONN30_3 (0x3264) 89462306a36Sopenharmony_ci#define AFE_CONN30_4 (0x3268) 89562306a36Sopenharmony_ci#define AFE_CONN31 (0x326c) 89662306a36Sopenharmony_ci#define AFE_CONN31_1 (0x3270) 89762306a36Sopenharmony_ci#define AFE_CONN31_2 (0x3274) 89862306a36Sopenharmony_ci#define AFE_CONN31_3 (0x3278) 89962306a36Sopenharmony_ci#define AFE_CONN31_4 (0x327c) 90062306a36Sopenharmony_ci#define AFE_CONN32 (0x3280) 90162306a36Sopenharmony_ci#define AFE_CONN32_1 (0x3284) 90262306a36Sopenharmony_ci#define AFE_CONN32_2 (0x3288) 90362306a36Sopenharmony_ci#define AFE_CONN32_3 (0x328c) 90462306a36Sopenharmony_ci#define AFE_CONN32_4 (0x3290) 90562306a36Sopenharmony_ci#define AFE_CONN33 (0x3294) 90662306a36Sopenharmony_ci#define AFE_CONN33_1 (0x3298) 90762306a36Sopenharmony_ci#define AFE_CONN33_2 (0x329c) 90862306a36Sopenharmony_ci#define AFE_CONN33_3 (0x32a0) 90962306a36Sopenharmony_ci#define AFE_CONN33_4 (0x32a4) 91062306a36Sopenharmony_ci#define AFE_CONN34 (0x32a8) 91162306a36Sopenharmony_ci#define AFE_CONN34_1 (0x32ac) 91262306a36Sopenharmony_ci#define AFE_CONN34_2 (0x32b0) 91362306a36Sopenharmony_ci#define AFE_CONN34_3 (0x32b4) 91462306a36Sopenharmony_ci#define AFE_CONN34_4 (0x32b8) 91562306a36Sopenharmony_ci#define AFE_CONN35 (0x32bc) 91662306a36Sopenharmony_ci#define AFE_CONN35_1 (0x32c0) 91762306a36Sopenharmony_ci#define AFE_CONN35_2 (0x32c4) 91862306a36Sopenharmony_ci#define AFE_CONN35_3 (0x32c8) 91962306a36Sopenharmony_ci#define AFE_CONN35_4 (0x32cc) 92062306a36Sopenharmony_ci#define AFE_CONN36 (0x32d0) 92162306a36Sopenharmony_ci#define AFE_CONN36_1 (0x32d4) 92262306a36Sopenharmony_ci#define AFE_CONN36_2 (0x32d8) 92362306a36Sopenharmony_ci#define AFE_CONN36_3 (0x32dc) 92462306a36Sopenharmony_ci#define AFE_CONN36_4 (0x32e0) 92562306a36Sopenharmony_ci#define AFE_CONN37 (0x32e4) 92662306a36Sopenharmony_ci#define AFE_CONN37_1 (0x32e8) 92762306a36Sopenharmony_ci#define AFE_CONN37_2 (0x32ec) 92862306a36Sopenharmony_ci#define AFE_CONN37_3 (0x32f0) 92962306a36Sopenharmony_ci#define AFE_CONN37_4 (0x32f4) 93062306a36Sopenharmony_ci#define AFE_CONN38 (0x32f8) 93162306a36Sopenharmony_ci#define AFE_CONN38_1 (0x32fc) 93262306a36Sopenharmony_ci#define AFE_CONN38_2 (0x3300) 93362306a36Sopenharmony_ci#define AFE_CONN38_3 (0x3304) 93462306a36Sopenharmony_ci#define AFE_CONN38_4 (0x3308) 93562306a36Sopenharmony_ci#define AFE_CONN39 (0x330c) 93662306a36Sopenharmony_ci#define AFE_CONN39_1 (0x3310) 93762306a36Sopenharmony_ci#define AFE_CONN39_2 (0x3314) 93862306a36Sopenharmony_ci#define AFE_CONN39_3 (0x3318) 93962306a36Sopenharmony_ci#define AFE_CONN39_4 (0x331c) 94062306a36Sopenharmony_ci#define AFE_CONN40 (0x3320) 94162306a36Sopenharmony_ci#define AFE_CONN40_1 (0x3324) 94262306a36Sopenharmony_ci#define AFE_CONN40_2 (0x3328) 94362306a36Sopenharmony_ci#define AFE_CONN40_3 (0x332c) 94462306a36Sopenharmony_ci#define AFE_CONN40_4 (0x3330) 94562306a36Sopenharmony_ci#define AFE_CONN41 (0x3334) 94662306a36Sopenharmony_ci#define AFE_CONN41_1 (0x3338) 94762306a36Sopenharmony_ci#define AFE_CONN41_2 (0x333c) 94862306a36Sopenharmony_ci#define AFE_CONN41_3 (0x3340) 94962306a36Sopenharmony_ci#define AFE_CONN41_4 (0x3344) 95062306a36Sopenharmony_ci#define AFE_CONN42 (0x3348) 95162306a36Sopenharmony_ci#define AFE_CONN42_1 (0x334c) 95262306a36Sopenharmony_ci#define AFE_CONN42_2 (0x3350) 95362306a36Sopenharmony_ci#define AFE_CONN42_3 (0x3354) 95462306a36Sopenharmony_ci#define AFE_CONN42_4 (0x3358) 95562306a36Sopenharmony_ci#define AFE_CONN43 (0x335c) 95662306a36Sopenharmony_ci#define AFE_CONN43_1 (0x3360) 95762306a36Sopenharmony_ci#define AFE_CONN43_2 (0x3364) 95862306a36Sopenharmony_ci#define AFE_CONN43_3 (0x3368) 95962306a36Sopenharmony_ci#define AFE_CONN43_4 (0x336c) 96062306a36Sopenharmony_ci#define AFE_CONN44 (0x3370) 96162306a36Sopenharmony_ci#define AFE_CONN44_1 (0x3374) 96262306a36Sopenharmony_ci#define AFE_CONN44_2 (0x3378) 96362306a36Sopenharmony_ci#define AFE_CONN44_3 (0x337c) 96462306a36Sopenharmony_ci#define AFE_CONN44_4 (0x3380) 96562306a36Sopenharmony_ci#define AFE_CONN45 (0x3384) 96662306a36Sopenharmony_ci#define AFE_CONN45_1 (0x3388) 96762306a36Sopenharmony_ci#define AFE_CONN45_2 (0x338c) 96862306a36Sopenharmony_ci#define AFE_CONN45_3 (0x3390) 96962306a36Sopenharmony_ci#define AFE_CONN45_4 (0x3394) 97062306a36Sopenharmony_ci#define AFE_CONN46 (0x3398) 97162306a36Sopenharmony_ci#define AFE_CONN46_1 (0x339c) 97262306a36Sopenharmony_ci#define AFE_CONN46_2 (0x33a0) 97362306a36Sopenharmony_ci#define AFE_CONN46_3 (0x33a4) 97462306a36Sopenharmony_ci#define AFE_CONN46_4 (0x33a8) 97562306a36Sopenharmony_ci#define AFE_CONN47 (0x33ac) 97662306a36Sopenharmony_ci#define AFE_CONN47_1 (0x33b0) 97762306a36Sopenharmony_ci#define AFE_CONN47_2 (0x33b4) 97862306a36Sopenharmony_ci#define AFE_CONN47_3 (0x33b8) 97962306a36Sopenharmony_ci#define AFE_CONN47_4 (0x33bc) 98062306a36Sopenharmony_ci#define AFE_CONN48 (0x33c0) 98162306a36Sopenharmony_ci#define AFE_CONN48_1 (0x33c4) 98262306a36Sopenharmony_ci#define AFE_CONN48_2 (0x33c8) 98362306a36Sopenharmony_ci#define AFE_CONN48_3 (0x33cc) 98462306a36Sopenharmony_ci#define AFE_CONN48_4 (0x33d0) 98562306a36Sopenharmony_ci#define AFE_CONN49 (0x33d4) 98662306a36Sopenharmony_ci#define AFE_CONN49_1 (0x33d8) 98762306a36Sopenharmony_ci#define AFE_CONN49_2 (0x33dc) 98862306a36Sopenharmony_ci#define AFE_CONN49_3 (0x33e0) 98962306a36Sopenharmony_ci#define AFE_CONN49_4 (0x33e4) 99062306a36Sopenharmony_ci#define AFE_CONN50 (0x33e8) 99162306a36Sopenharmony_ci#define AFE_CONN50_1 (0x33ec) 99262306a36Sopenharmony_ci#define AFE_CONN50_2 (0x33f0) 99362306a36Sopenharmony_ci#define AFE_CONN50_3 (0x33f4) 99462306a36Sopenharmony_ci#define AFE_CONN50_4 (0x33f8) 99562306a36Sopenharmony_ci#define AFE_CONN51 (0x33fc) 99662306a36Sopenharmony_ci#define AFE_CONN51_1 (0x3400) 99762306a36Sopenharmony_ci#define AFE_CONN51_2 (0x3404) 99862306a36Sopenharmony_ci#define AFE_CONN51_3 (0x3408) 99962306a36Sopenharmony_ci#define AFE_CONN51_4 (0x340c) 100062306a36Sopenharmony_ci#define AFE_CONN52 (0x3410) 100162306a36Sopenharmony_ci#define AFE_CONN52_1 (0x3414) 100262306a36Sopenharmony_ci#define AFE_CONN52_2 (0x3418) 100362306a36Sopenharmony_ci#define AFE_CONN52_3 (0x341c) 100462306a36Sopenharmony_ci#define AFE_CONN52_4 (0x3420) 100562306a36Sopenharmony_ci#define AFE_CONN53 (0x3424) 100662306a36Sopenharmony_ci#define AFE_CONN53_1 (0x3428) 100762306a36Sopenharmony_ci#define AFE_CONN53_2 (0x342c) 100862306a36Sopenharmony_ci#define AFE_CONN53_3 (0x3430) 100962306a36Sopenharmony_ci#define AFE_CONN53_4 (0x3434) 101062306a36Sopenharmony_ci#define AFE_CONN54 (0x3438) 101162306a36Sopenharmony_ci#define AFE_CONN54_1 (0x343c) 101262306a36Sopenharmony_ci#define AFE_CONN54_2 (0x3440) 101362306a36Sopenharmony_ci#define AFE_CONN54_3 (0x3444) 101462306a36Sopenharmony_ci#define AFE_CONN54_4 (0x3448) 101562306a36Sopenharmony_ci#define AFE_CONN55 (0x344c) 101662306a36Sopenharmony_ci#define AFE_CONN55_1 (0x3450) 101762306a36Sopenharmony_ci#define AFE_CONN55_2 (0x3454) 101862306a36Sopenharmony_ci#define AFE_CONN55_3 (0x3458) 101962306a36Sopenharmony_ci#define AFE_CONN55_4 (0x345c) 102062306a36Sopenharmony_ci#define AFE_CONN56 (0x3460) 102162306a36Sopenharmony_ci#define AFE_CONN56_1 (0x3464) 102262306a36Sopenharmony_ci#define AFE_CONN56_2 (0x3468) 102362306a36Sopenharmony_ci#define AFE_CONN56_3 (0x346c) 102462306a36Sopenharmony_ci#define AFE_CONN56_4 (0x3470) 102562306a36Sopenharmony_ci#define AFE_CONN57 (0x3474) 102662306a36Sopenharmony_ci#define AFE_CONN57_1 (0x3478) 102762306a36Sopenharmony_ci#define AFE_CONN57_2 (0x347c) 102862306a36Sopenharmony_ci#define AFE_CONN57_3 (0x3480) 102962306a36Sopenharmony_ci#define AFE_CONN57_4 (0x3484) 103062306a36Sopenharmony_ci#define AFE_CONN58 (0x3488) 103162306a36Sopenharmony_ci#define AFE_CONN58_1 (0x348c) 103262306a36Sopenharmony_ci#define AFE_CONN58_2 (0x3490) 103362306a36Sopenharmony_ci#define AFE_CONN58_3 (0x3494) 103462306a36Sopenharmony_ci#define AFE_CONN58_4 (0x3498) 103562306a36Sopenharmony_ci#define AFE_CONN59 (0x349c) 103662306a36Sopenharmony_ci#define AFE_CONN59_1 (0x34a0) 103762306a36Sopenharmony_ci#define AFE_CONN59_2 (0x34a4) 103862306a36Sopenharmony_ci#define AFE_CONN59_3 (0x34a8) 103962306a36Sopenharmony_ci#define AFE_CONN59_4 (0x34ac) 104062306a36Sopenharmony_ci#define AFE_CONN60 (0x34b0) 104162306a36Sopenharmony_ci#define AFE_CONN60_1 (0x34b4) 104262306a36Sopenharmony_ci#define AFE_CONN60_2 (0x34b8) 104362306a36Sopenharmony_ci#define AFE_CONN60_3 (0x34bc) 104462306a36Sopenharmony_ci#define AFE_CONN60_4 (0x34c0) 104562306a36Sopenharmony_ci#define AFE_CONN61 (0x34c4) 104662306a36Sopenharmony_ci#define AFE_CONN61_1 (0x34c8) 104762306a36Sopenharmony_ci#define AFE_CONN61_2 (0x34cc) 104862306a36Sopenharmony_ci#define AFE_CONN61_3 (0x34d0) 104962306a36Sopenharmony_ci#define AFE_CONN61_4 (0x34d4) 105062306a36Sopenharmony_ci#define AFE_CONN62 (0x34d8) 105162306a36Sopenharmony_ci#define AFE_CONN62_1 (0x34dc) 105262306a36Sopenharmony_ci#define AFE_CONN62_2 (0x34e0) 105362306a36Sopenharmony_ci#define AFE_CONN62_3 (0x34e4) 105462306a36Sopenharmony_ci#define AFE_CONN62_4 (0x34e8) 105562306a36Sopenharmony_ci#define AFE_CONN63 (0x34ec) 105662306a36Sopenharmony_ci#define AFE_CONN63_1 (0x34f0) 105762306a36Sopenharmony_ci#define AFE_CONN63_2 (0x34f4) 105862306a36Sopenharmony_ci#define AFE_CONN63_3 (0x34f8) 105962306a36Sopenharmony_ci#define AFE_CONN63_4 (0x34fc) 106062306a36Sopenharmony_ci#define AFE_CONN64 (0x3500) 106162306a36Sopenharmony_ci#define AFE_CONN64_1 (0x3504) 106262306a36Sopenharmony_ci#define AFE_CONN64_2 (0x3508) 106362306a36Sopenharmony_ci#define AFE_CONN64_3 (0x350c) 106462306a36Sopenharmony_ci#define AFE_CONN64_4 (0x3510) 106562306a36Sopenharmony_ci#define AFE_CONN65 (0x3514) 106662306a36Sopenharmony_ci#define AFE_CONN65_1 (0x3518) 106762306a36Sopenharmony_ci#define AFE_CONN65_2 (0x351c) 106862306a36Sopenharmony_ci#define AFE_CONN65_3 (0x3520) 106962306a36Sopenharmony_ci#define AFE_CONN65_4 (0x3524) 107062306a36Sopenharmony_ci#define AFE_CONN66 (0x3528) 107162306a36Sopenharmony_ci#define AFE_CONN66_1 (0x352c) 107262306a36Sopenharmony_ci#define AFE_CONN66_2 (0x3530) 107362306a36Sopenharmony_ci#define AFE_CONN66_3 (0x3534) 107462306a36Sopenharmony_ci#define AFE_CONN66_4 (0x3538) 107562306a36Sopenharmony_ci#define AFE_CONN67 (0x353c) 107662306a36Sopenharmony_ci#define AFE_CONN67_1 (0x3540) 107762306a36Sopenharmony_ci#define AFE_CONN67_2 (0x3544) 107862306a36Sopenharmony_ci#define AFE_CONN67_3 (0x3548) 107962306a36Sopenharmony_ci#define AFE_CONN67_4 (0x354c) 108062306a36Sopenharmony_ci#define AFE_CONN68 (0x3550) 108162306a36Sopenharmony_ci#define AFE_CONN68_1 (0x3554) 108262306a36Sopenharmony_ci#define AFE_CONN68_2 (0x3558) 108362306a36Sopenharmony_ci#define AFE_CONN68_3 (0x355c) 108462306a36Sopenharmony_ci#define AFE_CONN68_4 (0x3560) 108562306a36Sopenharmony_ci#define AFE_CONN69 (0x3564) 108662306a36Sopenharmony_ci#define AFE_CONN69_1 (0x3568) 108762306a36Sopenharmony_ci#define AFE_CONN69_2 (0x356c) 108862306a36Sopenharmony_ci#define AFE_CONN69_3 (0x3570) 108962306a36Sopenharmony_ci#define AFE_CONN69_4 (0x3574) 109062306a36Sopenharmony_ci#define AFE_CONN70 (0x3578) 109162306a36Sopenharmony_ci#define AFE_CONN70_1 (0x357c) 109262306a36Sopenharmony_ci#define AFE_CONN70_2 (0x3580) 109362306a36Sopenharmony_ci#define AFE_CONN70_3 (0x3584) 109462306a36Sopenharmony_ci#define AFE_CONN70_4 (0x3588) 109562306a36Sopenharmony_ci#define AFE_CONN71 (0x358c) 109662306a36Sopenharmony_ci#define AFE_CONN71_1 (0x3590) 109762306a36Sopenharmony_ci#define AFE_CONN71_2 (0x3594) 109862306a36Sopenharmony_ci#define AFE_CONN71_3 (0x3598) 109962306a36Sopenharmony_ci#define AFE_CONN71_4 (0x359c) 110062306a36Sopenharmony_ci#define AFE_CONN72 (0x35a0) 110162306a36Sopenharmony_ci#define AFE_CONN72_1 (0x35a4) 110262306a36Sopenharmony_ci#define AFE_CONN72_2 (0x35a8) 110362306a36Sopenharmony_ci#define AFE_CONN72_3 (0x35ac) 110462306a36Sopenharmony_ci#define AFE_CONN72_4 (0x35b0) 110562306a36Sopenharmony_ci#define AFE_CONN73 (0x35b4) 110662306a36Sopenharmony_ci#define AFE_CONN73_1 (0x35b8) 110762306a36Sopenharmony_ci#define AFE_CONN73_2 (0x35bc) 110862306a36Sopenharmony_ci#define AFE_CONN73_3 (0x35c0) 110962306a36Sopenharmony_ci#define AFE_CONN73_4 (0x35c4) 111062306a36Sopenharmony_ci#define AFE_CONN74 (0x35c8) 111162306a36Sopenharmony_ci#define AFE_CONN74_1 (0x35cc) 111262306a36Sopenharmony_ci#define AFE_CONN74_2 (0x35d0) 111362306a36Sopenharmony_ci#define AFE_CONN74_3 (0x35d4) 111462306a36Sopenharmony_ci#define AFE_CONN74_4 (0x35d8) 111562306a36Sopenharmony_ci#define AFE_CONN75 (0x35dc) 111662306a36Sopenharmony_ci#define AFE_CONN75_1 (0x35e0) 111762306a36Sopenharmony_ci#define AFE_CONN75_2 (0x35e4) 111862306a36Sopenharmony_ci#define AFE_CONN75_3 (0x35e8) 111962306a36Sopenharmony_ci#define AFE_CONN75_4 (0x35ec) 112062306a36Sopenharmony_ci#define AFE_CONN76 (0x35f0) 112162306a36Sopenharmony_ci#define AFE_CONN76_1 (0x35f4) 112262306a36Sopenharmony_ci#define AFE_CONN76_2 (0x35f8) 112362306a36Sopenharmony_ci#define AFE_CONN76_3 (0x35fc) 112462306a36Sopenharmony_ci#define AFE_CONN76_4 (0x3600) 112562306a36Sopenharmony_ci#define AFE_CONN77 (0x3604) 112662306a36Sopenharmony_ci#define AFE_CONN77_1 (0x3608) 112762306a36Sopenharmony_ci#define AFE_CONN77_2 (0x360c) 112862306a36Sopenharmony_ci#define AFE_CONN77_3 (0x3610) 112962306a36Sopenharmony_ci#define AFE_CONN77_4 (0x3614) 113062306a36Sopenharmony_ci#define AFE_CONN78 (0x3618) 113162306a36Sopenharmony_ci#define AFE_CONN78_1 (0x361c) 113262306a36Sopenharmony_ci#define AFE_CONN78_2 (0x3620) 113362306a36Sopenharmony_ci#define AFE_CONN78_3 (0x3624) 113462306a36Sopenharmony_ci#define AFE_CONN78_4 (0x3628) 113562306a36Sopenharmony_ci#define AFE_CONN79 (0x362c) 113662306a36Sopenharmony_ci#define AFE_CONN79_1 (0x3630) 113762306a36Sopenharmony_ci#define AFE_CONN79_2 (0x3634) 113862306a36Sopenharmony_ci#define AFE_CONN79_3 (0x3638) 113962306a36Sopenharmony_ci#define AFE_CONN79_4 (0x363c) 114062306a36Sopenharmony_ci#define AFE_CONN80 (0x3640) 114162306a36Sopenharmony_ci#define AFE_CONN80_1 (0x3644) 114262306a36Sopenharmony_ci#define AFE_CONN80_2 (0x3648) 114362306a36Sopenharmony_ci#define AFE_CONN80_3 (0x364c) 114462306a36Sopenharmony_ci#define AFE_CONN80_4 (0x3650) 114562306a36Sopenharmony_ci#define AFE_CONN81 (0x3654) 114662306a36Sopenharmony_ci#define AFE_CONN81_1 (0x3658) 114762306a36Sopenharmony_ci#define AFE_CONN81_2 (0x365c) 114862306a36Sopenharmony_ci#define AFE_CONN81_3 (0x3660) 114962306a36Sopenharmony_ci#define AFE_CONN81_4 (0x3664) 115062306a36Sopenharmony_ci#define AFE_CONN82 (0x3668) 115162306a36Sopenharmony_ci#define AFE_CONN82_1 (0x366c) 115262306a36Sopenharmony_ci#define AFE_CONN82_2 (0x3670) 115362306a36Sopenharmony_ci#define AFE_CONN82_3 (0x3674) 115462306a36Sopenharmony_ci#define AFE_CONN82_4 (0x3678) 115562306a36Sopenharmony_ci#define AFE_CONN83 (0x367c) 115662306a36Sopenharmony_ci#define AFE_CONN83_1 (0x3680) 115762306a36Sopenharmony_ci#define AFE_CONN83_2 (0x3684) 115862306a36Sopenharmony_ci#define AFE_CONN83_3 (0x3688) 115962306a36Sopenharmony_ci#define AFE_CONN83_4 (0x368c) 116062306a36Sopenharmony_ci#define AFE_CONN84 (0x3690) 116162306a36Sopenharmony_ci#define AFE_CONN84_1 (0x3694) 116262306a36Sopenharmony_ci#define AFE_CONN84_2 (0x3698) 116362306a36Sopenharmony_ci#define AFE_CONN84_3 (0x369c) 116462306a36Sopenharmony_ci#define AFE_CONN84_4 (0x36a0) 116562306a36Sopenharmony_ci#define AFE_CONN85 (0x36a4) 116662306a36Sopenharmony_ci#define AFE_CONN85_1 (0x36a8) 116762306a36Sopenharmony_ci#define AFE_CONN85_2 (0x36ac) 116862306a36Sopenharmony_ci#define AFE_CONN85_3 (0x36b0) 116962306a36Sopenharmony_ci#define AFE_CONN85_4 (0x36b4) 117062306a36Sopenharmony_ci#define AFE_CONN86 (0x36b8) 117162306a36Sopenharmony_ci#define AFE_CONN86_1 (0x36bc) 117262306a36Sopenharmony_ci#define AFE_CONN86_2 (0x36c0) 117362306a36Sopenharmony_ci#define AFE_CONN86_3 (0x36c4) 117462306a36Sopenharmony_ci#define AFE_CONN86_4 (0x36c8) 117562306a36Sopenharmony_ci#define AFE_CONN87 (0x36cc) 117662306a36Sopenharmony_ci#define AFE_CONN87_1 (0x36d0) 117762306a36Sopenharmony_ci#define AFE_CONN87_2 (0x36d4) 117862306a36Sopenharmony_ci#define AFE_CONN87_3 (0x36d8) 117962306a36Sopenharmony_ci#define AFE_CONN87_4 (0x36dc) 118062306a36Sopenharmony_ci#define AFE_CONN88 (0x36e0) 118162306a36Sopenharmony_ci#define AFE_CONN88_1 (0x36e4) 118262306a36Sopenharmony_ci#define AFE_CONN88_2 (0x36e8) 118362306a36Sopenharmony_ci#define AFE_CONN88_3 (0x36ec) 118462306a36Sopenharmony_ci#define AFE_CONN88_4 (0x36f0) 118562306a36Sopenharmony_ci#define AFE_CONN89 (0x36f4) 118662306a36Sopenharmony_ci#define AFE_CONN89_1 (0x36f8) 118762306a36Sopenharmony_ci#define AFE_CONN89_2 (0x36fc) 118862306a36Sopenharmony_ci#define AFE_CONN89_3 (0x3700) 118962306a36Sopenharmony_ci#define AFE_CONN89_4 (0x3704) 119062306a36Sopenharmony_ci#define AFE_CONN90 (0x3708) 119162306a36Sopenharmony_ci#define AFE_CONN90_1 (0x370c) 119262306a36Sopenharmony_ci#define AFE_CONN90_2 (0x3710) 119362306a36Sopenharmony_ci#define AFE_CONN90_3 (0x3714) 119462306a36Sopenharmony_ci#define AFE_CONN90_4 (0x3718) 119562306a36Sopenharmony_ci#define AFE_CONN91 (0x371c) 119662306a36Sopenharmony_ci#define AFE_CONN91_1 (0x3720) 119762306a36Sopenharmony_ci#define AFE_CONN91_2 (0x3724) 119862306a36Sopenharmony_ci#define AFE_CONN91_3 (0x3728) 119962306a36Sopenharmony_ci#define AFE_CONN91_4 (0x372c) 120062306a36Sopenharmony_ci#define AFE_CONN92 (0x3730) 120162306a36Sopenharmony_ci#define AFE_CONN92_1 (0x3734) 120262306a36Sopenharmony_ci#define AFE_CONN92_2 (0x3738) 120362306a36Sopenharmony_ci#define AFE_CONN92_3 (0x373c) 120462306a36Sopenharmony_ci#define AFE_CONN92_4 (0x3740) 120562306a36Sopenharmony_ci#define AFE_CONN93 (0x3744) 120662306a36Sopenharmony_ci#define AFE_CONN93_1 (0x3748) 120762306a36Sopenharmony_ci#define AFE_CONN93_2 (0x374c) 120862306a36Sopenharmony_ci#define AFE_CONN93_3 (0x3750) 120962306a36Sopenharmony_ci#define AFE_CONN93_4 (0x3754) 121062306a36Sopenharmony_ci#define AFE_CONN94 (0x3758) 121162306a36Sopenharmony_ci#define AFE_CONN94_1 (0x375c) 121262306a36Sopenharmony_ci#define AFE_CONN94_2 (0x3760) 121362306a36Sopenharmony_ci#define AFE_CONN94_3 (0x3764) 121462306a36Sopenharmony_ci#define AFE_CONN94_4 (0x3768) 121562306a36Sopenharmony_ci#define AFE_CONN95 (0x376c) 121662306a36Sopenharmony_ci#define AFE_CONN95_1 (0x3770) 121762306a36Sopenharmony_ci#define AFE_CONN95_2 (0x3774) 121862306a36Sopenharmony_ci#define AFE_CONN95_3 (0x3778) 121962306a36Sopenharmony_ci#define AFE_CONN95_4 (0x377c) 122062306a36Sopenharmony_ci#define AFE_CONN96 (0x3780) 122162306a36Sopenharmony_ci#define AFE_CONN96_1 (0x3784) 122262306a36Sopenharmony_ci#define AFE_CONN96_2 (0x3788) 122362306a36Sopenharmony_ci#define AFE_CONN96_3 (0x378c) 122462306a36Sopenharmony_ci#define AFE_CONN96_4 (0x3790) 122562306a36Sopenharmony_ci#define AFE_CONN97 (0x3794) 122662306a36Sopenharmony_ci#define AFE_CONN97_1 (0x3798) 122762306a36Sopenharmony_ci#define AFE_CONN97_2 (0x379c) 122862306a36Sopenharmony_ci#define AFE_CONN97_3 (0x37a0) 122962306a36Sopenharmony_ci#define AFE_CONN97_4 (0x37a4) 123062306a36Sopenharmony_ci#define AFE_CONN98 (0x37a8) 123162306a36Sopenharmony_ci#define AFE_CONN98_1 (0x37ac) 123262306a36Sopenharmony_ci#define AFE_CONN98_2 (0x37b0) 123362306a36Sopenharmony_ci#define AFE_CONN98_3 (0x37b4) 123462306a36Sopenharmony_ci#define AFE_CONN98_4 (0x37b8) 123562306a36Sopenharmony_ci#define AFE_CONN99 (0x37bc) 123662306a36Sopenharmony_ci#define AFE_CONN99_1 (0x37c0) 123762306a36Sopenharmony_ci#define AFE_CONN99_2 (0x37c4) 123862306a36Sopenharmony_ci#define AFE_CONN99_3 (0x37c8) 123962306a36Sopenharmony_ci#define AFE_CONN99_4 (0x37cc) 124062306a36Sopenharmony_ci#define AFE_CONN100 (0x37d0) 124162306a36Sopenharmony_ci#define AFE_CONN100_1 (0x37d4) 124262306a36Sopenharmony_ci#define AFE_CONN100_2 (0x37d8) 124362306a36Sopenharmony_ci#define AFE_CONN100_3 (0x37dc) 124462306a36Sopenharmony_ci#define AFE_CONN100_4 (0x37e0) 124562306a36Sopenharmony_ci#define AFE_CONN101 (0x37e4) 124662306a36Sopenharmony_ci#define AFE_CONN101_1 (0x37e8) 124762306a36Sopenharmony_ci#define AFE_CONN101_2 (0x37ec) 124862306a36Sopenharmony_ci#define AFE_CONN101_3 (0x37f0) 124962306a36Sopenharmony_ci#define AFE_CONN101_4 (0x37f4) 125062306a36Sopenharmony_ci#define AFE_CONN102 (0x37f8) 125162306a36Sopenharmony_ci#define AFE_CONN102_1 (0x37fc) 125262306a36Sopenharmony_ci#define AFE_CONN102_2 (0x3800) 125362306a36Sopenharmony_ci#define AFE_CONN102_3 (0x3804) 125462306a36Sopenharmony_ci#define AFE_CONN102_4 (0x3808) 125562306a36Sopenharmony_ci#define AFE_CONN103 (0x380c) 125662306a36Sopenharmony_ci#define AFE_CONN103_1 (0x3810) 125762306a36Sopenharmony_ci#define AFE_CONN103_2 (0x3814) 125862306a36Sopenharmony_ci#define AFE_CONN103_3 (0x3818) 125962306a36Sopenharmony_ci#define AFE_CONN103_4 (0x381c) 126062306a36Sopenharmony_ci#define AFE_CONN104 (0x3820) 126162306a36Sopenharmony_ci#define AFE_CONN104_1 (0x3824) 126262306a36Sopenharmony_ci#define AFE_CONN104_2 (0x3828) 126362306a36Sopenharmony_ci#define AFE_CONN104_3 (0x382c) 126462306a36Sopenharmony_ci#define AFE_CONN104_4 (0x3830) 126562306a36Sopenharmony_ci#define AFE_CONN105 (0x3834) 126662306a36Sopenharmony_ci#define AFE_CONN105_1 (0x3838) 126762306a36Sopenharmony_ci#define AFE_CONN105_2 (0x383c) 126862306a36Sopenharmony_ci#define AFE_CONN105_3 (0x3840) 126962306a36Sopenharmony_ci#define AFE_CONN105_4 (0x3844) 127062306a36Sopenharmony_ci#define AFE_CONN106 (0x3848) 127162306a36Sopenharmony_ci#define AFE_CONN106_1 (0x384c) 127262306a36Sopenharmony_ci#define AFE_CONN106_2 (0x3850) 127362306a36Sopenharmony_ci#define AFE_CONN106_3 (0x3854) 127462306a36Sopenharmony_ci#define AFE_CONN106_4 (0x3858) 127562306a36Sopenharmony_ci#define AFE_CONN107 (0x385c) 127662306a36Sopenharmony_ci#define AFE_CONN107_1 (0x3860) 127762306a36Sopenharmony_ci#define AFE_CONN107_2 (0x3864) 127862306a36Sopenharmony_ci#define AFE_CONN107_3 (0x3868) 127962306a36Sopenharmony_ci#define AFE_CONN107_4 (0x386c) 128062306a36Sopenharmony_ci#define AFE_CONN108 (0x3870) 128162306a36Sopenharmony_ci#define AFE_CONN108_1 (0x3874) 128262306a36Sopenharmony_ci#define AFE_CONN108_2 (0x3878) 128362306a36Sopenharmony_ci#define AFE_CONN108_3 (0x387c) 128462306a36Sopenharmony_ci#define AFE_CONN108_4 (0x3880) 128562306a36Sopenharmony_ci#define AFE_CONN109 (0x3884) 128662306a36Sopenharmony_ci#define AFE_CONN109_1 (0x3888) 128762306a36Sopenharmony_ci#define AFE_CONN109_2 (0x388c) 128862306a36Sopenharmony_ci#define AFE_CONN109_3 (0x3890) 128962306a36Sopenharmony_ci#define AFE_CONN109_4 (0x3894) 129062306a36Sopenharmony_ci#define AFE_CONN110 (0x3898) 129162306a36Sopenharmony_ci#define AFE_CONN110_1 (0x389c) 129262306a36Sopenharmony_ci#define AFE_CONN110_2 (0x38a0) 129362306a36Sopenharmony_ci#define AFE_CONN110_3 (0x38a4) 129462306a36Sopenharmony_ci#define AFE_CONN110_4 (0x38a8) 129562306a36Sopenharmony_ci#define AFE_CONN111 (0x38ac) 129662306a36Sopenharmony_ci#define AFE_CONN111_1 (0x38b0) 129762306a36Sopenharmony_ci#define AFE_CONN111_2 (0x38b4) 129862306a36Sopenharmony_ci#define AFE_CONN111_3 (0x38b8) 129962306a36Sopenharmony_ci#define AFE_CONN111_4 (0x38bc) 130062306a36Sopenharmony_ci#define AFE_CONN112 (0x38c0) 130162306a36Sopenharmony_ci#define AFE_CONN112_1 (0x38c4) 130262306a36Sopenharmony_ci#define AFE_CONN112_2 (0x38c8) 130362306a36Sopenharmony_ci#define AFE_CONN112_3 (0x38cc) 130462306a36Sopenharmony_ci#define AFE_CONN112_4 (0x38d0) 130562306a36Sopenharmony_ci#define AFE_CONN113 (0x38d4) 130662306a36Sopenharmony_ci#define AFE_CONN113_1 (0x38d8) 130762306a36Sopenharmony_ci#define AFE_CONN113_2 (0x38dc) 130862306a36Sopenharmony_ci#define AFE_CONN113_3 (0x38e0) 130962306a36Sopenharmony_ci#define AFE_CONN113_4 (0x38e4) 131062306a36Sopenharmony_ci#define AFE_CONN114 (0x38e8) 131162306a36Sopenharmony_ci#define AFE_CONN114_1 (0x38ec) 131262306a36Sopenharmony_ci#define AFE_CONN114_2 (0x38f0) 131362306a36Sopenharmony_ci#define AFE_CONN114_3 (0x38f4) 131462306a36Sopenharmony_ci#define AFE_CONN114_4 (0x38f8) 131562306a36Sopenharmony_ci#define AFE_CONN115 (0x38fc) 131662306a36Sopenharmony_ci#define AFE_CONN115_1 (0x3900) 131762306a36Sopenharmony_ci#define AFE_CONN115_2 (0x3904) 131862306a36Sopenharmony_ci#define AFE_CONN115_3 (0x3908) 131962306a36Sopenharmony_ci#define AFE_CONN115_4 (0x390c) 132062306a36Sopenharmony_ci#define AFE_CONN116 (0x3910) 132162306a36Sopenharmony_ci#define AFE_CONN116_1 (0x3914) 132262306a36Sopenharmony_ci#define AFE_CONN116_2 (0x3918) 132362306a36Sopenharmony_ci#define AFE_CONN116_3 (0x391c) 132462306a36Sopenharmony_ci#define AFE_CONN116_4 (0x3920) 132562306a36Sopenharmony_ci#define AFE_CONN117 (0x3924) 132662306a36Sopenharmony_ci#define AFE_CONN117_1 (0x3928) 132762306a36Sopenharmony_ci#define AFE_CONN117_2 (0x392c) 132862306a36Sopenharmony_ci#define AFE_CONN117_3 (0x3930) 132962306a36Sopenharmony_ci#define AFE_CONN117_4 (0x3934) 133062306a36Sopenharmony_ci#define AFE_CONN118 (0x3938) 133162306a36Sopenharmony_ci#define AFE_CONN118_1 (0x393c) 133262306a36Sopenharmony_ci#define AFE_CONN118_2 (0x3940) 133362306a36Sopenharmony_ci#define AFE_CONN118_3 (0x3944) 133462306a36Sopenharmony_ci#define AFE_CONN118_4 (0x3948) 133562306a36Sopenharmony_ci#define AFE_CONN119 (0x394c) 133662306a36Sopenharmony_ci#define AFE_CONN119_1 (0x3950) 133762306a36Sopenharmony_ci#define AFE_CONN119_2 (0x3954) 133862306a36Sopenharmony_ci#define AFE_CONN119_3 (0x3958) 133962306a36Sopenharmony_ci#define AFE_CONN119_4 (0x395c) 134062306a36Sopenharmony_ci#define AFE_CONN120 (0x3960) 134162306a36Sopenharmony_ci#define AFE_CONN120_1 (0x3964) 134262306a36Sopenharmony_ci#define AFE_CONN120_2 (0x3968) 134362306a36Sopenharmony_ci#define AFE_CONN120_3 (0x396c) 134462306a36Sopenharmony_ci#define AFE_CONN120_4 (0x3970) 134562306a36Sopenharmony_ci#define AFE_CONN121 (0x3974) 134662306a36Sopenharmony_ci#define AFE_CONN121_1 (0x3978) 134762306a36Sopenharmony_ci#define AFE_CONN121_2 (0x397c) 134862306a36Sopenharmony_ci#define AFE_CONN121_3 (0x3980) 134962306a36Sopenharmony_ci#define AFE_CONN121_4 (0x3984) 135062306a36Sopenharmony_ci#define AFE_CONN122 (0x3988) 135162306a36Sopenharmony_ci#define AFE_CONN122_1 (0x398c) 135262306a36Sopenharmony_ci#define AFE_CONN122_2 (0x3990) 135362306a36Sopenharmony_ci#define AFE_CONN122_3 (0x3994) 135462306a36Sopenharmony_ci#define AFE_CONN122_4 (0x3998) 135562306a36Sopenharmony_ci#define AFE_CONN123 (0x399c) 135662306a36Sopenharmony_ci#define AFE_CONN123_1 (0x39a0) 135762306a36Sopenharmony_ci#define AFE_CONN123_2 (0x39a4) 135862306a36Sopenharmony_ci#define AFE_CONN123_3 (0x39a8) 135962306a36Sopenharmony_ci#define AFE_CONN123_4 (0x39ac) 136062306a36Sopenharmony_ci#define AFE_CONN124 (0x39b0) 136162306a36Sopenharmony_ci#define AFE_CONN124_1 (0x39b4) 136262306a36Sopenharmony_ci#define AFE_CONN124_2 (0x39b8) 136362306a36Sopenharmony_ci#define AFE_CONN124_3 (0x39bc) 136462306a36Sopenharmony_ci#define AFE_CONN124_4 (0x39c0) 136562306a36Sopenharmony_ci#define AFE_CONN125 (0x39c4) 136662306a36Sopenharmony_ci#define AFE_CONN125_1 (0x39c8) 136762306a36Sopenharmony_ci#define AFE_CONN125_2 (0x39cc) 136862306a36Sopenharmony_ci#define AFE_CONN125_3 (0x39d0) 136962306a36Sopenharmony_ci#define AFE_CONN125_4 (0x39d4) 137062306a36Sopenharmony_ci#define AFE_CONN126 (0x39d8) 137162306a36Sopenharmony_ci#define AFE_CONN126_1 (0x39dc) 137262306a36Sopenharmony_ci#define AFE_CONN126_2 (0x39e0) 137362306a36Sopenharmony_ci#define AFE_CONN126_3 (0x39e4) 137462306a36Sopenharmony_ci#define AFE_CONN126_4 (0x39e8) 137562306a36Sopenharmony_ci#define AFE_CONN127 (0x39ec) 137662306a36Sopenharmony_ci#define AFE_CONN127_1 (0x39f0) 137762306a36Sopenharmony_ci#define AFE_CONN127_2 (0x39f4) 137862306a36Sopenharmony_ci#define AFE_CONN127_3 (0x39f8) 137962306a36Sopenharmony_ci#define AFE_CONN127_4 (0x39fc) 138062306a36Sopenharmony_ci#define AFE_CONN128 (0x3a00) 138162306a36Sopenharmony_ci#define AFE_CONN128_1 (0x3a04) 138262306a36Sopenharmony_ci#define AFE_CONN128_2 (0x3a08) 138362306a36Sopenharmony_ci#define AFE_CONN128_3 (0x3a0c) 138462306a36Sopenharmony_ci#define AFE_CONN128_4 (0x3a10) 138562306a36Sopenharmony_ci#define AFE_CONN129 (0x3a14) 138662306a36Sopenharmony_ci#define AFE_CONN129_1 (0x3a18) 138762306a36Sopenharmony_ci#define AFE_CONN129_2 (0x3a1c) 138862306a36Sopenharmony_ci#define AFE_CONN129_3 (0x3a20) 138962306a36Sopenharmony_ci#define AFE_CONN129_4 (0x3a24) 139062306a36Sopenharmony_ci#define AFE_CONN130 (0x3a28) 139162306a36Sopenharmony_ci#define AFE_CONN130_1 (0x3a2c) 139262306a36Sopenharmony_ci#define AFE_CONN130_2 (0x3a30) 139362306a36Sopenharmony_ci#define AFE_CONN130_3 (0x3a34) 139462306a36Sopenharmony_ci#define AFE_CONN130_4 (0x3a38) 139562306a36Sopenharmony_ci#define AFE_CONN131 (0x3a3c) 139662306a36Sopenharmony_ci#define AFE_CONN131_1 (0x3a40) 139762306a36Sopenharmony_ci#define AFE_CONN131_2 (0x3a44) 139862306a36Sopenharmony_ci#define AFE_CONN131_3 (0x3a48) 139962306a36Sopenharmony_ci#define AFE_CONN131_4 (0x3a4c) 140062306a36Sopenharmony_ci#define AFE_CONN132 (0x3a50) 140162306a36Sopenharmony_ci#define AFE_CONN132_1 (0x3a54) 140262306a36Sopenharmony_ci#define AFE_CONN132_2 (0x3a58) 140362306a36Sopenharmony_ci#define AFE_CONN132_3 (0x3a5c) 140462306a36Sopenharmony_ci#define AFE_CONN132_4 (0x3a60) 140562306a36Sopenharmony_ci#define AFE_CONN133 (0x3a64) 140662306a36Sopenharmony_ci#define AFE_CONN133_1 (0x3a68) 140762306a36Sopenharmony_ci#define AFE_CONN133_2 (0x3a6c) 140862306a36Sopenharmony_ci#define AFE_CONN133_3 (0x3a70) 140962306a36Sopenharmony_ci#define AFE_CONN133_4 (0x3a74) 141062306a36Sopenharmony_ci#define AFE_CONN134 (0x3a78) 141162306a36Sopenharmony_ci#define AFE_CONN134_1 (0x3a7c) 141262306a36Sopenharmony_ci#define AFE_CONN134_2 (0x3a80) 141362306a36Sopenharmony_ci#define AFE_CONN134_3 (0x3a84) 141462306a36Sopenharmony_ci#define AFE_CONN134_4 (0x3a88) 141562306a36Sopenharmony_ci#define AFE_CONN135 (0x3a8c) 141662306a36Sopenharmony_ci#define AFE_CONN135_1 (0x3a90) 141762306a36Sopenharmony_ci#define AFE_CONN135_2 (0x3a94) 141862306a36Sopenharmony_ci#define AFE_CONN135_3 (0x3a98) 141962306a36Sopenharmony_ci#define AFE_CONN135_4 (0x3a9c) 142062306a36Sopenharmony_ci#define AFE_CONN136 (0x3aa0) 142162306a36Sopenharmony_ci#define AFE_CONN136_1 (0x3aa4) 142262306a36Sopenharmony_ci#define AFE_CONN136_2 (0x3aa8) 142362306a36Sopenharmony_ci#define AFE_CONN136_3 (0x3aac) 142462306a36Sopenharmony_ci#define AFE_CONN136_4 (0x3ab0) 142562306a36Sopenharmony_ci#define AFE_CONN137 (0x3ab4) 142662306a36Sopenharmony_ci#define AFE_CONN137_1 (0x3ab8) 142762306a36Sopenharmony_ci#define AFE_CONN137_2 (0x3abc) 142862306a36Sopenharmony_ci#define AFE_CONN137_3 (0x3ac0) 142962306a36Sopenharmony_ci#define AFE_CONN137_4 (0x3ac4) 143062306a36Sopenharmony_ci#define AFE_CONN138 (0x3ac8) 143162306a36Sopenharmony_ci#define AFE_CONN138_1 (0x3acc) 143262306a36Sopenharmony_ci#define AFE_CONN138_2 (0x3ad0) 143362306a36Sopenharmony_ci#define AFE_CONN138_3 (0x3ad4) 143462306a36Sopenharmony_ci#define AFE_CONN138_4 (0x3ad8) 143562306a36Sopenharmony_ci#define AFE_CONN139 (0x3adc) 143662306a36Sopenharmony_ci#define AFE_CONN139_1 (0x3ae0) 143762306a36Sopenharmony_ci#define AFE_CONN139_2 (0x3ae4) 143862306a36Sopenharmony_ci#define AFE_CONN139_3 (0x3ae8) 143962306a36Sopenharmony_ci#define AFE_CONN139_4 (0x3aec) 144062306a36Sopenharmony_ci#define AFE_CONN_RS (0x3af0) 144162306a36Sopenharmony_ci#define AFE_CONN_RS_1 (0x3af4) 144262306a36Sopenharmony_ci#define AFE_CONN_RS_2 (0x3af8) 144362306a36Sopenharmony_ci#define AFE_CONN_RS_3 (0x3afc) 144462306a36Sopenharmony_ci#define AFE_CONN_RS_4 (0x3b00) 144562306a36Sopenharmony_ci#define AFE_CONN_16BIT (0x3b04) 144662306a36Sopenharmony_ci#define AFE_CONN_16BIT_1 (0x3b08) 144762306a36Sopenharmony_ci#define AFE_CONN_16BIT_2 (0x3b0c) 144862306a36Sopenharmony_ci#define AFE_CONN_16BIT_3 (0x3b10) 144962306a36Sopenharmony_ci#define AFE_CONN_16BIT_4 (0x3b14) 145062306a36Sopenharmony_ci#define AFE_CONN_24BIT (0x3b18) 145162306a36Sopenharmony_ci#define AFE_CONN_24BIT_1 (0x3b1c) 145262306a36Sopenharmony_ci#define AFE_CONN_24BIT_2 (0x3b20) 145362306a36Sopenharmony_ci#define AFE_CONN_24BIT_3 (0x3b24) 145462306a36Sopenharmony_ci#define AFE_CONN_24BIT_4 (0x3b28) 145562306a36Sopenharmony_ci#define AFE_CONN_DI (0x3b2c) 145662306a36Sopenharmony_ci#define AFE_CONN_DI_1 (0x3b30) 145762306a36Sopenharmony_ci#define AFE_CONN_DI_2 (0x3b34) 145862306a36Sopenharmony_ci#define AFE_CONN_DI_3 (0x3b38) 145962306a36Sopenharmony_ci#define AFE_CONN_DI_4 (0x3b3c) 146062306a36Sopenharmony_ci#define AFE_CONN176 (0x3ea0) 146162306a36Sopenharmony_ci#define AFE_CONN176_1 (0x3ea4) 146262306a36Sopenharmony_ci#define AFE_CONN176_2 (0x3ea8) 146362306a36Sopenharmony_ci#define AFE_CONN176_3 (0x3eac) 146462306a36Sopenharmony_ci#define AFE_CONN176_4 (0x3eb0) 146562306a36Sopenharmony_ci#define AFE_CONN176_5 (0x3eb4) 146662306a36Sopenharmony_ci#define AFE_CONN177 (0x3eb8) 146762306a36Sopenharmony_ci#define AFE_CONN177_1 (0x3ebc) 146862306a36Sopenharmony_ci#define AFE_CONN177_2 (0x3ec0) 146962306a36Sopenharmony_ci#define AFE_CONN177_3 (0x3ec4) 147062306a36Sopenharmony_ci#define AFE_CONN177_4 (0x3ec8) 147162306a36Sopenharmony_ci#define AFE_CONN177_5 (0x3ecc) 147262306a36Sopenharmony_ci#define AFE_CONN182 (0x3f30) 147362306a36Sopenharmony_ci#define AFE_CONN182_1 (0x3f34) 147462306a36Sopenharmony_ci#define AFE_CONN182_2 (0x3f38) 147562306a36Sopenharmony_ci#define AFE_CONN182_3 (0x3f3c) 147662306a36Sopenharmony_ci#define AFE_CONN182_4 (0x3f40) 147762306a36Sopenharmony_ci#define AFE_CONN182_5 (0x3f44) 147862306a36Sopenharmony_ci#define AFE_CONN183 (0x3f48) 147962306a36Sopenharmony_ci#define AFE_CONN183_1 (0x3f4c) 148062306a36Sopenharmony_ci#define AFE_CONN183_2 (0x3f50) 148162306a36Sopenharmony_ci#define AFE_CONN183_3 (0x3f54) 148262306a36Sopenharmony_ci#define AFE_CONN183_4 (0x3f58) 148362306a36Sopenharmony_ci#define AFE_CONN183_5 (0x3f5c) 148462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN0 (0x4000) 148562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN0_1 (0x4004) 148662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN0_2 (0x4008) 148762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN0_3 (0x400c) 148862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN0_4 (0x4010) 148962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN1 (0x4014) 149062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN1_1 (0x4018) 149162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN1_2 (0x401c) 149262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN1_3 (0x4020) 149362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN1_4 (0x4024) 149462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN2 (0x4028) 149562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN2_1 (0x402c) 149662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN2_2 (0x4030) 149762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN2_3 (0x4034) 149862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN2_4 (0x4038) 149962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN3 (0x403c) 150062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN3_1 (0x4040) 150162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN3_2 (0x4044) 150262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN3_3 (0x4048) 150362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN3_4 (0x404c) 150462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN4 (0x4050) 150562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN4_1 (0x4054) 150662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN4_2 (0x4058) 150762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN4_3 (0x405c) 150862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN4_4 (0x4060) 150962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN5 (0x4064) 151062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN5_1 (0x4068) 151162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN5_2 (0x406c) 151262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN5_3 (0x4070) 151362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN5_4 (0x4074) 151462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN6 (0x4078) 151562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN6_1 (0x407c) 151662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN6_2 (0x4080) 151762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN6_3 (0x4084) 151862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN6_4 (0x4088) 151962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN7 (0x408c) 152062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN7_1 (0x4090) 152162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN7_2 (0x4094) 152262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN7_3 (0x4098) 152362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN7_4 (0x409c) 152462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN8 (0x40a0) 152562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN8_1 (0x40a4) 152662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN8_2 (0x40a8) 152762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN8_3 (0x40ac) 152862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN8_4 (0x40b0) 152962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN9 (0x40b4) 153062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN9_1 (0x40b8) 153162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN9_2 (0x40bc) 153262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN9_3 (0x40c0) 153362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN9_4 (0x40c4) 153462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN10 (0x40c8) 153562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN10_1 (0x40cc) 153662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN10_2 (0x40d0) 153762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN10_3 (0x40d4) 153862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN10_4 (0x40d8) 153962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN11 (0x40dc) 154062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN11_1 (0x40e0) 154162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN11_2 (0x40e4) 154262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN11_3 (0x40e8) 154362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN11_4 (0x40ec) 154462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN12 (0x40f0) 154562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN12_1 (0x40f4) 154662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN12_2 (0x40f8) 154762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN12_3 (0x40fc) 154862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN12_4 (0x4100) 154962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN13 (0x4104) 155062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN13_1 (0x4108) 155162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN13_2 (0x410c) 155262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN13_3 (0x4110) 155362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN13_4 (0x4114) 155462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN14 (0x4118) 155562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN14_1 (0x411c) 155662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN14_2 (0x4120) 155762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN14_3 (0x4124) 155862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN14_4 (0x4128) 155962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN15 (0x412c) 156062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN15_1 (0x4130) 156162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN15_2 (0x4134) 156262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN15_3 (0x4138) 156362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN15_4 (0x413c) 156462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN16 (0x4140) 156562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN16_1 (0x4144) 156662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN16_2 (0x4148) 156762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN16_3 (0x414c) 156862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN16_4 (0x4150) 156962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN17 (0x4154) 157062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN17_1 (0x4158) 157162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN17_2 (0x415c) 157262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN17_3 (0x4160) 157362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN17_4 (0x4164) 157462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN18 (0x4168) 157562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN18_1 (0x416c) 157662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN18_2 (0x4170) 157762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN18_3 (0x4174) 157862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN18_4 (0x4178) 157962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN19 (0x417c) 158062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN19_1 (0x4180) 158162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN19_2 (0x4184) 158262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN19_3 (0x4188) 158362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN19_4 (0x418c) 158462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN20 (0x4190) 158562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN20_1 (0x4194) 158662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN20_2 (0x4198) 158762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN20_3 (0x419c) 158862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN20_4 (0x41a0) 158962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN21 (0x41a4) 159062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN21_1 (0x41a8) 159162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN21_2 (0x41ac) 159262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN21_3 (0x41b0) 159362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN21_4 (0x41b4) 159462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN22 (0x41b8) 159562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN22_1 (0x41bc) 159662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN22_2 (0x41c0) 159762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN22_3 (0x41c4) 159862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN22_4 (0x41c8) 159962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN23 (0x41cc) 160062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN23_1 (0x41d0) 160162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN23_2 (0x41d4) 160262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN23_3 (0x41d8) 160362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN23_4 (0x41dc) 160462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN24 (0x41e0) 160562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN24_1 (0x41e4) 160662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN24_2 (0x41e8) 160762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN24_3 (0x41ec) 160862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN24_4 (0x41f0) 160962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN25 (0x41f4) 161062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN25_1 (0x41f8) 161162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN25_2 (0x41fc) 161262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN25_3 (0x4200) 161362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN25_4 (0x4204) 161462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN26 (0x4208) 161562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN26_1 (0x420c) 161662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN26_2 (0x4210) 161762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN26_3 (0x4214) 161862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN26_4 (0x4218) 161962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN27 (0x421c) 162062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN27_1 (0x4220) 162162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN27_2 (0x4224) 162262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN27_3 (0x4228) 162362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN27_4 (0x422c) 162462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN28 (0x4230) 162562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN28_1 (0x4234) 162662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN28_2 (0x4238) 162762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN28_3 (0x423c) 162862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN28_4 (0x4240) 162962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN29 (0x4244) 163062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN29_1 (0x4248) 163162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN29_2 (0x424c) 163262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN29_3 (0x4250) 163362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN29_4 (0x4254) 163462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN30 (0x4258) 163562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN30_1 (0x425c) 163662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN30_2 (0x4260) 163762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN30_3 (0x4264) 163862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN30_4 (0x4268) 163962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN31 (0x426c) 164062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN31_1 (0x4270) 164162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN31_2 (0x4274) 164262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN31_3 (0x4278) 164362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN31_4 (0x427c) 164462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN32 (0x4280) 164562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN32_1 (0x4284) 164662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN32_2 (0x4288) 164762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN32_3 (0x428c) 164862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN32_4 (0x4290) 164962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN33 (0x4294) 165062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN33_1 (0x4298) 165162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN33_2 (0x429c) 165262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN33_3 (0x42a0) 165362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN33_4 (0x42a4) 165462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN34 (0x42a8) 165562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN34_1 (0x42ac) 165662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN34_2 (0x42b0) 165762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN34_3 (0x42b4) 165862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN34_4 (0x42b8) 165962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN35 (0x42bc) 166062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN35_1 (0x42c0) 166162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN35_2 (0x42c4) 166262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN35_3 (0x42c8) 166362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN35_4 (0x42cc) 166462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN36 (0x42d0) 166562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN36_1 (0x42d4) 166662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN36_2 (0x42d8) 166762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN36_3 (0x42dc) 166862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN36_4 (0x42e0) 166962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN37 (0x42e4) 167062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN37_1 (0x42e8) 167162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN37_2 (0x42ec) 167262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN37_3 (0x42f0) 167362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN37_4 (0x42f4) 167462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN38 (0x42f8) 167562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN38_1 (0x42fc) 167662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN38_2 (0x4300) 167762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN38_3 (0x4304) 167862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN38_4 (0x4308) 167962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN39 (0x430c) 168062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN39_1 (0x4310) 168162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN39_2 (0x4314) 168262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN39_3 (0x4318) 168362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN39_4 (0x431c) 168462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN40 (0x4320) 168562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN40_1 (0x4324) 168662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN40_2 (0x4328) 168762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN40_3 (0x432c) 168862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN40_4 (0x4330) 168962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN41 (0x4334) 169062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN41_1 (0x4338) 169162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN41_2 (0x433c) 169262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN41_3 (0x4340) 169362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN41_4 (0x4344) 169462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN42 (0x4348) 169562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN42_1 (0x434c) 169662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN42_2 (0x4350) 169762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN42_3 (0x4354) 169862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN42_4 (0x4358) 169962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN43 (0x435c) 170062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN43_1 (0x4360) 170162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN43_2 (0x4364) 170262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN43_3 (0x4368) 170362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN43_4 (0x436c) 170462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN44 (0x4370) 170562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN44_1 (0x4374) 170662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN44_2 (0x4378) 170762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN44_3 (0x437c) 170862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN44_4 (0x4380) 170962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN45 (0x4384) 171062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN45_1 (0x4388) 171162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN45_2 (0x438c) 171262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN45_3 (0x4390) 171362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN45_4 (0x4394) 171462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN46 (0x4398) 171562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN46_1 (0x439c) 171662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN46_2 (0x43a0) 171762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN46_3 (0x43a4) 171862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN46_4 (0x43a8) 171962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN47 (0x43ac) 172062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN47_1 (0x43b0) 172162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN47_2 (0x43b4) 172262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN47_3 (0x43b8) 172362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN47_4 (0x43bc) 172462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN48 (0x43c0) 172562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN48_1 (0x43c4) 172662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN48_2 (0x43c8) 172762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN48_3 (0x43cc) 172862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN48_4 (0x43d0) 172962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN49 (0x43d4) 173062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN49_1 (0x43d8) 173162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN49_2 (0x43dc) 173262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN49_3 (0x43e0) 173362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN49_4 (0x43e4) 173462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN50 (0x43e8) 173562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN50_1 (0x43ec) 173662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN50_2 (0x43f0) 173762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN50_3 (0x43f4) 173862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN50_4 (0x43f8) 173962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN51 (0x43fc) 174062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN51_1 (0x4400) 174162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN51_2 (0x4404) 174262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN51_3 (0x4408) 174362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN51_4 (0x440c) 174462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN52 (0x4410) 174562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN52_1 (0x4414) 174662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN52_2 (0x4418) 174762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN52_3 (0x441c) 174862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN52_4 (0x4420) 174962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN53 (0x4424) 175062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN53_1 (0x4428) 175162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN53_2 (0x442c) 175262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN53_3 (0x4430) 175362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN53_4 (0x4434) 175462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN54 (0x4438) 175562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN54_1 (0x443c) 175662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN54_2 (0x4440) 175762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN54_3 (0x4444) 175862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN54_4 (0x4448) 175962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN55 (0x444c) 176062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN55_1 (0x4450) 176162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN55_2 (0x4454) 176262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN55_3 (0x4458) 176362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN55_4 (0x445c) 176462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN56 (0x4460) 176562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN56_1 (0x4464) 176662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN56_2 (0x4468) 176762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN56_3 (0x446c) 176862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN56_4 (0x4470) 176962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN57 (0x4474) 177062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN57_1 (0x4478) 177162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN57_2 (0x447c) 177262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN57_3 (0x4480) 177362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN57_4 (0x4484) 177462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN58 (0x4488) 177562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN58_1 (0x448c) 177662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN58_2 (0x4490) 177762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN58_3 (0x4494) 177862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN58_4 (0x4498) 177962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN59 (0x449c) 178062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN59_1 (0x44a0) 178162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN59_2 (0x44a4) 178262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN59_3 (0x44a8) 178362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN59_4 (0x44ac) 178462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN60 (0x44b0) 178562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN60_1 (0x44b4) 178662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN60_2 (0x44b8) 178762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN60_3 (0x44bc) 178862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN60_4 (0x44c0) 178962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN61 (0x44c4) 179062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN61_1 (0x44c8) 179162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN61_2 (0x44cc) 179262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN61_3 (0x44d0) 179362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN61_4 (0x44d4) 179462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN62 (0x44d8) 179562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN62_1 (0x44dc) 179662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN62_2 (0x44e0) 179762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN62_3 (0x44e4) 179862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN62_4 (0x44e8) 179962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN63 (0x44ec) 180062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN63_1 (0x44f0) 180162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN63_2 (0x44f4) 180262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN63_3 (0x44f8) 180362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN63_4 (0x44fc) 180462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN64 (0x4500) 180562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN64_1 (0x4504) 180662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN64_2 (0x4508) 180762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN64_3 (0x450c) 180862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN64_4 (0x4510) 180962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN65 (0x4514) 181062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN65_1 (0x4518) 181162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN65_2 (0x451c) 181262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN65_3 (0x4520) 181362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN65_4 (0x4524) 181462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN66 (0x4528) 181562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN66_1 (0x452c) 181662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN66_2 (0x4530) 181762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN66_3 (0x4534) 181862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN66_4 (0x4538) 181962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN67 (0x453c) 182062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN67_1 (0x4540) 182162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN67_2 (0x4544) 182262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN67_3 (0x4548) 182362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN67_4 (0x454c) 182462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN68 (0x4550) 182562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN68_1 (0x4554) 182662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN68_2 (0x4558) 182762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN68_3 (0x455c) 182862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN68_4 (0x4560) 182962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN69 (0x4564) 183062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN69_1 (0x4568) 183162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN69_2 (0x456c) 183262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN69_3 (0x4570) 183362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN69_4 (0x4574) 183462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN70 (0x4578) 183562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN70_1 (0x457c) 183662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN70_2 (0x4580) 183762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN70_3 (0x4584) 183862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN70_4 (0x4588) 183962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN71 (0x458c) 184062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN71_1 (0x4590) 184162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN71_2 (0x4594) 184262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN71_3 (0x4598) 184362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN71_4 (0x459c) 184462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN72 (0x45a0) 184562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN72_1 (0x45a4) 184662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN72_2 (0x45a8) 184762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN72_3 (0x45ac) 184862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN72_4 (0x45b0) 184962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN73 (0x45b4) 185062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN73_1 (0x45b8) 185162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN73_2 (0x45bc) 185262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN73_3 (0x45c0) 185362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN73_4 (0x45c4) 185462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN74 (0x45c8) 185562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN74_1 (0x45cc) 185662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN74_2 (0x45d0) 185762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN74_3 (0x45d4) 185862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN74_4 (0x45d8) 185962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN75 (0x45dc) 186062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN75_1 (0x45e0) 186162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN75_2 (0x45e4) 186262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN75_3 (0x45e8) 186362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN75_4 (0x45ec) 186462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN76 (0x45f0) 186562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN76_1 (0x45f4) 186662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN76_2 (0x45f8) 186762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN76_3 (0x45fc) 186862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN76_4 (0x4600) 186962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN77 (0x4604) 187062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN77_1 (0x4608) 187162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN77_2 (0x460c) 187262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN77_3 (0x4610) 187362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN77_4 (0x4614) 187462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN78 (0x4618) 187562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN78_1 (0x461c) 187662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN78_2 (0x4620) 187762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN78_3 (0x4624) 187862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN78_4 (0x4628) 187962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN79 (0x462c) 188062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN79_1 (0x4630) 188162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN79_2 (0x4634) 188262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN79_3 (0x4638) 188362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN79_4 (0x463c) 188462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN80 (0x4640) 188562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN80_1 (0x4644) 188662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN80_2 (0x4648) 188762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN80_3 (0x464c) 188862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN80_4 (0x4650) 188962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN81 (0x4654) 189062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN81_1 (0x4658) 189162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN81_2 (0x465c) 189262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN81_3 (0x4660) 189362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN81_4 (0x4664) 189462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN82 (0x4668) 189562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN82_1 (0x466c) 189662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN82_2 (0x4670) 189762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN82_3 (0x4674) 189862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN82_4 (0x4678) 189962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN83 (0x467c) 190062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN83_1 (0x4680) 190162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN83_2 (0x4684) 190262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN83_3 (0x4688) 190362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN83_4 (0x468c) 190462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN84 (0x4690) 190562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN84_1 (0x4694) 190662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN84_2 (0x4698) 190762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN84_3 (0x469c) 190862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN84_4 (0x46a0) 190962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN85 (0x46a4) 191062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN85_1 (0x46a8) 191162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN85_2 (0x46ac) 191262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN85_3 (0x46b0) 191362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN85_4 (0x46b4) 191462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN86 (0x46b8) 191562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN86_1 (0x46bc) 191662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN86_2 (0x46c0) 191762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN86_3 (0x46c4) 191862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN86_4 (0x46c8) 191962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN87 (0x46cc) 192062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN87_1 (0x46d0) 192162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN87_2 (0x46d4) 192262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN87_3 (0x46d8) 192362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN87_4 (0x46dc) 192462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN88 (0x46e0) 192562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN88_1 (0x46e4) 192662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN88_2 (0x46e8) 192762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN88_3 (0x46ec) 192862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN88_4 (0x46f0) 192962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN89 (0x46f4) 193062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN89_1 (0x46f8) 193162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN89_2 (0x46fc) 193262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN89_3 (0x4700) 193362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN89_4 (0x4704) 193462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN90 (0x4708) 193562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN90_1 (0x470c) 193662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN90_2 (0x4710) 193762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN90_3 (0x4714) 193862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN90_4 (0x4718) 193962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN91 (0x471c) 194062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN91_1 (0x4720) 194162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN91_2 (0x4724) 194262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN91_3 (0x4728) 194362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN91_4 (0x472c) 194462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN92 (0x4730) 194562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN92_1 (0x4734) 194662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN92_2 (0x4738) 194762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN92_3 (0x473c) 194862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN92_4 (0x4740) 194962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN93 (0x4744) 195062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN93_1 (0x4748) 195162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN93_2 (0x474c) 195262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN93_3 (0x4750) 195362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN93_4 (0x4754) 195462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN94 (0x4758) 195562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN94_1 (0x475c) 195662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN94_2 (0x4760) 195762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN94_3 (0x4764) 195862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN94_4 (0x4768) 195962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN95 (0x476c) 196062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN95_1 (0x4770) 196162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN95_2 (0x4774) 196262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN95_3 (0x4778) 196362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN95_4 (0x477c) 196462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN96 (0x4780) 196562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN96_1 (0x4784) 196662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN96_2 (0x4788) 196762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN96_3 (0x478c) 196862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN96_4 (0x4790) 196962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN97 (0x4794) 197062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN97_1 (0x4798) 197162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN97_2 (0x479c) 197262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN97_3 (0x47a0) 197362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN97_4 (0x47a4) 197462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN98 (0x47a8) 197562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN98_1 (0x47ac) 197662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN98_2 (0x47b0) 197762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN98_3 (0x47b4) 197862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN98_4 (0x47b8) 197962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN99 (0x47bc) 198062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN99_1 (0x47c0) 198162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN99_2 (0x47c4) 198262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN99_3 (0x47c8) 198362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN99_4 (0x47cc) 198462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN100 (0x47d0) 198562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN100_1 (0x47d4) 198662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN100_2 (0x47d8) 198762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN100_3 (0x47dc) 198862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN100_4 (0x47e0) 198962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN101 (0x47e4) 199062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN101_1 (0x47e8) 199162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN101_2 (0x47ec) 199262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN101_3 (0x47f0) 199362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN101_4 (0x47f4) 199462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN102 (0x47f8) 199562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN102_1 (0x47fc) 199662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN102_2 (0x4800) 199762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN102_3 (0x4804) 199862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN102_4 (0x4808) 199962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN103 (0x480c) 200062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN103_1 (0x4810) 200162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN103_2 (0x4814) 200262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN103_3 (0x4818) 200362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN103_4 (0x481c) 200462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN104 (0x4820) 200562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN104_1 (0x4824) 200662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN104_2 (0x4828) 200762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN104_3 (0x482c) 200862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN104_4 (0x4830) 200962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN105 (0x4834) 201062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN105_1 (0x4838) 201162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN105_2 (0x483c) 201262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN105_3 (0x4840) 201362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN105_4 (0x4844) 201462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN106 (0x4848) 201562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN106_1 (0x484c) 201662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN106_2 (0x4850) 201762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN106_3 (0x4854) 201862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN106_4 (0x4858) 201962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN107 (0x485c) 202062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN107_1 (0x4860) 202162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN107_2 (0x4864) 202262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN107_3 (0x4868) 202362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN107_4 (0x486c) 202462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN108 (0x4870) 202562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN108_1 (0x4874) 202662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN108_2 (0x4878) 202762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN108_3 (0x487c) 202862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN108_4 (0x4880) 202962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN109 (0x4884) 203062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN109_1 (0x4888) 203162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN109_2 (0x488c) 203262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN109_3 (0x4890) 203362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN109_4 (0x4894) 203462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN110 (0x4898) 203562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN110_1 (0x489c) 203662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN110_2 (0x48a0) 203762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN110_3 (0x48a4) 203862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN110_4 (0x48a8) 203962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN111 (0x48ac) 204062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN111_1 (0x48b0) 204162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN111_2 (0x48b4) 204262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN111_3 (0x48b8) 204362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN111_4 (0x48bc) 204462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN112 (0x48c0) 204562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN112_1 (0x48c4) 204662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN112_2 (0x48c8) 204762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN112_3 (0x48cc) 204862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN112_4 (0x48d0) 204962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN113 (0x48d4) 205062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN113_1 (0x48d8) 205162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN113_2 (0x48dc) 205262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN113_3 (0x48e0) 205362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN113_4 (0x48e4) 205462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN114 (0x48e8) 205562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN114_1 (0x48ec) 205662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN114_2 (0x48f0) 205762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN114_3 (0x48f4) 205862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN114_4 (0x48f8) 205962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN115 (0x48fc) 206062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN115_1 (0x4900) 206162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN115_2 (0x4904) 206262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN115_3 (0x4908) 206362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN115_4 (0x490c) 206462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN116 (0x4910) 206562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN116_1 (0x4914) 206662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN116_2 (0x4918) 206762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN116_3 (0x491c) 206862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN116_4 (0x4920) 206962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN117 (0x4924) 207062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN117_1 (0x4928) 207162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN117_2 (0x492c) 207262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN117_3 (0x4930) 207362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN117_4 (0x4934) 207462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN118 (0x4938) 207562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN118_1 (0x493c) 207662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN118_2 (0x4940) 207762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN118_3 (0x4944) 207862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN118_4 (0x4948) 207962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN119 (0x494c) 208062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN119_1 (0x4950) 208162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN119_2 (0x4954) 208262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN119_3 (0x4958) 208362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN119_4 (0x495c) 208462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN120 (0x4960) 208562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN120_1 (0x4964) 208662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN120_2 (0x4968) 208762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN120_3 (0x496c) 208862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN120_4 (0x4970) 208962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN121 (0x4974) 209062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN121_1 (0x4978) 209162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN121_2 (0x497c) 209262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN121_3 (0x4980) 209362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN121_4 (0x4984) 209462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN122 (0x4988) 209562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN122_1 (0x498c) 209662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN122_2 (0x4990) 209762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN122_3 (0x4994) 209862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN122_4 (0x4998) 209962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN123 (0x499c) 210062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN123_1 (0x49a0) 210162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN123_2 (0x49a4) 210262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN123_3 (0x49a8) 210362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN123_4 (0x49ac) 210462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN124 (0x49b0) 210562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN124_1 (0x49b4) 210662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN124_2 (0x49b8) 210762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN124_3 (0x49bc) 210862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN124_4 (0x49c0) 210962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN125 (0x49c4) 211062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN125_1 (0x49c8) 211162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN125_2 (0x49cc) 211262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN125_3 (0x49d0) 211362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN125_4 (0x49d4) 211462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN126 (0x49d8) 211562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN126_1 (0x49dc) 211662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN126_2 (0x49e0) 211762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN126_3 (0x49e4) 211862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN126_4 (0x49e8) 211962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN127 (0x49ec) 212062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN127_1 (0x49f0) 212162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN127_2 (0x49f4) 212262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN127_3 (0x49f8) 212362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN127_4 (0x49fc) 212462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN128 (0x4a00) 212562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN128_1 (0x4a04) 212662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN128_2 (0x4a08) 212762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN128_3 (0x4a0c) 212862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN128_4 (0x4a10) 212962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN129 (0x4a14) 213062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN129_1 (0x4a18) 213162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN129_2 (0x4a1c) 213262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN129_3 (0x4a20) 213362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN129_4 (0x4a24) 213462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN130 (0x4a28) 213562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN130_1 (0x4a2c) 213662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN130_2 (0x4a30) 213762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN130_3 (0x4a34) 213862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN130_4 (0x4a38) 213962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN131 (0x4a3c) 214062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN131_1 (0x4a40) 214162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN131_2 (0x4a44) 214262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN131_3 (0x4a48) 214362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN131_4 (0x4a4c) 214462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN132 (0x4a50) 214562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN132_1 (0x4a54) 214662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN132_2 (0x4a58) 214762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN132_3 (0x4a5c) 214862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN132_4 (0x4a60) 214962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN133 (0x4a64) 215062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN133_1 (0x4a68) 215162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN133_2 (0x4a6c) 215262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN133_3 (0x4a70) 215362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN133_4 (0x4a74) 215462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN134 (0x4a78) 215562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN134_1 (0x4a7c) 215662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN134_2 (0x4a80) 215762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN134_3 (0x4a84) 215862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN134_4 (0x4a88) 215962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN135 (0x4a8c) 216062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN135_1 (0x4a90) 216162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN135_2 (0x4a94) 216262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN135_3 (0x4a98) 216362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN135_4 (0x4a9c) 216462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN136 (0x4aa0) 216562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN136_1 (0x4aa4) 216662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN136_2 (0x4aa8) 216762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN136_3 (0x4aac) 216862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN136_4 (0x4ab0) 216962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN137 (0x4ab4) 217062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN137_1 (0x4ab8) 217162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN137_2 (0x4abc) 217262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN137_3 (0x4ac0) 217362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN137_4 (0x4ac4) 217462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN138 (0x4ac8) 217562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN138_1 (0x4acc) 217662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN138_2 (0x4ad0) 217762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN138_3 (0x4ad4) 217862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN138_4 (0x4ad8) 217962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN139 (0x4adc) 218062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN139_1 (0x4ae0) 218162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN139_2 (0x4ae4) 218262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN139_3 (0x4ae8) 218362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN139_4 (0x4aec) 218462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN_RS (0x4af0) 218562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN_RS_1 (0x4af4) 218662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN_RS_2 (0x4af8) 218762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN_RS_3 (0x4afc) 218862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN_RS_4 (0x4b00) 218962306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN_16BIT (0x4b04) 219062306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN_16BIT_1 (0x4b08) 219162306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN_16BIT_2 (0x4b0c) 219262306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN_16BIT_3 (0x4b10) 219362306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN_16BIT_4 (0x4b14) 219462306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN_24BIT (0x4b18) 219562306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN_24BIT_1 (0x4b1c) 219662306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN_24BIT_2 (0x4b20) 219762306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN_24BIT_3 (0x4b24) 219862306a36Sopenharmony_ci#define AFE_SECURE_MASK_CONN_24BIT_4 (0x4b28) 219962306a36Sopenharmony_ci#define AFE_GASRC0_NEW_CON0 (0x4c40) 220062306a36Sopenharmony_ci#define AFE_GASRC0_NEW_CON1 (0x4c44) 220162306a36Sopenharmony_ci#define AFE_GASRC0_NEW_CON2 (0x4c48) 220262306a36Sopenharmony_ci#define AFE_GASRC0_NEW_CON3 (0x4c4c) 220362306a36Sopenharmony_ci#define AFE_GASRC0_NEW_CON4 (0x4c50) 220462306a36Sopenharmony_ci#define AFE_GASRC0_NEW_CON5 (0x4c54) 220562306a36Sopenharmony_ci#define AFE_GASRC0_NEW_CON6 (0x4c58) 220662306a36Sopenharmony_ci#define AFE_GASRC0_NEW_CON7 (0x4c5c) 220762306a36Sopenharmony_ci#define AFE_GASRC0_NEW_CON8 (0x4c60) 220862306a36Sopenharmony_ci#define AFE_GASRC0_NEW_CON9 (0x4c64) 220962306a36Sopenharmony_ci#define AFE_GASRC0_NEW_CON10 (0x4c68) 221062306a36Sopenharmony_ci#define AFE_GASRC0_NEW_CON11 (0x4c6c) 221162306a36Sopenharmony_ci#define AFE_GASRC0_NEW_CON12 (0x4c70) 221262306a36Sopenharmony_ci#define AFE_GASRC0_NEW_CON13 (0x4c74) 221362306a36Sopenharmony_ci#define AFE_GASRC0_NEW_CON14 (0x4c78) 221462306a36Sopenharmony_ci#define AFE_GASRC1_NEW_CON0 (0x4c80) 221562306a36Sopenharmony_ci#define AFE_GASRC1_NEW_CON1 (0x4c84) 221662306a36Sopenharmony_ci#define AFE_GASRC1_NEW_CON2 (0x4c88) 221762306a36Sopenharmony_ci#define AFE_GASRC1_NEW_CON3 (0x4c8c) 221862306a36Sopenharmony_ci#define AFE_GASRC1_NEW_CON4 (0x4c90) 221962306a36Sopenharmony_ci#define AFE_GASRC1_NEW_CON5 (0x4c94) 222062306a36Sopenharmony_ci#define AFE_GASRC1_NEW_CON6 (0x4c98) 222162306a36Sopenharmony_ci#define AFE_GASRC1_NEW_CON7 (0x4c9c) 222262306a36Sopenharmony_ci#define AFE_GASRC1_NEW_CON8 (0x4ca0) 222362306a36Sopenharmony_ci#define AFE_GASRC1_NEW_CON9 (0x4ca4) 222462306a36Sopenharmony_ci#define AFE_GASRC1_NEW_CON10 (0x4ca8) 222562306a36Sopenharmony_ci#define AFE_GASRC1_NEW_CON11 (0x4cac) 222662306a36Sopenharmony_ci#define AFE_GASRC1_NEW_CON12 (0x4cb0) 222762306a36Sopenharmony_ci#define AFE_GASRC1_NEW_CON13 (0x4cb4) 222862306a36Sopenharmony_ci#define AFE_GASRC1_NEW_CON14 (0x4cb8) 222962306a36Sopenharmony_ci#define AFE_GASRC2_NEW_CON0 (0x4cc0) 223062306a36Sopenharmony_ci#define AFE_GASRC2_NEW_CON1 (0x4cc4) 223162306a36Sopenharmony_ci#define AFE_GASRC2_NEW_CON2 (0x4cc8) 223262306a36Sopenharmony_ci#define AFE_GASRC2_NEW_CON3 (0x4ccc) 223362306a36Sopenharmony_ci#define AFE_GASRC2_NEW_CON4 (0x4cd0) 223462306a36Sopenharmony_ci#define AFE_GASRC2_NEW_CON5 (0x4cd4) 223562306a36Sopenharmony_ci#define AFE_GASRC2_NEW_CON6 (0x4cd8) 223662306a36Sopenharmony_ci#define AFE_GASRC2_NEW_CON7 (0x4cdc) 223762306a36Sopenharmony_ci#define AFE_GASRC2_NEW_CON8 (0x4ce0) 223862306a36Sopenharmony_ci#define AFE_GASRC2_NEW_CON9 (0x4ce4) 223962306a36Sopenharmony_ci#define AFE_GASRC2_NEW_CON10 (0x4ce8) 224062306a36Sopenharmony_ci#define AFE_GASRC2_NEW_CON11 (0x4cec) 224162306a36Sopenharmony_ci#define AFE_GASRC2_NEW_CON12 (0x4cf0) 224262306a36Sopenharmony_ci#define AFE_GASRC2_NEW_CON13 (0x4cf4) 224362306a36Sopenharmony_ci#define AFE_GASRC2_NEW_CON14 (0x4cf8) 224462306a36Sopenharmony_ci#define AFE_GASRC3_NEW_CON0 (0x4d00) 224562306a36Sopenharmony_ci#define AFE_GASRC3_NEW_CON1 (0x4d04) 224662306a36Sopenharmony_ci#define AFE_GASRC3_NEW_CON2 (0x4d08) 224762306a36Sopenharmony_ci#define AFE_GASRC3_NEW_CON3 (0x4d0c) 224862306a36Sopenharmony_ci#define AFE_GASRC3_NEW_CON4 (0x4d10) 224962306a36Sopenharmony_ci#define AFE_GASRC3_NEW_CON5 (0x4d14) 225062306a36Sopenharmony_ci#define AFE_GASRC3_NEW_CON6 (0x4d18) 225162306a36Sopenharmony_ci#define AFE_GASRC3_NEW_CON7 (0x4d1c) 225262306a36Sopenharmony_ci#define AFE_GASRC3_NEW_CON8 (0x4d20) 225362306a36Sopenharmony_ci#define AFE_GASRC3_NEW_CON9 (0x4d24) 225462306a36Sopenharmony_ci#define AFE_GASRC3_NEW_CON10 (0x4d28) 225562306a36Sopenharmony_ci#define AFE_GASRC3_NEW_CON11 (0x4d2c) 225662306a36Sopenharmony_ci#define AFE_GASRC3_NEW_CON12 (0x4d30) 225762306a36Sopenharmony_ci#define AFE_GASRC3_NEW_CON13 (0x4d34) 225862306a36Sopenharmony_ci#define AFE_GASRC3_NEW_CON14 (0x4d38) 225962306a36Sopenharmony_ci#define AFE_GASRC4_NEW_CON0 (0x4d40) 226062306a36Sopenharmony_ci#define AFE_GASRC4_NEW_CON1 (0x4d44) 226162306a36Sopenharmony_ci#define AFE_GASRC4_NEW_CON2 (0x4d48) 226262306a36Sopenharmony_ci#define AFE_GASRC4_NEW_CON3 (0x4d4c) 226362306a36Sopenharmony_ci#define AFE_GASRC4_NEW_CON4 (0x4d50) 226462306a36Sopenharmony_ci#define AFE_GASRC4_NEW_CON5 (0x4d54) 226562306a36Sopenharmony_ci#define AFE_GASRC4_NEW_CON6 (0x4d58) 226662306a36Sopenharmony_ci#define AFE_GASRC4_NEW_CON7 (0x4d5c) 226762306a36Sopenharmony_ci#define AFE_GASRC4_NEW_CON8 (0x4d60) 226862306a36Sopenharmony_ci#define AFE_GASRC4_NEW_CON9 (0x4d64) 226962306a36Sopenharmony_ci#define AFE_GASRC4_NEW_CON10 (0x4d68) 227062306a36Sopenharmony_ci#define AFE_GASRC4_NEW_CON11 (0x4d6c) 227162306a36Sopenharmony_ci#define AFE_GASRC4_NEW_CON12 (0x4d70) 227262306a36Sopenharmony_ci#define AFE_GASRC4_NEW_CON13 (0x4d74) 227362306a36Sopenharmony_ci#define AFE_GASRC4_NEW_CON14 (0x4d78) 227462306a36Sopenharmony_ci#define AFE_GASRC5_NEW_CON0 (0x4d80) 227562306a36Sopenharmony_ci#define AFE_GASRC5_NEW_CON1 (0x4d84) 227662306a36Sopenharmony_ci#define AFE_GASRC5_NEW_CON2 (0x4d88) 227762306a36Sopenharmony_ci#define AFE_GASRC5_NEW_CON3 (0x4d8c) 227862306a36Sopenharmony_ci#define AFE_GASRC5_NEW_CON4 (0x4d90) 227962306a36Sopenharmony_ci#define AFE_GASRC5_NEW_CON5 (0x4d94) 228062306a36Sopenharmony_ci#define AFE_GASRC5_NEW_CON6 (0x4d98) 228162306a36Sopenharmony_ci#define AFE_GASRC5_NEW_CON7 (0x4d9c) 228262306a36Sopenharmony_ci#define AFE_GASRC5_NEW_CON8 (0x4da0) 228362306a36Sopenharmony_ci#define AFE_GASRC5_NEW_CON9 (0x4da4) 228462306a36Sopenharmony_ci#define AFE_GASRC5_NEW_CON10 (0x4da8) 228562306a36Sopenharmony_ci#define AFE_GASRC5_NEW_CON11 (0x4dac) 228662306a36Sopenharmony_ci#define AFE_GASRC5_NEW_CON12 (0x4db0) 228762306a36Sopenharmony_ci#define AFE_GASRC5_NEW_CON13 (0x4db4) 228862306a36Sopenharmony_ci#define AFE_GASRC5_NEW_CON14 (0x4db8) 228962306a36Sopenharmony_ci#define AFE_GASRC6_NEW_CON0 (0x4dc0) 229062306a36Sopenharmony_ci#define AFE_GASRC6_NEW_CON1 (0x4dc4) 229162306a36Sopenharmony_ci#define AFE_GASRC6_NEW_CON2 (0x4dc8) 229262306a36Sopenharmony_ci#define AFE_GASRC6_NEW_CON3 (0x4dcc) 229362306a36Sopenharmony_ci#define AFE_GASRC6_NEW_CON4 (0x4dd0) 229462306a36Sopenharmony_ci#define AFE_GASRC6_NEW_CON5 (0x4dd4) 229562306a36Sopenharmony_ci#define AFE_GASRC6_NEW_CON6 (0x4dd8) 229662306a36Sopenharmony_ci#define AFE_GASRC6_NEW_CON7 (0x4ddc) 229762306a36Sopenharmony_ci#define AFE_GASRC6_NEW_CON8 (0x4de0) 229862306a36Sopenharmony_ci#define AFE_GASRC6_NEW_CON9 (0x4de4) 229962306a36Sopenharmony_ci#define AFE_GASRC6_NEW_CON10 (0x4de8) 230062306a36Sopenharmony_ci#define AFE_GASRC6_NEW_CON11 (0x4dec) 230162306a36Sopenharmony_ci#define AFE_GASRC6_NEW_CON12 (0x4df0) 230262306a36Sopenharmony_ci#define AFE_GASRC6_NEW_CON13 (0x4df4) 230362306a36Sopenharmony_ci#define AFE_GASRC6_NEW_CON14 (0x4df8) 230462306a36Sopenharmony_ci#define AFE_GASRC7_NEW_CON0 (0x4e00) 230562306a36Sopenharmony_ci#define AFE_GASRC7_NEW_CON1 (0x4e04) 230662306a36Sopenharmony_ci#define AFE_GASRC7_NEW_CON2 (0x4e08) 230762306a36Sopenharmony_ci#define AFE_GASRC7_NEW_CON3 (0x4e0c) 230862306a36Sopenharmony_ci#define AFE_GASRC7_NEW_CON4 (0x4e10) 230962306a36Sopenharmony_ci#define AFE_GASRC7_NEW_CON5 (0x4e14) 231062306a36Sopenharmony_ci#define AFE_GASRC7_NEW_CON6 (0x4e18) 231162306a36Sopenharmony_ci#define AFE_GASRC7_NEW_CON7 (0x4e1c) 231262306a36Sopenharmony_ci#define AFE_GASRC7_NEW_CON8 (0x4e20) 231362306a36Sopenharmony_ci#define AFE_GASRC7_NEW_CON9 (0x4e24) 231462306a36Sopenharmony_ci#define AFE_GASRC7_NEW_CON10 (0x4e28) 231562306a36Sopenharmony_ci#define AFE_GASRC7_NEW_CON11 (0x4e2c) 231662306a36Sopenharmony_ci#define AFE_GASRC7_NEW_CON12 (0x4e30) 231762306a36Sopenharmony_ci#define AFE_GASRC7_NEW_CON13 (0x4e34) 231862306a36Sopenharmony_ci#define AFE_GASRC7_NEW_CON14 (0x4e38) 231962306a36Sopenharmony_ci#define AFE_GASRC8_NEW_CON0 (0x4e40) 232062306a36Sopenharmony_ci#define AFE_GASRC8_NEW_CON1 (0x4e44) 232162306a36Sopenharmony_ci#define AFE_GASRC8_NEW_CON2 (0x4e48) 232262306a36Sopenharmony_ci#define AFE_GASRC8_NEW_CON3 (0x4e4c) 232362306a36Sopenharmony_ci#define AFE_GASRC8_NEW_CON4 (0x4e50) 232462306a36Sopenharmony_ci#define AFE_GASRC8_NEW_CON5 (0x4e54) 232562306a36Sopenharmony_ci#define AFE_GASRC8_NEW_CON6 (0x4e58) 232662306a36Sopenharmony_ci#define AFE_GASRC8_NEW_CON7 (0x4e5c) 232762306a36Sopenharmony_ci#define AFE_GASRC8_NEW_CON8 (0x4e60) 232862306a36Sopenharmony_ci#define AFE_GASRC8_NEW_CON9 (0x4e64) 232962306a36Sopenharmony_ci#define AFE_GASRC8_NEW_CON10 (0x4e68) 233062306a36Sopenharmony_ci#define AFE_GASRC8_NEW_CON11 (0x4e6c) 233162306a36Sopenharmony_ci#define AFE_GASRC8_NEW_CON12 (0x4e70) 233262306a36Sopenharmony_ci#define AFE_GASRC8_NEW_CON13 (0x4e74) 233362306a36Sopenharmony_ci#define AFE_GASRC8_NEW_CON14 (0x4e78) 233462306a36Sopenharmony_ci#define AFE_GASRC9_NEW_CON0 (0x4e80) 233562306a36Sopenharmony_ci#define AFE_GASRC9_NEW_CON1 (0x4e84) 233662306a36Sopenharmony_ci#define AFE_GASRC9_NEW_CON2 (0x4e88) 233762306a36Sopenharmony_ci#define AFE_GASRC9_NEW_CON3 (0x4e8c) 233862306a36Sopenharmony_ci#define AFE_GASRC9_NEW_CON4 (0x4e90) 233962306a36Sopenharmony_ci#define AFE_GASRC9_NEW_CON5 (0x4e94) 234062306a36Sopenharmony_ci#define AFE_GASRC9_NEW_CON6 (0x4e98) 234162306a36Sopenharmony_ci#define AFE_GASRC9_NEW_CON7 (0x4e9c) 234262306a36Sopenharmony_ci#define AFE_GASRC9_NEW_CON8 (0x4ea0) 234362306a36Sopenharmony_ci#define AFE_GASRC9_NEW_CON9 (0x4ea4) 234462306a36Sopenharmony_ci#define AFE_GASRC9_NEW_CON10 (0x4ea8) 234562306a36Sopenharmony_ci#define AFE_GASRC9_NEW_CON11 (0x4eac) 234662306a36Sopenharmony_ci#define AFE_GASRC9_NEW_CON12 (0x4eb0) 234762306a36Sopenharmony_ci#define AFE_GASRC9_NEW_CON13 (0x4eb4) 234862306a36Sopenharmony_ci#define AFE_GASRC9_NEW_CON14 (0x4eb8) 234962306a36Sopenharmony_ci#define AFE_GASRC10_NEW_CON0 (0x4ec0) 235062306a36Sopenharmony_ci#define AFE_GASRC10_NEW_CON1 (0x4ec4) 235162306a36Sopenharmony_ci#define AFE_GASRC10_NEW_CON2 (0x4ec8) 235262306a36Sopenharmony_ci#define AFE_GASRC10_NEW_CON3 (0x4ecc) 235362306a36Sopenharmony_ci#define AFE_GASRC10_NEW_CON4 (0x4ed0) 235462306a36Sopenharmony_ci#define AFE_GASRC10_NEW_CON5 (0x4ed4) 235562306a36Sopenharmony_ci#define AFE_GASRC10_NEW_CON6 (0x4ed8) 235662306a36Sopenharmony_ci#define AFE_GASRC10_NEW_CON7 (0x4edc) 235762306a36Sopenharmony_ci#define AFE_GASRC10_NEW_CON8 (0x4ee0) 235862306a36Sopenharmony_ci#define AFE_GASRC10_NEW_CON9 (0x4ee4) 235962306a36Sopenharmony_ci#define AFE_GASRC10_NEW_CON10 (0x4ee8) 236062306a36Sopenharmony_ci#define AFE_GASRC10_NEW_CON11 (0x4eec) 236162306a36Sopenharmony_ci#define AFE_GASRC10_NEW_CON12 (0x4ef0) 236262306a36Sopenharmony_ci#define AFE_GASRC10_NEW_CON13 (0x4ef4) 236362306a36Sopenharmony_ci#define AFE_GASRC10_NEW_CON14 (0x4ef8) 236462306a36Sopenharmony_ci#define AFE_GASRC11_NEW_CON0 (0x4f00) 236562306a36Sopenharmony_ci#define AFE_GASRC11_NEW_CON1 (0x4f04) 236662306a36Sopenharmony_ci#define AFE_GASRC11_NEW_CON2 (0x4f08) 236762306a36Sopenharmony_ci#define AFE_GASRC11_NEW_CON3 (0x4f0c) 236862306a36Sopenharmony_ci#define AFE_GASRC11_NEW_CON4 (0x4f10) 236962306a36Sopenharmony_ci#define AFE_GASRC11_NEW_CON5 (0x4f14) 237062306a36Sopenharmony_ci#define AFE_GASRC11_NEW_CON6 (0x4f18) 237162306a36Sopenharmony_ci#define AFE_GASRC11_NEW_CON7 (0x4f1c) 237262306a36Sopenharmony_ci#define AFE_GASRC11_NEW_CON8 (0x4f20) 237362306a36Sopenharmony_ci#define AFE_GASRC11_NEW_CON9 (0x4f24) 237462306a36Sopenharmony_ci#define AFE_GASRC11_NEW_CON10 (0x4f28) 237562306a36Sopenharmony_ci#define AFE_GASRC11_NEW_CON11 (0x4f2c) 237662306a36Sopenharmony_ci#define AFE_GASRC11_NEW_CON12 (0x4f30) 237762306a36Sopenharmony_ci#define AFE_GASRC11_NEW_CON13 (0x4f34) 237862306a36Sopenharmony_ci#define AFE_GASRC11_NEW_CON14 (0x4f38) 237962306a36Sopenharmony_ci#define AFE_GASRC12_NEW_CON0 (0x4f40) 238062306a36Sopenharmony_ci#define AFE_GASRC12_NEW_CON1 (0x4f44) 238162306a36Sopenharmony_ci#define AFE_GASRC12_NEW_CON2 (0x4f48) 238262306a36Sopenharmony_ci#define AFE_GASRC12_NEW_CON3 (0x4f4c) 238362306a36Sopenharmony_ci#define AFE_GASRC12_NEW_CON4 (0x4f50) 238462306a36Sopenharmony_ci#define AFE_GASRC12_NEW_CON5 (0x4f54) 238562306a36Sopenharmony_ci#define AFE_GASRC12_NEW_CON6 (0x4f58) 238662306a36Sopenharmony_ci#define AFE_GASRC12_NEW_CON7 (0x4f5c) 238762306a36Sopenharmony_ci#define AFE_GASRC12_NEW_CON8 (0x4f60) 238862306a36Sopenharmony_ci#define AFE_GASRC12_NEW_CON9 (0x4f64) 238962306a36Sopenharmony_ci#define AFE_GASRC12_NEW_CON10 (0x4f68) 239062306a36Sopenharmony_ci#define AFE_GASRC12_NEW_CON11 (0x4f6c) 239162306a36Sopenharmony_ci#define AFE_GASRC12_NEW_CON12 (0x4f70) 239262306a36Sopenharmony_ci#define AFE_GASRC12_NEW_CON13 (0x4f74) 239362306a36Sopenharmony_ci#define AFE_GASRC12_NEW_CON14 (0x4f78) 239462306a36Sopenharmony_ci#define AFE_GASRC13_NEW_CON0 (0x4f80) 239562306a36Sopenharmony_ci#define AFE_GASRC13_NEW_CON1 (0x4f84) 239662306a36Sopenharmony_ci#define AFE_GASRC13_NEW_CON2 (0x4f88) 239762306a36Sopenharmony_ci#define AFE_GASRC13_NEW_CON3 (0x4f8c) 239862306a36Sopenharmony_ci#define AFE_GASRC13_NEW_CON4 (0x4f90) 239962306a36Sopenharmony_ci#define AFE_GASRC13_NEW_CON5 (0x4f94) 240062306a36Sopenharmony_ci#define AFE_GASRC13_NEW_CON6 (0x4f98) 240162306a36Sopenharmony_ci#define AFE_GASRC13_NEW_CON7 (0x4f9c) 240262306a36Sopenharmony_ci#define AFE_GASRC13_NEW_CON8 (0x4fa0) 240362306a36Sopenharmony_ci#define AFE_GASRC13_NEW_CON9 (0x4fa4) 240462306a36Sopenharmony_ci#define AFE_GASRC13_NEW_CON10 (0x4fa8) 240562306a36Sopenharmony_ci#define AFE_GASRC13_NEW_CON11 (0x4fac) 240662306a36Sopenharmony_ci#define AFE_GASRC13_NEW_CON12 (0x4fb0) 240762306a36Sopenharmony_ci#define AFE_GASRC13_NEW_CON13 (0x4fb4) 240862306a36Sopenharmony_ci#define AFE_GASRC13_NEW_CON14 (0x4fb8) 240962306a36Sopenharmony_ci#define AFE_GASRC14_NEW_CON0 (0x4fc0) 241062306a36Sopenharmony_ci#define AFE_GASRC14_NEW_CON1 (0x4fc4) 241162306a36Sopenharmony_ci#define AFE_GASRC14_NEW_CON2 (0x4fc8) 241262306a36Sopenharmony_ci#define AFE_GASRC14_NEW_CON3 (0x4fcc) 241362306a36Sopenharmony_ci#define AFE_GASRC14_NEW_CON4 (0x4fd0) 241462306a36Sopenharmony_ci#define AFE_GASRC14_NEW_CON5 (0x4fd4) 241562306a36Sopenharmony_ci#define AFE_GASRC14_NEW_CON6 (0x4fd8) 241662306a36Sopenharmony_ci#define AFE_GASRC14_NEW_CON7 (0x4fdc) 241762306a36Sopenharmony_ci#define AFE_GASRC14_NEW_CON8 (0x4fe0) 241862306a36Sopenharmony_ci#define AFE_GASRC14_NEW_CON9 (0x4fe4) 241962306a36Sopenharmony_ci#define AFE_GASRC14_NEW_CON10 (0x4fe8) 242062306a36Sopenharmony_ci#define AFE_GASRC14_NEW_CON11 (0x4fec) 242162306a36Sopenharmony_ci#define AFE_GASRC14_NEW_CON12 (0x4ff0) 242262306a36Sopenharmony_ci#define AFE_GASRC14_NEW_CON13 (0x4ff4) 242362306a36Sopenharmony_ci#define AFE_GASRC14_NEW_CON14 (0x4ff8) 242462306a36Sopenharmony_ci#define AFE_GASRC15_NEW_CON0 (0x5000) 242562306a36Sopenharmony_ci#define AFE_GASRC15_NEW_CON1 (0x5004) 242662306a36Sopenharmony_ci#define AFE_GASRC15_NEW_CON2 (0x5008) 242762306a36Sopenharmony_ci#define AFE_GASRC15_NEW_CON3 (0x500c) 242862306a36Sopenharmony_ci#define AFE_GASRC15_NEW_CON4 (0x5010) 242962306a36Sopenharmony_ci#define AFE_GASRC15_NEW_CON5 (0x5014) 243062306a36Sopenharmony_ci#define AFE_GASRC15_NEW_CON6 (0x5018) 243162306a36Sopenharmony_ci#define AFE_GASRC15_NEW_CON7 (0x501c) 243262306a36Sopenharmony_ci#define AFE_GASRC15_NEW_CON8 (0x5020) 243362306a36Sopenharmony_ci#define AFE_GASRC15_NEW_CON9 (0x5024) 243462306a36Sopenharmony_ci#define AFE_GASRC15_NEW_CON10 (0x5028) 243562306a36Sopenharmony_ci#define AFE_GASRC15_NEW_CON11 (0x502c) 243662306a36Sopenharmony_ci#define AFE_GASRC15_NEW_CON12 (0x5030) 243762306a36Sopenharmony_ci#define AFE_GASRC15_NEW_CON13 (0x5034) 243862306a36Sopenharmony_ci#define AFE_GASRC15_NEW_CON14 (0x5038) 243962306a36Sopenharmony_ci#define AFE_GASRC16_NEW_CON0 (0x5040) 244062306a36Sopenharmony_ci#define AFE_GASRC16_NEW_CON1 (0x5044) 244162306a36Sopenharmony_ci#define AFE_GASRC16_NEW_CON2 (0x5048) 244262306a36Sopenharmony_ci#define AFE_GASRC16_NEW_CON3 (0x504c) 244362306a36Sopenharmony_ci#define AFE_GASRC16_NEW_CON4 (0x5050) 244462306a36Sopenharmony_ci#define AFE_GASRC16_NEW_CON5 (0x5054) 244562306a36Sopenharmony_ci#define AFE_GASRC16_NEW_CON6 (0x5058) 244662306a36Sopenharmony_ci#define AFE_GASRC16_NEW_CON7 (0x505c) 244762306a36Sopenharmony_ci#define AFE_GASRC16_NEW_CON8 (0x5060) 244862306a36Sopenharmony_ci#define AFE_GASRC16_NEW_CON9 (0x5064) 244962306a36Sopenharmony_ci#define AFE_GASRC16_NEW_CON10 (0x5068) 245062306a36Sopenharmony_ci#define AFE_GASRC16_NEW_CON11 (0x506c) 245162306a36Sopenharmony_ci#define AFE_GASRC16_NEW_CON12 (0x5070) 245262306a36Sopenharmony_ci#define AFE_GASRC16_NEW_CON13 (0x5074) 245362306a36Sopenharmony_ci#define AFE_GASRC16_NEW_CON14 (0x5078) 245462306a36Sopenharmony_ci#define AFE_GASRC17_NEW_CON0 (0x5080) 245562306a36Sopenharmony_ci#define AFE_GASRC17_NEW_CON1 (0x5084) 245662306a36Sopenharmony_ci#define AFE_GASRC17_NEW_CON2 (0x5088) 245762306a36Sopenharmony_ci#define AFE_GASRC17_NEW_CON3 (0x508c) 245862306a36Sopenharmony_ci#define AFE_GASRC17_NEW_CON4 (0x5090) 245962306a36Sopenharmony_ci#define AFE_GASRC17_NEW_CON5 (0x5094) 246062306a36Sopenharmony_ci#define AFE_GASRC17_NEW_CON6 (0x5098) 246162306a36Sopenharmony_ci#define AFE_GASRC17_NEW_CON7 (0x509c) 246262306a36Sopenharmony_ci#define AFE_GASRC17_NEW_CON8 (0x50a0) 246362306a36Sopenharmony_ci#define AFE_GASRC17_NEW_CON9 (0x50a4) 246462306a36Sopenharmony_ci#define AFE_GASRC17_NEW_CON10 (0x50a8) 246562306a36Sopenharmony_ci#define AFE_GASRC17_NEW_CON11 (0x50ac) 246662306a36Sopenharmony_ci#define AFE_GASRC17_NEW_CON12 (0x50b0) 246762306a36Sopenharmony_ci#define AFE_GASRC17_NEW_CON13 (0x50b4) 246862306a36Sopenharmony_ci#define AFE_GASRC17_NEW_CON14 (0x50b8) 246962306a36Sopenharmony_ci#define AFE_GASRC18_NEW_CON0 (0x50c0) 247062306a36Sopenharmony_ci#define AFE_GASRC18_NEW_CON1 (0x50c4) 247162306a36Sopenharmony_ci#define AFE_GASRC18_NEW_CON2 (0x50c8) 247262306a36Sopenharmony_ci#define AFE_GASRC18_NEW_CON3 (0x50cc) 247362306a36Sopenharmony_ci#define AFE_GASRC18_NEW_CON4 (0x50d0) 247462306a36Sopenharmony_ci#define AFE_GASRC18_NEW_CON5 (0x50d4) 247562306a36Sopenharmony_ci#define AFE_GASRC18_NEW_CON6 (0x50d8) 247662306a36Sopenharmony_ci#define AFE_GASRC18_NEW_CON7 (0x50dc) 247762306a36Sopenharmony_ci#define AFE_GASRC18_NEW_CON8 (0x50e0) 247862306a36Sopenharmony_ci#define AFE_GASRC18_NEW_CON9 (0x50e4) 247962306a36Sopenharmony_ci#define AFE_GASRC18_NEW_CON10 (0x50e8) 248062306a36Sopenharmony_ci#define AFE_GASRC18_NEW_CON11 (0x50ec) 248162306a36Sopenharmony_ci#define AFE_GASRC18_NEW_CON12 (0x50f0) 248262306a36Sopenharmony_ci#define AFE_GASRC18_NEW_CON13 (0x50f4) 248362306a36Sopenharmony_ci#define AFE_GASRC18_NEW_CON14 (0x50f8) 248462306a36Sopenharmony_ci#define AFE_GASRC19_NEW_CON0 (0x5100) 248562306a36Sopenharmony_ci#define AFE_GASRC19_NEW_CON1 (0x5104) 248662306a36Sopenharmony_ci#define AFE_GASRC19_NEW_CON2 (0x5108) 248762306a36Sopenharmony_ci#define AFE_GASRC19_NEW_CON3 (0x510c) 248862306a36Sopenharmony_ci#define AFE_GASRC19_NEW_CON4 (0x5110) 248962306a36Sopenharmony_ci#define AFE_GASRC19_NEW_CON5 (0x5114) 249062306a36Sopenharmony_ci#define AFE_GASRC19_NEW_CON6 (0x5118) 249162306a36Sopenharmony_ci#define AFE_GASRC19_NEW_CON7 (0x511c) 249262306a36Sopenharmony_ci#define AFE_GASRC19_NEW_CON8 (0x5120) 249362306a36Sopenharmony_ci#define AFE_GASRC19_NEW_CON9 (0x5124) 249462306a36Sopenharmony_ci#define AFE_GASRC19_NEW_CON10 (0x5128) 249562306a36Sopenharmony_ci#define AFE_GASRC19_NEW_CON11 (0x512c) 249662306a36Sopenharmony_ci#define AFE_GASRC19_NEW_CON12 (0x5130) 249762306a36Sopenharmony_ci#define AFE_GASRC19_NEW_CON13 (0x5134) 249862306a36Sopenharmony_ci#define AFE_GASRC19_NEW_CON14 (0x5138) 249962306a36Sopenharmony_ci 250062306a36Sopenharmony_ci#define AFE_MAX_REGISTER (AFE_GASRC19_NEW_CON14) 250162306a36Sopenharmony_ci 250262306a36Sopenharmony_ci/* ASYS_TOP_CON */ 250362306a36Sopenharmony_ci#define ASYS_TOP_CON_A1SYS_TIMING_ON BIT(0) 250462306a36Sopenharmony_ci#define ASYS_TOP_CON_A2SYS_TIMING_ON BIT(1) 250562306a36Sopenharmony_ci#define ASYS_TOP_CON_A3SYS_TIMING_ON BIT(4) 250662306a36Sopenharmony_ci#define ASYS_TOP_CON_A4SYS_TIMING_ON BIT(5) 250762306a36Sopenharmony_ci#define ASYS_TOP_CON_26M_TIMING_ON BIT(2) 250862306a36Sopenharmony_ci 250962306a36Sopenharmony_ci/* PWR2_TOP_CON0 */ 251062306a36Sopenharmony_ci#define PWR2_TOP_CON_DMIC8_SRC_SEL_MASK GENMASK(31, 29) 251162306a36Sopenharmony_ci#define PWR2_TOP_CON_DMIC7_SRC_SEL_MASK GENMASK(28, 26) 251262306a36Sopenharmony_ci#define PWR2_TOP_CON_DMIC6_SRC_SEL_MASK GENMASK(25, 23) 251362306a36Sopenharmony_ci#define PWR2_TOP_CON_DMIC5_SRC_SEL_MASK GENMASK(22, 20) 251462306a36Sopenharmony_ci#define PWR2_TOP_CON_DMIC4_SRC_SEL_MASK GENMASK(19, 17) 251562306a36Sopenharmony_ci#define PWR2_TOP_CON_DMIC3_SRC_SEL_MASK GENMASK(16, 14) 251662306a36Sopenharmony_ci#define PWR2_TOP_CON_DMIC2_SRC_SEL_MASK GENMASK(13, 11) 251762306a36Sopenharmony_ci#define PWR2_TOP_CON_DMIC1_SRC_SEL_MASK GENMASK(10, 8) 251862306a36Sopenharmony_ci#define PWR2_TOP_CON_DMIC8_SRC_SEL_VAL(x) ((x) << 29) 251962306a36Sopenharmony_ci#define PWR2_TOP_CON_DMIC7_SRC_SEL_VAL(x) ((x) << 26) 252062306a36Sopenharmony_ci#define PWR2_TOP_CON_DMIC6_SRC_SEL_VAL(x) ((x) << 23) 252162306a36Sopenharmony_ci#define PWR2_TOP_CON_DMIC5_SRC_SEL_VAL(x) ((x) << 20) 252262306a36Sopenharmony_ci#define PWR2_TOP_CON_DMIC4_SRC_SEL_VAL(x) ((x) << 17) 252362306a36Sopenharmony_ci#define PWR2_TOP_CON_DMIC3_SRC_SEL_VAL(x) ((x) << 14) 252462306a36Sopenharmony_ci#define PWR2_TOP_CON_DMIC2_SRC_SEL_VAL(x) ((x) << 11) 252562306a36Sopenharmony_ci#define PWR2_TOP_CON_DMIC1_SRC_SEL_VAL(x) ((x) << 8) 252662306a36Sopenharmony_ci 252762306a36Sopenharmony_ci/* PWR2_TOP_CON1 */ 252862306a36Sopenharmony_ci#define PWR2_TOP_CON1_DMIC_CKDIV_ON BIT(1) 252962306a36Sopenharmony_ci 253062306a36Sopenharmony_ci/* PCM_INTF_CON1 */ 253162306a36Sopenharmony_ci#define PCM_INTF_CON1_SYNC_OUT_INV BIT(23) 253262306a36Sopenharmony_ci#define PCM_INTF_CON1_BCLK_OUT_INV BIT(22) 253362306a36Sopenharmony_ci#define PCM_INTF_CON1_CLK_OUT_INV_MASK GENMASK(23, 22) 253462306a36Sopenharmony_ci#define PCM_INTF_CON1_SYNC_IN_INV BIT(21) 253562306a36Sopenharmony_ci#define PCM_INTF_CON1_BCLK_IN_INV BIT(20) 253662306a36Sopenharmony_ci#define PCM_INTF_CON1_CLK_IN_INV_MASK GENMASK(21, 20) 253762306a36Sopenharmony_ci#define PCM_INTF_CON1_PCM_24BIT (0x1 << 16) 253862306a36Sopenharmony_ci#define PCM_INTF_CON1_PCM_16BIT (0x0 << 16) 253962306a36Sopenharmony_ci#define PCM_INTF_CON1_PCM_BIT_MASK BIT(16) 254062306a36Sopenharmony_ci#define PCM_INTF_CON1_PCM_WLEN_32BCK (0x0 << 14) 254162306a36Sopenharmony_ci#define PCM_INTF_CON1_PCM_WLEN_64BCK (0x1 << 14) 254262306a36Sopenharmony_ci#define PCM_INTF_CON1_PCM_WLEN_MASK BIT(14) 254362306a36Sopenharmony_ci#define PCM_INTF_CON1_SYNC_LENGTH(x) (((x) & 0x1f) << 9) 254462306a36Sopenharmony_ci#define PCM_INTF_CON1_SYNC_LENGTH_MASK (0x1f << 9) 254562306a36Sopenharmony_ci#define PCM_INTF_CON1_PCM_SLAVE (0x1 << 5) 254662306a36Sopenharmony_ci#define PCM_INTF_CON1_PCM_MASTER (0x0 << 5) 254762306a36Sopenharmony_ci#define PCM_INTF_CON1_PCM_M_S_MASK BIT(5) 254862306a36Sopenharmony_ci#define PCM_INTF_CON1_PCM_MODE(x) (((x) & 0x3) << 3) 254962306a36Sopenharmony_ci#define PCM_INTF_CON1_PCM_MODE_MASK (0x3 << 3) 255062306a36Sopenharmony_ci#define PCM_INTF_CON1_PCM_FMT(x) (((x) & 0x3) << 1) 255162306a36Sopenharmony_ci#define PCM_INTF_CON1_PCM_FMT_MASK (0x3 << 1) 255262306a36Sopenharmony_ci#define PCM_INTF_CON1_PCM_EN BIT(0) 255362306a36Sopenharmony_ci#define PCM_INTF_CON1_PCM_EN_SHIFT 0 255462306a36Sopenharmony_ci 255562306a36Sopenharmony_ci/* PCM_INTF_CON2 */ 255662306a36Sopenharmony_ci#define PCM_INTF_CON2_CLK_DOMAIN_SEL(x) (((x) & 0x3) << 23) 255762306a36Sopenharmony_ci#define PCM_INTF_CON2_CLK_DOMAIN_SEL_MASK (0x3 << 23) 255862306a36Sopenharmony_ci#define PCM_INTF_CON2_SYNC_FREQ_MODE(x) (((x) & 0x1f) << 12) 255962306a36Sopenharmony_ci#define PCM_INTF_CON2_SYNC_FREQ_MODE_MASK (0x1f << 12) 256062306a36Sopenharmony_ci#define PCM_INTF_CON2_PCM_TX2RX_LPBK BIT(8) 256162306a36Sopenharmony_ci 256262306a36Sopenharmony_ci/* AFE_MPHONE_MULTIx_CON0 */ 256362306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON0_16BIT_SWAP BIT(3) 256462306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON0_16BIT_SWAP_MASK BIT(3) 256562306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON0_24BIT_DATA (0x1 << 1) 256662306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON0_16BIT_DATA (0x0 << 1) 256762306a36Sopenharmony_ci#define AFE_MPHONE_MULIT_CON0_24BIT_DATA_MASK BIT(1) 256862306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON0_EN BIT(0) 256962306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON0_EN_MASK BIT(0) 257062306a36Sopenharmony_ci 257162306a36Sopenharmony_ci/* AFE_MPHONE_MULTIx_CON1 */ 257262306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON1_SYNC_ON BIT(24) 257362306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON1_SYNC_ON_MASK BIT(24) 257462306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON1_24BIT_SWAP_BYPASS BIT(22) 257562306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON1_24BIT_SWAP_BYPASS_MASK BIT(22) 257662306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON1_NON_COMPACT_MODE (0x1 << 19) 257762306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON1_COMPACT_MODE (0x0 << 19) 257862306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON1_NON_COMPACT_MODE_MASK BIT(19) 257962306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON1_HBR_MODE BIT(18) 258062306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON1_HBR_MODE_MASK BIT(18) 258162306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON1_LRCK_32_CYCLE (0x2 << 16) 258262306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON1_LRCK_24_CYCLE (0x1 << 16) 258362306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON1_LRCK_16_CYCLE (0x0 << 16) 258462306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON1_LRCK_CYCLE_SEL_MASK GENMASK(17, 16) 258562306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON1_LRCK_INV BIT(15) 258662306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON1_LRCK_INV_MASK BIT(15) 258762306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON1_DELAY_DATA BIT(14) 258862306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON1_DELAY_DATA_MASK BIT(14) 258962306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON1_LEFT_ALIGN BIT(13) 259062306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON1_LEFT_ALIGN_MASK BIT(13) 259162306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON1_BIT_NUM(x) ((((x) - 1) & 0x1f) << 8) 259262306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON1_BIT_NUM_MASK GENMASK(12, 8) 259362306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON1_BCK_INV BIT(6) 259462306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON1_BCK_INV_MASK BIT(6) 259562306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON1_CH_NUM(x) ((((x) >> 1) - 1) & 0x3) 259662306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON1_CH_NUM_MASK GENMASK(1, 0) 259762306a36Sopenharmony_ci 259862306a36Sopenharmony_ci/* AFE_MPHONE_MULTIx_CON2 */ 259962306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON2_SEL_SPDIFIN BIT(19) 260062306a36Sopenharmony_ci#define AFE_MPHONE_MULTI_CON2_SEL_SPDIFIN_MASK BIT(19) 260162306a36Sopenharmony_ci 260262306a36Sopenharmony_ci/* AFE_AUD_PAD_TOP */ 260362306a36Sopenharmony_ci#define RG_RX_PROTOCOL2 BIT(3) 260462306a36Sopenharmony_ci#define RG_RX_FIFO_ON BIT(0) 260562306a36Sopenharmony_ci 260662306a36Sopenharmony_ci/* AFE_ADDA_MTKAIF_CFG0 */ 260762306a36Sopenharmony_ci#define MTKAIF_RXIF_CLKINV_ADC BIT(31) 260862306a36Sopenharmony_ci#define MTKAIF_RXIF_PROTOCOL2 BIT(16) 260962306a36Sopenharmony_ci#define MTKAIF_TXIF_PROTOCOL2 BIT(4) 261062306a36Sopenharmony_ci#define MTKAIF_TXIF_8TO5 BIT(2) 261162306a36Sopenharmony_ci#define MTKAIF_RXIF_8TO5 BIT(1) 261262306a36Sopenharmony_ci#define MTKAIF_IF_LOOPBACK1 BIT(0) 261362306a36Sopenharmony_ci 261462306a36Sopenharmony_ci/* AFE_ADDA_MTKAIF_RX_CFG2 */ 261562306a36Sopenharmony_ci#define MTKAIF_RXIF_DELAY_CYCLE(x) ((x) << 12) 261662306a36Sopenharmony_ci#define MTKAIF_RXIF_DELAY_CYCLE_MASK GENMASK(15, 12) 261762306a36Sopenharmony_ci#define MTKAIF_RXIF_DELAY_DATA BIT(8) 261862306a36Sopenharmony_ci#define MTKAIF_RXIF_DELAY_DATA_SHIFT 8 261962306a36Sopenharmony_ci 262062306a36Sopenharmony_ci/* AFE_ADDA_MTKAIF_SYNCWORD_CFG */ 262162306a36Sopenharmony_ci#define ADDA6_MTKAIF_RX_SYNC_WORD2_DISABLE BIT(23) 262262306a36Sopenharmony_ci 262362306a36Sopenharmony_ci/* AFE_DMICx_UL_SRC_CON0 */ 262462306a36Sopenharmony_ci#define AFE_DMIC_UL_SRC_CON0_UL_PHASE_SEL_CH1(x) (((x) & 0x7) << 27) 262562306a36Sopenharmony_ci#define AFE_DMIC_UL_SRC_CON0_UL_PHASE_SEL_CH2(x) (((x) & 0x7) << 24) 262662306a36Sopenharmony_ci#define AFE_DMIC_UL_SRC_CON0_UL_TWO_WIRE_MODE_CTL BIT(23) 262762306a36Sopenharmony_ci#define AFE_DMIC_UL_SRC_CON0_UL_MODE_3P25M_CH2_CTL BIT(22) 262862306a36Sopenharmony_ci#define AFE_DMIC_UL_SRC_CON0_UL_MODE_3P25M_CH1_CTL BIT(21) 262962306a36Sopenharmony_ci#define AFE_DMIC_UL_VOICE_MODE(x) (((x) & 0x7) << 17) 263062306a36Sopenharmony_ci#define AFE_DMIC_UL_CON0_VOCIE_MODE_8K AFE_DMIC_UL_VOICE_MODE(0) 263162306a36Sopenharmony_ci#define AFE_DMIC_UL_CON0_VOCIE_MODE_16K AFE_DMIC_UL_VOICE_MODE(1) 263262306a36Sopenharmony_ci#define AFE_DMIC_UL_CON0_VOCIE_MODE_32K AFE_DMIC_UL_VOICE_MODE(2) 263362306a36Sopenharmony_ci#define AFE_DMIC_UL_CON0_VOCIE_MODE_48K AFE_DMIC_UL_VOICE_MODE(3) 263462306a36Sopenharmony_ci#define AFE_DMIC_UL_SRC_CON0_UL_IIR_MODE_CTL(x) (((x) & 0x7) << 7) 263562306a36Sopenharmony_ci#define AFE_DMIC_UL_SRC_CON0_UL_IIR_ON_TMP_CTL BIT(10) 263662306a36Sopenharmony_ci#define AFE_DMIC_UL_SRC_CON0_UL_SDM_3_LEVEL_CTL BIT(1) 263762306a36Sopenharmony_ci#define AFE_DMIC_UL_SRC_CON0_UL_SRC_ON_TMP_CTL BIT(0) 263862306a36Sopenharmony_ci 263962306a36Sopenharmony_ci/* ETDM_INx_AFIFO_CON */ 264062306a36Sopenharmony_ci#define ETDM_IN_USE_AFIFO BIT(8) 264162306a36Sopenharmony_ci#define ETDM_IN_AFIFO_CLOCK(x) ((x) << 5) 264262306a36Sopenharmony_ci#define ETDM_IN_AFIFO_CLOCK_MASK GENMASK(7, 5) 264362306a36Sopenharmony_ci#define ETDM_IN_AFIFO_MODE(x) ((x) << 0) 264462306a36Sopenharmony_ci#define ETDM_IN_AFIFO_MODE_MASK GENMASK(4, 0) 264562306a36Sopenharmony_ci 264662306a36Sopenharmony_ci/* ETDM_COWORK_CON0 */ 264762306a36Sopenharmony_ci#define ETDM_OUT1_SLAVE_SEL(x) ((x) << 20) 264862306a36Sopenharmony_ci#define ETDM_OUT1_SLAVE_SEL_MASK GENMASK(23, 20) 264962306a36Sopenharmony_ci#define ETDM_OUT1_SLAVE_SEL_SHIFT 20 265062306a36Sopenharmony_ci 265162306a36Sopenharmony_ci/* ETDM_COWORK_CON1 */ 265262306a36Sopenharmony_ci#define ETDM_IN1_SDATA_SEL(x) ((x) << 20) 265362306a36Sopenharmony_ci#define ETDM_IN1_SDATA_SEL_MASK GENMASK(23, 20) 265462306a36Sopenharmony_ci#define ETDM_IN1_SDATA_SEL_SHIFT 20 265562306a36Sopenharmony_ci#define ETDM_IN1_SDATA0_SEL(x) ((x) << 16) 265662306a36Sopenharmony_ci#define ETDM_IN1_SDATA0_SEL_MASK GENMASK(19, 16) 265762306a36Sopenharmony_ci#define ETDM_IN1_SDATA0_SEL_SHIFT 16 265862306a36Sopenharmony_ci#define ETDM_IN1_SLAVE_SEL(x) ((x) << 8) 265962306a36Sopenharmony_ci#define ETDM_IN1_SLAVE_SEL_MASK GENMASK(11, 8) 266062306a36Sopenharmony_ci#define ETDM_IN1_SLAVE_SEL_SHIFT 8 266162306a36Sopenharmony_ci 266262306a36Sopenharmony_ci/* ETDM_COWORK_CON2 */ 266362306a36Sopenharmony_ci#define ETDM_IN2_SLAVE_SEL(x) ((x) << 24) 266462306a36Sopenharmony_ci#define ETDM_IN2_SLAVE_SEL_MASK GENMASK(27, 24) 266562306a36Sopenharmony_ci#define ETDM_IN2_SLAVE_SEL_SHIFT 24 266662306a36Sopenharmony_ci#define ETDM_OUT3_SLAVE_SEL(x) ((x) << 20) 266762306a36Sopenharmony_ci#define ETDM_OUT3_SLAVE_SEL_MASK GENMASK(23, 20) 266862306a36Sopenharmony_ci#define ETDM_OUT3_SLAVE_SEL_SHIFT 20 266962306a36Sopenharmony_ci#define ETDM_OUT2_SLAVE_SEL(x) ((x) << 8) 267062306a36Sopenharmony_ci#define ETDM_OUT2_SLAVE_SEL_MASK GENMASK(11, 8) 267162306a36Sopenharmony_ci#define ETDM_OUT2_SLAVE_SEL_SHIFT 8 267262306a36Sopenharmony_ci 267362306a36Sopenharmony_ci/* ETDM_COWORK_CON3 */ 267462306a36Sopenharmony_ci#define ETDM_IN2_SDATA_SEL(x) ((x) << 4) 267562306a36Sopenharmony_ci#define ETDM_IN2_SDATA_SEL_MASK GENMASK(7, 4) 267662306a36Sopenharmony_ci#define ETDM_IN2_SDATA_SEL_SHIFT 4 267762306a36Sopenharmony_ci#define ETDM_IN2_SDATA0_SEL(x) ((x) << 0) 267862306a36Sopenharmony_ci#define ETDM_IN2_SDATA0_SEL_MASK GENMASK(3, 0) 267962306a36Sopenharmony_ci#define ETDM_IN2_SDATA0_SEL_SHIFT 0 268062306a36Sopenharmony_ci 268162306a36Sopenharmony_ci/* ETDM_x_CONx */ 268262306a36Sopenharmony_ci#define ETDM_CON0_CH_NUM(x) (((x) - 1) << 23) 268362306a36Sopenharmony_ci#define ETDM_CON0_CH_NUM_MASK GENMASK(27, 23) 268462306a36Sopenharmony_ci#define ETDM_CON0_WORD_LEN(x) (((x) - 1) << 16) 268562306a36Sopenharmony_ci#define ETDM_CON0_WORD_LEN_MASK GENMASK(20, 16) 268662306a36Sopenharmony_ci#define ETDM_CON0_BIT_LEN(x) (((x) - 1) << 11) 268762306a36Sopenharmony_ci#define ETDM_CON0_BIT_LEN_MASK GENMASK(15, 11) 268862306a36Sopenharmony_ci#define ETDM_CON0_FORMAT(x) ((x) << 6) 268962306a36Sopenharmony_ci#define ETDM_CON0_FORMAT_MASK GENMASK(8, 6) 269062306a36Sopenharmony_ci#define ETDM_CON0_SLAVE_MODE BIT(5) 269162306a36Sopenharmony_ci#define ETDM_CON0_EN BIT(0) 269262306a36Sopenharmony_ci 269362306a36Sopenharmony_ci#define ETDM_OUT_CON0_RELATCH_DOMAIN(x) ((x) << 28) 269462306a36Sopenharmony_ci#define ETDM_OUT_CON0_RELATCH_DOMAIN_MASK GENMASK(29, 28) 269562306a36Sopenharmony_ci 269662306a36Sopenharmony_ci#define ETDM_CON1_MCLK_OUTPUT BIT(16) 269762306a36Sopenharmony_ci#define ETDM_IN_CON1_LRCK_AUTO_MODE BIT(31) 269862306a36Sopenharmony_ci#define ETDM_IN_CON1_LRCK_WIDTH(x) (((x) - 1) << 20) 269962306a36Sopenharmony_ci#define ETDM_IN_CON1_LRCK_WIDTH_MASK GENMASK(29, 20) 270062306a36Sopenharmony_ci#define ETDM_OUT_CON1_LRCK_AUTO_MODE BIT(29) 270162306a36Sopenharmony_ci#define ETDM_OUT_CON1_LRCK_WIDTH(x) (((x) - 1) << 19) 270262306a36Sopenharmony_ci#define ETDM_OUT_CON1_LRCK_WIDTH_MASK GENMASK(28, 19) 270362306a36Sopenharmony_ci 270462306a36Sopenharmony_ci#define ETDM_IN_CON2_MULTI_IP_2CH_MODE BIT(31) 270562306a36Sopenharmony_ci#define ETDM_IN_CON2_MULTI_IP_TOTAL_CH(x) (((x) - 1) << 15) 270662306a36Sopenharmony_ci#define ETDM_IN_CON2_MULTI_IP_TOTAL_CH_MASK GENMASK(19, 15) 270762306a36Sopenharmony_ci#define ETDM_IN_CON2_CLOCK(x) ((x) << 10) 270862306a36Sopenharmony_ci#define ETDM_IN_CON2_CLOCK_MASK GENMASK(12, 10) 270962306a36Sopenharmony_ci#define ETDM_IN_CON2_CLOCK_SHIFT 10 271062306a36Sopenharmony_ci#define ETDM_IN_CON2_UPDATE_GAP(x) ((x) << 5) 271162306a36Sopenharmony_ci#define ETDM_IN_CON2_UPDATE_GAP_MASK GENMASK(9, 5) 271262306a36Sopenharmony_ci 271362306a36Sopenharmony_ci#define ETDM_OUT_CON2_LRCK_DELAY_BCK_INV BIT(30) 271462306a36Sopenharmony_ci#define ETDM_OUT_CON2_LRCK_DELAY_0P5T_EN BIT(29) 271562306a36Sopenharmony_ci 271662306a36Sopenharmony_ci#define ETDM_IN_CON3_FS(x) ((x) << 26) 271762306a36Sopenharmony_ci#define ETDM_IN_CON3_FS_MASK GENMASK(30, 26) 271862306a36Sopenharmony_ci#define ETDM_IN_CON3_DISABLE_OUT(x) BIT(((x) & 0xf)) 271962306a36Sopenharmony_ci#define ETDM_IN_CON3_DISABLE_OUT_MASK GENMASK(15, 0) 272062306a36Sopenharmony_ci 272162306a36Sopenharmony_ci#define ETDM_IN_CON4_MASTER_LRCK_INV BIT(19) 272262306a36Sopenharmony_ci#define ETDM_IN_CON4_MASTER_BCK_INV BIT(18) 272362306a36Sopenharmony_ci#define ETDM_IN_CON4_SLAVE_LRCK_INV BIT(17) 272462306a36Sopenharmony_ci#define ETDM_IN_CON4_SLAVE_BCK_INV BIT(16) 272562306a36Sopenharmony_ci 272662306a36Sopenharmony_ci#define ETDM_OUT_CON4_RELATCH_EN(x) ((x) << 24) 272762306a36Sopenharmony_ci#define ETDM_OUT_CON4_RELATCH_EN_MASK GENMASK(28, 24) 272862306a36Sopenharmony_ci#define ETDM_OUT_CON4_CLOCK(x) ((x) << 6) 272962306a36Sopenharmony_ci#define ETDM_OUT_CON4_CLOCK_MASK GENMASK(8, 6) 273062306a36Sopenharmony_ci#define ETDM_OUT_CON4_CLOCK_SHIFT 6 273162306a36Sopenharmony_ci#define ETDM_OUT_CON4_FS(x) ((x) << 0) 273262306a36Sopenharmony_ci#define ETDM_OUT_CON4_FS_MASK GENMASK(4, 0) 273362306a36Sopenharmony_ci 273462306a36Sopenharmony_ci#define ETDM_IN_CON5_LR_SWAP(x) BIT(((x) & 0xf) + 16) 273562306a36Sopenharmony_ci#define ETDM_IN_CON5_LR_SWAP_MASK GENMASK(31, 16) 273662306a36Sopenharmony_ci#define ETDM_IN_CON5_ENABLE_ODD(x) BIT(((x) & 0xf)) 273762306a36Sopenharmony_ci#define ETDM_IN_CON5_ENABLE_ODD_MASK GENMASK(15, 0) 273862306a36Sopenharmony_ci 273962306a36Sopenharmony_ci#define ETDM_OUT_CON5_MASTER_LRCK_INV BIT(10) 274062306a36Sopenharmony_ci#define ETDM_OUT_CON5_MASTER_BCK_INV BIT(9) 274162306a36Sopenharmony_ci#define ETDM_OUT_CON5_SLAVE_LRCK_INV BIT(8) 274262306a36Sopenharmony_ci#define ETDM_OUT_CON5_SLAVE_BCK_INV BIT(7) 274362306a36Sopenharmony_ci 274462306a36Sopenharmony_ci/* AFE_DPTX_CON */ 274562306a36Sopenharmony_ci#define AFE_DPTX_CON_CH_EN(x) (((x) & 0xff) << 8) 274662306a36Sopenharmony_ci#define AFE_DPTX_CON_CH_EN_2CH (AFE_DPTX_CON_CH_EN(GENMASK(1, 0))) 274762306a36Sopenharmony_ci#define AFE_DPTX_CON_CH_EN_4CH (AFE_DPTX_CON_CH_EN(GENMASK(3, 0))) 274862306a36Sopenharmony_ci#define AFE_DPTX_CON_CH_EN_6CH (AFE_DPTX_CON_CH_EN(GENMASK(5, 0))) 274962306a36Sopenharmony_ci#define AFE_DPTX_CON_CH_EN_8CH (AFE_DPTX_CON_CH_EN(GENMASK(7, 0))) 275062306a36Sopenharmony_ci#define AFE_DPTX_CON_CH_EN_MASK GENMASK(15, 8) 275162306a36Sopenharmony_ci#define AFE_DPTX_CON_16BIT (0x1 << 2) 275262306a36Sopenharmony_ci#define AFE_DPTX_CON_24BIT (0x0 << 2) 275362306a36Sopenharmony_ci#define AFE_DPTX_CON_16BIT_MASK BIT(2) 275462306a36Sopenharmony_ci#define AFE_DPTX_CON_CH_NUM(x) (((x) & 0x1) << 1) 275562306a36Sopenharmony_ci#define AFE_DPTX_CON_CH_NUM_2CH (AFE_DPTX_CON_CH_NUM(0)) 275662306a36Sopenharmony_ci#define AFE_DPTX_CON_CH_NUM_8CH (AFE_DPTX_CON_CH_NUM(1)) 275762306a36Sopenharmony_ci#define AFE_DPTX_CON_CH_NUM_MASK (0x1 << 1) 275862306a36Sopenharmony_ci#define AFE_DPTX_CON_ON BIT(0) 275962306a36Sopenharmony_ci#define AFE_DPTX_CON_ON_MASK BIT(0) 276062306a36Sopenharmony_ci 276162306a36Sopenharmony_ci/* AFE_ADDA_UL_DL_CON0 */ 276262306a36Sopenharmony_ci#define ADDA_AFE_ON_SHIFT 0 276362306a36Sopenharmony_ci 276462306a36Sopenharmony_ci/* AFE_ADDA_DL_SRC2_CON0 */ 276562306a36Sopenharmony_ci#define DL_2_INPUT_MODE_CTL(x) ((x) << 28) 276662306a36Sopenharmony_ci#define DL_2_INPUT_MODE_CTL_MASK GENMASK(31, 28) 276762306a36Sopenharmony_ci#define DL_2_CH1_SATURATION_EN_CTL BIT(27) 276862306a36Sopenharmony_ci#define DL_2_CH2_SATURATION_EN_CTL BIT(26) 276962306a36Sopenharmony_ci#define DL_2_MUTE_CH1_OFF_CTL_PRE BIT(12) 277062306a36Sopenharmony_ci#define DL_2_MUTE_CH2_OFF_CTL_PRE BIT(11) 277162306a36Sopenharmony_ci#define DL_2_VOICE_MODE_CTL_PRE BIT(5) 277262306a36Sopenharmony_ci#define DL_2_GAIN_ON_CTL_PRE_SHIFT 1 277362306a36Sopenharmony_ci#define DL_2_SRC_ON_TMP_CTRL_PRE_SHIFT 0 277462306a36Sopenharmony_ci 277562306a36Sopenharmony_ci/* AFE_ADDA_DL_SRC2_CON1 */ 277662306a36Sopenharmony_ci#define DL_2_GAIN_CTL_PRE(x) ((x) << 16) 277762306a36Sopenharmony_ci#define DL_2_GAIN_CTL_PRE_MASK GENMASK(31, 16) 277862306a36Sopenharmony_ci#define DL_2_GAIN_CTL_PRE_SHIFT 16 277962306a36Sopenharmony_ci 278062306a36Sopenharmony_ci/* AFE_ADDA_TOP_CON0 */ 278162306a36Sopenharmony_ci#define C_LOOPBACK_MODE_CTL_MASK GENMASK(15, 12) 278262306a36Sopenharmony_ci#define DL_INPUT_FROM_SINEGEN (4 << 12) 278362306a36Sopenharmony_ci 278462306a36Sopenharmony_ci/* AFE_ADDA_DL_SDM_DCCOMP_CON */ 278562306a36Sopenharmony_ci#define DL_USE_NEW_2ND_SDM BIT(30) 278662306a36Sopenharmony_ci#define ATTGAIN_CTL_MASK GENMASK(5, 0) 278762306a36Sopenharmony_ci 278862306a36Sopenharmony_ci/* AFE_ADDA_UL_SRC_CON0 */ 278962306a36Sopenharmony_ci#define UL_MODE_3P25M_CH2_CTL BIT(22) 279062306a36Sopenharmony_ci#define UL_MODE_3P25M_CH1_CTL BIT(21) 279162306a36Sopenharmony_ci#define UL_VOICE_MODE_CTL(x) ((x) << 17) 279262306a36Sopenharmony_ci#define UL_VOICE_MODE_CTL_MASK GENMASK(19, 17) 279362306a36Sopenharmony_ci#define UL_LOOPBACK_MODE_CTL BIT(2) 279462306a36Sopenharmony_ci#define UL_SDM3_LEVEL_CTL BIT(1) 279562306a36Sopenharmony_ci#define UL_SRC_ON_TMP_CTL_SHIFT 0 279662306a36Sopenharmony_ci 279762306a36Sopenharmony_ci#endif 2798