Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/bridge/analogix/
Danalogix_dp_core.c72 while (timeout_loop < DP_TIMEOUT_LOOP_COUNT) { in analogix_dp_detect_hpd()
297 if (pll_tries == DP_TIMEOUT_LOOP_COUNT) { in analogix_dp_link_start()
731 120 * DP_TIMEOUT_LOOP_COUNT); in analogix_dp_fast_link_train()
815 if (timeout_loop > DP_TIMEOUT_LOOP_COUNT) { in analogix_dp_config_video()
848 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()