Home
last modified time | relevance | path

Searched refs:Q_NEXT_TYPE (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A 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()
428 type = Q_NEXT_TYPE(ehci, ehci->periodic[frame]); in tt_no_collision()
432 type = Q_NEXT_TYPE(ehci, here.itd->hw_next); in tt_no_collision()
447 type = Q_NEXT_TYPE(ehci, hw->hw_next); in tt_no_collision()
461 type = Q_NEXT_TYPE(ehci, here.sitd->hw_next); in tt_no_collision()
537 type = Q_NEXT_TYPE(ehc in qh_link_periodic()
[all...]
H A 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()
H A Dfotg210-hcd.c547 tag = Q_NEXT_TYPE(fotg210, fotg210->periodic[i]); in fill_periodic_buffer()
590 tag = Q_NEXT_TYPE(fotg210, hw->hw_next); in fill_periodic_buffer()
597 tag = Q_NEXT_TYPE(fotg210, p.fstn->hw_next); in fill_periodic_buffer()
603 tag = Q_NEXT_TYPE(fotg210, p.itd->hw_next); in fill_periodic_buffer()
3310 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3312 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3323 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3326 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3339 switch (hc32_to_cpu(fotg210, Q_NEXT_TYPE(fotg210, *hw_p))) { in periodic_usecs()
3409 type = Q_NEXT_TYPE(fotg21 in tt_no_collision()
[all...]
H A Dfotg210.h361 #define Q_NEXT_TYPE(fotg210, dma) ((dma) & cpu_to_hc32(fotg210, 3 << 1)) macro
388 * Q_NEXT_TYPE to get the tag.
H A Doxu210hp-hcd.c274 #define Q_NEXT_TYPE(dma) ((dma) & cpu_to_le32 (3 << 1)) macro
289 * Q_NEXT_TYPE to get the tag.
2249 prev_p = periodic_next_shadow(prev_p, Q_NEXT_TYPE(*hw_p)); in periodic_unlink()
2260 *prev_p = *periodic_next_shadow(&here, Q_NEXT_TYPE(*hw_p)); in periodic_unlink()
2273 switch (Q_NEXT_TYPE(*hw_p)) { in periodic_usecs()
2372 type = Q_NEXT_TYPE(*hw_p); in qh_link_periodic()
2706 type = Q_NEXT_TYPE(*hw_p); in scan_periodic()
2716 type = Q_NEXT_TYPE(q.qh->hw_next); in scan_periodic()
H A Dehci.h329 #define Q_NEXT_TYPE(ehci, dma) ((dma) & cpu_to_hc32(ehci, 3 << 1)) macro
355 * Q_NEXT_TYPE to get the tag.
/kernel/linux/linux-6.6/drivers/usb/host/
H A 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()
544 type = Q_NEXT_TYPE(ehc in qh_link_periodic()
[all...]
H A 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()
H A Doxu210hp-hcd.c274 #define Q_NEXT_TYPE(dma) ((dma) & cpu_to_le32 (3 << 1)) macro
289 * Q_NEXT_TYPE to get the tag.
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()
H A Dehci.h332 #define Q_NEXT_TYPE(ehci, dma) ((dma) & cpu_to_hc32(ehci, 3 << 1)) macro
358 * Q_NEXT_TYPE to get the tag.
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H A Dfotg210-hcd.c546 tag = Q_NEXT_TYPE(fotg210, fotg210->periodic[i]); in fill_periodic_buffer()
589 tag = Q_NEXT_TYPE(fotg210, hw->hw_next); in fill_periodic_buffer()
596 tag = Q_NEXT_TYPE(fotg210, p.fstn->hw_next); in fill_periodic_buffer()
602 tag = Q_NEXT_TYPE(fotg210, p.itd->hw_next); in fill_periodic_buffer()
3311 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3313 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3324 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3327 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink()
3340 switch (hc32_to_cpu(fotg210, Q_NEXT_TYPE(fotg210, *hw_p))) { in periodic_usecs()
3410 type = Q_NEXT_TYPE(fotg21 in tt_no_collision()
[all...]
H A Dfotg210-hcd.h359 #define Q_NEXT_TYPE(fotg210, dma) ((dma) & cpu_to_hc32(fotg210, 3 << 1)) macro
386 * Q_NEXT_TYPE to get the tag.

Completed in 36 milliseconds