Home
last modified time | relevance | path

Searched refs:dcbaa (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-mem.c671 pdev->dcbaa->dev_context_ptrs[1] = 0; in cdnsp_free_priv_device()
700 /* Point to output device context in dcbaa. */ in cdnsp_alloc_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()
[all...]
H A Dcdnsp-gadget.h1371 * @dcbaa: Device context base address array.
1428 struct cdnsp_device_context_array *dcbaa; member
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mem.c903 xhci->dcbaa->dev_context_ptrs[slot_id] = 0; in xhci_free_virt_device()
1040 /* Point to output device context in dcbaa. */ in xhci_alloc_virt_device()
1041 xhci->dcbaa->dev_context_ptrs[slot_id] = cpu_to_le64(dev->out_ctx->dma); in xhci_alloc_virt_device()
1042 xhci_dbg(xhci, "Set slot id %d dcbaa entry %p to 0x%llx\n", in xhci_alloc_virt_device()
1044 &xhci->dcbaa->dev_context_ptrs[slot_id], in xhci_alloc_virt_device()
1045 le64_to_cpu(xhci->dcbaa->dev_context_ptrs[slot_id])); in xhci_alloc_virt_device()
1700 xhci->dcbaa->dev_context_ptrs[0] = cpu_to_le64(xhci->scratchpad->sp_dma); in scratchpad_alloc()
1916 if (xhci->dcbaa) in xhci_mem_cleanup()
1917 dma_free_coherent(dev, sizeof(*xhci->dcbaa), in xhci_mem_cleanup()
1918 xhci->dcbaa, xhc in xhci_mem_cleanup()
[all...]
H A Dxhci.h1790 struct xhci_device_context_array *dcbaa; member
1813 /* Internal mirror of the HW's dcbaa */
H A Dxhci.c4275 "Slot ID %d dcbaa entry @%p = %#016llx", in xhci_setup_device()
4277 &xhci->dcbaa->dev_context_ptrs[udev->slot_id], in xhci_setup_device()
4279 le64_to_cpu(xhci->dcbaa->dev_context_ptrs[udev->slot_id])); in xhci_setup_device()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mem.c859 xhci->dcbaa->dev_context_ptrs[slot_id] = 0; in xhci_free_virt_device()
994 /* Point to output device context in dcbaa. */ in xhci_alloc_virt_device()
995 xhci->dcbaa->dev_context_ptrs[slot_id] = cpu_to_le64(dev->out_ctx->dma); in xhci_alloc_virt_device()
996 xhci_dbg(xhci, "Set slot id %d dcbaa entry %p to 0x%llx\n", 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()
1888 if (xhci->dcbaa) in xhci_mem_cleanup()
1889 dma_free_coherent(dev, sizeof(*xhci->dcbaa), in xhci_mem_cleanup()
1890 xhci->dcbaa, xhc in xhci_mem_cleanup()
[all...]
H A Dxhci.h1802 struct xhci_device_context_array *dcbaa; member
1821 /* Internal mirror of the HW's dcbaa */
H A Dxhci.c4164 "Slot ID %d dcbaa entry @%p = %#016llx", in xhci_setup_device()
4166 &xhci->dcbaa->dev_context_ptrs[udev->slot_id], in xhci_setup_device()
4168 le64_to_cpu(xhci->dcbaa->dev_context_ptrs[udev->slot_id])); in xhci_setup_device()

Completed in 36 milliseconds