Searched refs:dcbaa (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci-mem.c | 108 ctrl->dcbaa->dev_context_ptrs[0] = 0; in xhci_scratchpad_free() 149 ctrl->dcbaa->dev_context_ptrs[slot_id] = 0; in xhci_free_virt_devices() 179 free(ctrl->dcbaa); in xhci_cleanup() 369 ctrl->dcbaa->dev_context_ptrs[0] = in xhci_scratchpad_alloc() 372 xhci_flush_cache((uintptr_t)&ctrl->dcbaa->dev_context_ptrs[0], in xhci_scratchpad_alloc() 373 sizeof(ctrl->dcbaa->dev_context_ptrs[0])); in xhci_scratchpad_alloc() 486 ctrl->dcbaa->dev_context_ptrs[slot_id] = byte_64; in xhci_alloc_virt_device() 488 xhci_flush_cache((uintptr_t)&ctrl->dcbaa->dev_context_ptrs[slot_id], in xhci_alloc_virt_device() 513 ctrl->dcbaa = (struct xhci_device_context_array *) in xhci_mem_init() 515 if (ctrl->dcbaa == NULL) { in xhci_mem_init() [all …]
|
H A D | xhci.h | 1221 struct xhci_device_context_array *dcbaa \ member
|
H A D | xhci.c | 640 debug("Setting up addressable devices %p\n", ctrl->dcbaa); in xhci_address_device()
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdnsp-mem.c | 671 pdev->dcbaa->dev_context_ptrs[1] = 0; in cdnsp_free_priv_device() 701 pdev->dcbaa->dev_context_ptrs[1] = cpu_to_le64(pdev->out_ctx.dma); in cdnsp_alloc_priv_device() 1088 dma_free_coherent(dev, sizeof(*pdev->dcbaa), in cdnsp_mem_cleanup() 1089 pdev->dcbaa, pdev->dcbaa->dma); in cdnsp_mem_cleanup() 1091 pdev->dcbaa = NULL; in cdnsp_mem_cleanup() 1231 pdev->dcbaa = dma_alloc_coherent(dev, sizeof(*pdev->dcbaa), in cdnsp_mem_init() 1233 if (!pdev->dcbaa) in cdnsp_mem_init() 1236 pdev->dcbaa->dma = dma; in cdnsp_mem_init() 1331 dma_free_coherent(dev, sizeof(*pdev->dcbaa), pdev->dcbaa, in cdnsp_mem_init() 1332 pdev->dcbaa->dma); in cdnsp_mem_init()
|
H A D | cdnsp-gadget.h | 1431 struct cdnsp_device_context_array *dcbaa; member
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-mem.c | 859 xhci->dcbaa->dev_context_ptrs[slot_id] = 0; in xhci_free_virt_device() 995 xhci->dcbaa->dev_context_ptrs[slot_id] = cpu_to_le64(dev->out_ctx->dma); in xhci_alloc_virt_device() 998 &xhci->dcbaa->dev_context_ptrs[slot_id], in xhci_alloc_virt_device() 999 le64_to_cpu(xhci->dcbaa->dev_context_ptrs[slot_id])); in xhci_alloc_virt_device() 1651 xhci->dcbaa->dev_context_ptrs[0] = cpu_to_le64(xhci->scratchpad->sp_dma); in scratchpad_alloc() 1890 if (xhci->dcbaa) in xhci_mem_cleanup() 1891 dma_free_coherent(dev, sizeof(*xhci->dcbaa), in xhci_mem_cleanup() 1892 xhci->dcbaa, xhci->dcbaa->dma); in xhci_mem_cleanup() 1893 xhci->dcbaa = NULL; in xhci_mem_cleanup() 2350 xhci->dcbaa = dma_alloc_coherent(dev, sizeof(*xhci->dcbaa), &dma, in xhci_mem_init() [all …]
|
H A D | xhci.h | 1553 struct xhci_device_context_array *dcbaa; member
|
H A D | xhci.c | 4204 &xhci->dcbaa->dev_context_ptrs[udev->slot_id], in xhci_setup_device() 4206 le64_to_cpu(xhci->dcbaa->dev_context_ptrs[udev->slot_id])); in xhci_setup_device()
|