Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-stm32.c37 #define STM32F4_SPI_CR1_SPE BIT(6) macro
327 .en = { STM32F4_SPI_CR1, STM32F4_SPI_CR1_SPE },
660 STM32F4_SPI_CR1_SPE)) { in stm32f4_spi_disable()
682 stm32_spi_clr_bits(spi, STM32F4_SPI_CR1, STM32F4_SPI_CR1_SPE); in stm32f4_spi_disable()