Searched refs:desired_perf (Results 1 – 2 of 2) sorted by relevance
369 u32 desired_perf; in cppc_cpufreq_set_target() local372 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() local706 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()
1066 int cppc_get_desired_perf(int cpunum, u64 *desired_perf) in cppc_get_desired_perf() argument1068 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()