Home
last modified time | relevance | path

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

/linux-6.15/include/linux/spi/
H A Dspi.h194 #define SPI_NO_RX BIT(30) /* No receive wire */ macro
/linux-6.15/drivers/gpu/drm/panel/
H A Dpanel-sitronix-st7789v.c217 if (ctx->spi->mode & SPI_NO_RX) in st7789v_check_id()
/linux-6.15/drivers/spi/
H A Dspi.c2407 spi->mode |= SPI_NO_RX; in of_spi_parse_dt()
3902 (SPI_RX_DUAL | SPI_RX_QUAD | SPI_NO_RX)) > 1)) { in spi_setup()
3925 SPI_NO_TX | SPI_NO_RX); in spi_setup()
4144 if (spi->mode & SPI_NO_RX) in __spi_validate()