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

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci_hardware.h346 uint64 scratchpad[XHCI_MAX_SCRATCHPADS]; member in struct:xhci_device_context_array
H A Dxhci.cpp713 // setting the first address to the scratchpad array address
715 + offsetof(struct xhci_device_context_array, scratchpad);
717 // fill up the scratchpad array with scratchpad pages
723 TRACE_ERROR("unable to create the scratchpad area\n");
726 fDcba->scratchpad[i] = scratchDmaAddress;

Completed in 41 milliseconds