Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/cpufreq/
Dpowernv-cpufreq.c86 int highest_lpstate_idx; member
228 gpstates->highest_lpstate_idx = 0; in reset_gpstates()
620 int highest_lpstate_idx, in calc_global_pstate() argument
633 (powernv_pstate_info.min - highest_lpstate_idx)) / 100; in calc_global_pstate()
636 if (highest_lpstate_idx + index_diff >= local_pstate_idx) in calc_global_pstate()
639 return highest_lpstate_idx + index_diff; in calc_global_pstate()
714 gpstates->highest_lpstate_idx = gpstate_idx; in gpstate_timer_handler()
718 gpstates->highest_lpstate_idx, in gpstate_timer_handler()
771 gpstates->highest_lpstate_idx = new_index; in powernv_cpufreq_target_index()
786 gpstates->highest_lpstate_idx = new_index; in powernv_cpufreq_target_index()
[all …]