Searched refs:ALIGN_DMA_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
109 #define ALIGN_DMA_BUF_SIZE (4096 + 64) macro
773 if (len <= ALIGN_DMA_BUF_SIZE) in spi_dma_tx_config()931 if (len <= ALIGN_DMA_BUF_SIZE) in spi_dma_rx_config()934 memset(buf, 0, ALIGN_DMA_BUF_SIZE); in spi_dma_rx_config()1485 if (len <= ALIGN_DMA_BUF_SIZE) in spi_dma_rx_complete()1851 sspi->align_dma_buf = dma_alloc_coherent(ALIGN_DMA_BUF_SIZE); in hal_spi_init()
Completed in 8 milliseconds