Searched refs:stm32_spi_clr_bits (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/spi/ |
A D | spi-stm32.c | 427 static inline void stm32_spi_clr_bits(struct stm32_spi *spi, in stm32_spi_clr_bits() function 450 stm32_spi_clr_bits(spi, STM32H7_SPI_CR1, STM32H7_SPI_CR1_SPE); in stm32h7_spi_get_fifo_size() 841 stm32_spi_clr_bits(spi, STM32FX_SPI_CR1, STM32FX_SPI_CR1_SPE); in stm32fx_spi_disable() 884 stm32_spi_clr_bits(spi, STM32H7_SPI_CR1, STM32H7_SPI_CR1_SPE); in stm32h7_spi_disable() 999 stm32_spi_clr_bits(spi, STM32FX_SPI_CR2, in stm32fx_spi_irq_event() 1516 stm32_spi_clr_bits(spi, spi->cfg->regs->dma_rx_en.reg, in stm32_spi_transfer_one_dma() 1536 stm32_spi_clr_bits(spi, STM32FX_SPI_CR1, STM32F4_SPI_CR1_DFF); in stm32f4_spi_set_bpw() 1651 stm32_spi_clr_bits(spi, STM32FX_SPI_CR1, in stm32fx_spi_set_mode() 1657 stm32_spi_clr_bits(spi, STM32FX_SPI_CR1, in stm32fx_spi_set_mode() 1888 stm32_spi_clr_bits(spi, STM32FX_SPI_I2SCFGR, in stm32fx_spi_config() [all …]
|
Completed in 8 milliseconds