Home
last modified time | relevance | path

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

/qemu/include/hw/usb/
H A Dehci-regs.h73 #define PORTSC_SUSPEND (1 << 7) // Port Suspend macro
/qemu/hw/usb/
H A Dhcd-ehci.c736 *portsc &= ~(PORTSC_CONNECT|PORTSC_PED|PORTSC_SUSPEND); in ehci_detach()
770 if (*portsc & PORTSC_SUSPEND) { in ehci_wakeup()
1007 if ((val & PORTSC_SUSPEND) && !(*portsc & PORTSC_SUSPEND)) { in ehci_port_write()
1012 val &= ~PORTSC_SUSPEND; in ehci_port_write()