Searched refs:UHD_SS_NPORTS_MAX (Results 1 – 3 of 3) sorted by relevance
229 if (dev->ud_depth != 0 && nports > UHD_SS_NPORTS_MAX) { in usbd_get_hub_desc()231 nports, UHD_SS_NPORTS_MAX, 0, 0); in usbd_get_hub_desc()232 nports = hd->bNbrPorts = UHD_SS_NPORTS_MAX; in usbd_get_hub_desc()
531 #define UHD_SS_NPORTS_MAX 15 macro
3699 (rhport > UHD_SS_NPORTS_MAX ? UHD_SS_NPORTS_MAX : rhport) in xhci_setup_route()