Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/cpufreq/
Dintel_pstate.c708 static void intel_pstate_get_hwp_max(unsigned int cpu, int *phy_max, in intel_pstate_get_hwp_max() argument
720 *phy_max = HWP_HIGHEST_PERF(cap); in intel_pstate_get_hwp_max()
1429 unsigned int phy_max, current_max; in intel_pstate_get_cpu_pstates() local
1431 intel_pstate_get_hwp_max(cpu->cpu, &phy_max, &current_max); in intel_pstate_get_cpu_pstates()
1432 cpu->pstate.turbo_freq = phy_max * cpu->pstate.scaling; in intel_pstate_get_cpu_pstates()