Searched refs:pstate_id (Results 1 – 1 of 1) sorted by relevance
108 u8 pstate_id; member211 if (revmap_data->pstate_id == pstate) in pstate_to_idx()332 revmap_data->pstate_id = id & 0xFF; in init_powernv_pstates()334 key = (revmap_data->pstate_id) % POWERNV_MAX_PSTATES; in init_powernv_pstates()363 static unsigned int pstate_id_to_freq(u8 pstate_id) in pstate_id_to_freq() argument367 i = pstate_to_idx(pstate_id); in pstate_id_to_freq()370 pstate_id, idx_to_pstate(powernv_pstate_info.nominal)); in pstate_id_to_freq()471 u8 pstate_id; member492 freq_data->pstate_id = extract_local_pstate(pmspr_val); in powernv_read_cpu_freq()493 freq_data->freq = pstate_id_to_freq(freq_data->pstate_id); in powernv_read_cpu_freq()[all …]