Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/olpc/
H A DKconfig18 depends on SPI_SLAVE
/openbmc/u-boot/drivers/spi/
H A Dlpc32xx_ssp.c63 if (mode & SPI_SLAVE) { in spi_setup_slave()
H A Dexynos_spi.c111 !(priv->mode & SPI_SLAVE); in spi_rx_tx()
354 if ((flags & SPI_XFER_END) && !(priv->mode & SPI_SLAVE)) { in exynos_spi_xfer()
/openbmc/u-boot/include/
H A Dspi.h25 #define SPI_SLAVE BIT(6) /* slave mode */ macro
/openbmc/linux/drivers/spi/
H A DKconfig946 depends on SPI_SLAVE
978 select SPI_SLAVE
1233 config SPI_SLAVE config
1239 if SPI_SLAVE
1253 endif # SPI_SLAVE
1256 def_bool ACPI || OF_DYNAMIC || SPI_SLAVE
/openbmc/linux/drivers/staging/rts5208/
H A Drtsx_card.h730 #define SPI_SLAVE 0x10 macro