Searched refs:hc32_to_cpu (Results 1 – 6 of 6) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/ |
| A D | ehci-sched.c | 48 switch (hc32_to_cpu(ehci, tag)) { in periodic_next_shadow() 65 switch (hc32_to_cpu(ehci, tag)) { in shadow_next_periodic() 331 unsigned char smask = hc32_to_cpu(ehci, mask) & QH_SMASK; in tt_start_uframe() 461 switch (hc32_to_cpu(ehci, type)) { in tt_no_collision() 2414 switch (hc32_to_cpu(ehci, type)) { in scan_isoc()
|
| A D | ehci.h | 753 static inline u32 hc32_to_cpu(const struct ehci_hcd *ehci, const uint32_t x) in hc32_to_cpu() function
|
| A D | ehci-q.c | 384 token = hc32_to_cpu(ehci, qtd->hw_token); in qh_completions() 500 token = hc32_to_cpu(ehci, hw->hw_token); in qh_completions()
|
| A D | ohci-hcd.c | 779 unsigned tmp = hc32_to_cpu(ohci, ed->hwINFO); 802 head = hc32_to_cpu(ohci, ACCESS_ONCE(ed->hwHeadP)) & TD_MASK;
|
| A D | ohci.h | 636 static inline u32 hc32_to_cpu (const struct ohci_hcd *ohci, const __hc32 x)
|
| A D | ohci-q.c | 894 hc32_to_cpu (ohci, td->hwINFO), 1003 head = hc32_to_cpu(ohci, ed->hwHeadP) & TD_MASK;
|
Completed in 20 milliseconds