Searched refs:HWP_MAX_PERF (Results 1 – 4 of 4) sorted by relevance
279 #define HWP_MAX_PERF(x) ((x & 0xff) << 8) macro
562 #define HWP_MAX_PERF(x) ((x & 0xff) << 8) macro
741 value &= ~HWP_MAX_PERF(~0L); in intel_pstate_hwp_set()742 value |= HWP_MAX_PERF(max); in intel_pstate_hwp_set()
740 msr |= HWP_MAX_PERF(ratio_2_msr_perf(hwp_req->hwp_max)); in write_hwp_request()