Searched refs:dcbaa (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/usb/cdns3/ |
| H A D | cdnsp-mem.c | 670 pdev->dcbaa->dev_context_ptrs[1] = 0; in cdnsp_free_priv_device() 700 pdev->dcbaa->dev_context_ptrs[1] = cpu_to_le64(pdev->out_ctx.dma); in cdnsp_alloc_priv_device() 1087 dma_free_coherent(dev, sizeof(*pdev->dcbaa), in cdnsp_mem_cleanup() 1088 pdev->dcbaa, pdev->dcbaa->dma); in cdnsp_mem_cleanup() 1090 pdev->dcbaa = NULL; in cdnsp_mem_cleanup() 1230 pdev->dcbaa = dma_alloc_coherent(dev, sizeof(*pdev->dcbaa), in cdnsp_mem_init() 1232 if (!pdev->dcbaa) in cdnsp_mem_init() 1235 pdev->dcbaa->dma = dma; in cdnsp_mem_init() 1330 dma_free_coherent(dev, sizeof(*pdev->dcbaa), pdev->dcbaa, in cdnsp_mem_init() 1331 pdev->dcbaa->dma); in cdnsp_mem_init()
|
| H A D | cdnsp-gadget.h | 1445 struct cdnsp_device_context_array *dcbaa; member
|
| /linux/drivers/usb/host/ |
| H A D | xhci-mem.c | 880 xhci->dcbaa->dev_context_ptrs[slot_id] == cpu_to_le64(dev->out_ctx->dma)) in xhci_free_virt_device() 881 xhci->dcbaa->dev_context_ptrs[slot_id] = 0; in xhci_free_virt_device() 1017 xhci->dcbaa->dev_context_ptrs[slot_id] = cpu_to_le64(dev->out_ctx->dma); in xhci_alloc_virt_device() 1020 &xhci->dcbaa->dev_context_ptrs[slot_id], in xhci_alloc_virt_device() 1021 le64_to_cpu(xhci->dcbaa->dev_context_ptrs[slot_id])); in xhci_alloc_virt_device() 1671 xhci->dcbaa->dev_context_ptrs[0] = cpu_to_le64(xhci->scratchpad->sp_dma); in scratchpad_alloc() 1955 if (xhci->dcbaa) in xhci_mem_cleanup() 1956 dma_free_coherent(dev, sizeof(*xhci->dcbaa), in xhci_mem_cleanup() 1957 xhci->dcbaa, xhci->dcbaa->dma); in xhci_mem_cleanup() 1958 xhci->dcbaa = NULL; in xhci_mem_cleanup() [all …]
|
| H A D | xhci.c | 571 xhci_write_64(xhci, xhci->dcbaa->dma, &xhci->op_regs->dcbaa_ptr); in xhci_init() 4457 &xhci->dcbaa->dev_context_ptrs[udev->slot_id], in xhci_setup_device() 4459 le64_to_cpu(xhci->dcbaa->dev_context_ptrs[udev->slot_id])); in xhci_setup_device()
|
| H A D | xhci.h | 1534 struct xhci_device_context_array *dcbaa; member
|
| H A D | xhci-ring.c | 1616 xhci->dcbaa->dev_context_ptrs[slot_id] = 0; in xhci_handle_cmd_disable_slot()
|