Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/usb/controller/
Dohci.h37 #define OHCI_MAX_DEVICES MIN(USB_MAX_DEVICES, 128) macro
231 struct usb_device *sc_devices[OHCI_MAX_DEVICES];
Dohci_s3c24x0.c88 sc->sc_bus.devices_max = OHCI_MAX_DEVICES; in ohci_s3c24x0_attach()
Dohci_pci.c219 sc->sc_bus.devices_max = OHCI_MAX_DEVICES; in ohci_pci_attach()
Dgeneric_ohci.c128 sc->ohci_sc.sc_bus.devices_max = OHCI_MAX_DEVICES; in generic_ohci_attach()
Dohci.c2198 if (value >= OHCI_MAX_DEVICES) { in ohci_roothub_exec()
/freebsd-12-stable/sys/powerpc/ps3/
Dohci_ps3.c89 sc->sc_bus.devices_max = OHCI_MAX_DEVICES; in ohci_ps3_attach()
/freebsd-12-stable/sys/dev/bhnd/cores/usb/
Dbhnd_ohci.c104 sc->sc_bus.devices_max = OHCI_MAX_DEVICES; in bhnd_ohci_attach()
/freebsd-12-stable/sys/mips/mediatek/
Dmtk_ohci.c99 sc->sc_bus.devices_max = OHCI_MAX_DEVICES; in ohci_fdt_attach()
/freebsd-12-stable/sys/mips/atheros/
Dar71xx_ohci.c93 sc->sc_ohci.sc_bus.devices_max = OHCI_MAX_DEVICES; in ar71xx_ohci_attach()
/freebsd-12-stable/sys/mips/ingenic/
Djz4780_ohci.c164 sc->sc_ohci.sc_bus.devices_max = OHCI_MAX_DEVICES; in jz4780_ohci_attach()