Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/
Dprocessor_thermal.c246 int max_pstate; in processor_set_cur_state() local
255 max_pstate = cpufreq_get_max_state(pr->id); in processor_set_cur_state()
260 if (state <= max_pstate) { in processor_set_cur_state()
265 cpufreq_set_cur_state(pr->id, max_pstate); in processor_set_cur_state()
267 state - max_pstate, false); in processor_set_cur_state()
/linux-4.1.27/drivers/cpufreq/
Dintel_pstate.c78 int max_pstate; member
257 cpu->pstate.max_pstate == cpu->pstate.turbo_pstate); in update_turbo_state()
356 no_turbo = cpu->pstate.max_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct()
533 if (pstate > cpudata->pstate.max_pstate) in byt_set_pstate()
566 int_tofp(cpudata->pstate.max_pstate - in byt_get_vid()
693 max_perf = cpu->pstate.max_pstate; in intel_pstate_get_min_max()
731 cpu->pstate.max_pstate = pstate_funcs.get_max(); in intel_pstate_get_cpu_pstates()
750 cpu->pstate.max_pstate * cpu->pstate.scaling / 100), in intel_pstate_calc_busy()
802 int32_t core_busy, max_pstate, current_pstate, sample_ratio; in intel_pstate_get_scaled_busy() local
818 max_pstate = int_tofp(cpu->pstate.max_pstate); in intel_pstate_get_scaled_busy()
[all …]