Searched refs:usb_dcache_clean (Results 1 – 11 of 11) sorted by relevance
| /components/drivers/usb/cherryusb/common/ |
| A D | usb_dcache.h | 13 void usb_dcache_clean(uintptr_t addr, size_t size); 17 #define usb_dcache_clean(addr, size) macro
|
| /components/drivers/usb/cherryusb/port/hpmicro/ |
| A D | usb_glue_hpm.c | 56 void usb_dcache_clean(uintptr_t addr, size_t size) in usb_dcache_clean() function
|
| /components/drivers/usb/cherryusb/platform/blackmagic/ |
| A D | bmp_port_cdc_acm.c | 232 usb_dcache_clean((uint32_t)g_usb_write_buffer, USB_ALIGN_UP(g_usb_tx_count, 64)); in gdb_if_putchar() 243 usb_dcache_clean((uint32_t)g_usb_write_buffer, USB_ALIGN_UP(g_usb_tx_count, 64)); in gdb_if_flush()
|
| /components/drivers/usb/cherryusb/port/ehci/ |
| A D | usb_hc_ehci.c | 126 usb_dcache_clean((uintptr_t)&qtd->hw, CONFIG_USB_EHCI_ALIGN_SIZE); in usb_ehci_qh_qtd_flush() 129 usb_dcache_clean((uintptr_t)&qh->hw, CONFIG_USB_EHCI_ALIGN_SIZE); in usb_ehci_qh_qtd_flush() 144 usb_dcache_clean((uintptr_t)&head->hw, CONFIG_USB_EHCI_ALIGN_SIZE); in ehci_qh_add_head() 159 usb_dcache_clean((uintptr_t)&tmp->hw, CONFIG_USB_EHCI_ALIGN_SIZE); in ehci_qh_remove() 825 usb_dcache_clean((uintptr_t)&g_async_qh_head[bus->hcd.hcd_id].hw, CONFIG_USB_EHCI_ALIGN_SIZE); in usb_hc_init() 826 … usb_dcache_clean((uintptr_t)&g_periodic_qh_head[bus->hcd.hcd_id].hw, CONFIG_USB_EHCI_ALIGN_SIZE); in usb_hc_init() 827 …usb_dcache_clean((uintptr_t)g_framelist[bus->hcd.hcd_id], sizeof(uint32_t) * CONFIG_USB_EHCI_FRAME… in usb_hc_init()
|
| A D | usb_glue_bouffalo.c | 147 void usb_dcache_clean(uintptr_t addr, size_t size) in usb_dcache_clean() function
|
| /components/drivers/usb/cherryusb/port/dwc2/ |
| A D | usb_glue_kendryte.c | 208 void usb_dcache_clean(uintptr_t addr, size_t size) in usb_dcache_clean() function
|
| A D | usb_glue_esp.c | 268 void usb_dcache_clean(uintptr_t addr, size_t size) in usb_dcache_clean() function
|
| A D | usb_glue_st.c | 736 void usb_dcache_clean(uintptr_t addr, size_t size) in usb_dcache_clean() function
|
| A D | usb_hc_dwc2.c | 1065 …usb_dcache_clean((uintptr_t)urb->setup, USB_ALIGN_UP(sizeof(struct usb_setup_packet), CONFIG_USB_A… in usbh_submit_urb() 1071 …usb_dcache_clean((uintptr_t)urb->transfer_buffer, USB_ALIGN_UP(urb->transfer_buffer_length, CONFIG… in usbh_submit_urb() 1078 …usb_dcache_clean((uintptr_t)urb->transfer_buffer, USB_ALIGN_UP(urb->transfer_buffer_length, CONFIG… in usbh_submit_urb()
|
| A D | usb_dc_dwc2.c | 895 usb_dcache_clean((uintptr_t)data, USB_ALIGN_UP(data_len, CONFIG_USB_ALIGN_SIZE)); in usbd_ep_start_write()
|
| /components/drivers/usb/cherryusb/port/nxp/ |
| A D | usb_glue_mcx.c | 435 void usb_dcache_clean(uintptr_t addr, size_t size) in usb_dcache_clean() function
|
Completed in 21 milliseconds