Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ohci.c203 #define OHCI_PORT_CCS (1 << 0) macro
1316 ohci->rhport[i].ctrl &= ~(OHCI_PORT_PPS | OHCI_PORT_CCS | in ohci_port_power()
1445 if (!(ohci->rhport[i].ctrl & OHCI_PORT_CCS)) { in ohci_port_set_if_connected()
1478 if (val & OHCI_PORT_CCS) { in ohci_port_set_status()
1783 port->ctrl |= OHCI_PORT_CCS | OHCI_PORT_CSC; in ohci_attach()
1825 if (port->ctrl & OHCI_PORT_CCS) { in ohci_detach()
1826 port->ctrl &= ~OHCI_PORT_CCS; in ohci_detach()