Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/spi/
Dspi-stm32.c346 unsigned int cur_fthlv; member
1251 if (!spi->cfg->prevent_dma_burst && spi->cfg->has_fifo && spi->cur_fthlv != 2) in stm32_spi_dma_config()
1252 maxburst = spi->cur_fthlv; in stm32_spi_dma_config()
1578 spi->cur_fthlv = stm32h7_spi_prepare_fthlv(spi, spi->cur_xferlen); in stm32h7_spi_set_bpw()
1579 fthlv = spi->cur_fthlv - 1; in stm32h7_spi_set_bpw()
1812 spi->cur_bpw, spi->cur_fthlv); in stm32_spi_transfer_one_setup()