Searched refs:gpstate_idx (Results 1 – 1 of 1) sorted by relevance
674 int gpstate_idx, lpstate_idx; in gpstate_timer_handler() local711 gpstate_idx = pstate_to_idx(freq_data.pstate_id); in gpstate_timer_handler()712 lpstate_idx = gpstate_idx; in gpstate_timer_handler()714 gpstates->highest_lpstate_idx = gpstate_idx; in gpstate_timer_handler()717 gpstate_idx = calc_global_pstate(gpstates->elapsed_time, in gpstate_timer_handler()721 freq_data.gpstate_id = idx_to_pstate(gpstate_idx); in gpstate_timer_handler()722 gpstates->last_gpstate_idx = gpstate_idx; in gpstate_timer_handler()728 if (gpstate_idx != gpstates->last_lpstate_idx) in gpstate_timer_handler()744 unsigned int cur_msec, gpstate_idx; in powernv_cpufreq_target_index() local770 gpstate_idx = new_index; in powernv_cpufreq_target_index()[all …]