Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dintel_pstate.c862 value &= ~HWP_MIN_PERF(~0L); in intel_pstate_hwp_set()
863 value |= HWP_MIN_PERF(min); in intel_pstate_hwp_set()
931 value |= HWP_MIN_PERF(min_perf); in intel_pstate_hwp_offline()
2545 value &= ~HWP_MIN_PERF(~0L); in intel_cpufreq_adjust_hwp()
2546 value |= HWP_MIN_PERF(target_pstate); in intel_cpufreq_adjust_hwp()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmsr-index.h425 #define HWP_MIN_PERF(x) (x & 0xff) macro
/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Dmsr-index.h425 #define HWP_MIN_PERF(x) (x & 0xff) macro
/OK3568_Linux_fs/kernel/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c791 msr |= HWP_MIN_PERF(ratio_2_msr_perf(hwp_req->hwp_min)); in write_hwp_request()