Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/spi/
Dspi-stm32.c340 #define STM32_SPI_FEATURE_FULL STM32MP25_SPI_HWCFGR1_FULLCFG_FULL /* 0x1 */ macro
2155 spi->feature_set = STM32_SPI_FEATURE_FULL; in stm32_spi_probe()
2162 spi->feature_set == STM32_SPI_FEATURE_FULL ? "full" : "limited"); in stm32_spi_probe()
2166 spi->t_size_max = spi->feature_set == STM32_SPI_FEATURE_FULL ? in stm32_spi_probe()