Lines Matching refs:highest_perf
266 u32 highest_perf; in pstate_init_perf() local
278 highest_perf = amd_get_highest_perf(); in pstate_init_perf()
279 if (highest_perf > AMD_CPPC_HIGHEST_PERF(cap1)) in pstate_init_perf()
280 highest_perf = AMD_CPPC_HIGHEST_PERF(cap1); in pstate_init_perf()
282 WRITE_ONCE(cpudata->highest_perf, highest_perf); in pstate_init_perf()
294 u32 highest_perf; in cppc_init_perf() local
300 highest_perf = amd_get_highest_perf(); in cppc_init_perf()
301 if (highest_perf > cppc_perf.highest_perf) in cppc_init_perf()
302 highest_perf = cppc_perf.highest_perf; in cppc_init_perf()
304 WRITE_ONCE(cpudata->highest_perf, highest_perf); in cppc_init_perf()
436 cap_perf = READ_ONCE(cpudata->highest_perf); in amd_pstate_target()
464 cap_perf = READ_ONCE(cpudata->highest_perf); in amd_pstate_adjust_perf()
471 min_perf = READ_ONCE(cpudata->highest_perf); in amd_pstate_adjust_perf()
510 max_perf = READ_ONCE(cpudata->highest_perf); in amd_get_max_freq()
585 u32 highest_perf, nominal_perf; in amd_pstate_boost_init() local
587 highest_perf = READ_ONCE(cpudata->highest_perf); in amd_pstate_boost_init()
590 if (highest_perf <= nominal_perf) in amd_pstate_boost_init()
765 perf = READ_ONCE(cpudata->highest_perf); in show_amd_pstate_highest_perf()
1036 max_perf = READ_ONCE(cpudata->highest_perf); in amd_pstate_epp_init()
1113 max_perf = READ_ONCE(cpudata->highest_perf); in amd_pstate_epp_reenable()