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.c326 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 …]