Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/usb/
H A Duhci-regs.h31 #define UHCI_PORT_RD (1 << 6) macro
/openbmc/qemu/hw/usb/
H A Dhcd-uhci.c420 if ((s->ports[0].ctrl & UHCI_PORT_RD) || in uhci_port_write()
421 (s->ports[1].ctrl & UHCI_PORT_RD)) { in uhci_port_write()
601 if (port->ctrl & UHCI_PORT_SUSPEND && !(port->ctrl & UHCI_PORT_RD)) { in uhci_wakeup()
602 port->ctrl |= UHCI_PORT_RD; in uhci_wakeup()