Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-stm32.c103 #define STM32H7_SPI_CFG1_FTHLV GENMASK(8, 5) macro
1377 cfg1_clrb |= STM32H7_SPI_CFG1_FTHLV; in stm32h7_spi_set_bpw()
1378 cfg1_setb |= FIELD_PREP(STM32H7_SPI_CFG1_FTHLV, fthlv); in stm32h7_spi_set_bpw()