Lines Matching refs:stm32_spi_clr_bits
447 static inline void stm32_spi_clr_bits(struct stm32_spi *spi, in stm32_spi_clr_bits() function
470 stm32_spi_clr_bits(spi, STM32H7_SPI_CR1, STM32H7_SPI_CR1_SPE); in stm32h7_spi_get_fifo_size()
759 stm32_spi_clr_bits(spi, STM32FX_SPI_CR2, STM32F7_SPI_CR2_FRXTH); in stm32f7_spi_read_rx()
845 stm32_spi_clr_bits(spi, STM32FX_SPI_CR2, STM32FX_SPI_CR2_TXEIE | in stm32fx_spi_disable()
861 stm32_spi_clr_bits(spi, STM32FX_SPI_CR1, STM32FX_SPI_CR1_SPE); in stm32fx_spi_disable()
863 stm32_spi_clr_bits(spi, STM32FX_SPI_CR2, STM32FX_SPI_CR2_TXDMAEN | in stm32fx_spi_disable()
907 stm32_spi_clr_bits(spi, STM32H7_SPI_CR1, STM32H7_SPI_CR1_SPE); in stm32h7_spi_disable()
909 stm32_spi_clr_bits(spi, STM32H7_SPI_CFG1, STM32H7_SPI_CFG1_TXDMAEN | in stm32h7_spi_disable()
1022 stm32_spi_clr_bits(spi, STM32FX_SPI_CR2, in stm32fx_spi_irq_event()
1433 stm32_spi_clr_bits(spi, STM32FX_SPI_CR2, STM32F7_SPI_CR2_FRXTH); in stm32f7_spi_transfer_one_dma_start()
1693 stm32_spi_clr_bits(spi, spi->cfg->regs->dma_rx_en.reg, in stm32_spi_transfer_one_dma()
1716 stm32_spi_clr_bits(spi, STM32FX_SPI_CR1, STM32F4_SPI_CR1_DFF); in stm32f4_spi_set_bpw()
1831 stm32_spi_clr_bits(spi, STM32FX_SPI_CR1, in stm32fx_spi_set_mode()
1837 stm32_spi_clr_bits(spi, STM32FX_SPI_CR1, in stm32fx_spi_set_mode()
1858 stm32_spi_clr_bits(spi, STM32H7_SPI_CR1, STM32H7_SPI_CR1_HDDIR); in stm32h7_spi_set_mode()
2093 stm32_spi_clr_bits(spi, STM32FX_SPI_I2SCFGR, in stm32fx_spi_config()
2125 stm32_spi_clr_bits(spi, STM32H7_SPI_I2SCFGR, in stm32h7_spi_config()