Searched refs:dcbaa (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/usb/cdns3/ |
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()
|
D | cdnsp-gadget.h | 1428 struct cdnsp_device_context_array *dcbaa; member
|
/Linux-v6.1/drivers/usb/host/ |
D | xhci-mem.c | 877 xhci->dcbaa->dev_context_ptrs[slot_id] = 0; in xhci_free_virt_device() 1015 xhci->dcbaa->dev_context_ptrs[slot_id] = cpu_to_le64(dev->out_ctx->dma); in xhci_alloc_virt_device() 1018 &xhci->dcbaa->dev_context_ptrs[slot_id], in xhci_alloc_virt_device() 1019 le64_to_cpu(xhci->dcbaa->dev_context_ptrs[slot_id])); in xhci_alloc_virt_device() 1673 xhci->dcbaa->dev_context_ptrs[0] = cpu_to_le64(xhci->scratchpad->sp_dma); in scratchpad_alloc() 1886 if (xhci->dcbaa) in xhci_mem_cleanup() 1887 dma_free_coherent(dev, sizeof(*xhci->dcbaa), in xhci_mem_cleanup() 1888 xhci->dcbaa, xhci->dcbaa->dma); in xhci_mem_cleanup() 1889 xhci->dcbaa = NULL; in xhci_mem_cleanup() 2425 xhci->dcbaa = dma_alloc_coherent(dev, sizeof(*xhci->dcbaa), &dma, in xhci_mem_init() [all …]
|
D | xhci.h | 1795 struct xhci_device_context_array *dcbaa; member
|
D | xhci.c | 4318 &xhci->dcbaa->dev_context_ptrs[udev->slot_id], in xhci_setup_device() 4320 le64_to_cpu(xhci->dcbaa->dev_context_ptrs[udev->slot_id])); in xhci_setup_device()
|