Searched refs:DWC2_DATA_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
25 #define DWC2_DATA_BUF_SIZE (CONFIG_USB_DWC2_BUFFER_SIZE * 1024) macro32 uint8_t aligned_buffer[DWC2_DATA_BUF_SIZE] __aligned(ARCH_DMA_MINALIGN);56 DEFINE_ALIGN_BUFFER(uint8_t, aligned_buffer_addr, DWC2_DATA_BUF_SIZE,928 if (max_xfer_len > DWC2_DATA_BUF_SIZE) in chunk_msg()929 max_xfer_len = DWC2_DATA_BUF_SIZE; in chunk_msg()