Lines Matching refs:new_index
741 unsigned int new_index) in powernv_cpufreq_target_index() argument
747 if (unlikely(rebooting) && new_index != get_nominal_index()) in powernv_cpufreq_target_index()
761 freq_data.pstate_id = idx_to_pstate(new_index); in powernv_cpufreq_target_index()
770 gpstate_idx = new_index; in powernv_cpufreq_target_index()
771 gpstates->highest_lpstate_idx = new_index; in powernv_cpufreq_target_index()
775 if (gpstates->last_gpstate_idx < new_index) { in powernv_cpufreq_target_index()
786 gpstates->highest_lpstate_idx = new_index; in powernv_cpufreq_target_index()
787 gpstate_idx = new_index; in powernv_cpufreq_target_index()
792 new_index); in powernv_cpufreq_target_index()
796 gpstates->highest_lpstate_idx = new_index; in powernv_cpufreq_target_index()
797 gpstate_idx = new_index; in powernv_cpufreq_target_index()
804 if (gpstate_idx != new_index) in powernv_cpufreq_target_index()
813 gpstates->last_lpstate_idx = new_index; in powernv_cpufreq_target_index()