Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhci.h32 #define XHCI_MAX_DEVICES MIN(USB_MAX_DEVICES, 128) macro
463 struct xhci_hw_dev devs[XHCI_MAX_DEVICES + 1];
510 struct usb_device *sc_devices[XHCI_MAX_DEVICES];
H A Dgeneric_xhci.c79 sc->sc_bus.devices_max = XHCI_MAX_DEVICES; in generic_xhci_attach()
H A Dxhci.c528 sc->sc_bus.devices_max = XHCI_MAX_DEVICES; in xhci_init()
590 if (sc->sc_noslot > XHCI_MAX_DEVICES) in xhci_init()
591 sc->sc_noslot = XHCI_MAX_DEVICES; in xhci_init()
3414 if (value >= XHCI_MAX_DEVICES) { in xhci_roothub_exec()
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.h59 #define XHCI_MAX_DEVICES MIN(USB_MAX_DEVICES, 128) macro
/freebsd/sys/arm/nvidia/
H A Dtegra_xhci.c1047 xsc->sc_bus.devices_max = XHCI_MAX_DEVICES; in tegra_xhci_attach()