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.h42 #define UHCI_PORT_RD (1 << 6) macro
/openbmc/qemu/hw/usb/
H A Dhcd-uhci.c412 if ((s->ports[0].ctrl & UHCI_PORT_RD) || in uhci_port_write()
413 (s->ports[1].ctrl & UHCI_PORT_RD)) { in uhci_port_write()
598 if (port->ctrl & UHCI_PORT_SUSPEND && !(port->ctrl & UHCI_PORT_RD)) { in uhci_wakeup()
599 port->ctrl |= UHCI_PORT_RD; in uhci_wakeup()