Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-stm32.c80 #define STM32H7_SPI_CFG2 0x0C macro
343 .cpol = { STM32H7_SPI_CFG2, STM32H7_SPI_CFG2_CPOL },
344 .cpha = { STM32H7_SPI_CFG2, STM32H7_SPI_CFG2_CPHA },
345 .lsb_first = { STM32H7_SPI_CFG2, STM32H7_SPI_CFG2_LSBFRST },
1527 (readl_relaxed(spi->base + STM32H7_SPI_CFG2) & in stm32h7_spi_set_mode()
1529 spi->base + STM32H7_SPI_CFG2); in stm32h7_spi_set_mode()
1557 writel_relaxed((readl_relaxed(spi->base + STM32H7_SPI_CFG2) & in stm32h7_spi_data_idleness()
1559 spi->base + STM32H7_SPI_CFG2); in stm32h7_spi_data_idleness()
1776 stm32_spi_set_bits(spi, STM32H7_SPI_CFG2, STM32H7_SPI_CFG2_MASTER | in stm32h7_spi_config()