STM32H7_SPI_CFG2  343 drivers/spi/spi-stm32.c 	.cpol = { STM32H7_SPI_CFG2, STM32H7_SPI_CFG2_CPOL },
STM32H7_SPI_CFG2  344 drivers/spi/spi-stm32.c 	.cpha = { STM32H7_SPI_CFG2, STM32H7_SPI_CFG2_CPHA },
STM32H7_SPI_CFG2  345 drivers/spi/spi-stm32.c 	.lsb_first = { STM32H7_SPI_CFG2, STM32H7_SPI_CFG2_LSBFRST },
STM32H7_SPI_CFG2 1511 drivers/spi/spi-stm32.c 		(readl_relaxed(spi->base + STM32H7_SPI_CFG2) &
STM32H7_SPI_CFG2 1513 drivers/spi/spi-stm32.c 		spi->base + STM32H7_SPI_CFG2);
STM32H7_SPI_CFG2 1541 drivers/spi/spi-stm32.c 	writel_relaxed((readl_relaxed(spi->base + STM32H7_SPI_CFG2) &
STM32H7_SPI_CFG2 1543 drivers/spi/spi-stm32.c 		       spi->base + STM32H7_SPI_CFG2);
STM32H7_SPI_CFG2 1754 drivers/spi/spi-stm32.c 	stm32_spi_set_bits(spi, STM32H7_SPI_CFG2, STM32H7_SPI_CFG2_MASTER |