Searched refs:QH_NEXT (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Doxu210hp.h249 #define QH_NEXT(dma) (cpu_to_le32(((u32)dma)&~0x01f)|Q_TYPE_QH) macro
H A Dehci.h274 #define QH_NEXT(ehci,dma) (cpu_to_hc32(ehci, (((u32)dma)&~0x01f)|Q_TYPE_QH)) macro
H A Dehci-hcd.c610 hw->hw_next = QH_NEXT(ehci, ehci->async->qh_dma);
H A Dehci-q.c969 __hc32 dma = QH_NEXT(ehci, qh->qh_dma);
H A Doxu210hp-hcd.c1488 __le32 dma = QH_NEXT(qh->qh_dma);
1968 *hw_p = QH_NEXT(qh->qh_dma);
2605 oxu->async->hw_next = QH_NEXT(oxu->async->qh_dma);
H A Dehci-sched.c574 *hw_p = QH_NEXT (ehci, qh->qh_dma);

Completed in 77 milliseconds