Searched refs:hc32_to_cpu (Results 1 – 2 of 2) sorted by relevance
111 #define hc32_to_cpu(x) be32_to_cpu((x)) macro114 #define hc32_to_cpu(x) le32_to_cpu((x)) macro
579 token = hc32_to_cpu(vtd->qt_token); in ehci_submit_async()614 token = hc32_to_cpu(qh->qh_overlay.qt_token); in ehci_submit_async()1179 #define NEXT_QH(qh) (struct QH *)((unsigned long)hc32_to_cpu((qh)->qh_link) & ~0x1f)1403 token = hc32_to_cpu(cur_td->qt_token); in _ehci_poll_int_queue()