Searched refs:max_perf (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/cpufreq/ |
| A D | amd-pstate.c | 436 perf_ctrls.max_perf = max_perf; in cppc_update_perf() 487 max_perf = clamp_t(unsigned long, max_perf, cpudata->min_limit_perf, in amd_pstate_update() 507 max_perf = min_t(unsigned long, nominal_perf, max_perf); in amd_pstate_update() 580 max_perf = cap_perf; in amd_pstate_update_freq() 654 max_perf = cap_perf; in amd_pstate_adjust_perf() 655 if (max_perf < min_perf) in amd_pstate_adjust_perf() 656 max_perf = min_perf; in amd_pstate_adjust_perf() 1531 max_perf = clamp_t(unsigned long, max_perf, cpudata->min_limit_perf, in amd_pstate_epp_update_limit() 1538 min_perf = max_perf; in amd_pstate_epp_update_limit() 1605 u64 value, max_perf; in amd_pstate_epp_reenable() local [all …]
|
| /linux/drivers/firmware/arm_scmi/ |
| A D | perf.c | 549 limits->max_level = cpu_to_le32(max_perf); in scmi_perf_msg_limits_set() 566 dom->id, min_perf, max_perf); in __scmi_perf_limits_set() 567 iowrite32(max_perf, fci->set_addr); in __scmi_perf_limits_set() 577 u32 domain, u32 max_perf, u32 min_perf) in scmi_perf_limits_set() argument 603 if (max_perf) { in scmi_perf_limits_set() 608 max_perf = opp->level_index; in scmi_perf_limits_set() 633 *max_perf = le32_to_cpu(limits->max_level); in scmi_perf_msg_limits_get() 648 *max_perf = ioread32(fci->get_addr); in __scmi_perf_limits_get() 651 dom->id, *min_perf, *max_perf); in __scmi_perf_limits_get() 659 u32 domain, u32 *max_perf, u32 *min_perf) in scmi_perf_limits_get() argument [all …]
|
| /linux/tools/power/x86/amd_pstate_tracer/ |
| A D | amd_pstate_trace.py | 155 def store_csv(cpu_int, time_pre_dec, time_post_dec, min_perf, des_perf, max_perf, freq_ghz, mperf, … argument 165 …nt(time_pre_dec), int(time_post_dec), int(min_perf), int(des_perf), int(max_perf), freq_ghz, int(m… 211 max_perf = search_obj.group(14) 234 …store_csv(cpu_int, time_pre_dec, time_post_dec, min_perf, des_perf, max_perf, freq_ghz, mperf, ape…
|
| /linux/include/acpi/ |
| A D | cppc_acpi.h | 118 u32 max_perf; member
|
| /linux/include/linux/ |
| A D | scmi_protocol.h | 164 u32 max_perf, u32 min_perf); 166 u32 *max_perf, u32 *min_perf);
|
| /linux/drivers/acpi/ |
| A D | cppc_acpi.c | 1740 if (perf_ctrls->max_perf) in cppc_set_perf() 1741 cpc_write(cpu, max_perf_reg, perf_ctrls->max_perf); in cppc_set_perf()
|
| /linux/Documentation/admin-guide/pm/ |
| A D | amd-pstate.rst | 562 …common_cpu common_secs common_usecs min_perf des_perf max_perf freq mperf apef tsc …
|
Completed in 28 milliseconds