Home
last modified time | relevance | path

Searched refs:AUX_HW_RETRY_COUNT_SEL (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_reg.h329 #define AUX_HW_RETRY_COUNT_SEL(x) (((x) & 0x7) << 0) macro
H A Danalogix_dp_reg.c489 reg |= AUX_HW_RETRY_COUNT_SEL(0) | in analogix_dp_init_aux()
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp.h347 #define AUX_HW_RETRY_COUNT_SEL(x) (((x) & 0x7) << 0) macro
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Danalogix_dp.h296 #define AUX_HW_RETRY_COUNT_SEL(x) (((x) & 0x7) << 0) macro
H A Danalogix_dp_reg.c465 AUX_HW_RETRY_COUNT_SEL(3) | in analogix_dp_init_aux()
469 AUX_HW_RETRY_COUNT_SEL(0) | in analogix_dp_init_aux()
/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c361 reg = AUX_BIT_PERIOD_EXPECTED_DELAY(3) | AUX_HW_RETRY_COUNT_SEL(3)| in exynos_dp_init_aux()