Home
last modified time | relevance | path

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

/drivers/cpufreq/
Dcppc_cpufreq.c369 u32 desired_perf; in cppc_cpufreq_set_target() local
372 desired_perf = cppc_cpufreq_khz_to_perf(cpu_data, target_freq); in cppc_cpufreq_set_target()
374 if (desired_perf == cpu_data->perf_ctrls.desired_perf) in cppc_cpufreq_set_target()
377 cpu_data->perf_ctrls.desired_perf = desired_perf; in cppc_cpufreq_set_target()
548 cpu_data->perf_ctrls.desired_perf = caps->highest_perf; in cppc_cpufreq_cpu_init()
574 cpu_data->perf_ctrls.desired_perf = caps->lowest_perf; in cppc_cpufreq_cpu_exit()
609 return cpu_data->perf_ctrls.desired_perf; in cppc_perf_from_fbctrs()
701 u64 desired_perf; in hisi_cppc_cpufreq_get_rate() local
706 ret = cppc_get_desired_perf(cpu, &desired_perf); in hisi_cppc_cpufreq_get_rate()
710 return cppc_cpufreq_perf_to_khz(cpu_data, desired_perf); in hisi_cppc_cpufreq_get_rate()
/drivers/acpi/
Dcppc_acpi.c1066 int cppc_get_desired_perf(int cpunum, u64 *desired_perf) in cppc_get_desired_perf() argument
1068 return cppc_get_perf(cpunum, DESIRED_PERF, desired_perf); in cppc_get_desired_perf()
1310 cpc_write(cpu, desired_reg, perf_ctrls->desired_perf); in cppc_set_perf()