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.c380 perf_ctrls.max_perf = max_perf; in cppc_update_perf()
394 max_perf, fast_switch); in amd_pstate_update_perf()
438 max_perf = clamp_t(unsigned long, max_perf, cpudata->min_limit_perf, in amd_pstate_update()
509 max_perf = cap_perf; in amd_pstate_update_freq()
580 max_perf = cap_perf; in amd_pstate_adjust_perf()
581 if (max_perf < min_perf) in amd_pstate_adjust_perf()
582 max_perf = min_perf; in amd_pstate_adjust_perf()
1245 max_perf = clamp_t(unsigned long, max_perf, cpudata->min_limit_perf, in amd_pstate_epp_update_limit()
1252 min_perf = max_perf; in amd_pstate_epp_update_limit()
1310 u64 value, max_perf; in amd_pstate_epp_reenable() local
[all …]
/openbmc/linux/drivers/firmware/arm_scmi/
H A Dperf.c484 limits->max_level = cpu_to_le32(max_perf); in scmi_perf_msg_limits_set()
501 dom->id, min_perf, max_perf); in __scmi_perf_limits_set()
502 iowrite32(max_perf, fci->set_addr); in __scmi_perf_limits_set()
512 u32 domain, u32 max_perf, u32 min_perf) in scmi_perf_limits_set() argument
535 if (max_perf) { in scmi_perf_limits_set()
540 max_perf = opp->level_index; in scmi_perf_limits_set()
565 *max_perf = le32_to_cpu(limits->max_level); in scmi_perf_msg_limits_get()
580 *max_perf = ioread32(fci->get_addr); in __scmi_perf_limits_get()
583 dom->id, *min_perf, *max_perf); in __scmi_perf_limits_get()
591 u32 domain, u32 *max_perf, u32 *min_perf) in scmi_perf_limits_get() argument
[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.h116 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.c1682 if (perf_ctrls->max_perf) in cppc_set_perf()
1683 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 …