Searched refs:desired_perf (Results 1 – 4 of 4) sorted by relevance
297 u32 desired_perf; in cppc_cpufreq_set_target() local300 desired_perf = cppc_khz_to_perf(&cpu_data->perf_caps, target_freq); in cppc_cpufreq_set_target()302 if (desired_perf == cpu_data->perf_ctrls.desired_perf) in cppc_cpufreq_set_target()305 cpu_data->perf_ctrls.desired_perf = desired_perf; in cppc_cpufreq_set_target()325 u32 desired_perf; in cppc_cpufreq_fast_switch() local328 desired_perf = cppc_khz_to_perf(&cpu_data->perf_caps, target_freq); in cppc_cpufreq_fast_switch()329 cpu_data->perf_ctrls.desired_perf = desired_perf; in cppc_cpufreq_fast_switch()683 cpu_data->perf_ctrls.desired_perf = caps->highest_perf; in cppc_cpufreq_cpu_init()709 cpu_data->perf_ctrls.desired_perf = caps->lowest_perf; in cppc_cpufreq_cpu_exit()807 delivered_perf = cpu_data->perf_ctrls.desired_perf; in cppc_cpufreq_get_rate()[all …]
299 perf_ctrls.desired_perf = 0; in cppc_enable()416 perf_ctrls.desired_perf = des_perf; in cppc_update_perf()1503 perf_ctrls.desired_perf = 0; in amd_pstate_epp_offline()
120 u32 desired_perf; member142 extern int cppc_get_desired_perf(int cpunum, u64 *desired_perf);165 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()