Lines Matching refs:cpu_to_hc32
308 #define QTD_NEXT(fotg210, dma) cpu_to_hc32(fotg210, (u32)dma)
337 #define ACTIVE_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_ACTIVE)
338 #define HALT_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_HALT)
339 #define STATUS_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_STS)
352 #define QTD_MASK(fotg210) cpu_to_hc32(fotg210, ~0x1f)
359 #define Q_NEXT_TYPE(fotg210, dma) ((dma) & cpu_to_hc32(fotg210, 3 << 1))
376 (cpu_to_hc32(fotg210, (((u32)dma)&~0x01f)|Q_TYPE_QH))
380 cpu_to_hc32(fotg210, 1) /* "null pointer" to hw */
552 #define ITD_ACTIVE(fotg210) cpu_to_hc32(fotg210, FOTG210_ISOC_ACTIVE)
663 static inline __hc32 cpu_to_hc32(const struct fotg210_hcd *fotg210, const u32 x)