Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/
Dprocessor_thermal.c242 int max_pstate; in processor_set_cur_state() local
251 max_pstate = cpufreq_get_max_state(pr->id); in processor_set_cur_state()
256 if (state <= max_pstate) { in processor_set_cur_state()
261 cpufreq_set_cur_state(pr->id, max_pstate); in processor_set_cur_state()
263 state - max_pstate, false); in processor_set_cur_state()
/linux-4.4.14/drivers/cpufreq/
Dintel_pstate.c79 int max_pstate; member
280 cpu->pstate.max_pstate == cpu->pstate.turbo_pstate); in update_turbo_state()
386 no_turbo = cpu->pstate.max_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct()
572 if (pstate > cpudata->pstate.max_pstate) in atom_set_pstate()
620 int_tofp(cpudata->pstate.max_pstate - in atom_get_vid()
647 int max_pstate; in core_get_max_pstate() local
651 max_pstate = (plat_info >> 8) & 0xFF; in core_get_max_pstate()
676 max_pstate = tar; in core_get_max_pstate()
677 pr_debug("max_pstate=TAC %x\n", max_pstate); in core_get_max_pstate()
685 return max_pstate; in core_get_max_pstate()
[all …]