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

/linux-master/drivers/cpufreq/
H A Dintel_pstate.c547 static int intel_pstate_freq_to_hwp(struct cpudata *cpu, int freq) function
584 cpu->pstate.max_pstate_physical = intel_pstate_freq_to_hwp(cpu, freq);
592 cpu->pstate.min_pstate = intel_pstate_freq_to_hwp(cpu, freq);
2519 max_policy_perf = intel_pstate_freq_to_hwp(cpu, freq);
2521 min_policy_perf = intel_pstate_freq_to_hwp(cpu, freq);
2908 target_pstate = intel_pstate_freq_to_hwp(cpu, target_freq);

Completed in 96 milliseconds