Searched refs:SPI_READY (Results 1 – 8 of 8) sorted by relevance
32 controlling the SPI_READY handling. Note that to enable the DRCTL consideration,33 the SPI_READY mode-flag needs to be set too.
46 #define SPI_READY 0x80 macro
374 if (spi->mode & SPI_READY) { in davinci_spi_setup_transfer()456 if (spi->mode & SPI_READY) in davinci_spi_setup()990 dspi->bitbang.flags |= SPI_READY; in davinci_spi_probe()
430 if (spi->mode & SPI_READY) in meson_spicc_prepare_message()
73 | SPI_NO_CS | SPI_READY | SPI_TX_DUAL \
510 if (spi->mode & SPI_READY) in mx51_ecspi_config()1583 spi_imx->bitbang.master->mode_bits |= SPI_LOOP | SPI_READY; in spi_imx_probe()
270 mode |= SPI_READY; in parse_opts()
161 #define SPI_READY 0x80 /* slave pulls low to pause */ macro