Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-mem.c1660 xhci->scratchpad->sp_array = dma_alloc_coherent(dev, in scratchpad_alloc()
1663 if (!xhci->scratchpad->sp_array) in scratchpad_alloc()
1679 xhci->scratchpad->sp_array[i] = dma; in scratchpad_alloc()
1689 xhci->scratchpad->sp_array[i]); in scratchpad_alloc()
1695 xhci->scratchpad->sp_array, in scratchpad_alloc()
1720 xhci->scratchpad->sp_array[i]); in scratchpad_free()
1724 xhci->scratchpad->sp_array, in scratchpad_free()
H A Dxhci.h1401 u64 *sp_array; member