Searched refs:phy_params (Results 1 – 5 of 5) sorted by relevance
595 link->msm_dp_link.phy_params.phy_test_pattern_sel = data & 0x07; in msm_dp_link_parse_phy_test_params()851 link->msm_dp_link.phy_params.v_level, in msm_dp_link_parse_vx_px()852 link->msm_dp_link.phy_params.p_level); in msm_dp_link_parse_vx_px()853 link->msm_dp_link.phy_params.v_level = in msm_dp_link_parse_vx_px()855 link->msm_dp_link.phy_params.p_level = in msm_dp_link_parse_vx_px()858 link->msm_dp_link.phy_params.p_level >>= DP_TRAIN_PRE_EMPHASIS_SHIFT; in msm_dp_link_parse_vx_px()862 link->msm_dp_link.phy_params.v_level, in msm_dp_link_parse_vx_px()863 link->msm_dp_link.phy_params.p_level); in msm_dp_link_parse_vx_px()1020 link->msm_dp_link.phy_params.phy_test_pattern_sel = 0; in msm_dp_link_reset_data()1137 msm_dp_link->phy_params.v_level = v_max >> DP_TRAIN_VOLTAGE_SWING_SHIFT; in msm_dp_link_adjust_levels()[all …]
1326 u32 voltage_swing_level = link->phy_params.v_level; in msm_dp_ctrl_update_phy_vx_px()1327 u32 pre_emphasis_level = link->phy_params.p_level; in msm_dp_ctrl_update_phy_vx_px()1448 old_v_level = ctrl->link->phy_params.v_level; in msm_dp_ctrl_link_train_1()1461 if (ctrl->link->phy_params.v_level >= in msm_dp_ctrl_link_train_1()1467 if (old_v_level != ctrl->link->phy_params.v_level) { in msm_dp_ctrl_link_train_1()1469 old_v_level = ctrl->link->phy_params.v_level; in msm_dp_ctrl_link_train_1()1525 ctrl->link->phy_params.p_level = 0; in msm_dp_ctrl_link_lane_down_shift()1526 ctrl->link->phy_params.v_level = 0; in msm_dp_ctrl_link_lane_down_shift()2011 ctrl->link->phy_params.p_level = 0; in msm_dp_ctrl_link_maintenance()2012 ctrl->link->phy_params.v_level = 0; in msm_dp_ctrl_link_maintenance()[all …]
77 struct msm_dp_link_phy_params phy_params; member
213 priv->phy_params = params; in xenon_alloc_emmc_phy()314 struct xenon_emmc_phy_params *params = priv->phy_params; in armada_3700_soc_pad_voltage_set()336 struct xenon_emmc_phy_params *params = priv->phy_params; in xenon_emmc_phy_set_soc_pad()410 struct xenon_emmc_phy_params *params = priv->phy_params; in xenon_emmc_phy_config_tuning()524 struct xenon_emmc_phy_params *params = priv->phy_params; in xenon_emmc_phy_slow_mode()580 struct xenon_emmc_phy_params *params = priv->phy_params; in xenon_emmc_phy_set()867 return xenon_emmc_phy_parse_params(host, dev, priv->phy_params); in xenon_add_phy()
98 void *phy_params; member