Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-uhci.h39 #define UHCI_PORTS 2 macro
66 UHCIPort ports[UHCI_PORTS];
H A Dhcd-uhci.c313 for (i = 0; i < UHCI_PORTS; i++) { in uhci_state_reset()
359 VMSTATE_STRUCT_ARRAY(ports, UHCIState, UHCI_PORTS, 1,
399 for (i = 0; i < UHCI_PORTS; i++) { in uhci_port_write()
456 if (n >= UHCI_PORTS) { in uhci_port_write()
513 if (n >= UHCI_PORTS) { in uhci_port_read()
609 for (i = 0; i < UHCI_PORTS; i++) { in uhci_find_device()
1190 USBPort *ports[UHCI_PORTS]; in usb_uhci_init()
1191 for (i = 0; i < UHCI_PORTS; i++) { in usb_uhci_init()
1194 usb_register_companion(s->masterbus, ports, UHCI_PORTS, in usb_uhci_init()
1204 for (i = 0; i < UHCI_PORTS; i++) { in usb_uhci_init()
[all …]