Home
last modified time | relevance | path

Searched refs:DWC_OTG_MAX_DEVICES (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.h31 #define DWC_OTG_MAX_DEVICES MIN(USB_MAX_DEVICES, 32) macro
166 struct dwc_otg_tt_info sc_tt_info[DWC_OTG_MAX_DEVICES];
169 struct usb_device *sc_devices[DWC_OTG_MAX_DEVICES];
H A Ddwc_otg.c3848 sc->sc_bus.devices_max = DWC_OTG_MAX_DEVICES; in dwc_otg_init()