Searched refs:SPI_OP_MODE_GET (Results 1 – 12 of 12) sorted by relevance
35 if (SPI_OP_MODE_GET(operation) != SPI_OP_MODE_MASTER) { in spi_config()
63 if (SPI_OP_MODE_GET(config->operation) != SPI_OP_MODE_MASTER) { in spi_cc13xx_cc26xx_configure()
72 if (SPI_OP_MODE_GET(spi_cfg->operation) == SPI_OP_MODE_MASTER) { in configure()
103 if (SPI_OP_MODE_GET(spi_cfg->operation) != SPI_OP_MODE_MASTER) { in configure()
123 if (SPI_OP_MODE_GET(spi_cfg->operation) != SPI_OP_MODE_MASTER) { in configure()
64 if (SPI_OP_MODE_GET(config->operation) != SPI_OP_MODE_MASTER) { in spi_sam_configure()
361 if (SPI_OP_MODE_GET(operation) == SPI_OP_MODE_MASTER) { in spi_stm32_shift_frames()530 if (SPI_OP_MODE_GET(config->operation) == SPI_OP_MODE_MASTER) { in spi_stm32_configure()
280 if (SPI_OP_MODE_GET(config->operation) == SPI_OP_MODE_SLAVE) { in spi_b91_is_config_supported()
226 if (SPI_OP_MODE_GET(spi_cfg->operation) == SPI_OP_MODE_MASTER) { in spi_psoc6_configure()
82 if (SPI_OP_MODE_GET(config->operation) != SPI_OP_MODE_MASTER) { in spi_sam0_configure()
171 if (SPI_OP_MODE_GET(spi_cfg->operation) == SPI_OP_MODE_MASTER) { in spi_mcux_configure()
37 #define SPI_OP_MODE_GET(_operation_) ((_operation_) & SPI_OP_MODE_MASK) macro