Home
last modified time | relevance | path

Searched refs:DPCD_PRE_EMPHASIS_GET (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.h34 #define DPCD_PRE_EMPHASIS_GET(x) (((x) >> 3) & 0x3) macro
H A Danalogix_dp_core.c546 DPCD_PRE_EMPHASIS_GET(training_lane) == in analogix_dp_process_clock_recovery()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Danalogix_dp.h480 #define DPCD_PRE_EMPHASIS_GET(x) (((x) >> 3) & 0x3) macro
H A Danalogix_dp.c308 DPCD_PRE_EMPHASIS_GET(training_lane) == in analogix_dp_process_clock_recovery()