Home
last modified time | relevance | path

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

/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/spi/
H A Dspi-gpio.c215 !!(spi->mode & SPI_MOSI_IDLE_HIGH)); in spi_gpio_set_mosi_idle()
369 SPI_MOSI_IDLE_HIGH; in spi_gpio_probe()
H A Dspi.c4315 if ((spi->mode & SPI_MOSI_IDLE_LOW) && (spi->mode & SPI_MOSI_IDLE_HIGH)) { in __spi_setup()
/linux/drivers/iio/adc/
H A Dad4000.c1078 spi->mode |= SPI_MOSI_IDLE_HIGH; in ad4000_probe()