Searched defs:max_perf (Results 1 - 1 of 1) sorted by relevance

/drivers/cpufreq/
H A Dintel_pstate.c146 int32_t max_perf; member in struct:perf_limits
156 .max_perf = int_tofp(1),
349 limits.max_perf = div_fp(int_tofp(limits.max_perf_pct), int_tofp(100));
565 int max_perf = cpu->pstate.turbo_pstate; local
570 max_perf = cpu->pstate.max_pstate;
572 max_perf_adj = fp_toint(mul_fp(int_tofp(max_perf), limits.max_perf));
576 min_perf = fp_toint(mul_fp(int_tofp(max_perf), limits.min_perf));
577 *min = clamp_t(int, min_perf, cpu->pstate.min_pstate, max_perf);
582 int max_perf, min_per local
[all...]

Completed in 67 milliseconds