Searched refs:phy_params (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/msm/dp/ |
D | dp_link.c | 589 link->dp_link.phy_params.phy_test_pattern_sel = data & 0x07; in dp_link_parse_phy_test_params() 879 link->dp_link.phy_params.v_level, in dp_link_parse_vx_px() 880 link->dp_link.phy_params.p_level); in dp_link_parse_vx_px() 881 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() 886 link->dp_link.phy_params.p_level >>= DP_TRAIN_PRE_EMPHASIS_SHIFT; in dp_link_parse_vx_px() 890 link->dp_link.phy_params.v_level, in dp_link_parse_vx_px() 891 link->dp_link.phy_params.p_level); in dp_link_parse_vx_px() 1016 link->dp_link.phy_params.phy_test_pattern_sel = 0; in dp_link_reset_data() 1127 dp_link->phy_params.v_level = v_max >> DP_TRAIN_VOLTAGE_SWING_SHIFT; in dp_link_adjust_levels() [all …]
|
D | dp_ctrl.c | 1010 u32 voltage_swing_level = link->phy_params.v_level; in dp_ctrl_update_vx_px() 1011 u32 pre_emphasis_level = link->phy_params.p_level; in dp_ctrl_update_vx_px() 1106 old_v_level = ctrl->link->phy_params.v_level; in dp_ctrl_link_train_1() 1119 if (ctrl->link->phy_params.v_level >= in dp_ctrl_link_train_1() 1125 if (old_v_level != ctrl->link->phy_params.v_level) { in dp_ctrl_link_train_1() 1127 old_v_level = ctrl->link->phy_params.v_level; in dp_ctrl_link_train_1() 1177 ctrl->link->phy_params.p_level = 0; in dp_ctrl_link_lane_down_shift() 1178 ctrl->link->phy_params.v_level = 0; in dp_ctrl_link_lane_down_shift() 1497 ctrl->link->phy_params.p_level = 0; in dp_ctrl_link_maintenance() 1498 ctrl->link->phy_params.v_level = 0; in dp_ctrl_link_maintenance() [all …]
|
D | dp_debug.c | 88 debug->link->phy_params.v_level); in dp_debug_show() 90 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.1/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.1/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() 837 return xenon_emmc_phy_parse_params(host, dev, priv->phy_params); in xenon_add_phy()
|
D | sdhci-xenon.h | 97 void *phy_params; member
|
/Linux-v6.1/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()
|