Searched refs:MAX_OPPS (Results 1 – 3 of 3) sorted by relevance
89 #define MAX_OPPS 8 macro406 opps = kcalloc(MAX_OPPS, sizeof(*opps), GFP_KERNEL); in ve_spc_populate_opps()413 for (idx = 0; idx < MAX_OPPS; idx++, off += 4, opps++) { in ve_spc_populate_opps()
34 #define MAX_OPPS 16 macro
161 struct scmi_opp opp[MAX_OPPS];290 if (tot_opp_cnt + num_returned > MAX_OPPS) { in scmi_perf_describe_levels_get()
Completed in 8 milliseconds