Home
last modified time | relevance | path

Searched refs:SPI_READY (Results 1 – 7 of 7) sorted by relevance

/openbmc/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.
/openbmc/linux/include/uapi/linux/spi/
H A Dspi.h21 #define SPI_READY _BITUL(7) /* slave pulls low to pause */ macro
/openbmc/linux/drivers/spi/
H A Dspi-davinci.c362 if (spi->mode & SPI_READY) { in davinci_spi_setup_transfer()
424 if (spi->mode & SPI_READY) in davinci_spi_setup()
944 dspi->bitbang.flags |= SPI_READY; in davinci_spi_probe()
H A Dspidev.c64 | SPI_NO_CS | SPI_READY | SPI_TX_DUAL \
H A Dspi-imx.c548 if (spi->mode & SPI_READY) in mx51_ecspi_prepare_message()
1768 controller->mode_bits |= SPI_LOOP | SPI_READY; in spi_imx_probe()
H A Dspi-meson-spicc.c501 if (spi->mode & SPI_READY) in meson_spicc_prepare_message()
/openbmc/linux/tools/spi/
H A Dspidev_test.c299 mode |= SPI_READY; in parse_opts()