Home
last modified time | relevance | path

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

/qemu/include/hw/usb/
H A Dehci-regs.h72 #define PORTSC_PRESET (1 << 8) // Port Reset macro
/qemu/hw/usb/
H A Dhcd-ehci.c987 if ((val & PORTSC_PRESET) && !(*portsc & PORTSC_PRESET)) { in ehci_port_write()
991 if (!(val & PORTSC_PRESET) &&(*portsc & PORTSC_PRESET)) { in ehci_port_write()