Lines Matching defs:max
386 /* Validate endpoint configuration data. Return max defined endpoint ID */
393 u32 max;
419 max = 0;
423 max = max_t(u32, max, dp->endpoint_id);
426 return max;
937 ipa_qtime_val(struct ipa *ipa, u32 microseconds, u32 max, u32 *select)
944 if (ticks <= max)
950 if (ticks <= max)
958 WARN_ON(ticks > max);
970 u32 max;
975 max = reg_field_max(reg, TIME_LIMIT);
979 ticks = ipa_qtime_val(ipa, microseconds, max, &select);
987 WARN(ticks > max, "aggr_time_limit too large (%u > %u usec)\n",
988 microseconds, max * IPA_AGGR_GRANULARITY);
1060 u32 max = reg_field_max(reg, TIMER_LIMIT);
1064 ticks = ipa_qtime_val(ipa, microseconds, max, &select);
2035 /* Until IPA v5.0, the max endpoint ID was 32 */