Lines Matching refs:cpu_to_hc32
310 #define QTD_NEXT(fotg210, dma) cpu_to_hc32(fotg210, (u32)dma)
339 #define ACTIVE_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_ACTIVE)
340 #define HALT_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_HALT)
341 #define STATUS_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_STS)
354 #define QTD_MASK(fotg210) cpu_to_hc32(fotg210, ~0x1f)
361 #define Q_NEXT_TYPE(fotg210, dma) ((dma) & cpu_to_hc32(fotg210, 3 << 1))
378 (cpu_to_hc32(fotg210, (((u32)dma)&~0x01f)|Q_TYPE_QH))
382 cpu_to_hc32(fotg210, 1) /* "null pointer" to hw */
554 #define ITD_ACTIVE(fotg210) cpu_to_hc32(fotg210, FOTG210_ISOC_ACTIVE)
665 static inline __hc32 cpu_to_hc32(const struct fotg210_hcd *fotg210, const u32 x)