Searched refs:SPI_SLAVE (Results 1 – 6 of 6) sorted by relevance
18 depends on SPI_SLAVE
112 !(priv->mode & SPI_SLAVE); in spi_rx_tx()355 if ((flags & SPI_XFER_END) && !(priv->mode & SPI_SLAVE)) { in exynos_spi_xfer()
73 if (mode & SPI_SLAVE) { in spi_setup_slave()
26 #define SPI_SLAVE BIT(6) /* slave mode */ macro
787 depends on SPI_SLAVE1050 config SPI_SLAVE config1056 if SPI_SLAVE1076 endif # SPI_SLAVE1079 def_bool ACPI || OF_DYNAMIC || SPI_SLAVE
730 #define SPI_SLAVE 0x10 macro