Searched refs:UHCI_PORTS (Results 1 – 2 of 2) sorted by relevance
38 #define UHCI_PORTS 2 macro62 UHCIPort ports[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()[all …]