Home
last modified time | relevance | path

Searched refs:CONFIG_USB_EHCI_ALIGN_SIZE (Results 1 – 2 of 2) sorted by relevance

/components/drivers/usb/cherryusb/port/ehci/
A Dusb_hc_ehci.h35 #define CONFIG_USB_EHCI_ALIGN_SIZE 32 macro
37 #define CONFIG_USB_EHCI_ALIGN_SIZE 64 macro
55 } __attribute__((aligned(CONFIG_USB_EHCI_ALIGN_SIZE)));
67 } __attribute__((aligned(CONFIG_USB_EHCI_ALIGN_SIZE)));
77 } __attribute__((aligned(CONFIG_USB_EHCI_ALIGN_SIZE)));
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()
672 usb_dcache_invalidate((uintptr_t)&qtd->hw, CONFIG_USB_EHCI_ALIGN_SIZE); in ehci_check_qh()
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()

Completed in 5 milliseconds