Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/dp/
Ddp_link.c585 link->dp_link.phy_params.phy_test_pattern_sel = data & 0x07; in dp_link_parse_phy_test_params()
868 link->dp_link.phy_params.v_level, in dp_link_parse_vx_px()
869 link->dp_link.phy_params.p_level); in dp_link_parse_vx_px()
870 link->dp_link.phy_params.v_level = in dp_link_parse_vx_px()
872 link->dp_link.phy_params.p_level = in dp_link_parse_vx_px()
875 link->dp_link.phy_params.p_level >>= DP_TRAIN_PRE_EMPHASIS_SHIFT; in dp_link_parse_vx_px()
878 link->dp_link.phy_params.v_level, in dp_link_parse_vx_px()
879 link->dp_link.phy_params.p_level); in dp_link_parse_vx_px()
1009 link->dp_link.phy_params.phy_test_pattern_sel = 0; in dp_link_reset_data()
1128 dp_link->phy_params.v_level = v_max >> DP_TRAIN_VOLTAGE_SWING_SHIFT; in dp_link_adjust_levels()
[all …]
Ddp_ctrl.c1006 u32 voltage_swing_level = link->phy_params.v_level; in dp_ctrl_update_vx_px()
1007 u32 pre_emphasis_level = link->phy_params.p_level; in dp_ctrl_update_vx_px()
1097 old_v_level = ctrl->link->phy_params.v_level; in dp_ctrl_link_train_1()
1113 if (ctrl->link->phy_params.v_level >= in dp_ctrl_link_train_1()
1119 if (old_v_level != ctrl->link->phy_params.v_level) { in dp_ctrl_link_train_1()
1121 old_v_level = ctrl->link->phy_params.v_level; in dp_ctrl_link_train_1()
1171 ctrl->link->phy_params.p_level = 0; in dp_ctrl_link_lane_down_shift()
1172 ctrl->link->phy_params.v_level = 0; in dp_ctrl_link_lane_down_shift()
1515 if (!ctrl->link->phy_params.phy_test_pattern_sel) { in dp_ctrl_process_phy_test_request()
1544 u32 pattern_requested = ctrl->link->phy_params.phy_test_pattern_sel; in dp_ctrl_send_phy_test_pattern()
[all …]
Ddp_link.h82 struct dp_link_phy_params phy_params; member
Ddp_debug.c184 debug->link->phy_params.v_level); in dp_debug_read_info()
190 debug->link->phy_params.p_level); in dp_debug_read_info()
/drivers/mmc/host/
Dsdhci-cadence.c71 struct sdhci_cdns_phy_param phy_params[]; member
140 struct sdhci_cdns_phy_param *p = priv->phy_params; in sdhci_cdns_phy_param_parse()
161 ret = sdhci_cdns_write_phy_reg(priv, priv->phy_params[i].addr, in sdhci_cdns_phy_init()
162 priv->phy_params[i].data); in sdhci_cdns_phy_init()
376 struct_size(priv, phy_params, nr_phy_params)); in sdhci_cdns_probe()
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()
863 return xenon_emmc_phy_parse_param_dt(host, np, priv->phy_params); in xenon_add_phy()
Dsdhci-xenon.h90 void *phy_params; member
/drivers/ata/
Dahci_imx.c107 u32 phy_params; member
681 imxpriv->phy_params); in imx_sata_enable()
1099 imxpriv->phy_params = in imx_ahci_probe()