Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dstm32-dma.c143 #define STM32_DMA_MDMA_STREAM_ID_MASK GENMASK(19, 16) macro
1522 chan->mdma_config.stream_id = FIELD_GET(STM32_DMA_MDMA_STREAM_ID_MASK, cfg->features); in stm32_dma_set_config()