Searched refs:SPI_READY (Results 1 – 7 of 7) sorted by relevance
72 the SPI_READY handling. Note that to enable the DRCTL consideration,73 the SPI_READY mode-flag needs to be set too.
21 #define SPI_READY _BITUL(7) /* slave pulls low to pause */ macro
363 if (spi->mode & SPI_READY) { in davinci_spi_setup_transfer()425 if (spi->mode & SPI_READY) in davinci_spi_setup()954 dspi->bitbang.flags |= SPI_READY; in davinci_spi_probe()
64 | SPI_NO_CS | SPI_READY | SPI_TX_DUAL \
527 if (spi->mode & SPI_READY) in mx51_ecspi_prepare_message()1738 spi_imx->controller->mode_bits |= SPI_LOOP | SPI_READY; in spi_imx_probe()
502 if (spi->mode & SPI_READY) in meson_spicc_prepare_message()
278 mode |= SPI_READY; in parse_opts()
Completed in 24 milliseconds