Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dehci-hcd.c439 qtd[qtd_counter].qt_token = cpu_to_hc32(token); in ehci_submit_async()
497 qtd[qtd_counter].qt_token = cpu_to_hc32(token); in ehci_submit_async()
533 qtd[qtd_counter].qt_token = cpu_to_hc32(token); in ehci_submit_async()
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()
1002 qh_list->qh_overlay.qt_token = in ehci_common_init()
1319 td->qt_token = cpu_to_hc32( in _ehci_create_int_queue()
1403 token = hc32_to_cpu(cur_td->qt_token); in _ehci_poll_int_queue()
Dehci.h153 uint32_t qt_token; /* see EHCI 3.5.3 */ member