Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-exynos/include/mach/
H A Ddp_info.h14 #define DP_TIMEOUT_LOOP_COUNT 100 macro
/rk3399_rockchip-uboot/drivers/video/drm/
H A Danalogix_dp.h464 #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()
739 120 * DP_TIMEOUT_LOOP_COUNT); in analogix_dp_set_link_bandwidth()
H A Danalogix_dp.c794 if (timeout_loop > DP_TIMEOUT_LOOP_COUNT) { in analogix_dp_config_video()
828 if (timeout_loop > DP_TIMEOUT_LOOP_COUNT) { in analogix_dp_config_video()
/rk3399_rockchip-uboot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c413 int timeout_loop = DP_TIMEOUT_LOOP_COUNT; in exynos_dp_detect_hpd()