Home
last modified time | relevance | path

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

/qemu/include/hw/usb/
H A Dxhci.h10 #define XHCI_MAXPORTS_3 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.c3341 if (xhci->numports_3 > XHCI_MAXPORTS_3) { in usb_xhci_init()
3342 xhci->numports_3 = XHCI_MAXPORTS_3; in usb_xhci_init()