Home
last modified time | relevance | path

Searched refs:SPI_MOSI_IDLE_HIGH (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/spi/
H A Dspi-bitbang.c70 word = spi->mode & SPI_MOSI_IDLE_HIGH ? 0xFF : 0; in bitbang_txrx_8()
101 word = spi->mode & SPI_MOSI_IDLE_HIGH ? 0xFFFF : 0; in bitbang_txrx_16()
132 word = spi->mode & SPI_MOSI_IDLE_HIGH ? 0xFFFFFFFF : 0; in bitbang_txrx_32()
H A Dspi-axi-spi-engine.c220 if (spi->mode & SPI_MOSI_IDLE_HIGH) in spi_engine_get_config()
1232 host->mode_bits |= SPI_MOSI_IDLE_LOW | SPI_MOSI_IDLE_HIGH; in spi_engine_probe()
H A Dspi.c4039 if ((spi->mode & SPI_MOSI_IDLE_LOW) && (spi->mode & SPI_MOSI_IDLE_HIGH)) { in spi_setup()
/linux/include/uapi/linux/spi/
H A Dspi.h32 #define SPI_MOSI_IDLE_HIGH _BITUL(18) /* leave MOSI line high when idle */ macro
/linux/Documentation/iio/
H A Dad4000.rst60 it requires the SPI controller to support the ``SPI_MOSI_IDLE_HIGH`` feature.
85 controller is not required to support ``SPI_MOSI_IDLE_HIGH`` but register access
157 turbo mode, and the SPI controller is ``SPI_MOSI_IDLE_HIGH`` capable. If those
/linux/drivers/iio/adc/
H A Dad7768-1.c1649 if (spi->controller->mode_bits & SPI_MOSI_IDLE_HIGH) { in ad7768_probe()
1650 spi->mode |= SPI_MOSI_IDLE_HIGH; in ad7768_probe()
H A Dad4000.c1079 spi->mode |= SPI_MOSI_IDLE_HIGH; in ad4000_probe()
/linux/Documentation/spi/
H A Dspi-summary.rst661 controller is not clocking out data (``SPI_MOSI_IDLE_HIGH``), then a transfer in
693 ``SPI_MOSI_IDLE_HIGH`` bit into the mode attribute of their ``struct
695 should indicate it by setting ``SPI_MOSI_IDLE_HIGH`` in the mode_bits attribute