Searched refs:XHCI_MAX_DEVICES (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.h271 struct xhci_device fDevices[XHCI_MAX_DEVICES];
H A Dxhci_hardware.h322 #define XHCI_MAX_DEVICES 128 macro
H A Dxhci.cpp651 if (fSlotCount > XHCI_MAX_DEVICES)
652 fSlotCount = XHCI_MAX_DEVICES;

Completed in 43 milliseconds