Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/dwc3/
H A Dio.h50 static inline void dwc3_flush_cache(uintptr_t addr, int length) in dwc3_flush_cache() function
H A 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()
H A Dgadget.c245 dwc3_flush_cache((uintptr_t)req->request.dma, req->request.length); in dwc3_gadget_giveback()
772 dwc3_flush_cache((uintptr_t)dma, length); in dwc3_prepare_one_trb()
773 dwc3_flush_cache((uintptr_t)trb, sizeof(*trb)); in dwc3_prepare_one_trb()
1770 dwc3_flush_cache((uintptr_t)trb, sizeof(*trb)); in dwc3_cleanup_done_reqs()
2674 dwc3_flush_cache((uintptr_t)evt->buf, evt->length); in dwc3_gadget_uboot_handle_interrupt()
H A Dcore.c126 dwc3_flush_cache((uintptr_t)evt->buf, evt->length); in dwc3_alloc_one_event_buffer()