Searched refs:stm32_spi_clr_bits (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/spi/
H A Dspi-stm32.c427 static inline void stm32_spi_clr_bits(struct stm32_spi *spi, function
450 stm32_spi_clr_bits(spi, STM32H7_SPI_CR1, STM32H7_SPI_CR1_SPE);
739 stm32_spi_clr_bits(spi, STM32FX_SPI_CR2, STM32F7_SPI_CR2_FRXTH);
825 stm32_spi_clr_bits(spi, STM32FX_SPI_CR2, STM32FX_SPI_CR2_TXEIE |
841 stm32_spi_clr_bits(spi, STM32FX_SPI_CR1, STM32FX_SPI_CR1_SPE);
843 stm32_spi_clr_bits(spi, STM32FX_SPI_CR2, STM32FX_SPI_CR2_TXDMAEN |
884 stm32_spi_clr_bits(spi, STM32H7_SPI_CR1, STM32H7_SPI_CR1_SPE);
886 stm32_spi_clr_bits(spi, STM32H7_SPI_CFG1, STM32H7_SPI_CFG1_TXDMAEN |
999 stm32_spi_clr_bits(spi, STM32FX_SPI_CR2,
1388 stm32_spi_clr_bits(sp
[all...]

Completed in 137 milliseconds