Home
last modified time | relevance | path

Searched refs:XHCI_MAXPORTS_2 (Results 1 – 3 of 3) sorted by relevance

/qemu/include/hw/usb/
H A Dxhci.h9 #define XHCI_MAXPORTS_2 15 macro
12 #define XHCI_MAXPORTS (XHCI_MAXPORTS_2 + XHCI_MAXPORTS_3)
/qemu/hw/usb/
H A Dhcd-xhci.h210 USBPort uports[MAX_CONST(XHCI_MAXPORTS_2, XHCI_MAXPORTS_3)];
H A Dhcd-xhci.c3338 if (xhci->numports_2 > XHCI_MAXPORTS_2) { in usb_xhci_init()
3339 xhci->numports_2 = XHCI_MAXPORTS_2; in usb_xhci_init()