Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/spi/
Dspi-stm32.c113 #define STM32H7_SPI_CFG2_COMM GENMASK(18, 17) macro
1457 cfg2_clrb |= STM32H7_SPI_CFG2_COMM; in stm32h7_spi_set_mode()
1458 cfg2_setb |= FIELD_PREP(STM32H7_SPI_CFG2_COMM, mode); in stm32h7_spi_set_mode()