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

/freebsd-11-stable/sys/dev/usb/
H A Dusb_freebsd.h77 #define USB_MAX_DEVICES 128 /* units */ macro
H A Dusb_freebsd_loader.h72 #define USB_MAX_DEVICES 128 /* units */ macro
/freebsd-11-stable/sys/mips/cavium/usb/
H A Doctusb.h31 #define OCTUSB_MAX_DEVICES MIN(USB_MAX_DEVICES, 64)
/freebsd-11-stable/sys/dev/usb/controller/
H A Dsaf1761_otg.h35 #define SOTG_MAX_DEVICES MIN(USB_MAX_DEVICES, 32)
H A Ddwc_otg.h30 #define DWC_OTG_MAX_DEVICES MIN(USB_MAX_DEVICES, 32)
H A Dohci.h35 #define OHCI_MAX_DEVICES MIN(USB_MAX_DEVICES, 128)
H A Duhci.h35 #define UHCI_MAX_DEVICES MIN(USB_MAX_DEVICES, 128)
H A Dxhci.h31 #define XHCI_MAX_DEVICES MIN(USB_MAX_DEVICES, 128)
63 volatile uint64_t qwBaaDevCtxAddr[USB_MAX_DEVICES + 1];
H A Dehci.h34 #define EHCI_MAX_DEVICES MIN(USB_MAX_DEVICES, 128)
H A Dmusb_otg.h35 #define MUSB2_MAX_DEVICES USB_MAX_DEVICES
H A Dusb_controller.c966 if ((bus->devices_max > USB_MAX_DEVICES) ||
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_xhci.h61 #define XHCI_MAX_DEVICES MIN(USB_MAX_DEVICES, 128)
H A Dpci_xhci.c180 uint64_t dcba[USB_MAX_DEVICES+1]; /* xhci_dev_ctx ptrs */

Completed in 102 milliseconds