Home
last modified time | relevance | path

Searched refs:USB_MAX_DEVICES (Results 1 – 4 of 4) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_freebsd_loader.h73 #define USB_MAX_DEVICES 8 /* units */ macro
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h33 #define XHCI_MAX_DEVICES MIN(USB_MAX_DEVICES, 128)
65 volatile uint64_t qwBaaDevCtxAddr[USB_MAX_DEVICES + 1];
Dehci.h38 #define EHCI_MAX_DEVICES MIN(USB_MAX_DEVICES, 128)
Dusb_controller.c864 if ((bus->devices_max > USB_MAX_DEVICES) || in usb_bus_mem_alloc_all()