Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-falcon.c20 #define FALCON_SPI_XFER_END (1 << 1) macro
164 if (flags & FALCON_SPI_XFER_END) in falcon_sflash_xfer()
206 } else if (flags & FALCON_SPI_XFER_END) { in falcon_sflash_xfer()
227 if ((flags & FALCON_SPI_XFER_END) in falcon_sflash_xfer()
251 if ((flags & FALCON_SPI_XFER_END) in falcon_sflash_xfer()
369 spi_flags |= FALCON_SPI_XFER_END; in falcon_sflash_xfer_one()