Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/
Dvlv_sideband_reg.h55 #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))