Home
last modified time | relevance | path

Searched refs:HWP_MAX_PERF (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dintel_pstate.c865 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()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmsr-index.h426 #define HWP_MAX_PERF(x) ((x & 0xff) << 8) macro
/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Dmsr-index.h426 #define HWP_MAX_PERF(x) ((x & 0xff) << 8) macro
/OK3568_Linux_fs/kernel/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c792 msr |= HWP_MAX_PERF(ratio_2_msr_perf(hwp_req->hwp_max)); in write_hwp_request()