Searched refs:phy_params (Results 1 – 9 of 9) sorted by relevance
| /Linux-v6.6/drivers/gpu/drm/msm/dp/ |
| D | dp_link.c | 592 link->dp_link.phy_params.phy_test_pattern_sel = data & 0x07; in dp_link_parse_phy_test_params() 882 link->dp_link.phy_params.v_level, in dp_link_parse_vx_px() 883 link->dp_link.phy_params.p_level); in dp_link_parse_vx_px() 884 link->dp_link.phy_params.v_level = in dp_link_parse_vx_px() 886 link->dp_link.phy_params.p_level = in dp_link_parse_vx_px() 889 link->dp_link.phy_params.p_level >>= DP_TRAIN_PRE_EMPHASIS_SHIFT; in dp_link_parse_vx_px() 893 link->dp_link.phy_params.v_level, in dp_link_parse_vx_px() 894 link->dp_link.phy_params.p_level); in dp_link_parse_vx_px() 1051 link->dp_link.phy_params.phy_test_pattern_sel = 0; in dp_link_reset_data() 1166 dp_link->phy_params.v_level = v_max >> DP_TRAIN_VOLTAGE_SWING_SHIFT; in dp_link_adjust_levels() [all …]
|
| D | dp_ctrl.c | 1015 u32 voltage_swing_level = link->phy_params.v_level; in dp_ctrl_update_vx_px() 1016 u32 pre_emphasis_level = link->phy_params.p_level; in dp_ctrl_update_vx_px() 1111 old_v_level = ctrl->link->phy_params.v_level; in dp_ctrl_link_train_1() 1124 if (ctrl->link->phy_params.v_level >= in dp_ctrl_link_train_1() 1130 if (old_v_level != ctrl->link->phy_params.v_level) { in dp_ctrl_link_train_1() 1132 old_v_level = ctrl->link->phy_params.v_level; in dp_ctrl_link_train_1() 1182 ctrl->link->phy_params.p_level = 0; in dp_ctrl_link_lane_down_shift() 1183 ctrl->link->phy_params.v_level = 0; in dp_ctrl_link_lane_down_shift() 1560 ctrl->link->phy_params.p_level = 0; in dp_ctrl_link_maintenance() 1561 ctrl->link->phy_params.v_level = 0; in dp_ctrl_link_maintenance() [all …]
|
| D | dp_debug.c | 87 debug->link->phy_params.v_level); in dp_debug_show() 89 debug->link->phy_params.p_level); in dp_debug_show()
|
| D | dp_link.h | 82 struct dp_link_phy_params phy_params; member
|
| /Linux-v6.6/net/bluetooth/ |
| D | hci_request.c | 565 struct hci_cp_le_scan_phy_params *phy_params; in hci_req_start_scan() local 566 u8 data[sizeof(*ext_param_cp) + sizeof(*phy_params) * 2]; in hci_req_start_scan() 570 phy_params = (void *)ext_param_cp->data; in hci_req_start_scan() 581 memset(phy_params, 0, sizeof(*phy_params)); in hci_req_start_scan() 582 phy_params->type = type; in hci_req_start_scan() 583 phy_params->interval = cpu_to_le16(interval); in hci_req_start_scan() 584 phy_params->window = cpu_to_le16(window); in hci_req_start_scan() 586 plen += sizeof(*phy_params); in hci_req_start_scan() 587 phy_params++; in hci_req_start_scan() 593 memset(phy_params, 0, sizeof(*phy_params)); in hci_req_start_scan() [all …]
|
| /Linux-v6.6/drivers/mmc/host/ |
| 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() 837 return xenon_emmc_phy_parse_params(host, dev, priv->phy_params); in xenon_add_phy()
|
| D | sdhci-cadence.c | 76 struct sdhci_cdns_phy_param phy_params[]; member 156 struct sdhci_cdns_phy_param *p = priv->phy_params; in sdhci_cdns_phy_param_parse() 177 ret = sdhci_cdns_write_phy_reg(priv, priv->phy_params[i].addr, in sdhci_cdns_phy_init() 178 priv->phy_params[i].data); in sdhci_cdns_phy_init() 500 struct_size(priv, phy_params, nr_phy_params)); in sdhci_cdns_probe()
|
| D | sdhci-xenon.h | 97 void *phy_params; member
|
| /Linux-v6.6/drivers/ata/ |
| D | ahci_imx.c | 107 u32 phy_params; member 686 imxpriv->phy_params); in imx_sata_enable() 1104 imxpriv->phy_params = in imx_ahci_probe()
|