Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-uhci.h38 #define UHCI_PORTS 2 macro
62 UHCIPort ports[UHCI_PORTS];
H A Dhcd-uhci.c325 for(i = 0; i < UHCI_PORTS; i++) { in uhci_reset()
367 VMSTATE_STRUCT_ARRAY(ports, UHCIState, UHCI_PORTS, 1,
407 for(i = 0; i < UHCI_PORTS; i++) { in uhci_port_write()
460 if (n >= UHCI_PORTS) { in uhci_port_write()
517 if (n >= UHCI_PORTS) { in uhci_port_read()
612 for (i = 0; i < UHCI_PORTS; i++) { in uhci_find_device()
1176 USBPort *ports[UHCI_PORTS]; in usb_uhci_common_realize()
1177 for(i = 0; i < UHCI_PORTS; i++) { in usb_uhci_common_realize()
1180 usb_register_companion(s->masterbus, ports, UHCI_PORTS, in usb_uhci_common_realize()
1190 for (i = 0; i < UHCI_PORTS; i++) { in usb_uhci_common_realize()
[all …]