Home
last modified time | relevance | path

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

/linux/drivers/acpi/
A Dprocessor_thermal.c231 int max_pstate; in processor_set_cur_state() local
240 max_pstate = cpufreq_get_max_state(pr->id); in processor_set_cur_state()
245 if (state <= max_pstate) { in processor_set_cur_state()
250 cpufreq_set_cur_state(pr->id, max_pstate); in processor_set_cur_state()
252 state - max_pstate, false); in processor_set_cur_state()
/linux/drivers/cpufreq/
A Dintel_pstate.c137 int max_pstate; member
1729 if (pstate > cpudata->pstate.max_pstate) in atom_get_val()
1775 int_tofp(cpudata->pstate.max_pstate - in atom_get_vid()
1835 int max_pstate; in core_get_max_pstate() local
1840 max_pstate = (plat_info >> 8) & 0xFF; in core_get_max_pstate()
1844 return max_pstate; in core_get_max_pstate()
1858 max_pstate = tar_levels; in core_get_max_pstate()
1863 return max_pstate; in core_get_max_pstate()
2837 int max_pstate = policy->strict_target ? in intel_cpufreq_update_pstate() local
2936 if (max_pstate < min_pstate) in intel_cpufreq_adjust_perf()
[all …]

Completed in 10 milliseconds