Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panel/
H A Dpanel-sitronix-st7789v.c217 if (ctx->spi->mode & SPI_NO_RX) in st7789v_check_id()
/linux/include/linux/spi/
H A Dspi.h197 #define SPI_NO_RX BIT(30) /* No receive wire */ macro
/linux/drivers/spi/
H A Dspi.c2536 spi->mode |= SPI_NO_RX; in of_spi_parse_dt()
4066 (SPI_RX_DUAL | SPI_RX_QUAD | SPI_NO_RX)) > 1)) { in __spi_setup()
4089 SPI_NO_TX | SPI_NO_RX); in __spi_setup()
4343 if (spi->mode & SPI_NO_RX) in __spi_validate()