Searched refs:perf_ctrls (Results 1 – 2 of 2) sorted by relevance
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()382 ret = cppc_set_perf(cpu, &cpu_data->perf_ctrls); in cppc_cpufreq_set_target()548 cpu_data->perf_ctrls.desired_perf = caps->highest_perf; in cppc_cpufreq_cpu_init()550 ret = cppc_set_perf(cpu, &cpu_data->perf_ctrls); in cppc_cpufreq_cpu_init()574 cpu_data->perf_ctrls.desired_perf = caps->lowest_perf; in cppc_cpufreq_cpu_exit()576 ret = cppc_set_perf(cpu, &cpu_data->perf_ctrls); in cppc_cpufreq_cpu_exit()609 return cpu_data->perf_ctrls.desired_perf; in cppc_perf_from_fbctrs()
1261 int cppc_set_perf(int cpu, struct cppc_perf_ctrls *perf_ctrls) in cppc_set_perf() argument1310 cpc_write(cpu, desired_reg, perf_ctrls->desired_perf); in cppc_set_perf()