Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/bridge/analogix/
Danalogix_dp_reg.h243 #define AUX_HW_RETRY_COUNT_SEL(x) (((x) & 0x7) << 0) macro
Danalogix_dp_reg.c487 reg |= AUX_HW_RETRY_COUNT_SEL(0) | in analogix_dp_init_aux()