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/
H A Dxhci.h32 #define XHCI_MAX_DEVICES MIN(USB_MAX_DEVICES, 128) macro
435 struct xhci_hw_dev devs[XHCI_MAX_DEVICES + 1];
477 struct usb_device *sc_devices[XHCI_MAX_DEVICES];
H A Dxhci.c538 sc->sc_bus.devices_max = XHCI_MAX_DEVICES; in xhci_init()
595 if (sc->sc_noslot > XHCI_MAX_DEVICES) in xhci_init()
596 sc->sc_noslot = XHCI_MAX_DEVICES; in xhci_init()
3347 if (value >= XHCI_MAX_DEVICES) { in xhci_roothub_exec()

Completed in 6 milliseconds