Searched refs:STM32H7_SPI_CFG2 (Results 1 – 1 of 1) sorted by relevance
81 #define STM32H7_SPI_CFG2 0x0C macro336 .cpol = { STM32H7_SPI_CFG2, STM32H7_SPI_CFG2_CPOL },337 .cpha = { STM32H7_SPI_CFG2, STM32H7_SPI_CFG2_CPHA },338 .lsb_first = { STM32H7_SPI_CFG2, STM32H7_SPI_CFG2_LSBFRST },1461 (readl_relaxed(spi->base + STM32H7_SPI_CFG2) & in stm32h7_spi_set_mode()1463 spi->base + STM32H7_SPI_CFG2); in stm32h7_spi_set_mode()1492 writel_relaxed((readl_relaxed(spi->base + STM32H7_SPI_CFG2) & in stm32h7_spi_data_idleness()1494 spi->base + STM32H7_SPI_CFG2); in stm32h7_spi_data_idleness()1701 stm32_spi_set_bits(spi, STM32H7_SPI_CFG2, STM32H7_SPI_CFG2_MASTER | in stm32h7_spi_config()