Searched refs:hc32_to_cpup (Results 1 – 5 of 5) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/ |
| A D | ohci-q.c | 345 hc32_to_cpup (ohci, &ed->hwNextED), 371 hc32_to_cpup (ohci, &ed->hwNextED), 759 u32 tdINFO = hc32_to_cpup (ohci, &td->hwINFO); 801 u32 tdBE = hc32_to_cpup (ohci, &td->hwBE); 818 hc32_to_cpup (ohci, &td->hwCBP) 941 td_dma = hc32_to_cpup (ohci, &ohci->hcca->done_head); 958 cc = TD_CC_GET (hc32_to_cpup (ohci, &td->hwINFO)); 968 td_dma = hc32_to_cpup (ohci, &td->hwNextTD); 1063 tdINFO = hc32_to_cpup(ohci, &td->hwINFO);
|
| A D | ehci-sched.c | 550 period, hc32_to_cpup(ehci, &qh->hw->hw_info2) in qh_link_periodic() 643 hc32_to_cpup(ehci, &qh->hw->hw_info2) & (QH_CMASK | QH_SMASK), in qh_unlink_periodic() 1859 t = hc32_to_cpup(ehci, &itd->hw_transaction[uframe]); in itd_complete() 2251 t = hc32_to_cpup(ehci, &sitd->hw_results); in sitd_complete()
|
| A D | ehci.h | 758 static inline uint32_t hc32_to_cpup(const struct ehci_hcd *ehci, const uint32_t *x) in hc32_to_cpup() function
|
| A D | ohci.h | 643 static inline u32 hc32_to_cpup (const struct ohci_hcd *ohci, const __hc32 *x)
|
| A D | ehci-q.c | 114 epnum = (hc32_to_cpup(ehci, &hw->hw_info1) >> 8) & 0x0f; in qh_update()
|
Completed in 22 milliseconds