Searched refs:desired_perf (Results 1 – 4 of 4) sorted by relevance
389 u32 desired_perf; in cppc_cpufreq_set_target() local392 desired_perf = cppc_cpufreq_khz_to_perf(cpu_data, target_freq); in cppc_cpufreq_set_target()394 if (desired_perf == cpu_data->perf_ctrls.desired_perf) in cppc_cpufreq_set_target()397 cpu_data->perf_ctrls.desired_perf = desired_perf; in cppc_cpufreq_set_target()417 u32 desired_perf; in cppc_cpufreq_fast_switch() local420 desired_perf = cppc_cpufreq_khz_to_perf(cpu_data, target_freq); in cppc_cpufreq_fast_switch()421 cpu_data->perf_ctrls.desired_perf = desired_perf; in cppc_cpufreq_fast_switch()777 cpu_data->perf_ctrls.desired_perf = caps->highest_perf; in cppc_cpufreq_cpu_init()803 cpu_data->perf_ctrls.desired_perf = caps->lowest_perf; in cppc_cpufreq_cpu_exit()838 return cpu_data->perf_ctrls.desired_perf; in cppc_perf_from_fbctrs()[all …]
272 perf_ctrls.desired_perf = 0; in cppc_enable()381 perf_ctrls.desired_perf = des_perf; in cppc_update_perf()1317 perf_ctrls.desired_perf = 0; in amd_pstate_epp_offline()
118 u32 desired_perf; member140 extern int cppc_get_desired_perf(int cpunum, u64 *desired_perf);160 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()1631 cpc_write(cpu, desired_reg, perf_ctrls->desired_perf); in cppc_set_perf()