Home
last modified time | relevance | path

Searched refs:STM32_DMA_FIFO_THRESHOLD_NONE (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/dma/stm32/
H A Dstm32-dma.c121 #define STM32_DMA_FIFO_THRESHOLD_NONE 0x04 macro
308 if (threshold == STM32_DMA_FIFO_THRESHOLD_NONE) in stm32_dma_fifo_threshold_is_allowed()
333 if (threshold == STM32_DMA_FIFO_THRESHOLD_NONE) in stm32_dma_is_burst_possible()
996 if (fifoth != STM32_DMA_FIFO_THRESHOLD_NONE) in stm32_dma_set_xfer_param()
1053 if (fifoth != STM32_DMA_FIFO_THRESHOLD_NONE) in stm32_dma_set_xfer_param()
1515 chan->threshold = STM32_DMA_FIFO_THRESHOLD_NONE; in stm32_dma_set_config()