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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Duhci-hcd.h91 #define MAX_PHASE 32 /* Periodic scheduling length */ macro
391 short load[MAX_PHASE]; /* Periodic allocations */
H A Duhci-q.c612 for (phase += period; phase < MAX_PHASE; phase += period)
631 int max_phase = min_t(int, MAX_PHASE, qh->period);
663 for (i = qh->phase; i < MAX_PHASE; i += qh->period) {
668 uhci->total_load / MAX_PHASE;
696 for (i = qh->phase; i < MAX_PHASE; i += qh->period) {
701 uhci->total_load / MAX_PHASE;
1075 qh->phase = (qh->period / 2) & (MAX_PHASE - 1);
H A Duhci-debug.c364 for (i = 0; i < MAX_PHASE; ++i) {

Completed in 62 milliseconds