Searched refs:SPI_READY (Results 1 – 9 of 9) sorted by relevance
21 #define SPI_READY 0x80 macro
46 #define SPI_READY 0x80 macro
34 #define SPI_READY 0x80 macro
363 if (spi->mode & SPI_READY) { in davinci_spi_setup_transfer()425 if (spi->mode & SPI_READY) in davinci_spi_setup()959 dspi->bitbang.flags |= SPI_READY; in davinci_spi_probe()
64 | SPI_NO_CS | SPI_READY | SPI_TX_DUAL \
453 if (spi->mode & SPI_READY) in meson_spicc_prepare_message()
523 if (spi->mode & SPI_READY) in mx51_ecspi_prepare_message()1660 spi_imx->bitbang.master->mode_bits |= SPI_LOOP | SPI_READY; in spi_imx_probe()
278 mode |= SPI_READY; in parse_opts()
179 #define SPI_READY 0x80 /* slave pulls low to pause */ macro