Searched refs:STM32H7_SPI_CFG2 (Results 1 – 1 of 1) sorted by relevance
80 #define STM32H7_SPI_CFG2 0x0C macro343 .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 },1511 (readl_relaxed(spi->base + STM32H7_SPI_CFG2) & in stm32h7_spi_set_mode()1513 spi->base + STM32H7_SPI_CFG2); in stm32h7_spi_set_mode()1541 writel_relaxed((readl_relaxed(spi->base + STM32H7_SPI_CFG2) & in stm32h7_spi_data_idleness()1543 spi->base + STM32H7_SPI_CFG2); in stm32h7_spi_data_idleness()1754 stm32_spi_set_bits(spi, STM32H7_SPI_CFG2, STM32H7_SPI_CFG2_MASTER | in stm32h7_spi_config()