Lines Matching refs:fifoth
712 u32 dma_scr, fifoth; in stm32_dma_set_xfer_param() local
718 fifoth = chan->threshold; in stm32_dma_set_xfer_param()
730 fifoth, in stm32_dma_set_xfer_param()
738 src_addr_width = stm32_dma_get_max_width(buf_len, fifoth); in stm32_dma_set_xfer_param()
748 fifoth, in stm32_dma_set_xfer_param()
762 if (fifoth != STM32_DMA_FIFO_THRESHOLD_NONE) in stm32_dma_set_xfer_param()
763 chan->chan_reg.dma_sfcr |= STM32_DMA_SFCR_FTH(fifoth); in stm32_dma_set_xfer_param()
779 fifoth, in stm32_dma_set_xfer_param()
787 dst_addr_width = stm32_dma_get_max_width(buf_len, fifoth); in stm32_dma_set_xfer_param()
797 fifoth, in stm32_dma_set_xfer_param()
812 if (fifoth != STM32_DMA_FIFO_THRESHOLD_NONE) in stm32_dma_set_xfer_param()
813 chan->chan_reg.dma_sfcr |= STM32_DMA_SFCR_FTH(fifoth); in stm32_dma_set_xfer_param()