Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dohci.h35 #define OHCI_MAX_DEVICES MIN(USB_MAX_DEVICES, 128) macro
229 struct usb_device *sc_devices[OHCI_MAX_DEVICES];
H A Dohci_pci.c209 sc->sc_bus.devices_max = OHCI_MAX_DEVICES; in ohci_pci_attach()
H A Dohci.c2190 if (value >= OHCI_MAX_DEVICES) { in ohci_roothub_exec()