Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dmusb_otg.h36 #define MUSB2_MAX_DEVICES USB_MAX_DEVICES macro
400 struct usb_device *sc_devices[MUSB2_MAX_DEVICES];
H A Dmusb_otg_allwinner.c466 sc->sc.sc_bus.devices_max = MUSB2_MAX_DEVICES; in awusbdrd_attach()
/freebsd/sys/arm/ti/am335x/
H A Dam335x_musb.c312 sc->sc_otg.sc_bus.devices_max = MUSB2_MAX_DEVICES; in musbotg_attach()