Home
last modified time | relevance | path

Searched refs:desired_perf (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/cpufreq/
A Dcppc_cpufreq.c386 u32 desired_perf; in cppc_cpufreq_set_target() local
391 if (desired_perf == cpu_data->perf_ctrls.desired_perf) in cppc_cpufreq_set_target()
394 cpu_data->perf_ctrls.desired_perf = desired_perf; in cppc_cpufreq_set_target()
414 u32 desired_perf; in cppc_cpufreq_fast_switch() local
418 cpu_data->perf_ctrls.desired_perf = desired_perf; in cppc_cpufreq_fast_switch()
774 cpu_data->perf_ctrls.desired_perf = caps->highest_perf; in cppc_cpufreq_cpu_init()
800 cpu_data->perf_ctrls.desired_perf = caps->lowest_perf; in cppc_cpufreq_cpu_exit()
835 return cpu_data->perf_ctrls.desired_perf; in cppc_perf_from_fbctrs()
928 u64 desired_perf; in hisi_cppc_cpufreq_get_rate() local
933 ret = cppc_get_desired_perf(cpu, &desired_perf); in hisi_cppc_cpufreq_get_rate()
[all …]
A Damd-pstate.c246 perf_ctrls.desired_perf = 0; in cppc_enable()
339 perf_ctrls.desired_perf = des_perf; in cppc_update_perf()
1159 perf_ctrls.desired_perf = 0; in amd_pstate_epp_offline()
/linux-6.3-rc2/include/acpi/
A Dcppc_acpi.h117 u32 desired_perf; member
139 extern int cppc_get_desired_perf(int cpunum, u64 *desired_perf);
157 static inline int cppc_get_desired_perf(int cpunum, u64 *desired_perf) in cppc_get_desired_perf() argument
/linux-6.3-rc2/drivers/acpi/
A Dcppc_acpi.c1139 int cppc_get_desired_perf(int cpunum, u64 *desired_perf) in cppc_get_desired_perf() argument
1141 return cppc_get_perf(cpunum, DESIRED_PERF, desired_perf); in cppc_get_desired_perf()
1537 cpc_write(cpu, desired_reg, perf_ctrls->desired_perf); in cppc_set_perf()

Completed in 11 milliseconds