Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ehci.c367 static inline bool ehci_periodic_enabled(EHCIState *s) in ehci_periodic_enabled() function
1096 if (ehci_periodic_enabled(s)) { in ehci_opreg_write()
2198 if (!(ehci->frindex & 7) && ehci_periodic_enabled(ehci)) { in ehci_advance_periodic_state()
2205 if (!(ehci->frindex & 7) && !ehci_periodic_enabled(ehci)) { in ehci_advance_periodic_state()
2282 if (ehci_periodic_enabled(ehci) || ehci->pstate != EST_INACTIVE) { in ehci_work_bh()