Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ohci.c208 #define OHCI_PORT_PPS (1 << 8) macro
1314 ohci->rhport[i].ctrl |= OHCI_PORT_PPS; in ohci_port_power()
1316 ohci->rhport[i].ctrl &= ~(OHCI_PORT_PPS | OHCI_PORT_CCS | in ohci_port_power()
1499 if (val & OHCI_PORT_PPS) { in ohci_port_set_status()
1520 retval = ohci->rhport[(addr - 0x54) >> 2].ctrl | OHCI_PORT_PPS; in ohci_mem_read()