Searched refs:dev_context_ptrs (Results 1 – 6 of 6) sorted by relevance
880 xhci->dcbaa->dev_context_ptrs[slot_id] == cpu_to_le64(dev->out_ctx->dma)) in xhci_free_virt_device()881 xhci->dcbaa->dev_context_ptrs[slot_id] = 0; in xhci_free_virt_device()1017 xhci->dcbaa->dev_context_ptrs[slot_id] = cpu_to_le64(dev->out_ctx->dma); in xhci_alloc_virt_device()1020 &xhci->dcbaa->dev_context_ptrs[slot_id], in xhci_alloc_virt_device()1021 le64_to_cpu(xhci->dcbaa->dev_context_ptrs[slot_id])); in xhci_alloc_virt_device()1675 xhci->dcbaa->dev_context_ptrs[0] = cpu_to_le64(xhci->scratchpad->sp_dma); in scratchpad_alloc()
798 __le64 dev_context_ptrs[MAX_HC_SLOTS]; member
4428 &xhci->dcbaa->dev_context_ptrs[udev->slot_id], in xhci_setup_device()4430 le64_to_cpu(xhci->dcbaa->dev_context_ptrs[udev->slot_id])); in xhci_setup_device()
1612 xhci->dcbaa->dev_context_ptrs[slot_id] = 0; in xhci_handle_cmd_disable_slot()
671 pdev->dcbaa->dev_context_ptrs[1] = 0; in cdnsp_free_priv_device()701 pdev->dcbaa->dev_context_ptrs[1] = cpu_to_le64(pdev->out_ctx.dma); in cdnsp_alloc_priv_device()
859 __le64 dev_context_ptrs[CDNSP_DEV_MAX_SLOTS + 1]; member