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.c787 u8 max_perf, min_perf, des_perf, cap_perf; in amd_pstate_adjust_perf()
800 cap_perf = perf.highest_perf; in amd_pstate_adjust_perf()
802 des_perf = cap_perf; in amd_pstate_adjust_perf()
804 des_perf = DIV_ROUND_UP(cap_perf * target_perf, capacity); in amd_pstate_adjust_perf()
807 min_perf = DIV_ROUND_UP(cap_perf * _min_perf, capacity); in amd_pstate_adjust_perf()
809 min_perf = cap_perf; in amd_pstate_adjust_perf()
792 u8 max_perf, min_perf, des_perf, cap_perf; amd_pstate_adjust_perf() local