Searched refs:perf_val (Results 1 – 2 of 2) sorted by relevance
128 __le32 perf_val; member139 __le32 perf_val; member383 opp->perf = le32_to_cpu(r->opp[loop_idx].perf_val); in process_response_opp()405 opp->perf = le32_to_cpu(r->opp[loop_idx].perf_val); in process_response_opp_v4()
143 u32 perf_val = DIV_ROUND_UP_ULL((u64)freq_val * perf.nominal_perf, nominal_freq); in freq_to_perf() local145 return (u8)clamp(perf_val, perf.lowest_perf, perf.highest_perf); in freq_to_perf()148 static inline u32 perf_to_freq(union perf_cached perf, u32 nominal_freq, u8 perf_val) in perf_to_freq() argument150 return DIV_ROUND_UP_ULL((u64)nominal_freq * perf_val, in perf_to_freq()