Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/cpufreq/
Dintel_pstate.c143 int min_pstate; member
519 (cpu->pstate.min_pstate * 100 / turbo_pstate) : 0; in min_perf_pct_min()
986 total = cpu->pstate.turbo_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct()
987 no_turbo = cpu->pstate.max_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct()
1010 total = cpu->pstate.turbo_pstate - cpu->pstate.min_pstate + 1; in show_num_pstates()
1344 int_tofp(pstate - cpudata->pstate.min_pstate), in atom_get_val()
1397 cpudata->pstate.min_pstate)); in atom_get_vid()
1549 intel_pstate_set_pstate(cpu, cpu->pstate.min_pstate); in intel_pstate_set_min_pstate()
1554 int pstate = max(cpu->pstate.min_pstate, cpu->max_perf_ratio); in intel_pstate_max_within_limits()
1562 cpu->pstate.min_pstate = pstate_funcs.get_min(); in intel_pstate_get_cpu_pstates()
[all …]