Home
last modified time | relevance | path

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

/linux/drivers/dma/stm32/
H A Dstm32-dma3.c277 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()
[all …]