Home
last modified time | relevance | path

Searched refs:max_phase (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/usb/host/
Duhci-q.c633 int max_phase = min_t(int, MAX_PHASE, qh->period); in uhci_check_bandwidth() local
637 for (phase = 1; phase < max_phase; ++phase) { in uhci_check_bandwidth()