Home
last modified time | relevance | path

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

/qemu/include/hw/usb/
H A Dehci-regs.h36 #define USBSTS_REC (1 << 13) // Reclamation macro
/qemu/hw/usb/
H A Dhcd-ehci.c173 if (mask & USBSTS_REC) { in ehci_trace_usbsts()
1528 ehci_set_usbsts(ehci, USBSTS_REC); in ehci_state_waitlisthead()
1664 if (ehci->usbsts & USBSTS_REC) { in ehci_state_fetchqh()
1665 ehci_clear_usbsts(ehci, USBSTS_REC); in ehci_state_fetchqh()
1949 ehci_set_usbsts(q->ehci, USBSTS_REC); in ehci_state_execute()