Home
last modified time | relevance | path

Searched refs:DP_PSR_SETUP_TIME_SHIFT (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/linux/
H A Ddrm_dp_helper.h123 # define DP_PSR_SETUP_TIME_SHIFT 1 macro
/openbmc/linux/include/drm/display/
H A Ddrm_dp.h376 # define DP_PSR_SETUP_TIME_SHIFT 1 macro
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c2169 #define PSR_SETUP_TIME(x) [DP_PSR_SETUP_TIME_ ## x >> DP_PSR_SETUP_TIME_SHIFT] = (x)
2192 i = (psr_cap[1] & DP_PSR_SETUP_TIME_MASK) >> DP_PSR_SETUP_TIME_SHIFT; in drm_dp_psr_setup_time()