Home
last modified time | relevance | path

Searched refs:SPI_MOSI_IDLE_LOW (Results 1 – 5 of 5) sorted by relevance

/linux/include/uapi/linux/spi/
H A Dspi.h31 #define SPI_MOSI_IDLE_LOW _BITUL(17) /* leave MOSI line low when idle */ macro
/linux/drivers/spi/
H A Dspi-gpio.c369 SPI_CS_HIGH | SPI_LSB_FIRST | SPI_MOSI_IDLE_LOW | in spi_gpio_probe()
H A Dspi-imx.c656 if (spi->mode & SPI_MOSI_IDLE_LOW) in mx51_ecspi_prepare_message()
2279 SPI_MOSI_IDLE_LOW;
H A Dspi.c4034 if ((spi->mode & SPI_MOSI_IDLE_LOW) && (spi->mode & SPI_MOSI_IDLE_HIGH)) { in _spi_xfer_word_delay_update()
/linux/Documentation/spi/
H A Dspi-summary.rst697 analogous but uses the ``SPI_MOSI_IDLE_LOW`` mode bit.