162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (c) 2017, The Linux Foundation. All rights reserved. 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#ifndef QCOM_PHY_QMP_QSERDES_TXRX_V4_H_ 762306a36Sopenharmony_ci#define QCOM_PHY_QMP_QSERDES_TXRX_V4_H_ 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci/* Only for QMP V4 PHY - TX registers */ 1062306a36Sopenharmony_ci#define QSERDES_V4_TX_BIST_MODE_LANENO 0x000 1162306a36Sopenharmony_ci#define QSERDES_V4_TX_BIST_INVERT 0x004 1262306a36Sopenharmony_ci#define QSERDES_V4_TX_CLKBUF_ENABLE 0x008 1362306a36Sopenharmony_ci#define QSERDES_V4_TX_TX_EMP_POST1_LVL 0x00c 1462306a36Sopenharmony_ci#define QSERDES_V4_TX_TX_IDLE_LVL_LARGE_AMP 0x010 1562306a36Sopenharmony_ci#define QSERDES_V4_TX_TX_DRV_LVL 0x014 1662306a36Sopenharmony_ci#define QSERDES_V4_TX_TX_DRV_LVL_OFFSET 0x018 1762306a36Sopenharmony_ci#define QSERDES_V4_TX_RESET_TSYNC_EN 0x01c 1862306a36Sopenharmony_ci#define QSERDES_V4_TX_PRE_STALL_LDO_BOOST_EN 0x020 1962306a36Sopenharmony_ci#define QSERDES_V4_TX_TX_BAND 0x024 2062306a36Sopenharmony_ci#define QSERDES_V4_TX_SLEW_CNTL 0x028 2162306a36Sopenharmony_ci#define QSERDES_V4_TX_INTERFACE_SELECT 0x02c 2262306a36Sopenharmony_ci#define QSERDES_V4_TX_LPB_EN 0x030 2362306a36Sopenharmony_ci#define QSERDES_V4_TX_RES_CODE_LANE_TX 0x034 2462306a36Sopenharmony_ci#define QSERDES_V4_TX_RES_CODE_LANE_RX 0x038 2562306a36Sopenharmony_ci#define QSERDES_V4_TX_RES_CODE_LANE_OFFSET_TX 0x03c 2662306a36Sopenharmony_ci#define QSERDES_V4_TX_RES_CODE_LANE_OFFSET_RX 0x040 2762306a36Sopenharmony_ci#define QSERDES_V4_TX_PERL_LENGTH1 0x044 2862306a36Sopenharmony_ci#define QSERDES_V4_TX_PERL_LENGTH2 0x048 2962306a36Sopenharmony_ci#define QSERDES_V4_TX_SERDES_BYP_EN_OUT 0x04c 3062306a36Sopenharmony_ci#define QSERDES_V4_TX_DEBUG_BUS_SEL 0x050 3162306a36Sopenharmony_ci#define QSERDES_V4_TX_TRANSCEIVER_BIAS_EN 0x054 3262306a36Sopenharmony_ci#define QSERDES_V4_TX_HIGHZ_DRVR_EN 0x058 3362306a36Sopenharmony_ci#define QSERDES_V4_TX_TX_POL_INV 0x05c 3462306a36Sopenharmony_ci#define QSERDES_V4_TX_PARRATE_REC_DETECT_IDLE_EN 0x060 3562306a36Sopenharmony_ci#define QSERDES_V4_TX_BIST_PATTERN1 0x064 3662306a36Sopenharmony_ci#define QSERDES_V4_TX_BIST_PATTERN2 0x068 3762306a36Sopenharmony_ci#define QSERDES_V4_TX_BIST_PATTERN3 0x06c 3862306a36Sopenharmony_ci#define QSERDES_V4_TX_BIST_PATTERN4 0x070 3962306a36Sopenharmony_ci#define QSERDES_V4_TX_BIST_PATTERN5 0x074 4062306a36Sopenharmony_ci#define QSERDES_V4_TX_BIST_PATTERN6 0x078 4162306a36Sopenharmony_ci#define QSERDES_V4_TX_BIST_PATTERN7 0x07c 4262306a36Sopenharmony_ci#define QSERDES_V4_TX_BIST_PATTERN8 0x080 4362306a36Sopenharmony_ci#define QSERDES_V4_TX_LANE_MODE_1 0x084 4462306a36Sopenharmony_ci#define QSERDES_V4_TX_LANE_MODE_2 0x088 4562306a36Sopenharmony_ci#define QSERDES_V4_TX_LANE_MODE_3 0x08c 4662306a36Sopenharmony_ci#define QSERDES_V4_TX_ATB_SEL1 0x090 4762306a36Sopenharmony_ci#define QSERDES_V4_TX_ATB_SEL2 0x094 4862306a36Sopenharmony_ci#define QSERDES_V4_TX_RCV_DETECT_LVL 0x098 4962306a36Sopenharmony_ci#define QSERDES_V4_TX_RCV_DETECT_LVL_2 0x09c 5062306a36Sopenharmony_ci#define QSERDES_V4_TX_PRBS_SEED1 0x0a0 5162306a36Sopenharmony_ci#define QSERDES_V4_TX_PRBS_SEED2 0x0a4 5262306a36Sopenharmony_ci#define QSERDES_V4_TX_PRBS_SEED3 0x0a8 5362306a36Sopenharmony_ci#define QSERDES_V4_TX_PRBS_SEED4 0x0ac 5462306a36Sopenharmony_ci#define QSERDES_V4_TX_RESET_GEN 0x0b0 5562306a36Sopenharmony_ci#define QSERDES_V4_TX_RESET_GEN_MUXES 0x0b4 5662306a36Sopenharmony_ci#define QSERDES_V4_TX_TRAN_DRVR_EMP_EN 0x0b8 5762306a36Sopenharmony_ci#define QSERDES_V4_TX_TX_INTERFACE_MODE 0x0bc 5862306a36Sopenharmony_ci#define QSERDES_V4_TX_PWM_CTRL 0x0c0 5962306a36Sopenharmony_ci#define QSERDES_V4_TX_PWM_ENCODED_OR_DATA 0x0c4 6062306a36Sopenharmony_ci#define QSERDES_V4_TX_PWM_GEAR_1_DIVIDER_BAND2 0x0c8 6162306a36Sopenharmony_ci#define QSERDES_V4_TX_PWM_GEAR_2_DIVIDER_BAND2 0x0cc 6262306a36Sopenharmony_ci#define QSERDES_V4_TX_PWM_GEAR_3_DIVIDER_BAND2 0x0d0 6362306a36Sopenharmony_ci#define QSERDES_V4_TX_PWM_GEAR_4_DIVIDER_BAND2 0x0d4 6462306a36Sopenharmony_ci#define QSERDES_V4_TX_PWM_GEAR_1_DIVIDER_BAND0_1 0x0d8 6562306a36Sopenharmony_ci#define QSERDES_V4_TX_PWM_GEAR_2_DIVIDER_BAND0_1 0x0dc 6662306a36Sopenharmony_ci#define QSERDES_V4_TX_PWM_GEAR_3_DIVIDER_BAND0_1 0x0e0 6762306a36Sopenharmony_ci#define QSERDES_V4_TX_PWM_GEAR_4_DIVIDER_BAND0_1 0x0e4 6862306a36Sopenharmony_ci#define QSERDES_V4_TX_VMODE_CTRL1 0x0e8 6962306a36Sopenharmony_ci#define QSERDES_V4_TX_ALOG_OBSV_BUS_CTRL_1 0x0ec 7062306a36Sopenharmony_ci#define QSERDES_V4_TX_BIST_STATUS 0x0f0 7162306a36Sopenharmony_ci#define QSERDES_V4_TX_BIST_ERROR_COUNT1 0x0f4 7262306a36Sopenharmony_ci#define QSERDES_V4_TX_BIST_ERROR_COUNT2 0x0f8 7362306a36Sopenharmony_ci#define QSERDES_V4_TX_ALOG_OBSV_BUS_STATUS_1 0x0fc 7462306a36Sopenharmony_ci#define QSERDES_V4_TX_LANE_DIG_CONFIG 0x100 7562306a36Sopenharmony_ci#define QSERDES_V4_TX_PI_QEC_CTRL 0x104 7662306a36Sopenharmony_ci#define QSERDES_V4_TX_PRE_EMPH 0x108 7762306a36Sopenharmony_ci#define QSERDES_V4_TX_SW_RESET 0x10c 7862306a36Sopenharmony_ci#define QSERDES_V4_TX_DCC_OFFSET 0x110 7962306a36Sopenharmony_ci#define QSERDES_V4_TX_DIG_BKUP_CTRL 0x114 8062306a36Sopenharmony_ci#define QSERDES_V4_TX_DEBUG_BUS0 0x118 8162306a36Sopenharmony_ci#define QSERDES_V4_TX_DEBUG_BUS1 0x11c 8262306a36Sopenharmony_ci#define QSERDES_V4_TX_DEBUG_BUS2 0x120 8362306a36Sopenharmony_ci#define QSERDES_V4_TX_DEBUG_BUS3 0x124 8462306a36Sopenharmony_ci#define QSERDES_V4_TX_READ_EQCODE 0x128 8562306a36Sopenharmony_ci#define QSERDES_V4_TX_READ_OFFSETCODE 0x12c 8662306a36Sopenharmony_ci#define QSERDES_V4_TX_IA_ERROR_COUNTER_LOW 0x130 8762306a36Sopenharmony_ci#define QSERDES_V4_TX_IA_ERROR_COUNTER_HIGH 0x134 8862306a36Sopenharmony_ci#define QSERDES_V4_TX_VGA_READ_CODE 0x138 8962306a36Sopenharmony_ci#define QSERDES_V4_TX_VTH_READ_CODE 0x13c 9062306a36Sopenharmony_ci#define QSERDES_V4_TX_DFE_TAP1_READ_CODE 0x140 9162306a36Sopenharmony_ci#define QSERDES_V4_TX_DFE_TAP2_READ_CODE 0x144 9262306a36Sopenharmony_ci#define QSERDES_V4_TX_IDAC_STATUS_I 0x148 9362306a36Sopenharmony_ci#define QSERDES_V4_TX_IDAC_STATUS_IBAR 0x14c 9462306a36Sopenharmony_ci#define QSERDES_V4_TX_IDAC_STATUS_Q 0x150 9562306a36Sopenharmony_ci#define QSERDES_V4_TX_IDAC_STATUS_QBAR 0x154 9662306a36Sopenharmony_ci#define QSERDES_V4_TX_IDAC_STATUS_A 0x158 9762306a36Sopenharmony_ci#define QSERDES_V4_TX_IDAC_STATUS_ABAR 0x15c 9862306a36Sopenharmony_ci#define QSERDES_V4_TX_IDAC_STATUS_SM_ON 0x160 9962306a36Sopenharmony_ci#define QSERDES_V4_TX_IDAC_STATUS_CAL_DONE 0x164 10062306a36Sopenharmony_ci#define QSERDES_V4_TX_IDAC_STATUS_SIGNERROR 0x168 10162306a36Sopenharmony_ci#define QSERDES_V4_TX_DCC_CAL_STATUS 0x16c 10262306a36Sopenharmony_ci 10362306a36Sopenharmony_ci/* Only for QMP V4 PHY - RX registers */ 10462306a36Sopenharmony_ci#define QSERDES_V4_RX_UCDR_FO_GAIN_HALF 0x000 10562306a36Sopenharmony_ci#define QSERDES_V4_RX_UCDR_FO_GAIN_QUARTER 0x004 10662306a36Sopenharmony_ci#define QSERDES_V4_RX_UCDR_FO_GAIN 0x008 10762306a36Sopenharmony_ci#define QSERDES_V4_RX_UCDR_SO_GAIN_HALF 0x00c 10862306a36Sopenharmony_ci#define QSERDES_V4_RX_UCDR_SO_GAIN_QUARTER 0x010 10962306a36Sopenharmony_ci#define QSERDES_V4_RX_UCDR_SO_GAIN 0x014 11062306a36Sopenharmony_ci#define QSERDES_V4_RX_UCDR_SVS_FO_GAIN_HALF 0x018 11162306a36Sopenharmony_ci#define QSERDES_V4_RX_UCDR_SVS_FO_GAIN_QUARTER 0x01c 11262306a36Sopenharmony_ci#define QSERDES_V4_RX_UCDR_SVS_FO_GAIN 0x020 11362306a36Sopenharmony_ci#define QSERDES_V4_RX_UCDR_SVS_SO_GAIN_HALF 0x024 11462306a36Sopenharmony_ci#define QSERDES_V4_RX_UCDR_SVS_SO_GAIN_QUARTER 0x028 11562306a36Sopenharmony_ci#define QSERDES_V4_RX_UCDR_SVS_SO_GAIN 0x02c 11662306a36Sopenharmony_ci#define QSERDES_V4_RX_UCDR_FASTLOCK_FO_GAIN 0x030 11762306a36Sopenharmony_ci#define QSERDES_V4_RX_UCDR_SO_SATURATION_AND_ENABLE 0x034 11862306a36Sopenharmony_ci#define QSERDES_V4_RX_UCDR_FO_TO_SO_DELAY 0x038 11962306a36Sopenharmony_ci#define QSERDES_V4_RX_UCDR_FASTLOCK_COUNT_LOW 0x03c 12062306a36Sopenharmony_ci#define QSERDES_V4_RX_UCDR_FASTLOCK_COUNT_HIGH 0x040 12162306a36Sopenharmony_ci#define QSERDES_V4_RX_UCDR_PI_CONTROLS 0x044 12262306a36Sopenharmony_ci#define QSERDES_V4_RX_UCDR_PI_CTRL2 0x048 12362306a36Sopenharmony_ci#define QSERDES_V4_RX_UCDR_SB2_THRESH1 0x04c 12462306a36Sopenharmony_ci#define QSERDES_V4_RX_UCDR_SB2_THRESH2 0x050 12562306a36Sopenharmony_ci#define QSERDES_V4_RX_UCDR_SB2_GAIN1 0x054 12662306a36Sopenharmony_ci#define QSERDES_V4_RX_UCDR_SB2_GAIN2 0x058 12762306a36Sopenharmony_ci#define QSERDES_V4_RX_AUX_CONTROL 0x05c 12862306a36Sopenharmony_ci#define QSERDES_V4_RX_AUX_DATA_TCOARSE_TFINE 0x060 12962306a36Sopenharmony_ci#define QSERDES_V4_RX_RCLK_AUXDATA_SEL 0x064 13062306a36Sopenharmony_ci#define QSERDES_V4_RX_AC_JTAG_ENABLE 0x068 13162306a36Sopenharmony_ci#define QSERDES_V4_RX_AC_JTAG_INITP 0x06c 13262306a36Sopenharmony_ci#define QSERDES_V4_RX_AC_JTAG_INITN 0x070 13362306a36Sopenharmony_ci#define QSERDES_V4_RX_AC_JTAG_LVL 0x074 13462306a36Sopenharmony_ci#define QSERDES_V4_RX_AC_JTAG_MODE 0x078 13562306a36Sopenharmony_ci#define QSERDES_V4_RX_AC_JTAG_RESET 0x07c 13662306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_TERM_BW 0x080 13762306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_RCVR_IQ_EN 0x084 13862306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_IDAC_I_DC_OFFSETS 0x088 13962306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_IDAC_IBAR_DC_OFFSETS 0x08c 14062306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_IDAC_Q_DC_OFFSETS 0x090 14162306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_IDAC_QBAR_DC_OFFSETS 0x094 14262306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_IDAC_A_DC_OFFSETS 0x098 14362306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_IDAC_ABAR_DC_OFFSETS 0x09c 14462306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_IDAC_EN 0x0a0 14562306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_IDAC_ENABLES 0x0a4 14662306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_IDAC_SIGN 0x0a8 14762306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_HIGHZ_HIGHRATE 0x0ac 14862306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_TERM_AC_BYPASS_DC_COUPLE_OFFSET 0x0b0 14962306a36Sopenharmony_ci#define QSERDES_V4_RX_DFE_1 0x0b4 15062306a36Sopenharmony_ci#define QSERDES_V4_RX_DFE_2 0x0b8 15162306a36Sopenharmony_ci#define QSERDES_V4_RX_DFE_3 0x0bc 15262306a36Sopenharmony_ci#define QSERDES_V4_RX_DFE_4 0x0c0 15362306a36Sopenharmony_ci#define QSERDES_V4_RX_TX_ADAPT_PRE_THRESH1 0x0c4 15462306a36Sopenharmony_ci#define QSERDES_V4_RX_TX_ADAPT_PRE_THRESH2 0x0c8 15562306a36Sopenharmony_ci#define QSERDES_V4_RX_TX_ADAPT_POST_THRESH 0x0cc 15662306a36Sopenharmony_ci#define QSERDES_V4_RX_TX_ADAPT_MAIN_THRESH 0x0d0 15762306a36Sopenharmony_ci#define QSERDES_V4_RX_VGA_CAL_CNTRL1 0x0d4 15862306a36Sopenharmony_ci#define QSERDES_V4_RX_VGA_CAL_CNTRL2 0x0d8 15962306a36Sopenharmony_ci#define QSERDES_V4_RX_GM_CAL 0x0dc 16062306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_VGA_GAIN2_LSB 0x0e0 16162306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_VGA_GAIN2_MSB 0x0e4 16262306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_EQU_ADAPTOR_CNTRL1 0x0e8 16362306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_EQU_ADAPTOR_CNTRL2 0x0ec 16462306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_EQU_ADAPTOR_CNTRL3 0x0f0 16562306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_EQU_ADAPTOR_CNTRL4 0x0f4 16662306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_IDAC_TSETTLE_LOW 0x0f8 16762306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_IDAC_TSETTLE_HIGH 0x0fc 16862306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_IDAC_MEASURE_TIME 0x100 16962306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_IDAC_ACCUMULATOR 0x104 17062306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_EQ_OFFSET_LSB 0x108 17162306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_EQ_OFFSET_MSB 0x10c 17262306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_EQ_OFFSET_ADAPTOR_CNTRL1 0x110 17362306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_OFFSET_ADAPTOR_CNTRL2 0x114 17462306a36Sopenharmony_ci#define QSERDES_V4_RX_SIGDET_ENABLES 0x118 17562306a36Sopenharmony_ci#define QSERDES_V4_RX_SIGDET_CNTRL 0x11c 17662306a36Sopenharmony_ci#define QSERDES_V4_RX_SIGDET_LVL 0x120 17762306a36Sopenharmony_ci#define QSERDES_V4_RX_SIGDET_DEGLITCH_CNTRL 0x124 17862306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_BAND 0x128 17962306a36Sopenharmony_ci#define QSERDES_V4_RX_CDR_FREEZE_UP_DN 0x12c 18062306a36Sopenharmony_ci#define QSERDES_V4_RX_CDR_RESET_OVERRIDE 0x130 18162306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_INTERFACE_MODE 0x134 18262306a36Sopenharmony_ci#define QSERDES_V4_RX_JITTER_GEN_MODE 0x138 18362306a36Sopenharmony_ci#define QSERDES_V4_RX_SJ_AMP1 0x13c 18462306a36Sopenharmony_ci#define QSERDES_V4_RX_SJ_AMP2 0x140 18562306a36Sopenharmony_ci#define QSERDES_V4_RX_SJ_PER1 0x144 18662306a36Sopenharmony_ci#define QSERDES_V4_RX_SJ_PER2 0x148 18762306a36Sopenharmony_ci#define QSERDES_V4_RX_PPM_OFFSET1 0x14c 18862306a36Sopenharmony_ci#define QSERDES_V4_RX_PPM_OFFSET2 0x150 18962306a36Sopenharmony_ci#define QSERDES_V4_RX_SIGN_PPM_PERIOD1 0x154 19062306a36Sopenharmony_ci#define QSERDES_V4_RX_SIGN_PPM_PERIOD2 0x158 19162306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_PWM_ENABLE_AND_DATA 0x15c 19262306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_PWM_GEAR1_TIMEOUT_COUNT 0x160 19362306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_PWM_GEAR2_TIMEOUT_COUNT 0x164 19462306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_PWM_GEAR3_TIMEOUT_COUNT 0x168 19562306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_PWM_GEAR4_TIMEOUT_COUNT 0x16c 19662306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_MODE_00_LOW 0x170 19762306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_MODE_00_HIGH 0x174 19862306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_MODE_00_HIGH2 0x178 19962306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_MODE_00_HIGH3 0x17c 20062306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_MODE_00_HIGH4 0x180 20162306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_MODE_01_LOW 0x184 20262306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_MODE_01_HIGH 0x188 20362306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_MODE_01_HIGH2 0x18c 20462306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_MODE_01_HIGH3 0x190 20562306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_MODE_01_HIGH4 0x194 20662306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_MODE_10_LOW 0x198 20762306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_MODE_10_HIGH 0x19c 20862306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_MODE_10_HIGH2 0x1a0 20962306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_MODE_10_HIGH3 0x1a4 21062306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_MODE_10_HIGH4 0x1a8 21162306a36Sopenharmony_ci#define QSERDES_V4_RX_PHPRE_CTRL 0x1ac 21262306a36Sopenharmony_ci#define QSERDES_V4_RX_PHPRE_INITVAL 0x1b0 21362306a36Sopenharmony_ci#define QSERDES_V4_RX_DFE_EN_TIMER 0x1b4 21462306a36Sopenharmony_ci#define QSERDES_V4_RX_DFE_CTLE_POST_CAL_OFFSET 0x1b8 21562306a36Sopenharmony_ci#define QSERDES_V4_RX_DCC_CTRL1 0x1bc 21662306a36Sopenharmony_ci#define QSERDES_V4_RX_DCC_CTRL2 0x1c0 21762306a36Sopenharmony_ci#define QSERDES_V4_RX_VTH_CODE 0x1c4 21862306a36Sopenharmony_ci#define QSERDES_V4_RX_VTH_MIN_THRESH 0x1c8 21962306a36Sopenharmony_ci#define QSERDES_V4_RX_VTH_MAX_THRESH 0x1cc 22062306a36Sopenharmony_ci#define QSERDES_V4_RX_ALOG_OBSV_BUS_CTRL_1 0x1d0 22162306a36Sopenharmony_ci#define QSERDES_V4_RX_PI_CTRL1 0x1d4 22262306a36Sopenharmony_ci#define QSERDES_V4_RX_PI_CTRL2 0x1d8 22362306a36Sopenharmony_ci#define QSERDES_V4_RX_PI_QUAD 0x1dc 22462306a36Sopenharmony_ci#define QSERDES_V4_RX_IDATA1 0x1e0 22562306a36Sopenharmony_ci#define QSERDES_V4_RX_IDATA2 0x1e4 22662306a36Sopenharmony_ci#define QSERDES_V4_RX_AUX_DATA1 0x1e8 22762306a36Sopenharmony_ci#define QSERDES_V4_RX_AUX_DATA2 0x1ec 22862306a36Sopenharmony_ci#define QSERDES_V4_RX_AC_JTAG_OUTP 0x1f0 22962306a36Sopenharmony_ci#define QSERDES_V4_RX_AC_JTAG_OUTN 0x1f4 23062306a36Sopenharmony_ci#define QSERDES_V4_RX_RX_SIGDET 0x1f8 23162306a36Sopenharmony_ci#define QSERDES_V4_RX_ALOG_OBSV_BUS_STATUS_1 0x1fc 23262306a36Sopenharmony_ci 23362306a36Sopenharmony_ci#endif 234