Searched refs:gpstate_idx (Results 1 – 1 of 1) sorted by relevance
675 int gpstate_idx, lpstate_idx; in gpstate_timer_handler() local712 gpstate_idx = pstate_to_idx(freq_data.pstate_id); in gpstate_timer_handler()713 lpstate_idx = gpstate_idx; in gpstate_timer_handler()715 gpstates->highest_lpstate_idx = gpstate_idx; in gpstate_timer_handler()718 gpstate_idx = calc_global_pstate(gpstates->elapsed_time, in gpstate_timer_handler()722 freq_data.gpstate_id = idx_to_pstate(gpstate_idx); in gpstate_timer_handler()723 gpstates->last_gpstate_idx = gpstate_idx; in gpstate_timer_handler()729 if (gpstate_idx != gpstates->last_lpstate_idx) in gpstate_timer_handler()745 unsigned int cur_msec, gpstate_idx; in powernv_cpufreq_target_index() local771 gpstate_idx = new_index; in powernv_cpufreq_target_index()[all …]