Lines Matching refs:highest_perf
93 u32 highest_perf; in pstate_init_perf() local
105 highest_perf = amd_get_highest_perf(); in pstate_init_perf()
106 if (highest_perf > AMD_CPPC_HIGHEST_PERF(cap1)) in pstate_init_perf()
107 highest_perf = AMD_CPPC_HIGHEST_PERF(cap1); in pstate_init_perf()
109 WRITE_ONCE(cpudata->highest_perf, highest_perf); in pstate_init_perf()
121 u32 highest_perf; in cppc_init_perf() local
127 highest_perf = amd_get_highest_perf(); in cppc_init_perf()
128 if (highest_perf > cppc_perf.highest_perf) in cppc_init_perf()
129 highest_perf = cppc_perf.highest_perf; in cppc_init_perf()
131 WRITE_ONCE(cpudata->highest_perf, highest_perf); in cppc_init_perf()
263 cap_perf = READ_ONCE(cpudata->highest_perf); in amd_pstate_target()
291 cap_perf = READ_ONCE(cpudata->highest_perf); in amd_pstate_adjust_perf()
298 min_perf = READ_ONCE(cpudata->highest_perf); in amd_pstate_adjust_perf()
337 max_perf = READ_ONCE(cpudata->highest_perf); in amd_get_max_freq()
412 u32 highest_perf, nominal_perf; in amd_pstate_boost_init() local
414 highest_perf = READ_ONCE(cpudata->highest_perf); in amd_pstate_boost_init()
417 if (highest_perf <= nominal_perf) in amd_pstate_boost_init()
590 perf = READ_ONCE(cpudata->highest_perf); in show_amd_pstate_highest_perf()