Lines Matching defs:MAX_PHASES
53 #define MAX_PHASES 16
495 u8 ranges[MAX_PHASES][MAX_PHASES] = { {0}, {0} };
496 u8 phases_per_row[MAX_PHASES] = { 0 };
502 if (!total_phases || (total_phases > MAX_PHASES)) {
522 if (row_index >= MAX_PHASES)
550 if (phases_0 + phases_15 >= MAX_PHASES)
554 * more than or equal to MAX_PHASES.
563 if (++i >= MAX_PHASES)
584 if (ret >= MAX_PHASES) {