Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Duhci-q.c614 for (phase += period; phase < MAX_PHASE; phase += period) in uhci_highest_load()
633 int max_phase = min_t(int, MAX_PHASE, qh->period); in uhci_check_bandwidth()
665 for (i = qh->phase; i < MAX_PHASE; i += qh->period) { in uhci_reserve_bandwidth()
670 uhci->total_load / MAX_PHASE; in uhci_reserve_bandwidth()
698 for (i = qh->phase; i < MAX_PHASE; i += qh->period) { in uhci_release_bandwidth()
703 uhci->total_load / MAX_PHASE; in uhci_release_bandwidth()
1102 qh->phase = (qh->period / 2) & (MAX_PHASE - 1); in uhci_submit_interrupt()
H A Duhci-hcd.h95 #define MAX_PHASE 32 /* Periodic scheduling length */ macro
445 short load[MAX_PHASE]; /* Periodic allocations */
H A Duhci-debug.c399 for (i = 0; i < MAX_PHASE; ++i) { in uhci_sprint_schedule()