Searched refs:dma_thresh_max_buf (Results 1 – 1 of 1) sorted by relevance
229 #define DFLT_DMA_READ_INT_BUF_LOW(dma_thresh_max_buf) \ argument230 ((dma_thresh_max_buf + 1) / 2)231 #define DFLT_DMA_READ_INT_BUF_HIGH(dma_thresh_max_buf) \ argument232 ((dma_thresh_max_buf + 1) * 3 / 4)233 #define DFLT_DMA_WRITE_INT_BUF_LOW(dma_thresh_max_buf) \ argument234 ((dma_thresh_max_buf + 1) / 2)235 #define DFLT_DMA_WRITE_INT_BUF_HIGH(dma_thresh_max_buf)\ argument236 ((dma_thresh_max_buf + 1) * 3 / 4)490 u32 dma_thresh_max_buf; member1117 state->dma_thresh_max_buf = 127; in fill_soc_specific_params()[all …]