Searched refs:ohci_port_set_if_connected (Results 1 - 1 of 1) sorted by relevance

/external/qemu/hw/
H A Dusb-ohci.c1211 static int ohci_port_set_if_connected(OHCIState *ohci, int i, uint32_t val) function
1373 ohci_port_set_if_connected(ohci, portnum, val & OHCI_PORT_PES);
1375 if (ohci_port_set_if_connected(ohci, portnum, val & OHCI_PORT_PSS))
1378 if (ohci_port_set_if_connected(ohci, portnum, val & OHCI_PORT_PRS)) {

Completed in 57 milliseconds