Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-stm32.c29 #define STM32FX_SPI_CR2 0x04 macro
389 .dma_rx_en = { STM32FX_SPI_CR2, STM32FX_SPI_CR2_RXDMAEN },
390 .dma_tx_en = { STM32FX_SPI_CR2, STM32FX_SPI_CR2_TXDMAEN },
765 stm32_spi_clr_bits(spi, STM32FX_SPI_CR2, STM32F7_SPI_CR2_FRXTH); in stm32f7_spi_read_rx()
767 stm32_spi_set_bits(spi, STM32FX_SPI_CR2, STM32F7_SPI_CR2_FRXTH); in stm32f7_spi_read_rx()
851 stm32_spi_clr_bits(spi, STM32FX_SPI_CR2, STM32FX_SPI_CR2_TXEIE | in stm32fx_spi_disable()
869 stm32_spi_clr_bits(spi, STM32FX_SPI_CR2, STM32FX_SPI_CR2_TXDMAEN | in stm32fx_spi_disable()
1028 stm32_spi_clr_bits(spi, STM32FX_SPI_CR2, in stm32fx_spi_irq_event()
1351 stm32_spi_set_bits(spi, STM32FX_SPI_CR2, cr2); in stm32fx_spi_transfer_one_irq()
1471 stm32_spi_set_bits(spi, STM32FX_SPI_CR2, STM32FX_SPI_CR2_ERRIE); in stm32fx_spi_transfer_one_dma_start()
[all …]