Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp_info.h14 #define DP_TIMEOUT_LOOP_COUNT 100 macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.h16 #define DP_TIMEOUT_LOOP_COUNT 100 macro
H A Danalogix_dp_core.c841 if (timeout_loop > DP_TIMEOUT_LOOP_COUNT) { in analogix_dp_config_video()
874 if (timeout_loop > DP_TIMEOUT_LOOP_COUNT) { in analogix_dp_config_video()
H A Danalogix_dp_reg.c594 120 * DP_TIMEOUT_LOOP_COUNT); in analogix_dp_set_link_bandwidth()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Danalogix_dp.c537 if (timeout_loop > DP_TIMEOUT_LOOP_COUNT) { in analogix_dp_config_video()
571 if (timeout_loop > DP_TIMEOUT_LOOP_COUNT) { in analogix_dp_config_video()
H A Danalogix_dp.h458 #define DP_TIMEOUT_LOOP_COUNT 100 macro
H A Danalogix_dp_reg.c535 if (DP_TIMEOUT_LOOP_COUNT < timeout_loop) { in analogix_dp_start_aux_transaction()
947 120 * DP_TIMEOUT_LOOP_COUNT); in analogix_dp_set_link_bandwidth()
/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c413 int timeout_loop = DP_TIMEOUT_LOOP_COUNT; in exynos_dp_detect_hpd()