Home
last modified time | relevance | path

Searched refs:sp_array (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/drivers/usb/host/
Dxhci-mem.c1629 xhci->scratchpad->sp_array = dma_alloc_coherent(dev, in scratchpad_alloc()
1632 if (!xhci->scratchpad->sp_array) in scratchpad_alloc()
1648 xhci->scratchpad->sp_array[i] = dma; in scratchpad_alloc()
1658 xhci->scratchpad->sp_array[i]); in scratchpad_alloc()
1664 xhci->scratchpad->sp_array, in scratchpad_alloc()
1689 xhci->scratchpad->sp_array[i]); in scratchpad_free()
1693 xhci->scratchpad->sp_array, in scratchpad_free()
Dxhci.h1394 u64 *sp_array; member