Searched refs:XHCI_MAXPORTS_2 (Results 1 – 3 of 3) sorted by relevance
9 #define XHCI_MAXPORTS_2 15 macro12 #define XHCI_MAXPORTS (XHCI_MAXPORTS_2 + XHCI_MAXPORTS_3)
208 USBPort uports[MAX_CONST(XHCI_MAXPORTS_2, XHCI_MAXPORTS_3)];
3322 if (xhci->numports_2 > XHCI_MAXPORTS_2) { in usb_xhci_init()3323 xhci->numports_2 = XHCI_MAXPORTS_2; in usb_xhci_init()