Searched refs:phy_params (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/gpu/drm/msm/dp/ |
H A D | dp_link.c | 883 link->dp_link.phy_params.v_level, in dp_link_parse_vx_px() 884 link->dp_link.phy_params.p_level); in dp_link_parse_vx_px() 885 link->dp_link.phy_params.v_level = in dp_link_parse_vx_px() 887 link->dp_link.phy_params.p_level = in dp_link_parse_vx_px() 894 link->dp_link.phy_params.v_level, in dp_link_parse_vx_px() 1179 dp_link->phy_params.v_level, in dp_link_adjust_levels() 1187 dp_link->phy_params.p_level, in dp_link_adjust_levels() 1196 dp_link->phy_params.p_level, in dp_link_adjust_levels() 1202 dp_link->phy_params.v_level, dp_link->phy_params.p_level); in dp_link_adjust_levels() 1209 dp_link->phy_params.v_level = 0; in dp_link_reset_phy_params_vx_px() [all …]
|
H A 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() 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() 1557 ctrl->link->phy_params.p_level = 0; in dp_ctrl_link_maintenance() 1558 ctrl->link->phy_params.v_level = 0; in dp_ctrl_link_maintenance() 1582 ctrl->link->phy_params.v_level, in dp_ctrl_send_phy_test_pattern() [all …]
|
H A 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()
|
H A D | dp_link.h | 70 struct dp_link_phy_params phy_params; member
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_request.c | 572 phy_params = (void *)ext_param_cp->data; in hci_req_start_scan() 583 memset(phy_params, 0, sizeof(*phy_params)); in hci_req_start_scan() 584 phy_params->type = type; in hci_req_start_scan() 586 phy_params->window = cpu_to_le16(window); in hci_req_start_scan() 588 plen += sizeof(*phy_params); in hci_req_start_scan() 589 phy_params++; in hci_req_start_scan() 595 memset(phy_params, 0, sizeof(*phy_params)); in hci_req_start_scan() 596 phy_params->type = type; in hci_req_start_scan() 598 phy_params->window = cpu_to_le16(window); in hci_req_start_scan() 600 plen += sizeof(*phy_params); in hci_req_start_scan() [all …]
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-xenon-phy.c | 213 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 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()
|
H A D | sdhci-xenon.h | 97 void *phy_params; member
|
/openbmc/linux/drivers/ata/ |
H A 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()
|