Lines Matching refs:cpu_to_hc32
286 #define QTD_NEXT(ehci, dma) cpu_to_hc32(ehci, (u32)dma)
315 #define ACTIVE_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_ACTIVE)
316 #define HALT_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_HALT)
317 #define STATUS_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_STS)
330 #define QTD_MASK(ehci) cpu_to_hc32 (ehci, ~0x1f)
337 #define Q_NEXT_TYPE(ehci,dma) ((dma) & cpu_to_hc32(ehci, 3 << 1))
353 #define QH_NEXT(ehci,dma) (cpu_to_hc32(ehci, (((u32)dma)&~0x01f)|Q_TYPE_QH))
356 #define EHCI_LIST_END(ehci) cpu_to_hc32(ehci, 1) /* "null pointer" to hw */
520 #define ITD_ACTIVE(ehci) cpu_to_hc32(ehci, EHCI_ISOC_ACTIVE)
565 #define SITD_ACTIVE(ehci) cpu_to_hc32(ehci, SITD_STS_ACTIVE)
808 static inline __hc32 cpu_to_hc32 (const struct ehci_hcd *ehci, const u32 x) in cpu_to_hc32() function
833 static inline __hc32 cpu_to_hc32 (const struct ehci_hcd *ehci, const u32 x) in cpu_to_hc32() function