Searched refs:perf_ctrls (Results 1 – 2 of 2) sorted by relevance
202 if (desired_perf == cpu->perf_ctrls.desired_perf) in cppc_cpufreq_set_target()205 cpu->perf_ctrls.desired_perf = desired_perf; in cppc_cpufreq_set_target()210 ret = cppc_set_perf(cpu->cpu, &cpu->perf_ctrls); in cppc_cpufreq_set_target()232 cpu->perf_ctrls.desired_perf = cpu->perf_caps.lowest_perf; in cppc_cpufreq_stop_cpu()234 ret = cppc_set_perf(cpu_num, &cpu->perf_ctrls); in cppc_cpufreq_stop_cpu()345 cpu->perf_ctrls.desired_perf = cpu->perf_caps.highest_perf; in cppc_cpufreq_cpu_init()347 ret = cppc_set_perf(cpu_num, &cpu->perf_ctrls); in cppc_cpufreq_cpu_init()382 delivered_perf = cpu->perf_ctrls.desired_perf; in cppc_get_rate_from_fbctrs()
1270 int cppc_set_perf(int cpu, struct cppc_perf_ctrls *perf_ctrls) in cppc_set_perf() argument1319 cpc_write(cpu, desired_reg, perf_ctrls->desired_perf); in cppc_set_perf()