Home
last modified time | relevance | path

Searched refs:cpu_to_hc32 (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/usb/host/
Dehci-hcd.c253 td->qt_buffer[idx] = cpu_to_hc32(virt_to_phys((void *)addr)); in ehci_td_buffer()
295 qh->qh_endpt2 |= cpu_to_hc32(QH_ENDPT2_PORTNUM(portnr) | in ehci_update_endpt2_dev_n_port()
406 qh->qh_link = cpu_to_hc32(virt_to_phys(&ctrl->qh_list) | QH_LINK_TYPE_QH); in ehci_submit_async()
415 qh->qh_endpt1 = cpu_to_hc32(endpt); in ehci_submit_async()
417 qh->qh_endpt2 = cpu_to_hc32(endpt); in ehci_submit_async()
419 qh->qh_overlay.qt_next = cpu_to_hc32(QT_NEXT_TERMINATE); in ehci_submit_async()
420 qh->qh_overlay.qt_altnext = cpu_to_hc32(QT_NEXT_TERMINATE); in ehci_submit_async()
433 qtd[qtd_counter].qt_next = cpu_to_hc32(QT_NEXT_TERMINATE); in ehci_submit_async()
434 qtd[qtd_counter].qt_altnext = cpu_to_hc32(QT_NEXT_TERMINATE); in ehci_submit_async()
439 qtd[qtd_counter].qt_token = cpu_to_hc32(token); in ehci_submit_async()
[all …]
Dehci.h112 #define cpu_to_hc32(x) cpu_to_be32((x)) macro
115 #define cpu_to_hc32(x) cpu_to_le32((x)) macro