Home
last modified time | relevance | path

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

/qemu/include/hw/usb/
H A Dehci-regs.h19 #define USBCMD_ASE (1 << 5) // Asynch Schedule Enable macro
/qemu/hw/usb/
H A Dhcd-ehci.c364 return ehci_enabled(s) && (s->usbcmd & USBCMD_ASE); in ehci_async_enabled()
1055 if (((USBCMD_RUNSTOP | USBCMD_PSE | USBCMD_ASE) & val) != in ehci_opreg_write()
1056 ((USBCMD_RUNSTOP | USBCMD_PSE | USBCMD_ASE) & s->usbcmd)) { in ehci_opreg_write()