Searched refs:max_pstate (Results 1 – 3 of 3) sorted by relevance
65 u64 max_pstate; member82 .max_pstate = 7,91 .max_pstate = 15,100 .max_pstate = 31,109 .max_pstate = 15,179 if (index > priv->info->max_pstate) in apple_soc_cpufreq_set_target()180 index = priv->info->max_pstate; in apple_soc_cpufreq_set_target()
141 int max_pstate; member542 return cpu->pstate.max_pstate; in intel_pstate_freq_to_hwp_rel()581 pr_debug("CPU%d: HWP_CAP guaranteed = %d\n", cpu->cpu, cpu->pstate.max_pstate); in intel_pstate_hybrid_hwp_adjust()592 cpu->pstate.max_freq = rounddown(cpu->pstate.max_pstate * scaling, in intel_pstate_hybrid_hwp_adjust()1192 cpu->pstate.max_pstate = HWP_GUARANTEED_PERF(cap); in __intel_pstate_get_hwp_cap()1202 cpu->pstate.max_freq = cpu->pstate.max_pstate * scaling; in intel_pstate_get_hwp_cap()1563 no_turbo = cpu->pstate.max_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct()1632 int pct = cpu->pstate.max_pstate * 100 / cpu->pstate.turbo_pstate; in store_no_turbo()2100 if (pstate > cpudata->pstate.max_pstate) in atom_get_val()2146 int_tofp(cpudata->pstate.max_pstate - in atom_get_vid()[all …]
279 int max_pstate; in processor_set_cur_state() local288 max_pstate = cpufreq_get_max_state(pr->id); in processor_set_cur_state()293 if (state <= max_pstate) { in processor_set_cur_state()298 cpufreq_set_cur_state(pr->id, max_pstate); in processor_set_cur_state()300 state - max_pstate, false); in processor_set_cur_state()