Searched refs:phy_max (Results 1 – 1 of 1) sorted by relevance
708 static void intel_pstate_get_hwp_max(unsigned int cpu, int *phy_max, in intel_pstate_get_hwp_max() argument720 *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() local1431 intel_pstate_get_hwp_max(cpu->cpu, &phy_max, ¤t_max); in intel_pstate_get_cpu_pstates()1432 cpu->pstate.turbo_freq = phy_max * cpu->pstate.scaling; in intel_pstate_get_cpu_pstates()