Searched refs:hc32_to_cpu (Results 1 – 2 of 2) sorted by relevance
115 #define hc32_to_cpu(x) be32_to_cpu((x)) macro118 #define hc32_to_cpu(x) le32_to_cpu((x)) macro
623 token = hc32_to_cpu(vtd->qt_token); in ehci_submit_async()628 qhtoken = hc32_to_cpu(qh->qh_overlay.qt_token); in ehci_submit_async()1223 #define NEXT_QH(qh) (struct QH *)((unsigned long)hc32_to_cpu((qh)->qh_link) & ~0x1f)1444 token = hc32_to_cpu(cur_td->qt_token); in _ehci_poll_int_queue()
Completed in 6 milliseconds