Home
last modified time | relevance | path

Searched refs:SPI_SLAVE (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/platform/olpc/
H A DKconfig18 depends on SPI_SLAVE
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dexynos_spi.c112 !(priv->mode & SPI_SLAVE); in spi_rx_tx()
355 if ((flags & SPI_XFER_END) && !(priv->mode & SPI_SLAVE)) { in exynos_spi_xfer()
H A Dlpc32xx_ssp.c73 if (mode & SPI_SLAVE) { in spi_setup_slave()
/OK3568_Linux_fs/u-boot/include/
H A Dspi.h26 #define SPI_SLAVE BIT(6) /* slave mode */ macro
/OK3568_Linux_fs/kernel/drivers/spi/
H A DKconfig787 depends on SPI_SLAVE
1050 config SPI_SLAVE config
1056 if SPI_SLAVE
1076 endif # SPI_SLAVE
1079 def_bool ACPI || OF_DYNAMIC || SPI_SLAVE
/OK3568_Linux_fs/kernel/drivers/staging/rts5208/
H A Drtsx_card.h730 #define SPI_SLAVE 0x10 macro