Home
last modified time | relevance | path

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

/qemu/include/hw/usb/
H A Dehci-regs.h32 #define USBSTS_FLR (1 << 3) // Frame List Rollover macro
/qemu/hw/usb/
H A Dhcd-ehci.c159 if (mask & USBSTS_FLR) { in ehci_trace_usbsts()
218 if (intr & (USBSTS_PCD | USBSTS_FLR | USBSTS_HSE)) { in ehci_raise_irq()
1076 if (ehci_enabled(s) && (USBSTS_FLR & val)) { in ehci_opreg_write()
2246 ehci_raise_irq(ehci, USBSTS_FLR); in ehci_update_frindex()
2342 if (ehci_enabled(ehci) && (ehci->usbintr & USBSTS_FLR)) { in ehci_work_bh()