Searched refs:min_perf (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/cpufreq/ |
D | intel_pstate.c | 149 int32_t min_perf; member 162 .min_perf = 0, 442 limits.min_perf = div_fp(int_tofp(limits.min_perf_pct), int_tofp(100)); in store_min_perf_pct() 690 int min_perf; in intel_pstate_get_min_max() local 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() 716 pstate = clamp_t(int, pstate, min_perf, max_perf); in intel_pstate_set_pstate() 970 limits.min_perf = int_tofp(1); in intel_pstate_set_policy() [all …]
|