Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-ehci.c222 s->usbsts_pending |= intr; in ehci_raise_irq()
234 if (!s->usbsts_pending) { in ehci_commit_irq()
242 s->usbsts |= s->usbsts_pending; in ehci_commit_irq()
243 s->usbsts_pending = 0; in ehci_commit_irq()
873 s->usbsts_pending = 0; in ehci_reset()
2338 if (ehci->usbsts_pending) { in ehci_work_bh()
2482 VMSTATE_UINT32_V(usbsts_pending, EHCIState, 2),
H A Dhcd-ehci.h303 uint32_t usbsts_pending; member