max_phase 633 drivers/usb/host/uhci-q.c int max_phase = min_t(int, MAX_PHASE, qh->period); max_phase 637 drivers/usb/host/uhci-q.c for (phase = 1; phase < max_phase; ++phase) {