Searched refs:OHCI_MAX_DEVICES (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sys/dev/usb/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_s3c24x0.c86 sc->sc_bus.devices_max = OHCI_MAX_DEVICES;
H A Dgeneric_ohci.c115 sc->ohci_sc.sc_bus.devices_max = OHCI_MAX_DEVICES;
H A Dohci_pci.c217 sc->sc_bus.devices_max = OHCI_MAX_DEVICES;
H A Dohci.c2196 if (value >= OHCI_MAX_DEVICES) {
/freebsd-11-stable/sys/powerpc/ps3/
H A Dohci_ps3.c87 sc->sc_bus.devices_max = OHCI_MAX_DEVICES;
/freebsd-11-stable/sys/mips/atheros/
H A Dar71xx_ohci.c91 sc->sc_ohci.sc_bus.devices_max = OHCI_MAX_DEVICES;
/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_ohci.c99 sc->sc_bus.devices_max = OHCI_MAX_DEVICES;
/freebsd-11-stable/sys/mips/rt305x/
H A Drt305x_ohci.c112 sc->sc_bus.devices_max = OHCI_MAX_DEVICES;
/freebsd-11-stable/sys/arm/at91/
H A Dat91_ohci.c95 sc->sc_ohci.sc_bus.devices_max = OHCI_MAX_DEVICES;
H A Dat91_ohci_fdt.c101 sc->sc_ohci.sc_bus.devices_max = OHCI_MAX_DEVICES;
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Dohci_ec.c93 sc->sc_ohci.sc_bus.devices_max = OHCI_MAX_DEVICES;
/freebsd-11-stable/sys/arm/lpc/
H A Dlpc_ohci.c124 sc->sc_bus.devices_max = OHCI_MAX_DEVICES;

Completed in 88 milliseconds