Lines Matching refs:__hc32
106 * __hc32 and __hc16 are "Host Controller" types, they may be equivalent to
114 typedef __u32 __bitwise __hc32;
117 #define __hc32 __le32
153 __hc32 link; /* Next QH in the schedule */
154 __hc32 element; /* Queue element (TD) pointer */
260 __hc32 link;
261 __hc32 status;
262 __hc32 token;
263 __hc32 buffer;
400 __hc32 *frame;
692 static inline __hc32 cpu_to_hc32(const struct uhci_hcd *uhci, const u32 x)
695 ? (__force __hc32)cpu_to_be32(x)
696 : (__force __hc32)cpu_to_le32(x);
700 static inline u32 hc32_to_cpu(const struct uhci_hcd *uhci, const __hc32 x)
709 static inline __hc32 cpu_to_hc32(const struct uhci_hcd *uhci, const u32 x)
715 static inline u32 hc32_to_cpu(const struct uhci_hcd *uhci, const __hc32 x)