Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-stm32.c81 #define STM32H7_SPI_CFG2 0x0C macro
111 /* STM32H7_SPI_CFG2 bit fields */
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()
[all...]
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-stm32.c80 #define STM32H7_SPI_CFG2 0x0C macro
112 /* STM32H7_SPI_CFG2 bit fields */
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_MASTE in stm32h7_spi_config()
[all...]

Completed in 7 milliseconds