Searched refs:desired_perf (Results 1 – 4 of 4) sorted by relevance
386 u32 desired_perf; in cppc_cpufreq_set_target() local389 desired_perf = cppc_cpufreq_khz_to_perf(cpu_data, target_freq); in cppc_cpufreq_set_target()391 if (desired_perf == cpu_data->perf_ctrls.desired_perf) in cppc_cpufreq_set_target()394 cpu_data->perf_ctrls.desired_perf = desired_perf; in cppc_cpufreq_set_target()414 u32 desired_perf; in cppc_cpufreq_fast_switch() local417 desired_perf = cppc_cpufreq_khz_to_perf(cpu_data, target_freq); in cppc_cpufreq_fast_switch()418 cpu_data->perf_ctrls.desired_perf = desired_perf; in cppc_cpufreq_fast_switch()774 cpu_data->perf_ctrls.desired_perf = caps->highest_perf; in cppc_cpufreq_cpu_init()800 cpu_data->perf_ctrls.desired_perf = caps->lowest_perf; in cppc_cpufreq_cpu_exit()835 return cpu_data->perf_ctrls.desired_perf; in cppc_perf_from_fbctrs()[all …]
166 perf_ctrls.desired_perf = des_perf; in cppc_update_perf()
116 u32 desired_perf; member137 extern int cppc_get_desired_perf(int cpunum, u64 *desired_perf);153 static inline int cppc_get_desired_perf(int cpunum, u64 *desired_perf) in cppc_get_desired_perf() argument
1138 int cppc_get_desired_perf(int cpunum, u64 *desired_perf) in cppc_get_desired_perf() argument1140 return cppc_get_perf(cpunum, DESIRED_PERF, desired_perf); in cppc_get_desired_perf()1469 cpc_write(cpu, desired_reg, perf_ctrls->desired_perf); in cppc_set_perf()