Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.h36 #define DPCD_VOLTAGE_SWING_GET(x) (((x) >> 0) & 0x3) macro
H A Danalogix_dp_core.c427 if (DPCD_VOLTAGE_SWING_GET(training_lane) == voltage_swing && in analogix_dp_process_clock_recovery()