Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-ehci.c237 if (s->usbsts_frindex > s->frindex) { in ehci_commit_irq()
244 s->usbsts_frindex = s->frindex + itc; in ehci_commit_irq()
874 s->usbsts_frindex = 0; in ehci_reset()
1083 s->usbsts_frindex = val; in ehci_opreg_write()
2254 if (ehci->usbsts_frindex >= (rollovers * 0x4000)) { in ehci_update_frindex()
2255 ehci->usbsts_frindex -= 0x4000 * rollovers; in ehci_update_frindex()
2257 ehci->usbsts_frindex = 0; in ehci_update_frindex()
2482 VMSTATE_UINT32_V(usbsts_frindex, EHCIState, 2),
H A Dhcd-ehci.h304 uint32_t usbsts_frindex; member