Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/cpufreq/
Dintel_pstate.c148 int32_t max_perf; member
160 .max_perf = int_tofp(1),
423 limits.max_perf = div_fp(int_tofp(limits.max_perf_pct), int_tofp(100)); in store_max_perf_pct()
688 int max_perf = cpu->pstate.turbo_pstate; in intel_pstate_get_min_max() local
693 max_perf = cpu->pstate.max_pstate; in intel_pstate_get_min_max()
700 max_perf_adj = fp_toint(mul_fp(int_tofp(max_perf), limits.max_perf)); in intel_pstate_get_min_max()
704 min_perf = fp_toint(mul_fp(int_tofp(max_perf), limits.min_perf)); in intel_pstate_get_min_max()
705 *min = clamp_t(int, min_perf, cpu->pstate.min_pstate, max_perf); in intel_pstate_get_min_max()
710 int max_perf, min_perf; in intel_pstate_set_pstate() local
714 intel_pstate_get_min_max(cpu, &min_perf, &max_perf); in intel_pstate_set_pstate()
[all …]