Home
last modified time | relevance | path

Searched refs:XHCI_MAX_DEVICES (Results 1 – 4 of 4) 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()
/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()