Home
last modified time | relevance | path

Searched defs:AUX_BIT_PERIOD_EXPECTED_DELAY (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_reg.h237 #define AUX_BIT_PERIOD_EXPECTED_DELAY(x) (((x) & 0x7) << 8) macro
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp.h340 #define AUX_BIT_PERIOD_EXPECTED_DELAY(x) (((x) & 0x7) << 8) macro