Home
last modified time | relevance | path

Searched refs:cap_perf (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/cpufreq/
H A Damd-pstate.c706 u8 max_perf, min_perf, des_perf, cap_perf; in amd_pstate_adjust_perf() local
720 cap_perf = perf.highest_perf; in amd_pstate_adjust_perf()
722 des_perf = cap_perf; in amd_pstate_adjust_perf()
724 des_perf = DIV_ROUND_UP(cap_perf * target_perf, capacity); in amd_pstate_adjust_perf()
727 min_perf = DIV_ROUND_UP(cap_perf * _min_perf, capacity); in amd_pstate_adjust_perf()
729 min_perf = cap_perf; in amd_pstate_adjust_perf()