Home
last modified time | relevance | path

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

/linux/drivers/dma/stm32/
H A Dstm32-dma.c139 #define STM32_DMA_THRESHOLD_FTR_MASK GENMASK(1, 0) macro
1513 chan->threshold = FIELD_GET(STM32_DMA_THRESHOLD_FTR_MASK, cfg->features); in stm32_dma_set_config()