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

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci_hardware.h319 #define XHCI_MAX_ENDPOINTS 32 macro
451 struct xhci_endpoint_ctx endpoints[XHCI_MAX_ENDPOINTS - 1];
457 struct xhci_endpoint_ctx endpoints[XHCI_MAX_ENDPOINTS - 1];
H A Dxhci.h76 struct xhci_trb *trbs; // [XHCI_MAX_ENDPOINTS - 1][XHCI_ENDPOINT_RING_SIZE]
86 xhci_endpoint endpoints[XHCI_MAX_ENDPOINTS - 1];
H A Dxhci.cpp1640 &device->trb_addr, sizeof(xhci_trb) * (XHCI_MAX_ENDPOINTS - 1)
1885 if (id >= XHCI_MAX_ENDPOINTS - 1)
1893 inputdwslot0 |= SLOT_0_NUM_ENTRIES(XHCI_MAX_ENDPOINTS - 1);
2553 if (slot > fSlotCount || endpoint >= XHCI_MAX_ENDPOINTS)
2628 if (endpointNumber == 0 || endpointNumber >= XHCI_MAX_ENDPOINTS) {

Completed in 45 milliseconds