Lines Matching refs:new_index
742 unsigned int new_index) in powernv_cpufreq_target_index() argument
748 if (unlikely(rebooting) && new_index != get_nominal_index()) in powernv_cpufreq_target_index()
762 freq_data.pstate_id = idx_to_pstate(new_index); in powernv_cpufreq_target_index()
771 gpstate_idx = new_index; in powernv_cpufreq_target_index()
772 gpstates->highest_lpstate_idx = new_index; in powernv_cpufreq_target_index()
776 if (gpstates->last_gpstate_idx < new_index) { in powernv_cpufreq_target_index()
787 gpstates->highest_lpstate_idx = new_index; in powernv_cpufreq_target_index()
788 gpstate_idx = new_index; in powernv_cpufreq_target_index()
793 new_index); in powernv_cpufreq_target_index()
797 gpstates->highest_lpstate_idx = new_index; in powernv_cpufreq_target_index()
798 gpstate_idx = new_index; in powernv_cpufreq_target_index()
805 if (gpstate_idx != new_index) in powernv_cpufreq_target_index()
814 gpstates->last_lpstate_idx = new_index; in powernv_cpufreq_target_index()