Searched refs:ehci_set_fetch_addr (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | hcd-ehci.c | 287 static void ehci_set_fetch_addr(EHCIState *s, int async, uint32_t addr) in ehci_set_fetch_addr() function 1546 ehci_set_fetch_addr(ehci, async, entry); in ehci_state_waitlisthead() 1724 ehci_set_fetch_addr(ehci, async, itd.next); in ehci_state_fetchitd() 1751 ehci_set_fetch_addr(ehci, async, sitd.next); in ehci_state_fetchsitd() 1868 ehci_set_fetch_addr(q->ehci, q->async, q->qh.next); in ehci_state_horizqh() 2224 ehci_set_fetch_addr(ehci, async,entry); in ehci_advance_periodic_state()
|