Searched defs:Q_TYPE_QH (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/host/
H A Dehci.h290 #define Q_TYPE_QH (1 << 1) macro
295 #define QH_NEXT(ehci,dma) (cpu_to_hc32(ehci, (((u32)dma)&~0x01f)|Q_TYPE_QH))
309 struct ehci_qh *qh; /* Q_TYPE_QH */
H A Doxu210hp.h246 #define Q_TYPE_QH cpu_to_le32 (1 << 1) macro
249 #define QH_NEXT(dma) (cpu_to_le32(((u32)dma)&~0x01f)|Q_TYPE_QH)
263 struct ehci_qh *qh; /* Q_TYPE_QH */

Completed in 62 milliseconds