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

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.h266 uint32 fScratchpadCount; member in class:XHCI
H A Dxhci.cpp358 fScratchpadCount(0),
594 for (uint32 i = 0; i < fScratchpadCount; i++)
686 fScratchpadCount = HCS_MAX_SC_BUFFERS(params2);
687 if (fScratchpadCount > XHCI_MAX_SCRATCHPADS) {
689 fScratchpadCount);
718 for (uint32 i = 0; i < fScratchpadCount; i++) {

Completed in 33 milliseconds