Searched refs:XHCI_MAX_DEVICES (Results 1 – 2 of 2) sorted by relevance
33 #define XHCI_MAX_DEVICES MIN(USB_MAX_DEVICES, 128) macro436 struct xhci_hw_dev devs[XHCI_MAX_DEVICES + 1];478 struct usb_device *sc_devices[XHCI_MAX_DEVICES];
539 sc->sc_bus.devices_max = XHCI_MAX_DEVICES; in xhci_init()596 if (sc->sc_noslot > XHCI_MAX_DEVICES) in xhci_init()597 sc->sc_noslot = XHCI_MAX_DEVICES; in xhci_init()3348 if (value >= XHCI_MAX_DEVICES) { in xhci_roothub_exec()