Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dpowernv-cpufreq.c81 int highest_lpstate_idx; member
223 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()
715 gpstates->highest_lpstate_idx = gpstate_idx; in gpstate_timer_handler()
719 gpstates->highest_lpstate_idx, in gpstate_timer_handler()
772 gpstates->highest_lpstate_idx = new_index; in powernv_cpufreq_target_index()
787 gpstates->highest_lpstate_idx = new_index; in powernv_cpufreq_target_index()
[all …]