Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dxhci-mem.c108 if (!ctrl->scratchpad) in xhci_scratchpad_free()
114 free(ctrl->scratchpad->sp_array); in xhci_scratchpad_free()
115 free(ctrl->scratchpad); in xhci_scratchpad_free()
116 ctrl->scratchpad = NULL; in xhci_scratchpad_free()
368 scratchpad = malloc(sizeof(*scratchpad)); in xhci_scratchpad_alloc()
369 if (!scratchpad) in xhci_scratchpad_alloc()
371 ctrl->scratchpad = scratchpad; in xhci_scratchpad_alloc()
374 if (!scratchpad->sp_array) in xhci_scratchpad_alloc()
409 free(scratchpad->sp_array); in xhci_scratchpad_alloc()
412 free(scratchpad); in xhci_scratchpad_alloc()
[all …]
/u-boot/include/usb/
A Dxhci.h1217 struct xhci_scratchpad *scratchpad; member

Completed in 8 milliseconds