Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Duhci.h36 #define UHCI_MAX_DEVICES MIN(USB_MAX_DEVICES, 128) macro
209 struct usb_device *sc_devices[UHCI_MAX_DEVICES];
H A Duhci_pci.c292 sc->sc_bus.devices_max = UHCI_MAX_DEVICES; in uhci_pci_attach()
H A Duhci.c2523 if (value >= UHCI_MAX_DEVICES) { in uhci_roothub_exec()