Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dstm32-mdma.c160 #define STM32_MDMA_CTBR_TSEL(n) FIELD_PREP(STM32_MDMA_CTBR_TSEL_MASK, (n)) macro
541 ctbr |= STM32_MDMA_CTBR_TSEL(chan_config->request); in stm32_mdma_set_xfer_param()