Searched defs:hc32_to_cpu (Results 1 – 6 of 6) sorted by relevance
639 static inline u32 hc32_to_cpu(const struct uhci_hcd *uhci, const __hc32 x) in hc32_to_cpu() function654 static inline u32 hc32_to_cpu(const struct uhci_hcd *uhci, const __hc32 x) in hc32_to_cpu() function
804 static inline u32 hc32_to_cpu (const struct ehci_hcd *ehci, const __hc32 x) in hc32_to_cpu() function827 static inline u32 hc32_to_cpu (const struct ehci_hcd *ehci, const __hc32 x) in hc32_to_cpu() function
634 static inline u32 hc32_to_cpu (const struct ohci_hcd *ohci, const __hc32 x) in hc32_to_cpu() function
651 static inline u32 hc32_to_cpu (const struct fusbh200_hcd *fusbh200, const __hc32 x) in hc32_to_cpu() function
661 static inline u32 hc32_to_cpu(const struct fotg210_hcd *fotg210, const __hc32 x) in hc32_to_cpu() function
138 static inline u32 hc32_to_cpu(const u32 x) in hc32_to_cpu() function150 #define hc32_to_cpu(x) le32_to_cpu(x) macro