Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/cpufreq/
Dintel_pstate.c152 int32_t max_perf; member
164 .max_perf = int_tofp(1),
177 .max_perf = int_tofp(1),
458 limits->max_perf = div_fp(int_tofp(limits->max_perf_pct), in store_max_perf_pct()
810 int max_perf = cpu->pstate.turbo_pstate; in intel_pstate_get_min_max() local
815 max_perf = cpu->pstate.max_pstate; in intel_pstate_get_min_max()
822 max_perf_adj = fp_toint(mul_fp(int_tofp(max_perf), limits->max_perf)); in intel_pstate_get_min_max()
826 min_perf = fp_toint(mul_fp(int_tofp(max_perf), limits->min_perf)); in intel_pstate_get_min_max()
827 *min = clamp_t(int, min_perf, cpu->pstate.min_pstate, max_perf); in intel_pstate_get_min_max()
832 int max_perf, min_perf; in intel_pstate_set_pstate() local
[all …]
/linux-4.4.14/include/acpi/
Dcppc_acpi.h105 u32 max_perf; member