Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ehci.c296 static int ehci_get_fetch_addr(EHCIState *s, int async) in ehci_get_fetch_addr() function
1573 uint32_t entry = ehci_get_fetch_addr(ehci, async); in ehci_state_fetchentry()
1619 entry = ehci_get_fetch_addr(ehci, async); in ehci_state_fetchqh()
1710 entry = ehci_get_fetch_addr(ehci, async); in ehci_state_fetchitd()
1736 entry = ehci_get_fetch_addr(ehci, async); in ehci_state_fetchsitd()
1867 if (ehci_get_fetch_addr(q->ehci, q->async) != q->qh.next) { in ehci_state_horizqh()