Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ehci.c346 EHCIsitd *sitd) in ehci_trace_sitd() argument
348 trace_usb_ehci_sitd(addr, sitd->next, in ehci_trace_sitd()
349 (bool)(sitd->results & SITD_RESULTS_ACTIVE)); in ehci_trace_sitd()
1733 EHCIsitd sitd; in ehci_state_fetchsitd() local
1738 if (get_dwords(ehci, NLPTR_GET(entry), (uint32_t *)&sitd, in ehci_state_fetchsitd()
1742 ehci_trace_sitd(ehci, entry, &sitd); in ehci_state_fetchsitd()
1744 if (!(sitd.results & SITD_RESULTS_ACTIVE)) { in ehci_state_fetchsitd()
1751 ehci_set_fetch_addr(ehci, async, sitd.next); in ehci_state_fetchsitd()