Home
last modified time | relevance | path

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

/linux/drivers/spi/
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()
A Dspi-gpio.c244 !!(spi->mode & SPI_MOSI_IDLE_HIGH)); in spi_gpio_set_mosi_idle()
401 SPI_MOSI_IDLE_HIGH; in spi_gpio_probe()
A Dspi-axi-spi-engine.c141 if (spi->mode & SPI_MOSI_IDLE_HIGH) in spi_engine_get_config()
706 host->mode_bits |= SPI_MOSI_IDLE_LOW | SPI_MOSI_IDLE_HIGH; in spi_engine_probe()
A Dspi.c3914 if ((spi->mode & SPI_MOSI_IDLE_LOW) && (spi->mode & SPI_MOSI_IDLE_HIGH)) { in spi_setup()
/linux/include/uapi/linux/spi/
A Dspi.h32 #define SPI_MOSI_IDLE_HIGH _BITUL(18) /* leave MOSI line high when idle */ macro
/linux/Documentation/iio/
A Dad4000.rst45 it requires the SPI controller to support the ``SPI_MOSI_IDLE_HIGH`` feature.
70 controller is not required to support ``SPI_MOSI_IDLE_HIGH`` but register access
/linux/drivers/iio/adc/
A Dad4000.c599 spi->mode |= SPI_MOSI_IDLE_HIGH; in ad4000_probe()
/linux/Documentation/spi/
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

Completed in 28 milliseconds