Home
last modified time | relevance | path

Searched refs:dcbaa (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/cdns3/
H A Dcdnsp-mem.c672 pdev->dcbaa->dev_context_ptrs[1] = 0; in cdnsp_free_priv_device()
702 pdev->dcbaa->dev_context_ptrs[1] = cpu_to_le64(pdev->out_ctx.dma); in cdnsp_alloc_priv_device()
1089 dma_free_coherent(dev, sizeof(*pdev->dcbaa), in cdnsp_mem_cleanup()
1090 pdev->dcbaa, pdev->dcbaa->dma); in cdnsp_mem_cleanup()
1092 pdev->dcbaa = NULL; in cdnsp_mem_cleanup()
1259 pdev->dcbaa = dma_alloc_coherent(dev, sizeof(*pdev->dcbaa), in cdnsp_mem_init()
1261 if (!pdev->dcbaa) in cdnsp_mem_init()
1264 pdev->dcbaa->dma = dma; in cdnsp_mem_init()
1359 dma_free_coherent(dev, sizeof(*pdev->dcbaa), pdev->dcbaa, in cdnsp_mem_init()
1360 pdev->dcbaa->dma); in cdnsp_mem_init()
/linux/drivers/usb/host/
H A Dxhci.c554 xhci_write_64(xhci, xhci->dcbaa.dma, &xhci->op_regs->dcbaa_ptr); in xhci_init()
4469 &xhci->dcbaa.ctx_array[udev->slot_id], in xhci_setup_device()
4471 le64_to_cpu(xhci->dcbaa.ctx_array[udev->slot_id])); in xhci_setup_device()
H A Dxhci.h1538 struct xhci_device_context_array dcbaa; member