Lines Matching defs:MAX_PHASES
50 #define MAX_PHASES 16
475 u8 ranges[MAX_PHASES][MAX_PHASES] = { {0}, {0} };
476 u8 phases_per_row[MAX_PHASES] = { 0 };
482 if (!total_phases || (total_phases > MAX_PHASES)) {
502 if (row_index >= MAX_PHASES)
530 if (phases_0 + phases_15 >= MAX_PHASES)
534 * more than or equal to MAX_PHASES.
543 if (++i >= MAX_PHASES)
564 if (ret >= MAX_PHASES) {