Home
last modified time | relevance | path

Searched refs:XHCI_MAX_DEVICES (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/bus/u4b/controller/
H A Dxhci.h31 #define XHCI_MAX_DEVICES MIN(USB_MAX_DEVICES, 128) macro
424 struct xhci_hw_dev devs[XHCI_MAX_DEVICES + 1];
466 struct usb_device *sc_devices[XHCI_MAX_DEVICES];
H A Dxhci.c396 if (sc->sc_noslot > XHCI_MAX_DEVICES) in xhci_start_controller()
397 sc->sc_noslot = XHCI_MAX_DEVICES; in xhci_start_controller()
601 sc->sc_bus.devices_max = XHCI_MAX_DEVICES; in xhci_init()
3387 if (value >= XHCI_MAX_DEVICES) { in xhci_roothub_exec()