Home
last modified time | relevance | path

Searched refs:dev_context_ptrs (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-mem.c108 ctrl->dcbaa->dev_context_ptrs[0] = 0; in xhci_scratchpad_free()
149 ctrl->dcbaa->dev_context_ptrs[slot_id] = 0; in xhci_free_virt_devices()
369 ctrl->dcbaa->dev_context_ptrs[0] = in xhci_scratchpad_alloc()
372 xhci_flush_cache((uintptr_t)&ctrl->dcbaa->dev_context_ptrs[0], in xhci_scratchpad_alloc()
373 sizeof(ctrl->dcbaa->dev_context_ptrs[0])); in xhci_scratchpad_alloc()
486 ctrl->dcbaa->dev_context_ptrs[slot_id] = byte_64; in xhci_alloc_virt_device()
488 xhci_flush_cache((uintptr_t)&ctrl->dcbaa->dev_context_ptrs[slot_id], in xhci_alloc_virt_device()
H A Dxhci.h694 __le64 dev_context_ptrs[MAX_HC_SLOTS]; member
/openbmc/linux/drivers/usb/host/
H A Dxhci-mem.c859 xhci->dcbaa->dev_context_ptrs[slot_id] = 0; in xhci_free_virt_device()
995 xhci->dcbaa->dev_context_ptrs[slot_id] = cpu_to_le64(dev->out_ctx->dma); in xhci_alloc_virt_device()
998 &xhci->dcbaa->dev_context_ptrs[slot_id], in xhci_alloc_virt_device()
999 le64_to_cpu(xhci->dcbaa->dev_context_ptrs[slot_id])); in xhci_alloc_virt_device()
1651 xhci->dcbaa->dev_context_ptrs[0] = cpu_to_le64(xhci->scratchpad->sp_dma); in scratchpad_alloc()
H A Dxhci.h1073 __le64 dev_context_ptrs[MAX_HC_SLOTS]; member
H A Dxhci.c4173 &xhci->dcbaa->dev_context_ptrs[udev->slot_id], in xhci_setup_device()
4175 le64_to_cpu(xhci->dcbaa->dev_context_ptrs[udev->slot_id])); in xhci_setup_device()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-mem.c671 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()
H A Dcdnsp-gadget.h849 __le64 dev_context_ptrs[CDNSP_DEV_MAX_SLOTS + 1]; member