Searched refs:DWC2_DATA_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
26 #define DWC2_DATA_BUF_SIZE (CONFIG_USB_DWC2_BUFFER_SIZE * 1024) macro33 uint8_t aligned_buffer[DWC2_DATA_BUF_SIZE] __aligned(ARCH_DMA_MINALIGN);59 DEFINE_ALIGN_BUFFER(uint8_t, aligned_buffer_addr, DWC2_DATA_BUF_SIZE,931 if (max_xfer_len > DWC2_DATA_BUF_SIZE) in chunk_msg()932 max_xfer_len = DWC2_DATA_BUF_SIZE; in chunk_msg()