Searched refs:desired_perf (Results 1 – 4 of 4) sorted by relevance
386 u32 desired_perf; in cppc_cpufreq_set_target() local391 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() local418 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()928 u64 desired_perf; in hisi_cppc_cpufreq_get_rate() local933 ret = cppc_get_desired_perf(cpu, &desired_perf); in hisi_cppc_cpufreq_get_rate()[all …]
246 perf_ctrls.desired_perf = 0; in cppc_enable()339 perf_ctrls.desired_perf = des_perf; in cppc_update_perf()1159 perf_ctrls.desired_perf = 0; in amd_pstate_epp_offline()
117 u32 desired_perf; member139 extern int cppc_get_desired_perf(int cpunum, u64 *desired_perf);157 static inline int cppc_get_desired_perf(int cpunum, u64 *desired_perf) in cppc_get_desired_perf() argument
1139 int cppc_get_desired_perf(int cpunum, u64 *desired_perf) in cppc_get_desired_perf() argument1141 return cppc_get_perf(cpunum, DESIRED_PERF, desired_perf); in cppc_get_desired_perf()1537 cpc_write(cpu, desired_reg, perf_ctrls->desired_perf); in cppc_set_perf()
Completed in 11 milliseconds