Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ohci.h30 #define OHCI_MAX_PORTS 15 macro
77 OHCIPort rhport[OHCI_MAX_PORTS];
H A Dhcd-ohci.c1894 if (num_ports > OHCI_MAX_PORTS) { in usb_ohci_init()
1896 num_ports, OHCI_MAX_PORTS); in usb_ohci_init()
1917 USBPort *ports[OHCI_MAX_PORTS]; in usb_ohci_init()
2020 VMSTATE_STRUCT_ARRAY(rhport, OHCIState, OHCI_MAX_PORTS, 0,