Searched refs:HWP_MAX_PERF (Results 1 – 4 of 4) sorted by relevance
865 value &= ~HWP_MAX_PERF(~0L); in intel_pstate_hwp_set()866 value |= HWP_MAX_PERF(max); in intel_pstate_hwp_set()930 value |= HWP_MAX_PERF(min_perf); in intel_pstate_hwp_offline()2552 value &= ~HWP_MAX_PERF(~0L); in intel_cpufreq_adjust_hwp()2553 value |= HWP_MAX_PERF(strict ? target_pstate : cpu->max_perf_ratio); in intel_cpufreq_adjust_hwp()
426 #define HWP_MAX_PERF(x) ((x & 0xff) << 8) macro
792 msr |= HWP_MAX_PERF(ratio_2_msr_perf(hwp_req->hwp_max)); in write_hwp_request()