Home
last modified time | relevance | path

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

/linux-6.15/drivers/dma/stm32/
H A Dstm32-dma3.c291 struct stm32_dma3_dt_conf dt_config; member
571 u32 ch_conf = chan->dt_config.ch_conf; in stm32_dma3_chan_prep_hw()
572 u32 tr_conf = chan->dt_config.tr_conf; in stm32_dma3_chan_prep_hw()
618 _ctr2 |= FIELD_PREP(CTR2_REQSEL, chan->dt_config.req_line) & ~CTR2_SWREQ; in stm32_dma3_chan_prep_hw()
1143 memset(&chan->dt_config, 0, sizeof(chan->dt_config)); in stm32_dma3_free_chan_resources()
1179 chan->dt_config.ch_conf = FIELD_PREP(STM32_DMA3_DT_PRIO, CCR_PRIO_VERY_HIGH); in stm32_dma3_init_chan_config_for_memcpy()
1180 chan->dt_config.ch_conf |= FIELD_PREP(STM32_DMA3_DT_FIFO, chan->fifo_size); in stm32_dma3_init_chan_config_for_memcpy()
1181 chan->dt_config.tr_conf = STM32_DMA3_DT_SINC | STM32_DMA3_DT_DINC; in stm32_dma3_init_chan_config_for_memcpy()
1205 !!FIELD_GET(STM32_DMA3_DT_NOREFACT, chan->dt_config.tr_conf); in stm32_dma3_prep_dma_memcpy()
1264 !!FIELD_GET(STM32_DMA3_DT_NOREFACT, chan->dt_config.tr_conf); in stm32_dma3_prep_slave_sg()
[all …]