Home
last modified time | relevance | path

Searched refs:USB_DATA_ALIGN_SIZE (Results 1 – 5 of 5) sorted by relevance

/bsp/nxp/imx/imxrt/libraries/drivers/usb/include/
A Dusb_misc.h396 #define USB_DATA_ALIGN_SIZE USB_CACHE_LINESIZE macro
398 #define USB_DATA_ALIGN_SIZE USB_DATA_ALIGN
401 #define USB_DATA_ALIGN_SIZE_MULTIPLE(n) (((n) + USB_DATA_ALIGN_SIZE - 1U) & (~(USB_DATA_ALIGN_SIZE
/bsp/nxp/imx/imx6ull-smart/drivers/usb/include/
A Dusb_misc.h380 #define USB_DATA_ALIGN_SIZE MAX(USB_CACHE_LINESIZE, USB_DATA_ALIGN) macro
382 #define USB_DATA_ALIGN_SIZE_MULTIPLE(n) ((n + USB_DATA_ALIGN_SIZE - 1) & (~(USB_DATA_ALIGN_SIZE - 1…
/bsp/nxp/imx/imxrt/libraries/drivers/
A Ddrv_usbh.c47 USB_DMA_NONINIT_DATA_ALIGN(USB_DATA_ALIGN_SIZE) uint8_t ucHeap[configTOTAL_HEAP_SIZE]; in USB_DMA_NONINIT_DATA_ALIGN() argument
/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host_hci.c131 USB_DMA_NONINIT_DATA_ALIGN(USB_DATA_ALIGN_SIZE) static uint8_t s_Setupbuffer[USB_HOST_CONFIG_MAX_HO… in USB_DMA_NONINIT_DATA_ALIGN() argument
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_hci.c104 USB_DMA_NONINIT_DATA_ALIGN(USB_DATA_ALIGN_SIZE) in USB_DMA_NONINIT_DATA_ALIGN() argument

Completed in 13 milliseconds