Home
last modified time | relevance | path

Searched full:spi_ready (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/devicetree/bindings/spi/
H A Dfsl-imx-cspi.yaml79 the SPI_READY handling. Note that to enable the DRCTL consideration,
80 the SPI_READY mode-flag needs to be set too.
/linux/drivers/spi/
H A Dspi-davinci.c339 * - 5 pin SPI variant is standard SPI plus SPI_READY in davinci_spi_setup_transfer()
340 * - 4 pin with enable is (SPI_READY | SPI_NO_CS) in davinci_spi_setup_transfer()
362 if (spi->mode & SPI_READY) { in davinci_spi_setup_transfer()
424 if (spi->mode & SPI_READY) in davinci_spi_setup()
947 dspi->bitbang.flags |= SPI_READY; in davinci_spi_probe()
H A Dspi-stm32.c1206 if (spi_dev->mode & SPI_READY) in stm32_spi_prepare_msg()
1216 !!(spi_dev->mode & SPI_READY)); in stm32_spi_prepare_msg()
1966 if (spi_dev->mode & SPI_READY && spi->cur_bpw < 8) { in stm32_spi_transfer_one_setup()
2393 SPI_3WIRE | SPI_READY; in stm32_spi_probe()
H A Dspi-imx.c570 if (spi->mode & SPI_READY) in mx51_ecspi_prepare_message()
1846 controller->mode_bits |= SPI_LOOP | SPI_READY; in spi_imx_probe()
H A Dspidev.c64 | SPI_NO_CS | SPI_READY | SPI_TX_DUAL \
H A Dspi-meson-spicc.c696 if (spi->mode & SPI_READY) in meson_spicc_prepare_message()
/linux/include/uapi/linux/spi/
H A Dspi.h21 #define SPI_READY _BITUL(7) /* slave pulls low to pause */ macro
/linux/drivers/net/ieee802154/
H A Dadf7242.c961 stat & STAT_SPI_READY ? "SPI_READY" : "SPI_BUSY", in adf7242_debug()
1148 stat & STAT_SPI_READY ? "SPI_READY" : "SPI_BUSY", in adf7242_stats_show()