Searched refs:desired_perf (Results 1 – 4 of 4) sorted by relevance
278 cpu_data->perf_ctrls.desired_perf = in cppc_cpufreq_set_target()299 u32 desired_perf; in cppc_cpufreq_fast_switch() local302 desired_perf = cppc_khz_to_perf(&cpu_data->perf_caps, target_freq); in cppc_cpufreq_fast_switch()303 cpu_data->perf_ctrls.desired_perf = desired_perf; in cppc_cpufreq_fast_switch()658 cpu_data->perf_ctrls.desired_perf = caps->highest_perf; in cppc_cpufreq_cpu_init()684 cpu_data->perf_ctrls.desired_perf = caps->lowest_perf; in cppc_cpufreq_cpu_exit()781 delivered_perf = cpu_data->perf_ctrls.desired_perf; in cppc_cpufreq_get_rate()
504 perf_ctrls.desired_perf = des_perf; in shmem_update_perf()
120 u32 desired_perf; member142 extern int cppc_get_desired_perf(int cpunum, u64 *desired_perf);168 static inline int cppc_get_desired_perf(int cpunum, u64 *desired_perf) in cppc_get_desired_perf() argument
1224 int cppc_get_desired_perf(int cpunum, u64 *desired_perf) in cppc_get_desired_perf() argument1226 return cppc_get_perf(cpunum, DESIRED_PERF, desired_perf); in cppc_get_desired_perf()1732 cpc_write(cpu, desired_reg, perf_ctrls->desired_perf); in cppc_set_perf()