Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
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()
483 ctrl->dcbaa->dev_context_ptrs[slot_id] = byte_64; in xhci_alloc_virt_device()
485 xhci_flush_cache((uintptr_t)&ctrl->dcbaa->dev_context_ptrs[slot_id], in xhci_alloc_virt_device()
Dxhci.h694 __le64 dev_context_ptrs[MAX_HC_SLOTS]; member