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

/linux-master/drivers/usb/cdns3/
H A Dcdnsp-mem.c671 pdev->dcbaa->dev_context_ptrs[1] = 0;
700 /* Point to output device context in dcbaa. */
701 pdev->dcbaa->dev_context_ptrs[1] = cpu_to_le64(pdev->out_ctx.dma);
1088 dma_free_coherent(dev, sizeof(*pdev->dcbaa),
1089 pdev->dcbaa, pdev->dcbaa->dma);
1091 pdev->dcbaa = NULL;
1231 pdev->dcbaa = dma_alloc_coherent(dev, sizeof(*pdev->dcbaa),
1233 if (!pdev->dcbaa)
[all...]
H A Dcdnsp-gadget.h1369 * @dcbaa: Device context base address array.
1426 struct cdnsp_device_context_array *dcbaa; member in struct:cdnsp_device
/linux-master/drivers/usb/host/
H A Dxhci-mem.c862 xhci->dcbaa->dev_context_ptrs[slot_id] = 0;
998 /* Point to output device context in dcbaa. */
999 xhci->dcbaa->dev_context_ptrs[slot_id] = cpu_to_le64(dev->out_ctx->dma);
1000 xhci_dbg(xhci, "Set slot id %d dcbaa entry %p to 0x%llx\n",
1002 &xhci->dcbaa->dev_context_ptrs[slot_id],
1003 le64_to_cpu(xhci->dcbaa->dev_context_ptrs[slot_id]));
1651 xhci->dcbaa->dev_context_ptrs[0] = cpu_to_le64(xhci->scratchpad->sp_dma);
1926 if (xhci->dcbaa)
1927 dma_free_coherent(dev, sizeof(*xhci->dcbaa),
1928 xhci->dcbaa, xhc
[all...]
H A Dxhci.h1523 struct xhci_device_context_array *dcbaa; member in struct:xhci_hcd
1542 /* Internal mirror of the HW's dcbaa */
H A Dxhci.c4221 "Slot ID %d dcbaa entry @%p = %#016llx",
4223 &xhci->dcbaa->dev_context_ptrs[udev->slot_id],
4225 le64_to_cpu(xhci->dcbaa->dev_context_ptrs[udev->slot_id]));

Completed in 225 milliseconds