Searched refs:dwc3_flush_cache (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/dwc3/ |
| H A D | io.h | 56 static inline void dwc3_flush_cache(uintptr_t addr, int length) in dwc3_flush_cache() function
|
| H A D | ep0.c | 84 dwc3_flush_cache((uintptr_t)buf_dma, len); in dwc3_ep0_start_trans() 85 dwc3_flush_cache((uintptr_t)trb, sizeof(*trb)); in dwc3_ep0_start_trans() 797 dwc3_flush_cache((uintptr_t)trb, sizeof(*trb)); in dwc3_ep0_complete_data() 828 dwc3_flush_cache((uintptr_t)trb, sizeof(*trb)); in dwc3_ep0_complete_data() 838 dwc3_flush_cache((uintptr_t)dwc->ep0_bounce, DWC3_EP0_BOUNCE_SIZE); in dwc3_ep0_complete_data()
|
| H A D | gadget.c | 247 dwc3_flush_cache((uintptr_t)req->request.dma, req->request.length); in dwc3_gadget_giveback() 786 dwc3_flush_cache((uintptr_t)dma, length); in dwc3_prepare_one_trb() 787 dwc3_flush_cache((uintptr_t)trb, sizeof(*trb)); in dwc3_prepare_one_trb() 1796 dwc3_flush_cache((uintptr_t)trb, sizeof(*trb)); in dwc3_cleanup_done_reqs() 2748 dwc3_flush_cache((uintptr_t)evt->buf, evt->length); in dwc3_gadget_uboot_handle_interrupt()
|
| H A D | core.c | 131 dwc3_flush_cache((uintptr_t)evt->buf, evt->length); in dwc3_alloc_one_event_buffer()
|