Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-mem.c105 if (!ctrl->scratchpad) in xhci_scratchpad_free()
110 free((void *)(uintptr_t)ctrl->scratchpad->sp_array[0]); in xhci_scratchpad_free()
111 free(ctrl->scratchpad->sp_array); in xhci_scratchpad_free()
112 free(ctrl->scratchpad); in xhci_scratchpad_free()
113 ctrl->scratchpad = NULL; in xhci_scratchpad_free()
351 struct xhci_scratchpad *scratchpad; in xhci_scratchpad_alloc() local
361 scratchpad = malloc(sizeof(*scratchpad)); in xhci_scratchpad_alloc()
362 if (!scratchpad) in xhci_scratchpad_alloc()
364 ctrl->scratchpad = scratchpad; in xhci_scratchpad_alloc()
366 scratchpad->sp_array = xhci_malloc(num_sp * sizeof(u64)); in xhci_scratchpad_alloc()
[all …]
H A Dxhci.h1230 struct xhci_scratchpad *scratchpad; member
/openbmc/qemu/hw/fsi/
H A Dcfam.c116 object_initialize_child(obj, "scratchpad", &s->scratchpad, in fsi_cfam_instance_init()
140 if (!qdev_realize(DEVICE(&cfam->scratchpad), BUS(&cfam->lbus), errp)) { in fsi_cfam_realize()
144 FSILBusDevice *fsi_dev = FSI_LBUS_DEVICE(&cfam->scratchpad); in fsi_cfam_realize()
/openbmc/qemu/include/hw/fsi/
H A Dcfam.h31 FSIScratchPad scratchpad; member
/openbmc/qemu/docs/specs/
H A Dfsi.rst96 dev: scratchpad, id ""
107 dev: scratchpad, id ""