Searched refs:UHCI_MAX_DEVICES (Results 1 – 3 of 3) sorted by relevance
36 #define UHCI_MAX_DEVICES MIN(USB_MAX_DEVICES, 128) macro209 struct usb_device *sc_devices[UHCI_MAX_DEVICES];
292 sc->sc_bus.devices_max = UHCI_MAX_DEVICES; in uhci_pci_attach()
2523 if (value >= UHCI_MAX_DEVICES) { in uhci_roothub_exec()