Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_dp_reg.h205 #define AUX_HW_RETRY_COUNT_SEL(x) (((x) & 0x7) << 0) macro
Dexynos_dp_reg.c402 reg = AUX_BIT_PERIOD_EXPECTED_DELAY(3) | AUX_HW_RETRY_COUNT_SEL(0)| in exynos_dp_init_aux()