Home
last modified time | relevance | path

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

/linux/drivers/dma/stm32/
H A Dstm32-dma3.c287 struct stm32_dma3_dt_conf dt_config; member
559 u32 ch_conf = chan->dt_config.ch_conf; in stm32_dma3_chan_prep_hw()
560 u32 tr_conf = chan->dt_config.tr_conf; in stm32_dma3_chan_prep_hw()
602 _ctr2 |= FIELD_PREP(CTR2_REQSEL, chan->dt_config.req_line) & ~CTR2_SWREQ; in stm32_dma3_chan_prep_hw()
1114 memset(&chan->dt_config, 0, sizeof(chan->dt_config)); in stm32_dma3_free_chan_resources()
1128 chan->dt_config.ch_conf = FIELD_PREP(STM32_DMA3_DT_PRIO, CCR_PRIO_VERY_HIGH); in stm32_dma3_init_chan_config_for_memcpy()
1129 chan->dt_config.ch_conf |= FIELD_PREP(STM32_DMA3_DT_FIFO, chan->fifo_size); in stm32_dma3_init_chan_config_for_memcpy()
1130 chan->dt_config.tr_conf = STM32_DMA3_DT_SINC | STM32_DMA3_DT_DINC; in stm32_dma3_init_chan_config_for_memcpy()
1131 chan->dt_config.tr_conf |= FIELD_PREP(STM32_DMA3_DT_TCEM, CTR2_TCEM_CHANNEL); in stm32_dma3_init_chan_config_for_memcpy()
1551 chan->dt_config = conf; in stm32_dma3_of_xlate()