Home
last modified time | relevance | path

Searched refs:phy_params (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/msm/dp/
H A Ddp_link.c595 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 …]
H A Ddp_link.h77 struct msm_dp_link_phy_params phy_params; member
/linux/drivers/mmc/host/
H A Dsdhci-xenon-phy.c213 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()
H A Dsdhci-xenon.h98 void *phy_params; member