Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dxhci-mem.c116 xhci_dma_unmap(ctrl, ctrl->scratchpad->sp_array[0], in xhci_scratchpad_free()
123 free(ctrl->scratchpad->sp_array); in xhci_scratchpad_free()
385 scratchpad->sp_array = xhci_malloc(num_sp * sizeof(u64)); in xhci_scratchpad_alloc()
386 if (!scratchpad->sp_array) in xhci_scratchpad_alloc()
389 val_64 = xhci_dma_map(ctrl, scratchpad->sp_array, in xhci_scratchpad_alloc()
414 scratchpad->sp_array[i] = cpu_to_le64(val_64); in xhci_scratchpad_alloc()
418 xhci_flush_cache((uintptr_t)scratchpad->sp_array, in xhci_scratchpad_alloc()
424 free(scratchpad->sp_array); in xhci_scratchpad_alloc()
/u-boot/include/usb/
A Dxhci.h1041 u64 *sp_array; member

Completed in 12 milliseconds