Searched refs:desired_perf (Results 1 – 4 of 4) sorted by relevance
280 cpu_data->perf_ctrls.desired_perf = in cppc_cpufreq_set_target()301 u32 desired_perf; in cppc_cpufreq_fast_switch() local304 desired_perf = cppc_khz_to_perf(&cpu_data->perf_caps, target_freq); in cppc_cpufreq_fast_switch()305 cpu_data->perf_ctrls.desired_perf = desired_perf; in cppc_cpufreq_fast_switch()660 cpu_data->perf_ctrls.desired_perf = caps->highest_perf; in cppc_cpufreq_cpu_init()686 cpu_data->perf_ctrls.desired_perf = caps->lowest_perf; in cppc_cpufreq_cpu_exit()783 delivered_perf = cpu_data->perf_ctrls.desired_perf; in cppc_cpufreq_get_rate()
394 perf_ctrls.desired_perf = 0; in shmem_cppc_enable()496 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()