Searched refs:USB_SS_MAXPORTS (Results 1 – 3 of 3) sorted by relevance
27 #define USB_SS_MAXPORTS 15 macro
2221 if (xhci->usb3_rhub.num_ports > USB_SS_MAXPORTS) { in xhci_setup_port_arrays()2224 USB_SS_MAXPORTS); in xhci_setup_port_arrays()2225 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()
Completed in 17 milliseconds