Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp_info.h13 #define DP_TIMEOUT_LOOP_COUNT 100 macro
/openbmc/linux/drivers/gpu/drm/bridge/analogix/
H A 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()
H A Danalogix_dp_core.h15 #define DP_TIMEOUT_LOOP_COUNT 100 macro
H A Danalogix_dp_reg.c376 if (DP_TIMEOUT_LOOP_COUNT < timeout_loop) { in analogix_dp_init_analog_func()
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c410 int timeout_loop = DP_TIMEOUT_LOOP_COUNT; in exynos_dp_detect_hpd()