Home
last modified time | relevance | path

Searched refs:dcbaa (Results 1 – 3 of 3) sorted by relevance

/u-boot/drivers/usb/host/
A Dxhci-mem.c111 ctrl->dcbaa->dev_context_ptrs[0] = 0; in xhci_scratchpad_free()
152 ctrl->dcbaa->dev_context_ptrs[slot_id] = 0; in xhci_free_virt_devices()
182 free(ctrl->dcbaa); in xhci_cleanup()
378 ctrl->dcbaa->dev_context_ptrs[0] = cpu_to_le64(val_64); in xhci_scratchpad_alloc()
380 xhci_flush_cache((uintptr_t)&ctrl->dcbaa->dev_context_ptrs[0], in xhci_scratchpad_alloc()
381 sizeof(ctrl->dcbaa->dev_context_ptrs[0])); in xhci_scratchpad_alloc()
495 ctrl->dcbaa->dev_context_ptrs[slot_id] = cpu_to_le64(byte_64); in xhci_alloc_virt_device()
497 xhci_flush_cache((uintptr_t)&ctrl->dcbaa->dev_context_ptrs[slot_id], in xhci_alloc_virt_device()
522 ctrl->dcbaa = xhci_malloc(sizeof(struct xhci_device_context_array)); in xhci_mem_init()
523 if (ctrl->dcbaa == NULL) { in xhci_mem_init()
[all …]
A Dxhci.c682 debug("Setting up addressable devices %p\n", ctrl->dcbaa); in xhci_address_device()
/u-boot/include/usb/
A Dxhci.h1208 struct xhci_device_context_array *dcbaa \ member

Completed in 13 milliseconds