Searched refs:gpstate_idx (Results 1 – 1 of 1) sorted by relevance
673 int gpstate_idx, lpstate_idx; in gpstate_timer_handler() local710 gpstate_idx = pstate_to_idx(freq_data.pstate_id); in gpstate_timer_handler()711 lpstate_idx = gpstate_idx; in gpstate_timer_handler()713 gpstates->highest_lpstate_idx = gpstate_idx; in gpstate_timer_handler()716 gpstate_idx = calc_global_pstate(gpstates->elapsed_time, in gpstate_timer_handler()720 freq_data.gpstate_id = idx_to_pstate(gpstate_idx); in gpstate_timer_handler()721 gpstates->last_gpstate_idx = gpstate_idx; in gpstate_timer_handler()727 if (gpstate_idx != gpstates->last_lpstate_idx) in gpstate_timer_handler()743 unsigned int cur_msec, gpstate_idx; in powernv_cpufreq_target_index() local769 gpstate_idx = new_index; in powernv_cpufreq_target_index()[all …]