Searched refs:HWP_MIN_PERF (Results 1 – 3 of 3) sorted by relevance
1230 value &= ~HWP_MIN_PERF(~0L); in intel_pstate_hwp_set()1231 value |= HWP_MIN_PERF(min); in intel_pstate_hwp_set()1315 value |= HWP_MIN_PERF(min_perf); in intel_pstate_hwp_offline()3147 value &= ~HWP_MIN_PERF(~0L); in intel_cpufreq_hwp_update()3148 value |= HWP_MIN_PERF(min); in intel_cpufreq_hwp_update()
588 #define HWP_MIN_PERF(x) (x & 0xff) macro
982 msr |= HWP_MIN_PERF(ratio_2_msr_perf(hwp_req->hwp_min)); in write_hwp_request_msr()