Searched refs:XHCI_MAX_EVENTS (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci_hardware.h315 #define XHCI_MAX_EVENTS (16 * 13) macro
H A Dxhci.cpp736 (XHCI_MAX_COMMANDS + XHCI_MAX_EVENTS) * sizeof(xhci_trb)
746 memset(fErst, 0, (XHCI_MAX_COMMANDS + XHCI_MAX_EVENTS) * sizeof(xhci_trb)
751 fErst->rs_size = XHCI_MAX_EVENTS;
756 addr += XHCI_MAX_EVENTS * sizeof(xhci_trb);
770 dmaAddress += sizeof(xhci_erst_element) + XHCI_MAX_EVENTS
2587 fCmdAddr = fErst->rs_addr + (XHCI_MAX_EVENTS + i) * sizeof(xhci_trb);
3088 if (i == XHCI_MAX_EVENTS) {

Completed in 291 milliseconds