Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-stm32.c113 #define STM32H7_SPI_CFG2_COMM GENMASK(18, 17) macro
1486 cfg2_clrb |= STM32H7_SPI_CFG2_COMM; in stm32h7_spi_set_mode()
1487 cfg2_setb |= FIELD_PREP(STM32H7_SPI_CFG2_COMM, mode); in stm32h7_spi_set_mode()