Searched refs:dma_thresh_max_buf (Results 1 – 1 of 1) sorted by relevance
254 #define DFLT_DMA_READ_INT_BUF_LOW(dma_thresh_max_buf) \ argument255 ((dma_thresh_max_buf + 1) / 2)256 #define DFLT_DMA_READ_INT_BUF_HIGH(dma_thresh_max_buf) \ argument257 ((dma_thresh_max_buf + 1) * 3 / 4)258 #define DFLT_DMA_WRITE_INT_BUF_LOW(dma_thresh_max_buf) \ argument259 ((dma_thresh_max_buf + 1) / 2)260 #define DFLT_DMA_WRITE_INT_BUF_HIGH(dma_thresh_max_buf)\ argument261 ((dma_thresh_max_buf + 1) * 3 / 4)515 u32 dma_thresh_max_buf; member1136 state->dma_thresh_max_buf = 127; in fill_soc_specific_params()[all …]