Lines Matching refs:UHCI_PORTS
326 for (i = 0; i < UHCI_PORTS; i++) { in uhci_reset()
368 VMSTATE_STRUCT_ARRAY(ports, UHCIState, UHCI_PORTS, 1,
408 for (i = 0; i < UHCI_PORTS; i++) { in uhci_port_write()
465 if (n >= UHCI_PORTS) { in uhci_port_write()
522 if (n >= UHCI_PORTS) { in uhci_port_read()
618 for (i = 0; i < UHCI_PORTS; i++) { in uhci_find_device()
1196 USBPort *ports[UHCI_PORTS]; in usb_uhci_common_realize()
1197 for (i = 0; i < UHCI_PORTS; i++) { in usb_uhci_common_realize()
1200 usb_register_companion(s->masterbus, ports, UHCI_PORTS, in usb_uhci_common_realize()
1210 for (i = 0; i < UHCI_PORTS; i++) { in usb_uhci_common_realize()
1217 s->num_ports_vmstate = UHCI_PORTS; in usb_uhci_common_realize()