Searched refs:hc32_to_cpu (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/usb/host/
H A Dehci-dbg.c109 label, itd->frame, itd, hc32_to_cpu(ehci, itd->hw_next),
113 hc32_to_cpu(ehci, itd->hw_transaction[0]),
114 hc32_to_cpu(ehci, itd->hw_transaction[1]),
115 hc32_to_cpu(ehci, itd->hw_transaction[2]),
116 hc32_to_cpu(ehci, itd->hw_transaction[3]),
117 hc32_to_cpu(ehci, itd->hw_transaction[4]),
118 hc32_to_cpu(ehci, itd->hw_transaction[5]),
119 hc32_to_cpu(ehci, itd->hw_transaction[6]),
120 hc32_to_cpu(ehci, itd->hw_transaction[7]));
123 hc32_to_cpu(ehc
[all...]
H A Duhci-debug.c52 hc32_to_cpu(uhci, td->link));
92 out += sprintf(out, "(buf=%08x)\n", hc32_to_cpu(uhci, td->buffer));
183 hc32_to_cpu(uhci, qh->link),
184 hc32_to_cpu(uhci, element));
427 i, hc32_to_cpu(uhci, link));
461 i, hc32_to_cpu(uhci, link));
466 hc32_to_cpu(uhci, qh_dma));
H A Duhci-hcd.h227 #define td_token(uhci, td) hc32_to_cpu((uhci), (td)->token)
278 #define td_status(uhci, td) hc32_to_cpu((uhci), \
700 static inline u32 hc32_to_cpu(const struct uhci_hcd *uhci, const __hc32 x) function
715 static inline u32 hc32_to_cpu(const struct uhci_hcd *uhci, const __hc32 x) function
H A Dohci-dbg.c315 u32 tmp = hc32_to_cpu (ohci, ed->hwINFO);
413 u32 info = hc32_to_cpu (ohci, ed->hwINFO);
414 u32 headp = hc32_to_cpu (ohci, ed->hwHeadP);
531 u32 info = hc32_to_cpu (ohci, ed->hwINFO);
H A Dehci.h835 static inline u32 hc32_to_cpu(const struct ehci_hcd *ehci, const __hc32 x) function
858 static inline u32 hc32_to_cpu(const struct ehci_hcd *ehci, const __hc32 x) function
H A Dehci-sched.c35 switch (hc32_to_cpu(ehci, tag)) {
52 switch (hc32_to_cpu(ehci, tag)) {
436 switch (hc32_to_cpu(ehci, type)) {
446 mask = hc32_to_cpu(ehci,
460 mask = hc32_to_cpu(ehci, here.sitd
2388 switch (hc32_to_cpu(ehci, type)) {
H A Dohci-q.c893 hc32_to_cpu (ohci, td->hwINFO),
1002 head = hc32_to_cpu(ohci, ed->hwHeadP) & TD_MASK;
H A Dohci-hcd.c787 unsigned tmp = hc32_to_cpu(ohci, ed->hwINFO);
810 head = hc32_to_cpu(ohci, READ_ONCE(ed->hwHeadP)) & TD_MASK;
H A Dohci.h635 static inline u32 hc32_to_cpu (const struct ohci_hcd *ohci, const __hc32 x) function
H A Dehci-q.c347 token = hc32_to_cpu(ehci, qtd->hw_token);
446 token = hc32_to_cpu(ehci, hw->hw_token);
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.c146 itd->frame, itd, hc32_to_cpu(fotg210, itd->hw_next),
151 hc32_to_cpu(fotg210, itd->hw_transaction[0]),
152 hc32_to_cpu(fotg210, itd->hw_transaction[1]),
153 hc32_to_cpu(fotg210, itd->hw_transaction[2]),
154 hc32_to_cpu(fotg210, itd->hw_transaction[3]),
155 hc32_to_cpu(fotg210, itd->hw_transaction[4]),
156 hc32_to_cpu(fotg210, itd->hw_transaction[5]),
157 hc32_to_cpu(fotg210, itd->hw_transaction[6]),
158 hc32_to_cpu(fotg210, itd->hw_transaction[7]));
162 hc32_to_cpu(fotg21
[all...]
H A Dfotg210-hcd.h669 static inline u32 hc32_to_cpu(const struct fotg210_hcd *fotg210, const __hc32 x) function
/linux-master/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c131 static inline u32 hc32_to_cpu(const u32 x) function
143 #define hc32_to_cpu(x) le32_to_cpu(x) macro
789 swap_temp = hc32_to_cpu(dtd->size_ioc_sts);
1611 remaining_length = (hc32_to_cpu(curr_td->size_ioc_sts)
1616 errors = hc32_to_cpu(curr_td->size_ioc_sts);
1621 tmp = hc32_to_cpu(curr_qh->size_ioc_int_sts);
1642 } else if (hc32_to_cpu(curr_td->size_ioc_sts)

Completed in 204 milliseconds