Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c547 static int intel_pstate_freq_to_hwp(struct cpudata *cpu, int freq) in intel_pstate_freq_to_hwp() function
584 cpu->pstate.max_pstate_physical = intel_pstate_freq_to_hwp(cpu, freq); in intel_pstate_hybrid_hwp_adjust()
592 cpu->pstate.min_pstate = intel_pstate_freq_to_hwp(cpu, freq); in intel_pstate_hybrid_hwp_adjust()
2558 max_policy_perf = intel_pstate_freq_to_hwp(cpu, freq); in intel_pstate_update_perf_limits()
2560 min_policy_perf = intel_pstate_freq_to_hwp(cpu, freq); in intel_pstate_update_perf_limits()
2952 target_pstate = intel_pstate_freq_to_hwp(cpu, target_freq); in intel_cpufreq_fast_switch()