Searched refs:PSR2_SU_STATUS_SHIFT (Results 1 – 2 of 2) sorted by relevance
346 su_blocks = su_blocks >> PSR2_SU_STATUS_SHIFT(frame); in intel_psr_status()
2289 #define PSR2_SU_STATUS_SHIFT(frame) (((frame) % 3) * 10) macro2290 #define PSR2_SU_STATUS_MASK(frame) (0x3ff << PSR2_SU_STATUS_SHIFT(frame))