Searched refs:STM32_SPI_FEATURE_FULL (Results 1 – 1 of 1) sorted by relevance
340 #define STM32_SPI_FEATURE_FULL STM32MP25_SPI_HWCFGR1_FULLCFG_FULL /* 0x1 */ macro2155 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()