Lines Matching refs:tr_conf
277 u32 tr_conf; member
560 u32 tr_conf = chan->dt_config.tr_conf; in stm32_dma3_chan_prep_hw() local
561 u32 sap = FIELD_GET(STM32_DMA3_DT_SAP, tr_conf), sap_max_dw; in stm32_dma3_chan_prep_hw()
562 u32 dap = FIELD_GET(STM32_DMA3_DT_DAP, tr_conf), dap_max_dw; in stm32_dma3_chan_prep_hw()
593 if (FIELD_GET(STM32_DMA3_DT_SINC, tr_conf)) in stm32_dma3_chan_prep_hw()
597 if (FIELD_GET(STM32_DMA3_DT_DINC, tr_conf)) in stm32_dma3_chan_prep_hw()
603 if (FIELD_GET(STM32_DMA3_DT_BREQ, tr_conf)) in stm32_dma3_chan_prep_hw()
605 if (dir == DMA_DEV_TO_MEM && FIELD_GET(STM32_DMA3_DT_PFREQ, tr_conf)) in stm32_dma3_chan_prep_hw()
607 tcem = FIELD_GET(STM32_DMA3_DT_TCEM, tr_conf); in stm32_dma3_chan_prep_hw()
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()
1498 __func__, dma_chan_name(c), conf->req_line, conf->ch_conf, conf->tr_conf); in stm32_dma3_filter_fn()
1536 conf.tr_conf = dma_spec->args[2]; in stm32_dma3_of_xlate()