Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-mem.c109 ctrl->dcbaa->dev_context_ptrs[0] = 0; in xhci_scratchpad_free()
150 ctrl->dcbaa->dev_context_ptrs[slot_id] = 0; in xhci_free_virt_devices()
180 free(ctrl->dcbaa); in xhci_cleanup()
370 ctrl->dcbaa->dev_context_ptrs[0] = in xhci_scratchpad_alloc()
373 xhci_flush_cache((uintptr_t)&ctrl->dcbaa->dev_context_ptrs[0], in xhci_scratchpad_alloc()
374 sizeof(ctrl->dcbaa->dev_context_ptrs[0])); in xhci_scratchpad_alloc()
487 ctrl->dcbaa->dev_context_ptrs[slot_id] = byte_64; in xhci_alloc_virt_device()
489 xhci_flush_cache((uintptr_t)&ctrl->dcbaa->dev_context_ptrs[slot_id], in xhci_alloc_virt_device()
514 ctrl->dcbaa = (struct xhci_device_context_array *) in xhci_mem_init()
516 if (ctrl->dcbaa == NULL) { in xhci_mem_init()
[all …]
H A Dxhci.c641 debug("Setting up addressable devices %p\n", ctrl->dcbaa); in xhci_address_device()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c958 xhci->dcbaa->dev_context_ptrs[slot_id] = 0; in xhci_free_virt_device()
1096 xhci->dcbaa->dev_context_ptrs[slot_id] = cpu_to_le64(dev->out_ctx->dma); in xhci_alloc_virt_device()
1099 &xhci->dcbaa->dev_context_ptrs[slot_id], in xhci_alloc_virt_device()
1100 le64_to_cpu(xhci->dcbaa->dev_context_ptrs[slot_id])); in xhci_alloc_virt_device()
1763 xhci->dcbaa->dev_context_ptrs[0] = cpu_to_le64(xhci->scratchpad->sp_dma); in scratchpad_alloc()
2004 if (xhci->dcbaa) in xhci_mem_cleanup()
2005 dma_free_coherent(dev, sizeof(*xhci->dcbaa), in xhci_mem_cleanup()
2006 xhci->dcbaa, xhci->dcbaa->dma); in xhci_mem_cleanup()
2008 xhci->dcbaa = NULL; in xhci_mem_cleanup()
2549 xhci->dcbaa = xhci_vendor_alloc_dcbaa(xhci, flags); in xhci_mem_init()
[all …]
H A Dxhci.h1801 struct xhci_device_context_array *dcbaa; member
H A Dxhci.c4225 &xhci->dcbaa->dev_context_ptrs[udev->slot_id], in xhci_setup_device()
4227 le64_to_cpu(xhci->dcbaa->dev_context_ptrs[udev->slot_id])); in xhci_setup_device()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h1222 struct xhci_device_context_array *dcbaa \ member