Searched refs:SPI_SLAVE (Results 1 – 6 of 6) sorted by relevance
18 depends on SPI_SLAVE
63 if (mode & SPI_SLAVE) { in spi_setup_slave()
111 !(priv->mode & SPI_SLAVE); in spi_rx_tx()354 if ((flags & SPI_XFER_END) && !(priv->mode & SPI_SLAVE)) { in exynos_spi_xfer()
25 #define SPI_SLAVE BIT(6) /* slave mode */ macro
946 depends on SPI_SLAVE978 select SPI_SLAVE1233 config SPI_SLAVE config1239 if SPI_SLAVE1253 endif # SPI_SLAVE1256 def_bool ACPI || OF_DYNAMIC || SPI_SLAVE
730 #define SPI_SLAVE 0x10 macro