Home
last modified time | relevance | path

Searched refs:usb_dcache_clean (Results 1 – 11 of 11) sorted by relevance

/components/drivers/usb/cherryusb/common/
A Dusb_dcache.h13 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 Dusb_glue_hpm.c56 void usb_dcache_clean(uintptr_t addr, size_t size) in usb_dcache_clean() function
/components/drivers/usb/cherryusb/platform/blackmagic/
A Dbmp_port_cdc_acm.c232 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 Dusb_hc_ehci.c126 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()
826usb_dcache_clean((uintptr_t)&g_periodic_qh_head[bus->hcd.hcd_id].hw, CONFIG_USB_EHCI_ALIGN_SIZE); in usb_hc_init()
827usb_dcache_clean((uintptr_t)g_framelist[bus->hcd.hcd_id], sizeof(uint32_t) * CONFIG_USB_EHCI_FRAME… in usb_hc_init()
A Dusb_glue_bouffalo.c147 void usb_dcache_clean(uintptr_t addr, size_t size) in usb_dcache_clean() function
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_glue_kendryte.c208 void usb_dcache_clean(uintptr_t addr, size_t size) in usb_dcache_clean() function
A Dusb_glue_esp.c268 void usb_dcache_clean(uintptr_t addr, size_t size) in usb_dcache_clean() function
A Dusb_glue_st.c736 void usb_dcache_clean(uintptr_t addr, size_t size) in usb_dcache_clean() function
A Dusb_hc_dwc2.c1065usb_dcache_clean((uintptr_t)urb->setup, USB_ALIGN_UP(sizeof(struct usb_setup_packet), CONFIG_USB_A… in usbh_submit_urb()
1071usb_dcache_clean((uintptr_t)urb->transfer_buffer, USB_ALIGN_UP(urb->transfer_buffer_length, CONFIG… in usbh_submit_urb()
1078usb_dcache_clean((uintptr_t)urb->transfer_buffer, USB_ALIGN_UP(urb->transfer_buffer_length, CONFIG… in usbh_submit_urb()
A Dusb_dc_dwc2.c895 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 Dusb_glue_mcx.c435 void usb_dcache_clean(uintptr_t addr, size_t size) in usb_dcache_clean() function

Completed in 21 milliseconds