Searched refs:_DP_SSS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | vlv_sideband_reg.h | 55 #define _DP_SSS(val, pipe) ((val) << (2 * (pipe) + 16)) macro 56 #define DP_SSS_MASK(pipe) _DP_SSS(0x3, (pipe)) 57 #define DP_SSS_PWR_ON(pipe) _DP_SSS(0x0, (pipe)) 58 #define DP_SSS_CLK_GATE(pipe) _DP_SSS(0x1, (pipe)) 59 #define DP_SSS_RESET(pipe) _DP_SSS(0x2, (pipe)) 60 #define DP_SSS_PWR_GATE(pipe) _DP_SSS(0x3, (pipe))
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_reg.h | 1252 #define _DP_SSS(val, pipe) ((val) << (2 * (pipe) + 16)) macro 1253 #define DP_SSS_MASK(pipe) _DP_SSS(0x3, (pipe)) 1254 #define DP_SSS_PWR_ON(pipe) _DP_SSS(0x0, (pipe)) 1255 #define DP_SSS_CLK_GATE(pipe) _DP_SSS(0x1, (pipe)) 1256 #define DP_SSS_RESET(pipe) _DP_SSS(0x2, (pipe)) 1257 #define DP_SSS_PWR_GATE(pipe) _DP_SSS(0x3, (pipe))
|
Completed in 38 milliseconds