Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/dwc3/
Dio.h50 static inline void dwc3_flush_cache(uintptr_t addr, int length) in dwc3_flush_cache() function
Dep0.c83 dwc3_flush_cache((uintptr_t)buf_dma, len); in dwc3_ep0_start_trans()
84 dwc3_flush_cache((uintptr_t)trb, sizeof(*trb)); in dwc3_ep0_start_trans()
792 dwc3_flush_cache((uintptr_t)trb, sizeof(*trb)); in dwc3_ep0_complete_data()
823 dwc3_flush_cache((uintptr_t)trb, sizeof(*trb)); in dwc3_ep0_complete_data()
833 dwc3_flush_cache((uintptr_t)dwc->ep0_bounce, DWC3_EP0_BOUNCE_SIZE); in dwc3_ep0_complete_data()
Dgadget.c246 dwc3_flush_cache((uintptr_t)req->request.dma, req->request.length); in dwc3_gadget_giveback()
773 dwc3_flush_cache((uintptr_t)dma, length); in dwc3_prepare_one_trb()
774 dwc3_flush_cache((uintptr_t)trb, sizeof(*trb)); in dwc3_prepare_one_trb()
1771 dwc3_flush_cache((uintptr_t)trb, sizeof(*trb)); in dwc3_cleanup_done_reqs()
2675 dwc3_flush_cache((uintptr_t)evt->buf, evt->length); in dwc3_gadget_uboot_handle_interrupt()
Dcore.c126 dwc3_flush_cache((uintptr_t)evt->buf, evt->length); in dwc3_alloc_one_event_buffer()