Searched defs:QH_NEXT (Results 1 – 2 of 2) sorted by relevance
/drivers/usb/host/ | ||
D | oxu210hp.h | 249 #define QH_NEXT(dma) (cpu_to_le32(((u32)dma)&~0x01f)|Q_TYPE_QH) macro |
D | ehci.h | 302 #define QH_NEXT(ehci,dma) (cpu_to_hc32(ehci, (((u32)dma)&~0x01f)|Q_TYPE_QH)) macro |