Lines Matching refs:fifoth
939 u32 dma_scr, fifoth; in stm32_dma_set_xfer_param() local
945 fifoth = chan->threshold; in stm32_dma_set_xfer_param()
957 fifoth, in stm32_dma_set_xfer_param()
966 fifoth); in stm32_dma_set_xfer_param()
982 fifoth, in stm32_dma_set_xfer_param()
996 if (fifoth != STM32_DMA_FIFO_THRESHOLD_NONE) in stm32_dma_set_xfer_param()
997 chan->chan_reg.dma_sfcr |= FIELD_PREP(STM32_DMA_SFCR_FTH_MASK, fifoth); in stm32_dma_set_xfer_param()
1013 fifoth, in stm32_dma_set_xfer_param()
1022 fifoth); in stm32_dma_set_xfer_param()
1038 fifoth, in stm32_dma_set_xfer_param()
1053 if (fifoth != STM32_DMA_FIFO_THRESHOLD_NONE) in stm32_dma_set_xfer_param()
1054 chan->chan_reg.dma_sfcr |= FIELD_PREP(STM32_DMA_SFCR_FTH_MASK, fifoth); in stm32_dma_set_xfer_param()