Searched refs:QH_NEXT (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | fotg210.h | 377 #define QH_NEXT(fotg210, dma) \ macro
|
H A D | ehci.h | 345 #define QH_NEXT(ehci, dma) \ macro
|
H A D | oxu210hp-hcd.c | 280 #define QH_NEXT(dma) (cpu_to_le32(((u32)dma)&~0x01f)|Q_TYPE_QH) macro 1917 __le32 dma = QH_NEXT(qh->qh_dma); in qh_link_async() 2397 *hw_p = QH_NEXT(qh->qh_dma); in qh_link_periodic() 3047 oxu->async->hw_next = QH_NEXT(oxu->async->qh_dma); in oxu_hcd_init()
|
H A D | ehci-q.c | 983 __hc32 dma = QH_NEXT(ehci, qh->qh_dma); in qh_link_async()
|
H A D | ehci-hcd.c | 521 hw->hw_next = QH_NEXT(ehci, ehci->async->qh_dma); in ehci_init()
|
H A D | fotg210-hcd.c | 2906 __hc32 dma = QH_NEXT(fotg210, qh->qh_dma); in qh_link_async() 3524 *hw_p = QH_NEXT(fotg210, qh->qh_dma); in qh_link_periodic() 4961 hw->hw_next = QH_NEXT(fotg210, fotg210->async->qh_dma); in hcd_fotg210_init()
|
H A D | ehci-sched.c | 562 *hw_p = QH_NEXT(ehci, qh->qh_dma); in qh_link_periodic()
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 375 #define QH_NEXT(fotg210, dma) \ macro
|
H A D | fotg210-hcd.c | 2907 __hc32 dma = QH_NEXT(fotg210, qh->qh_dma); in qh_link_async() 3525 *hw_p = QH_NEXT(fotg210, qh->qh_dma); in qh_link_periodic() 4960 hw->hw_next = QH_NEXT(fotg210, fotg210->async->qh_dma); in hcd_fotg210_init()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci.h | 348 #define QH_NEXT(ehci, dma) \ macro
|
H A D | oxu210hp-hcd.c | 280 #define QH_NEXT(dma) (cpu_to_le32(((u32)dma)&~0x01f)|Q_TYPE_QH) macro 1918 __le32 dma = QH_NEXT(qh->qh_dma); in qh_link_async() 2398 *hw_p = QH_NEXT(qh->qh_dma); in qh_link_periodic() 3048 oxu->async->hw_next = QH_NEXT(oxu->async->qh_dma); in oxu_hcd_init()
|
H A D | ehci-hcd.c | 522 hw->hw_next = QH_NEXT(ehci, ehci->async->qh_dma); in ehci_init()
|
H A D | ehci-q.c | 984 __hc32 dma = QH_NEXT(ehci, qh->qh_dma); in qh_link_async()
|
H A D | ehci-sched.c | 569 *hw_p = QH_NEXT(ehci, qh->qh_dma); in qh_link_periodic()
|
Completed in 42 milliseconds