Searched refs:desired_perf (Results 1 – 4 of 4) sorted by relevance
270 cpu_data->perf_ctrls.desired_perf = in cppc_cpufreq_set_target()291 u32 desired_perf; in cppc_cpufreq_fast_switch() local294 desired_perf = cppc_khz_to_perf(&cpu_data->perf_caps, target_freq); in cppc_cpufreq_fast_switch()295 cpu_data->perf_ctrls.desired_perf = desired_perf; in cppc_cpufreq_fast_switch()643 cpu_data->perf_ctrls.desired_perf = caps->highest_perf; in cppc_cpufreq_cpu_init()669 cpu_data->perf_ctrls.desired_perf = caps->lowest_perf; in cppc_cpufreq_cpu_exit()766 delivered_perf = cpu_data->perf_ctrls.desired_perf; in cppc_cpufreq_get_rate()
522 perf_ctrls.desired_perf = des_perf; in shmem_update_perf()
129 u32 desired_perf; member150 extern int cppc_get_desired_perf(int cpunum, u64 *desired_perf);179 static inline int cppc_get_desired_perf(int cpunum, u64 *desired_perf) in cppc_get_desired_perf() argument
1291 int cppc_get_desired_perf(int cpunum, u64 *desired_perf) in cppc_get_desired_perf() argument1293 return cppc_get_reg_val(cpunum, DESIRED_PERF, desired_perf); in cppc_get_desired_perf()1789 cpc_write(cpu, desired_reg, perf_ctrls->desired_perf); in cppc_set_perf()