Home
last modified time | relevance | path

Searched refs:xhci_flush_cache (Results 1 – 4 of 4) sorted by relevance

/u-boot/drivers/usb/host/
A Dxhci-mem.c37 void xhci_flush_cache(uintptr_t addr, u32 len) in xhci_flush_cache() function
203 xhci_flush_cache((uintptr_t)ptr, size); in xhci_malloc()
380 xhci_flush_cache((uintptr_t)&ctrl->dcbaa->dev_context_ptrs[0], in xhci_scratchpad_alloc()
396 xhci_flush_cache((uintptr_t)buf, num_sp * page_size); in xhci_scratchpad_alloc()
403 xhci_flush_cache((uintptr_t)scratchpad->sp_array, in xhci_scratchpad_alloc()
497 xhci_flush_cache((uintptr_t)&ctrl->dcbaa->dev_context_ptrs[slot_id], in xhci_alloc_virt_device()
573 xhci_flush_cache((uintptr_t)ctrl->erst.entries, in xhci_mem_init()
865 xhci_flush_cache((uintptr_t)ep0_ctx, sizeof(struct xhci_ep_ctx)); in xhci_setup_addressable_virt_dev()
866 xhci_flush_cache((uintptr_t)slot_ctx, sizeof(struct xhci_slot_ctx)); in xhci_setup_addressable_virt_dev()
A Dxhci-ring.c127 xhci_flush_cache((uintptr_t)next, in inc_enq()
196 xhci_flush_cache((uintptr_t)trb, sizeof(struct xhci_generic_trb)); in queue_trb()
249 xhci_flush_cache((uintptr_t)next, sizeof(union xhci_trb)); in prepare_ring()
381 xhci_flush_cache((uintptr_t)start_trb, sizeof(struct xhci_generic_trb)); in giveback_first_trb()
662 xhci_flush_cache((uintptr_t)buffer, length); in xhci_bulk_tx()
897 xhci_flush_cache((uintptr_t)buffer, length); in xhci_ctrl_tx()
A Dxhci.c493 xhci_flush_cache((uintptr_t)in_ctx->bytes, in_ctx->size); in xhci_configure_endpoints()
/u-boot/include/usb/
A Dxhci.h1257 void xhci_flush_cache(uintptr_t addr, u32 type_len);

Completed in 12 milliseconds