Home
last modified time | relevance | path

Searched defs:hc32_to_cpu (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dehci.h115 #define hc32_to_cpu(x) be32_to_cpu((x)) macro
118 #define hc32_to_cpu(x) le32_to_cpu((x)) macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c131 static inline u32 hc32_to_cpu(const u32 x) in hc32_to_cpu() function
143 #define hc32_to_cpu(x) le32_to_cpu(x) macro
/openbmc/linux/drivers/usb/host/
H A Duhci-hcd.h700 static inline u32 hc32_to_cpu(const struct uhci_hcd *uhci, const __hc32 x) in hc32_to_cpu() function
715 static inline u32 hc32_to_cpu(const struct uhci_hcd *uhci, const __hc32 x) in hc32_to_cpu() function
H A Dehci.h835 static inline u32 hc32_to_cpu(const struct ehci_hcd *ehci, const __hc32 x) in hc32_to_cpu() function
858 static inline u32 hc32_to_cpu(const struct ehci_hcd *ehci, const __hc32 x) in hc32_to_cpu() function
H A Dohci.h635 static inline u32 hc32_to_cpu (const struct ohci_hcd *ohci, const __hc32 x) in hc32_to_cpu() function
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h669 static inline u32 hc32_to_cpu(const struct fotg210_hcd *fotg210, const __hc32 x) in hc32_to_cpu() function