Home
last modified time | relevance | path

Searched refs:phy_caps (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
A Dintel_dp_link_training.c61 u8 *phy_caps = intel_dp_lttpr_phy_caps(intel_dp, dp_phy); in intel_dp_read_lttpr_phy_caps() local
66 if (drm_dp_read_lttpr_phy_caps(&intel_dp->aux, dp_phy, phy_caps) < 0) { in intel_dp_read_lttpr_phy_caps()
77 phy_caps); in intel_dp_read_lttpr_phy_caps()
225 const u8 *phy_caps = intel_dp_lttpr_phy_caps(intel_dp, dp_phy); in intel_dp_lttpr_voltage_max() local
227 if (drm_dp_lttpr_voltage_swing_level_3_supported(phy_caps)) in intel_dp_lttpr_voltage_max()
236 const u8 *phy_caps = intel_dp_lttpr_phy_caps(intel_dp, dp_phy); in intel_dp_lttpr_preemph_max() local
238 if (drm_dp_lttpr_pre_emphasis_level_3_supported(phy_caps)) in intel_dp_lttpr_preemph_max()
905 const u8 *phy_caps = intel_dp_lttpr_phy_caps(intel_dp, dp_phy); in intel_dp_link_training_channel_equalization_delay() local
907 drm_dp_lttpr_link_train_channel_eq_delay(&intel_dp->aux, phy_caps); in intel_dp_link_training_channel_equalization_delay()
/linux/drivers/net/ethernet/intel/ice/
A Dice_ethtool.c2207 struct ice_aqc_get_phy_caps_data *phy_caps; in ice_set_link_ksettings() local
2231 phy_caps = kzalloc(sizeof(*phy_caps), GFP_KERNEL); in ice_set_link_ksettings()
2232 if (!phy_caps) in ice_set_link_ksettings()
2238 phy_caps, NULL); in ice_set_link_ksettings()
2241 phy_caps, NULL); in ice_set_link_ksettings()
2352 phy_caps->phy_type_high; in ice_set_link_ksettings()
2354 phy_caps->phy_type_low; in ice_set_link_ksettings()
2394 kfree(phy_caps); in ice_set_link_ksettings()
A Dice_common.c3199 ice_phy_caps_equals_cfg(struct ice_aqc_get_phy_caps_data *phy_caps, in ice_phy_caps_equals_cfg() argument
3204 if (!phy_caps || !phy_cfg) in ice_phy_caps_equals_cfg()
3214 if (phy_caps->phy_type_low != phy_cfg->phy_type_low || in ice_phy_caps_equals_cfg()
3215 phy_caps->phy_type_high != phy_cfg->phy_type_high || in ice_phy_caps_equals_cfg()
3216 ((phy_caps->caps & caps_mask) != (phy_cfg->caps & cfg_mask)) || in ice_phy_caps_equals_cfg()
3217 phy_caps->low_power_ctrl_an != phy_cfg->low_power_ctrl_an || in ice_phy_caps_equals_cfg()
3218 phy_caps->eee_cap != phy_cfg->eee_cap || in ice_phy_caps_equals_cfg()
3219 phy_caps->eeer_value != phy_cfg->eeer_value || in ice_phy_caps_equals_cfg()
3220 phy_caps->link_fec_options != phy_cfg->link_fec_opt) in ice_phy_caps_equals_cfg()

Completed in 19 milliseconds