Searched refs:desired_perf (Results 1 – 2 of 2) sorted by relevance
139 u32 desired_perf; in cppc_cpufreq_set_target() local144 desired_perf = cppc_cpufreq_khz_to_perf(cpu, target_freq); in cppc_cpufreq_set_target()146 if (desired_perf == cpu->perf_ctrls.desired_perf) in cppc_cpufreq_set_target()149 cpu->perf_ctrls.desired_perf = desired_perf; in cppc_cpufreq_set_target()176 cpu->perf_ctrls.desired_perf = cpu->perf_caps.lowest_perf; in cppc_cpufreq_stop_cpu()289 cpu->perf_ctrls.desired_perf = cpu->perf_caps.highest_perf; in cppc_cpufreq_cpu_init()326 delivered_perf = cpu->perf_ctrls.desired_perf; in cppc_get_rate_from_fbctrs()
118 u32 desired_perf; member