Searched refs:phy_params (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/msm/dp/ |
D | dp_link.c | 584 link->dp_link.phy_params.phy_test_pattern_sel = data & 0x07; in dp_link_parse_phy_test_params() 866 link->dp_link.phy_params.v_level, in dp_link_parse_vx_px() 867 link->dp_link.phy_params.p_level); in dp_link_parse_vx_px() 868 link->dp_link.phy_params.v_level = in dp_link_parse_vx_px() 870 link->dp_link.phy_params.p_level = in dp_link_parse_vx_px() 873 link->dp_link.phy_params.v_level, in dp_link_parse_vx_px() 874 link->dp_link.phy_params.p_level); in dp_link_parse_vx_px() 1005 link->dp_link.phy_params.phy_test_pattern_sel = 0; in dp_link_reset_data() 1123 dp_link->phy_params.v_level = v_max >> DP_TRAIN_VOLTAGE_SWING_SHIFT; in dp_link_adjust_levels() 1124 dp_link->phy_params.p_level = p_max >> DP_TRAIN_PRE_EMPHASIS_SHIFT; in dp_link_adjust_levels() [all …]
|
D | dp_ctrl.c | 1006 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() 1105 old_v_level = ctrl->link->phy_params.v_level; in dp_ctrl_link_train_1() 1121 if (ctrl->link->phy_params.v_level >= in dp_ctrl_link_train_1() 1127 if (old_v_level != ctrl->link->phy_params.v_level) { in dp_ctrl_link_train_1() 1129 old_v_level = ctrl->link->phy_params.v_level; in dp_ctrl_link_train_1() 1179 ctrl->link->phy_params.p_level = 0; in dp_ctrl_link_lane_down_shift() 1180 ctrl->link->phy_params.v_level = 0; in dp_ctrl_link_lane_down_shift() 1494 if (!ctrl->link->phy_params.phy_test_pattern_sel) { in dp_ctrl_process_phy_test_request() 1523 u32 pattern_requested = ctrl->link->phy_params.phy_test_pattern_sel; in dp_ctrl_send_phy_test_pattern() [all …]
|
D | dp_link.h | 82 struct dp_link_phy_params phy_params; member
|
D | dp_debug.c | 184 debug->link->phy_params.v_level); in dp_debug_read_info() 190 debug->link->phy_params.p_level); in dp_debug_read_info()
|
/Linux-v5.10/drivers/mmc/host/ |
D | sdhci-cadence.c | 71 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()
|
D | sdhci-xenon-phy.c | 210 priv->phy_params = params; in xenon_alloc_emmc_phy() 284 struct xenon_emmc_phy_params *params = priv->phy_params; in armada_3700_soc_pad_voltage_set() 306 struct xenon_emmc_phy_params *params = priv->phy_params; in xenon_emmc_phy_set_soc_pad() 380 struct xenon_emmc_phy_params *params = priv->phy_params; in xenon_emmc_phy_config_tuning() 494 struct xenon_emmc_phy_params *params = priv->phy_params; in xenon_emmc_phy_slow_mode() 550 struct xenon_emmc_phy_params *params = priv->phy_params; in xenon_emmc_phy_set() 833 return xenon_emmc_phy_parse_param_dt(host, np, priv->phy_params); in xenon_add_phy()
|
D | sdhci-xenon.h | 90 void *phy_params; member
|
/Linux-v5.10/net/bluetooth/ |
D | hci_request.c | 889 struct hci_cp_le_scan_phy_params *phy_params; in hci_req_start_scan() local 890 u8 data[sizeof(*ext_param_cp) + sizeof(*phy_params) * 2]; in hci_req_start_scan() 894 phy_params = (void *)ext_param_cp->data; in hci_req_start_scan() 905 memset(phy_params, 0, sizeof(*phy_params)); in hci_req_start_scan() 906 phy_params->type = type; in hci_req_start_scan() 907 phy_params->interval = cpu_to_le16(interval); in hci_req_start_scan() 908 phy_params->window = cpu_to_le16(window); in hci_req_start_scan() 910 plen += sizeof(*phy_params); in hci_req_start_scan() 911 phy_params++; in hci_req_start_scan() 917 memset(phy_params, 0, sizeof(*phy_params)); in hci_req_start_scan() [all …]
|
/Linux-v5.10/drivers/ata/ |
D | ahci_imx.c | 107 u32 phy_params; member 681 imxpriv->phy_params); in imx_sata_enable() 1099 imxpriv->phy_params = in imx_ahci_probe()
|