Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/cpufreq/
Dintel_pstate.c752 static void intel_pstate_get_hwp_max(unsigned int cpu, int *phy_max, in intel_pstate_get_hwp_max() argument
764 *phy_max = HWP_HIGHEST_PERF(cap); in intel_pstate_get_hwp_max()
1570 unsigned int phy_max, current_max; in intel_pstate_get_cpu_pstates() local
1572 intel_pstate_get_hwp_max(cpu->cpu, &phy_max, &current_max); in intel_pstate_get_cpu_pstates()
1573 cpu->pstate.turbo_freq = phy_max * cpu->pstate.scaling; in intel_pstate_get_cpu_pstates()