dcbaa             889 drivers/usb/host/xhci-mem.c 	xhci->dcbaa->dev_context_ptrs[slot_id] = 0;
dcbaa            1019 drivers/usb/host/xhci-mem.c 	xhci->dcbaa->dev_context_ptrs[slot_id] = cpu_to_le64(dev->out_ctx->dma);
dcbaa            1022 drivers/usb/host/xhci-mem.c 		 &xhci->dcbaa->dev_context_ptrs[slot_id],
dcbaa            1023 drivers/usb/host/xhci-mem.c 		 le64_to_cpu(xhci->dcbaa->dev_context_ptrs[slot_id]));
dcbaa            1678 drivers/usb/host/xhci-mem.c 	xhci->dcbaa->dev_context_ptrs[0] = cpu_to_le64(xhci->scratchpad->sp_dma);
dcbaa            1894 drivers/usb/host/xhci-mem.c 	if (xhci->dcbaa)
dcbaa            1895 drivers/usb/host/xhci-mem.c 		dma_free_coherent(dev, sizeof(*xhci->dcbaa),
dcbaa            1896 drivers/usb/host/xhci-mem.c 				xhci->dcbaa, xhci->dcbaa->dma);
dcbaa            1897 drivers/usb/host/xhci-mem.c 	xhci->dcbaa = NULL;
dcbaa            2423 drivers/usb/host/xhci-mem.c 	xhci->dcbaa = dma_alloc_coherent(dev, sizeof(*xhci->dcbaa), &dma,
dcbaa            2425 drivers/usb/host/xhci-mem.c 	if (!xhci->dcbaa)
dcbaa            2427 drivers/usb/host/xhci-mem.c 	xhci->dcbaa->dma = dma;
dcbaa            2430 drivers/usb/host/xhci-mem.c 			(unsigned long long)xhci->dcbaa->dma, xhci->dcbaa);
dcbaa            4199 drivers/usb/host/xhci.c 		&xhci->dcbaa->dev_context_ptrs[udev->slot_id],
dcbaa            4201 drivers/usb/host/xhci.c 		le64_to_cpu(xhci->dcbaa->dev_context_ptrs[udev->slot_id]));
dcbaa            1774 drivers/usb/host/xhci.h 	struct xhci_device_context_array *dcbaa;