Searched refs:SPI_NO_RX (Results 1 – 2 of 2) sorted by relevance
172 #define SPI_NO_RX BIT(30) /* no receive wire */ macro
2108 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()