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

/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c138 static inline u32 hc32_to_cpu(const u32 x) function
150 #define hc32_to_cpu(x) le32_to_cpu(x) macro
794 swap_temp = hc32_to_cpu(dtd->size_ioc_sts);
1608 remaining_length = (hc32_to_cpu(curr_td->size_ioc_sts)
1613 errors = hc32_to_cpu(curr_td->size_ioc_sts);
1618 tmp = hc32_to_cpu(curr_qh->size_ioc_int_sts);
1638 } else if (hc32_to_cpu(curr_td->size_ioc_sts)
/drivers/usb/host/
H A Duhci-hcd.h223 #define td_token(uhci, td) hc32_to_cpu((uhci), (td)->token)
274 #define td_status(uhci, td) hc32_to_cpu((uhci), \
639 static inline u32 hc32_to_cpu(const struct uhci_hcd *uhci, const __hc32 x) function
654 static inline u32 hc32_to_cpu(const struct uhci_hcd *uhci, const __hc32 x) function
H A Dehci.h804 static inline u32 hc32_to_cpu (const struct ehci_hcd *ehci, const __hc32 x) function
827 static inline u32 hc32_to_cpu (const struct ehci_hcd *ehci, const __hc32 x) function
H A Dfotg210.h717 static inline u32 hc32_to_cpu(const struct fotg210_hcd *fotg210, const __hc32 x) function
H A Dfusbh200.h707 static inline u32 hc32_to_cpu (const struct fusbh200_hcd *fusbh200, const __hc32 x) function
H A Dohci.h634 static inline u32 hc32_to_cpu (const struct ohci_hcd *ohci, const __hc32 x) function

Completed in 101 milliseconds