Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/usb/
H A Duhci-regs.h39 #define UHCI_PORT_RESET (1 << 9) macro
/openbmc/qemu/hw/usb/
H A Dhcd-uhci.c463 if ((val & UHCI_PORT_RESET) && in uhci_port_write()
464 !(port->ctrl & UHCI_PORT_RESET)) { in uhci_port_write()