Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/host/
Dehci-sched.c72 Q_NEXT_TYPE(ehci, *hw_p)); in periodic_unlink()
74 Q_NEXT_TYPE(ehci, *hw_p)); in periodic_unlink()
85 Q_NEXT_TYPE(ehci, *hw_p)); in periodic_unlink()
88 *shadow_next_periodic(ehci, &here, Q_NEXT_TYPE(ehci, *hw_p)) in periodic_unlink()
91 Q_NEXT_TYPE(ehci, *hw_p)); in periodic_unlink()
434 type = Q_NEXT_TYPE(ehci, ehci->periodic[frame]); in tt_no_collision()
438 type = Q_NEXT_TYPE(ehci, here.itd->hw_next); in tt_no_collision()
453 type = Q_NEXT_TYPE(ehci, hw->hw_next); in tt_no_collision()
467 type = Q_NEXT_TYPE(ehci, here.sitd->hw_next); in tt_no_collision()
543 type = Q_NEXT_TYPE(ehci, *hw_p); in qh_link_periodic()
[all …]
Dehci-dbg.c655 tag = Q_NEXT_TYPE(ehci, ehci->periodic[i]); in fill_periodic_buffer()
698 tag = Q_NEXT_TYPE(ehci, hw->hw_next); in fill_periodic_buffer()
705 tag = Q_NEXT_TYPE(ehci, p.fstn->hw_next); in fill_periodic_buffer()
711 tag = Q_NEXT_TYPE(ehci, p.itd->hw_next); in fill_periodic_buffer()
721 tag = Q_NEXT_TYPE(ehci, p.sitd->hw_next); in fill_periodic_buffer()
Dfotg210-hcd.c550 tag = Q_NEXT_TYPE(fotg210, fotg210->periodic[i]); in fill_periodic_buffer()
593 tag = Q_NEXT_TYPE(fotg210, hw->hw_next); in fill_periodic_buffer()
600 tag = Q_NEXT_TYPE(fotg210, p.fstn->hw_next); in fill_periodic_buffer()
606 tag = Q_NEXT_TYPE(fotg210, p.itd->hw_next); in fill_periodic_buffer()
3315 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3317 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3328 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3331 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3344 switch (hc32_to_cpu(fotg210, Q_NEXT_TYPE(fotg210, *hw_p))) { in periodic_usecs()
3414 type = Q_NEXT_TYPE(fotg210, fotg210->periodic[frame]); in tt_no_collision()
[all …]
Dfotg210.h358 #define Q_NEXT_TYPE(fotg210, dma) ((dma) & cpu_to_hc32(fotg210, 3 << 1)) macro
Doxu210hp-hcd.c274 #define Q_NEXT_TYPE(dma) ((dma) & cpu_to_le32 (3 << 1)) macro
2250 prev_p = periodic_next_shadow(prev_p, Q_NEXT_TYPE(*hw_p)); in periodic_unlink()
2261 *prev_p = *periodic_next_shadow(&here, Q_NEXT_TYPE(*hw_p)); in periodic_unlink()
2274 switch (Q_NEXT_TYPE(*hw_p)) { in periodic_usecs()
2373 type = Q_NEXT_TYPE(*hw_p); in qh_link_periodic()
2707 type = Q_NEXT_TYPE(*hw_p); in scan_periodic()
2717 type = Q_NEXT_TYPE(q.qh->hw_next); in scan_periodic()
Dehci.h331 #define Q_NEXT_TYPE(ehci, dma) ((dma) & cpu_to_hc32(ehci, 3 << 1)) macro