Searched refs:dwc3_flush_cache (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/drivers/usb/dwc3/ |
D | io.h | 50 static inline void dwc3_flush_cache(uintptr_t addr, int length) in dwc3_flush_cache() function
|
D | ep0.c | 83 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()
|
D | gadget.c | 246 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()
|
D | core.c | 126 dwc3_flush_cache((uintptr_t)evt->buf, evt->length); in dwc3_alloc_one_event_buffer()
|