Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-stm32.c144 #define STM32H7_SPI_IFCR_ALL GENMASK(11, 3) macro
732 writel_relaxed(STM32H7_SPI_IFCR_ALL, spi->base + STM32H7_SPI_IFCR); in stm32h7_spi_disable()