Searched refs:pstate_id (Results 1 – 1 of 1) sorted by relevance
105 u8 pstate_id; member208 if (revmap_data->pstate_id == pstate) in pstate_to_idx()329 revmap_data->pstate_id = id & 0xFF; in init_powernv_pstates()331 key = (revmap_data->pstate_id) % POWERNV_MAX_PSTATES; in init_powernv_pstates()360 static unsigned int pstate_id_to_freq(u8 pstate_id) in pstate_id_to_freq() argument364 i = pstate_to_idx(pstate_id); in pstate_id_to_freq()367 pstate_id, idx_to_pstate(powernv_pstate_info.nominal)); in pstate_id_to_freq()472 u8 pstate_id; member493 freq_data->pstate_id = extract_local_pstate(pmspr_val); in powernv_read_cpu_freq()494 freq_data->freq = pstate_id_to_freq(freq_data->pstate_id); in powernv_read_cpu_freq()[all …]