Searched refs:SPI_SLAVE (Results 1 – 3 of 3) sorted by relevance
111 !(priv->mode & SPI_SLAVE); in spi_rx_tx()354 if ((flags & SPI_XFER_END) && !(priv->mode & SPI_SLAVE)) { in exynos_spi_xfer()
72 if (mode & SPI_SLAVE) { in spi_setup_slave()
23 #define SPI_SLAVE BIT(6) /* slave mode */ macro