Home
last modified time | relevance | path

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

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