Searched refs:pre_emphasis_cfg (Results 1 – 1 of 1) sorted by relevance
4151 u8 voltage_swing_cfg, pre_emphasis_cfg; in qcom_qmp_phy_configure_dp_swing() local4161 pre_emphasis_cfg = qmp_dp_v3_pre_emphasis_hbr_rbr[v_level][p_level]; in qcom_qmp_phy_configure_dp_swing()4164 pre_emphasis_cfg = qmp_dp_v3_pre_emphasis_hbr3_hbr2[v_level][p_level]; in qcom_qmp_phy_configure_dp_swing()4168 if (voltage_swing_cfg == 0xFF && pre_emphasis_cfg == 0xFF) in qcom_qmp_phy_configure_dp_swing()4173 pre_emphasis_cfg |= DP_PHY_TXn_TX_EMP_POST1_LVL_MUX_EN; in qcom_qmp_phy_configure_dp_swing()4176 writel(pre_emphasis_cfg, qphy->tx + emp_post_reg); in qcom_qmp_phy_configure_dp_swing()4178 writel(pre_emphasis_cfg, qphy->tx2 + emp_post_reg); in qcom_qmp_phy_configure_dp_swing()