Home
last modified time | relevance | path

Searched refs:QH_NEXT (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Doxu210hp.h250 #define QH_NEXT(dma) (cpu_to_le32(((u32)dma)&~0x01f)|Q_TYPE_QH) macro
Dfotg210.h374 #define QH_NEXT(fotg210, dma) \ macro
Dehci.h344 #define QH_NEXT(ehci, dma) \ macro
Dehci-hcd.c520 hw->hw_next = QH_NEXT(ehci, ehci->async->qh_dma); in ehci_init()
Doxu210hp-hcd.c1479 __le32 dma = QH_NEXT(qh->qh_dma); in qh_link_async()
1960 *hw_p = QH_NEXT(qh->qh_dma); in qh_link_periodic()
2610 oxu->async->hw_next = QH_NEXT(oxu->async->qh_dma); in oxu_hcd_init()
Dehci-q.c972 __hc32 dma = QH_NEXT(ehci, qh->qh_dma); in qh_link_async()
Dfotg210-hcd.c2908 __hc32 dma = QH_NEXT(fotg210, qh->qh_dma); in qh_link_async()
3526 *hw_p = QH_NEXT(fotg210, qh->qh_dma); in qh_link_periodic()
4963 hw->hw_next = QH_NEXT(fotg210, fotg210->async->qh_dma); in hcd_fotg210_init()
Dehci-sched.c582 *hw_p = QH_NEXT(ehci, qh->qh_dma); in qh_link_periodic()