Home
last modified time | relevance | path

Searched refs:SPI_NO_RX (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/include/linux/spi/
Dspi.h172 #define SPI_NO_RX BIT(30) /* no receive wire */ macro
/linux-5.19.10/drivers/spi/
Dspi.c2108 spi->mode |= SPI_NO_RX; in of_spi_parse_dt()
3478 (SPI_RX_DUAL | SPI_RX_QUAD | SPI_NO_RX)) > 1)) { in spi_setup()
3495 SPI_NO_TX | SPI_NO_RX); in spi_setup()
3735 if (spi->mode & SPI_NO_RX) in __spi_validate()