Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-hcd.c440 qtd[qtd_counter].qt_token = cpu_to_hc32(token); in ehci_submit_async()
498 qtd[qtd_counter].qt_token = cpu_to_hc32(token); in ehci_submit_async()
534 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()
584 qhtoken = hc32_to_cpu(qh->qh_overlay.qt_token); in ehci_submit_async()
994 qh_list->qh_overlay.qt_token = in ehci_common_init()
1313 td->qt_token = cpu_to_hc32( in _ehci_create_int_queue()
1397 token = hc32_to_cpu(cur_td->qt_token); in _ehci_poll_int_queue()
H A Dehci.h155 uint32_t qt_token; /* see EHCI 3.5.3 */ member