Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h33 #define XHCI_MAX_DEVICES MIN(USB_MAX_DEVICES, 128) macro
436 struct xhci_hw_dev devs[XHCI_MAX_DEVICES + 1];
478 struct usb_device *sc_devices[XHCI_MAX_DEVICES];
Dxhci.c539 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()