Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Damd-pstate.c183 u32 des_perf, u32 max_perf, bool fast_switch) in pstate_update_perf() argument
196 u32 max_perf, bool fast_switch) in amd_pstate_update_perf() argument
199 max_perf, fast_switch); in amd_pstate_update_perf()
410 u32 max_perf, bool fast_switch) in cppc_update_perf() argument
414 perf_ctrls.max_perf = max_perf; in cppc_update_perf()
455 u32 des_perf, u32 max_perf, bool fast_switch, int gov_flags) in amd_pstate_update() argument
462 max_perf = clamp_t(unsigned long, max_perf, cpudata->min_limit_perf, in amd_pstate_update()
464 des_perf = clamp_t(unsigned long, des_perf, min_perf, max_perf); in amd_pstate_update()
478 value |= AMD_CPPC_MAX_PERF(max_perf); in amd_pstate_update()
481 trace_amd_pstate_perf(min_perf, des_perf, max_perf, cpudata->freq, in amd_pstate_update()
[all …]
/openbmc/linux/drivers/firmware/arm_scmi/
H A Dperf.c471 u32 domain, u32 max_perf, u32 min_perf) in scmi_perf_msg_limits_set() argument
484 limits->max_level = cpu_to_le32(max_perf); in scmi_perf_msg_limits_set()
494 struct perf_dom_info *dom, u32 max_perf, in __scmi_perf_limits_set() argument
501 dom->id, min_perf, max_perf); in __scmi_perf_limits_set()
502 iowrite32(max_perf, fci->set_addr); in __scmi_perf_limits_set()
508 return scmi_perf_msg_limits_set(ph, dom->id, max_perf, min_perf); in __scmi_perf_limits_set()
512 u32 domain, u32 max_perf, u32 min_perf) in scmi_perf_limits_set() argument
521 if (PROTOCOL_REV_MAJOR(pi->version) >= 0x3 && !max_perf && !min_perf) in scmi_perf_limits_set()
535 if (max_perf) { in scmi_perf_limits_set()
536 opp = xa_load(&dom->opps_by_lvl, max_perf); in scmi_perf_limits_set()
[all …]
/openbmc/linux/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py156 def store_csv(cpu_int, time_pre_dec, time_post_dec, min_perf, des_perf, max_perf, freq_ghz, mperf, … argument
166 …nt(time_pre_dec), int(time_post_dec), int(min_perf), int(des_perf), int(max_perf), freq_ghz, int(m…
212 max_perf = search_obj.group(14)
235 …store_csv(cpu_int, time_pre_dec, time_post_dec, min_perf, des_perf, max_perf, freq_ghz, mperf, ape…
/openbmc/linux/include/acpi/
H A Dcppc_acpi.h118 u32 max_perf; member
/openbmc/linux/include/linux/
H A Dscmi_protocol.h134 u32 max_perf, u32 min_perf);
136 u32 *max_perf, u32 *min_perf);
/openbmc/linux/drivers/acpi/
H A Dcppc_acpi.c1741 if (perf_ctrls->max_perf) in cppc_set_perf()
1742 cpc_write(cpu, max_perf_reg, perf_ctrls->max_perf); in cppc_set_perf()
/openbmc/linux/Documentation/admin-guide/pm/
H A Damd-pstate.rst478 …common_cpu common_secs common_usecs min_perf des_perf max_perf freq mperf apef tsc …