Searched full:spi_ready (Results 1 – 20 of 20) sorted by relevance
70 the SPI_READY handling. Note that to enable the DRCTL consideration,71 the SPI_READY mode-flag needs to be set too.
32 controlling the SPI_READY handling. Note that to enable the DRCTL consideration,33 the SPI_READY mode-flag needs to be set too.
21 #define SPI_READY 0x80 macro
340 * - 5 pin SPI variant is standard SPI plus SPI_READY in davinci_spi_setup_transfer()341 * - 4 pin with enable is (SPI_READY | SPI_NO_CS) in davinci_spi_setup_transfer()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()
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()
453 if (spi->mode & SPI_READY) in meson_spicc_prepare_message()
64 | SPI_NO_CS | SPI_READY | SPI_TX_DUAL \
351 * - 5 pin SPI variant is standard SPI plus SPI_READY in davinci_spi_setup_transfer()352 * - 4 pin with enable is (SPI_READY | SPI_NO_CS) in davinci_spi_setup_transfer()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()
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()
73 | SPI_NO_CS | SPI_READY | SPI_TX_DUAL \
34 #define SPI_READY 0x80 macro
46 #define SPI_READY 0x80 macro
278 mode |= SPI_READY; in parse_opts()
270 mode |= SPI_READY; in parse_opts()
962 stat & STAT_SPI_READY ? "SPI_READY" : "SPI_BUSY", in adf7242_debug()1149 stat & STAT_SPI_READY ? "SPI_READY" : "SPI_BUSY", in adf7242_stats_show()
961 stat & STAT_SPI_READY ? "SPI_READY" : "SPI_BUSY", in adf7242_debug()1148 stat & STAT_SPI_READY ? "SPI_READY" : "SPI_BUSY", in adf7242_stats_show()
161 #define SPI_READY 0x80 /* slave pulls low to pause */ macro
179 #define SPI_READY 0x80 /* slave pulls low to pause */ macro