Searched refs:UHCI_MAX_DEVICES (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/usb/controller/
H A Duhci.h35 #define UHCI_MAX_DEVICES MIN(USB_MAX_DEVICES, 128) macro
208 struct usb_device *sc_devices[UHCI_MAX_DEVICES];
H A Duhci_pci.c273 sc->sc_bus.devices_max = UHCI_MAX_DEVICES;
H A Duhci.c2588 if (value >= UHCI_MAX_DEVICES) {

Completed in 49 milliseconds