Searched refs:HWP_MIN_PERF (Results 1 – 2 of 2) sorted by relevance
216 #define HWP_MIN_PERF(x) (x & 0xff) macro
271 value &= ~HWP_MIN_PERF(~0L); in intel_pstate_hwp_set()272 value |= HWP_MIN_PERF(min); in intel_pstate_hwp_set()