Searched refs:dev_context_ptrs (Results 1 – 5 of 5) sorted by relevance
109 ctrl->dcbaa->dev_context_ptrs[0] = 0; in xhci_scratchpad_free()150 ctrl->dcbaa->dev_context_ptrs[slot_id] = 0; in xhci_free_virt_devices()370 ctrl->dcbaa->dev_context_ptrs[0] = in xhci_scratchpad_alloc()373 xhci_flush_cache((uintptr_t)&ctrl->dcbaa->dev_context_ptrs[0], in xhci_scratchpad_alloc()374 sizeof(ctrl->dcbaa->dev_context_ptrs[0])); in xhci_scratchpad_alloc()487 ctrl->dcbaa->dev_context_ptrs[slot_id] = byte_64; in xhci_alloc_virt_device()489 xhci_flush_cache((uintptr_t)&ctrl->dcbaa->dev_context_ptrs[slot_id], in xhci_alloc_virt_device()
958 xhci->dcbaa->dev_context_ptrs[slot_id] = 0; in xhci_free_virt_device()1096 xhci->dcbaa->dev_context_ptrs[slot_id] = cpu_to_le64(dev->out_ctx->dma); in xhci_alloc_virt_device()1099 &xhci->dcbaa->dev_context_ptrs[slot_id], in xhci_alloc_virt_device()1100 le64_to_cpu(xhci->dcbaa->dev_context_ptrs[slot_id])); in xhci_alloc_virt_device()1763 xhci->dcbaa->dev_context_ptrs[0] = cpu_to_le64(xhci->scratchpad->sp_dma); in scratchpad_alloc()
1073 __le64 dev_context_ptrs[MAX_HC_SLOTS]; member
4225 &xhci->dcbaa->dev_context_ptrs[udev->slot_id], in xhci_setup_device()4227 le64_to_cpu(xhci->dcbaa->dev_context_ptrs[udev->slot_id])); in xhci_setup_device()
695 __le64 dev_context_ptrs[MAX_HC_SLOTS]; member