Searched refs:dev_context_ptrs (Results 1 – 2 of 2) sorted by relevance
118 xhci_dma_unmap(ctrl, ctrl->dcbaa->dev_context_ptrs[0], in xhci_scratchpad_free()120 ctrl->dcbaa->dev_context_ptrs[0] = 0; in xhci_scratchpad_free()163 ctrl->dcbaa->dev_context_ptrs[slot_id] = 0; in xhci_free_virt_devices()391 ctrl->dcbaa->dev_context_ptrs[0] = cpu_to_le64(val_64); in xhci_scratchpad_alloc()393 xhci_flush_cache((uintptr_t)&ctrl->dcbaa->dev_context_ptrs[0], in xhci_scratchpad_alloc()394 sizeof(ctrl->dcbaa->dev_context_ptrs[0])); in xhci_scratchpad_alloc()511 ctrl->dcbaa->dev_context_ptrs[slot_id] = cpu_to_le64(byte_64); in xhci_alloc_virt_device()513 xhci_flush_cache((uintptr_t)&ctrl->dcbaa->dev_context_ptrs[slot_id], in xhci_alloc_virt_device()
692 __le64 dev_context_ptrs[MAX_HC_SLOTS]; member
Completed in 8 milliseconds