Searched refs:USB_SS_MAXPORTS (Results 1 – 3 of 3) sorted by relevance
27 #define USB_SS_MAXPORTS 15 macro
2353 if (xhci->usb3_rhub.num_ports > USB_SS_MAXPORTS) { in xhci_setup_port_arrays()2356 USB_SS_MAXPORTS); in xhci_setup_port_arrays()2357 xhci->usb3_rhub.num_ports = USB_SS_MAXPORTS; in xhci_setup_port_arrays()
1423 maxchild = min_t(unsigned, maxchild, USB_SS_MAXPORTS); in hub_configure()