Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-stm32.c81 #define STM32H7_SPI_CFG2 0x0C macro
351 .cpol = { STM32H7_SPI_CFG2, STM32H7_SPI_CFG2_CPOL },
352 .cpha = { STM32H7_SPI_CFG2, STM32H7_SPI_CFG2_CPHA },
353 .lsb_first = { STM32H7_SPI_CFG2, STM32H7_SPI_CFG2_LSBFRST },
354 .cs_high = { STM32H7_SPI_CFG2, STM32H7_SPI_CFG2_SSIOP },
1490 (readl_relaxed(spi->base + STM32H7_SPI_CFG2) & in stm32h7_spi_set_mode()
1492 spi->base + STM32H7_SPI_CFG2); in stm32h7_spi_set_mode()
1521 writel_relaxed((readl_relaxed(spi->base + STM32H7_SPI_CFG2) & in stm32h7_spi_data_idleness()
1523 spi->base + STM32H7_SPI_CFG2); in stm32h7_spi_data_idleness()
1740 stm32_spi_set_bits(spi, STM32H7_SPI_CFG2, cfg2); in stm32h7_spi_config()