Lines Matching full:portnum
1359 static void ohci_port_set_status(OHCIState *ohci, int portnum, uint32_t val)
1364 port = &ohci->rhport[portnum];
1374 ohci_port_set_if_connected(ohci, portnum, val & OHCI_PORT_PES);
1376 if (ohci_port_set_if_connected(ohci, portnum, val & OHCI_PORT_PSS))
1377 dprintf("usb-ohci: port %d: SUSPEND\n", portnum);
1379 if (ohci_port_set_if_connected(ohci, portnum, val & OHCI_PORT_PRS)) {
1380 dprintf("usb-ohci: port %d: RESET\n", portnum);
1391 ohci_port_power(ohci, portnum, 0);
1393 ohci_port_power(ohci, portnum, 1);