Lines Matching refs:phase
214 ps->phase, ps->phase_uf, ps->period, in bandwidth_dbg()
228 if (qh->ps.phase == NO_FRAME) /* Bandwidth wasn't reserved */ in reserve_release_intr_bandwidth()
554 qh, qh->ps.phase, qh->ps.usecs, qh->ps.c_usecs); in qh_link_periodic()
560 for (i = qh->ps.phase; i < ehci->periodic_size; i += period) { in qh_link_periodic()
635 for (i = qh->ps.phase; i < ehci->periodic_size; i += period) in qh_unlink_periodic()
647 qh, qh->ps.phase, qh->ps.usecs, qh->ps.c_usecs); in qh_unlink_periodic()
871 if (qh->ps.phase != NO_FRAME) { in qh_schedule()
911 qh->ps.phase = (qh->ps.period ? ehci->random_frame & in qh_schedule()
913 qh->ps.bw_phase = qh->ps.phase & (qh->ps.bw_period - 1); in qh_schedule()
1034 stream->ps.phase = NO_FRAME; in iso_stream_alloc()
1342 if (stream->ps.phase == NO_FRAME) /* Bandwidth wasn't reserved */ in reserve_release_iso_bandwidth()
1519 if (stream->ps.phase == NO_FRAME) { in iso_stream_schedule()
1559 stream->ps.phase = (start >> 3) & in iso_stream_schedule()
1561 stream->ps.bw_phase = stream->ps.phase & in iso_stream_schedule()
1569 start = (stream->ps.phase << 3) + stream->ps.phase_uf; in iso_stream_schedule()