Lines Matching refs:new_index
740 unsigned int new_index) in powernv_cpufreq_target_index() argument
746 if (unlikely(rebooting) && new_index != get_nominal_index()) in powernv_cpufreq_target_index()
760 freq_data.pstate_id = idx_to_pstate(new_index); in powernv_cpufreq_target_index()
769 gpstate_idx = new_index; in powernv_cpufreq_target_index()
770 gpstates->highest_lpstate_idx = new_index; in powernv_cpufreq_target_index()
774 if (gpstates->last_gpstate_idx < new_index) { in powernv_cpufreq_target_index()
785 gpstates->highest_lpstate_idx = new_index; in powernv_cpufreq_target_index()
786 gpstate_idx = new_index; in powernv_cpufreq_target_index()
791 new_index); in powernv_cpufreq_target_index()
795 gpstates->highest_lpstate_idx = new_index; in powernv_cpufreq_target_index()
796 gpstate_idx = new_index; in powernv_cpufreq_target_index()
803 if (gpstate_idx != new_index) in powernv_cpufreq_target_index()
812 gpstates->last_lpstate_idx = new_index; in powernv_cpufreq_target_index()