Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-mem.c34 void xhci_flush_cache(uintptr_t addr, u32 len) in xhci_flush_cache() function
198 xhci_flush_cache((uintptr_t)ptr, size); in xhci_malloc()
372 xhci_flush_cache((uintptr_t)&ctrl->dcbaa->dev_context_ptrs[0], in xhci_scratchpad_alloc()
388 xhci_flush_cache((uintptr_t)buf, num_sp * page_size); in xhci_scratchpad_alloc()
488 xhci_flush_cache((uintptr_t)&ctrl->dcbaa->dev_context_ptrs[slot_id], in xhci_alloc_virt_device()
566 xhci_flush_cache((uintptr_t)ctrl->erst.entries, in xhci_mem_init()
863 xhci_flush_cache((uintptr_t)ep0_ctx, sizeof(struct xhci_ep_ctx)); in xhci_setup_addressable_virt_dev()
864 xhci_flush_cache((uintptr_t)slot_ctx, sizeof(struct xhci_slot_ctx)); in xhci_setup_addressable_virt_dev()
H A Dxhci-ring.c124 xhci_flush_cache((uintptr_t)next, in inc_enq()
193 xhci_flush_cache((uintptr_t)trb, sizeof(struct xhci_generic_trb)); in queue_trb()
246 xhci_flush_cache((uintptr_t)next, sizeof(union xhci_trb)); in prepare_ring()
373 xhci_flush_cache((uintptr_t)start_trb, sizeof(struct xhci_generic_trb)); in giveback_first_trb()
653 xhci_flush_cache((uintptr_t)buffer, length); in xhci_bulk_tx()
883 xhci_flush_cache((uintptr_t)buffer, length); in xhci_ctrl_tx()
H A Dxhci.h1261 void xhci_flush_cache(uintptr_t addr, u32 type_len);
H A Dxhci.c459 xhci_flush_cache((uintptr_t)in_ctx->bytes, in_ctx->size); in xhci_configure_endpoints()