Searched refs:cap_perf (Results 1 – 1 of 1) sorted by relevance
570 unsigned long max_perf, min_perf, des_perf, cap_perf; in amd_pstate_update_freq() local578 cap_perf = READ_ONCE(cpudata->highest_perf); in amd_pstate_update_freq()580 max_perf = cap_perf; in amd_pstate_update_freq()585 des_perf = DIV_ROUND_CLOSEST(target_freq * cap_perf, in amd_pstate_update_freq()627 cap_perf, lowest_nonlinear_perf; in amd_pstate_adjust_perf() local640 cap_perf = READ_ONCE(cpudata->highest_perf); in amd_pstate_adjust_perf()643 des_perf = cap_perf; in amd_pstate_adjust_perf()645 des_perf = DIV_ROUND_UP(cap_perf * target_perf, capacity); in amd_pstate_adjust_perf()649 min_perf = DIV_ROUND_UP(cap_perf * _min_perf, capacity); in amd_pstate_adjust_perf()654 max_perf = cap_perf; in amd_pstate_adjust_perf()