Home
last modified time | relevance | path

Searched refs:DPCD_VOLTAGE_SWING_SET (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.h34 #define DPCD_VOLTAGE_SWING_SET(x) (((x) & 0x3) << 0) macro
H A Danalogix_dp_core.c455 training_lane = DPCD_VOLTAGE_SWING_SET(voltage_swing) | in analogix_dp_get_adjust_training_lane()