Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-mem.c111 free((void *)(uintptr_t)ctrl->scratchpad->sp_array[0]); in xhci_scratchpad_free()
112 free(ctrl->scratchpad->sp_array); in xhci_scratchpad_free()
367 scratchpad->sp_array = xhci_malloc(num_sp * sizeof(u64)); in xhci_scratchpad_alloc()
368 if (!scratchpad->sp_array) in xhci_scratchpad_alloc()
371 cpu_to_le64((uintptr_t)scratchpad->sp_array); in xhci_scratchpad_alloc()
393 scratchpad->sp_array[i] = cpu_to_le64(ptr); in xhci_scratchpad_alloc()
399 free(scratchpad->sp_array); in xhci_scratchpad_alloc()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h1041 u64 *sp_array; member