Searched refs:sp_array (Results 1 – 2 of 2) sorted by relevance
113 free(xhci_bus_to_virt(ctrl, le64_to_cpu(ctrl->scratchpad->sp_array[0]))); in xhci_scratchpad_free()114 free(ctrl->scratchpad->sp_array); in xhci_scratchpad_free()373 scratchpad->sp_array = xhci_malloc(num_sp * sizeof(u64)); in xhci_scratchpad_alloc()374 if (!scratchpad->sp_array) in xhci_scratchpad_alloc()377 val_64 = xhci_virt_to_bus(ctrl, scratchpad->sp_array); in xhci_scratchpad_alloc()400 scratchpad->sp_array[i] = cpu_to_le64(val_64); in xhci_scratchpad_alloc()403 xhci_flush_cache((uintptr_t)scratchpad->sp_array, in xhci_scratchpad_alloc()409 free(scratchpad->sp_array); in xhci_scratchpad_alloc()
1034 u64 *sp_array; member
Completed in 14 milliseconds