Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-stm32.c310 unsigned int cur_fthlv; member
1088 if (spi->cur_fthlv == 2) in stm32_spi_dma_config()
1091 maxburst = spi->cur_fthlv; in stm32_spi_dma_config()
1374 spi->cur_fthlv = stm32h7_spi_prepare_fthlv(spi, spi->cur_xferlen); in stm32h7_spi_set_bpw()
1375 fthlv = spi->cur_fthlv - 1; in stm32h7_spi_set_bpw()
1608 spi->cur_bpw, spi->cur_fthlv); in stm32_spi_transfer_one_setup()