Home
last modified time | relevance | path

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

/qemu/include/hw/usb/
H A Dehci-regs.h18 #define USBCMD_PSE (1 << 4) // Periodic Schedule Enable macro
/qemu/hw/usb/
H A Dhcd-ehci.c369 return ehci_enabled(s) && (s->usbcmd & USBCMD_PSE); in ehci_periodic_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()