Home
last modified time | relevance | path

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

/external/qemu/hw/
Dusb-ohci.c276 #define OHCI_PORT_PES (1<<1) macro
364 if (port->ctrl & OHCI_PORT_PES) { in ohci_attach()
365 port->ctrl &= ~OHCI_PORT_PES; in ohci_attach()
748 if ((ohci->rhport[i].ctrl & OHCI_PORT_PES) == 0) in ohci_service_iso_td()
926 if ((ohci->rhport[i].ctrl & OHCI_PORT_PES) == 0) in ohci_service_td()
1371 port->ctrl &= ~OHCI_PORT_PES; in ohci_port_set_status()
1373 ohci_port_set_if_connected(ohci, portnum, val & OHCI_PORT_PES); in ohci_port_set_status()
1383 port->ctrl |= OHCI_PORT_PES | OHCI_PORT_PRSC; in ohci_port_set_status()