Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/spi/
Dspi-falcon.c22 #define FALCON_SPI_XFER_END (1 << 1) macro
166 if (flags & FALCON_SPI_XFER_END) in falcon_sflash_xfer()
208 } else if (flags & FALCON_SPI_XFER_END) { in falcon_sflash_xfer()
229 if ((flags & FALCON_SPI_XFER_END) in falcon_sflash_xfer()
253 if ((flags & FALCON_SPI_XFER_END) in falcon_sflash_xfer()
371 spi_flags |= FALCON_SPI_XFER_END; in falcon_sflash_xfer_one()