Home
last modified time | relevance | path

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

/linux/drivers/dma/stm32/
H A Dstm32-dma3.c292 enum ctr2_tcem tcem; member
557 u32 sdw, ddw, sbl_max, dbl_max, tcem, init_dw, init_bl_max; in stm32_dma3_chan_prep_hw() local
607 tcem = FIELD_GET(STM32_DMA3_DT_TCEM, tr_conf); in stm32_dma3_chan_prep_hw()
608 _ctr2 |= FIELD_PREP(CTR2_TCEM, tcem); in stm32_dma3_chan_prep_hw()
611 chan->tcem = tcem; in stm32_dma3_chan_prep_hw()