Home
last modified time | relevance | path

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

/external/u-boot/drivers/spi/
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()
Dlpc32xx_ssp.c72 if (mode & SPI_SLAVE) { in spi_setup_slave()
/external/u-boot/include/
Dspi.h23 #define SPI_SLAVE BIT(6) /* slave mode */ macro