Home
last modified time | relevance | path

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

/qemu/include/hw/usb/
H A Dehci-regs.h74 #define PORTSC_FPRES (1 << 6) // Force Port Resume macro
/qemu/hw/usb/
H A Dhcd-ehci.c772 *portsc |= PORTSC_FPRES; in ehci_wakeup()
1010 if (!(val & PORTSC_FPRES) && (*portsc & PORTSC_FPRES)) { in ehci_port_write()