Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/bridge/analogix/
Danalogix_dp_core.c71 while (timeout_loop < DP_TIMEOUT_LOOP_COUNT) { in analogix_dp_detect_hpd()
296 if (pll_tries == DP_TIMEOUT_LOOP_COUNT) { in analogix_dp_link_start()
730 120 * DP_TIMEOUT_LOOP_COUNT); in analogix_dp_fast_link_train()
814 if (timeout_loop > DP_TIMEOUT_LOOP_COUNT) { in analogix_dp_config_video()
847 if (timeout_loop > DP_TIMEOUT_LOOP_COUNT) { in analogix_dp_config_video()
Danalogix_dp_core.h15 #define DP_TIMEOUT_LOOP_COUNT 100 macro
Danalogix_dp_reg.c376 if (DP_TIMEOUT_LOOP_COUNT < timeout_loop) { in analogix_dp_init_analog_func()