Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ohci.c204 #define OHCI_PORT_PES (1 << 1) macro
286 if ((ohci->rhport[i].ctrl & OHCI_PORT_PES) == 0) { in ohci_find_device()
1479 port->ctrl &= ~OHCI_PORT_PES; in ohci_port_set_status()
1481 ohci_port_set_if_connected(ohci, portnum, val & OHCI_PORT_PES); in ohci_port_set_status()
1492 port->ctrl |= OHCI_PORT_PES | OHCI_PORT_PRSC; in ohci_port_set_status()
1830 if (port->ctrl & OHCI_PORT_PES) { in ohci_detach()
1831 port->ctrl &= ~OHCI_PORT_PES; in ohci_detach()