Searched refs:dma_thresh_max_commq (Results 1 – 1 of 1) sorted by relevance
265 #define DMA_COMM_Q_LOW_FMAN_V2(dma_thresh_max_commq) \ argument266 ((dma_thresh_max_commq + 1) / 2)267 #define DFLT_DMA_COMM_Q_LOW(major, dma_thresh_max_commq) \ argument269 DMA_COMM_Q_LOW_FMAN_V2(dma_thresh_max_commq))272 #define DMA_COMM_Q_HIGH_FMAN_V2(dma_thresh_max_commq) \ argument273 ((dma_thresh_max_commq + 1) * 3 / 4)274 #define DFLT_DMA_COMM_Q_HIGH(major, dma_thresh_max_commq) \ argument276 DMA_COMM_Q_HIGH_FMAN_V2(dma_thresh_max_commq))515 u32 dma_thresh_max_commq; member1142 state->dma_thresh_max_commq = 31; in fill_soc_specific_params()[all …]