Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-sitronix-st7789v.c217 if (ctx->spi->mode & SPI_NO_RX) in st7789v_check_id()
/openbmc/linux/include/linux/spi/
H A Dspi.h189 #define SPI_NO_RX BIT(30) /* No receive wire */ macro
/openbmc/linux/drivers/spi/
H A Dspi.c2280 spi->mode |= SPI_NO_RX; in of_spi_parse_dt()
3753 (SPI_RX_DUAL | SPI_RX_QUAD | SPI_NO_RX)) > 1)) { in spi_setup()
3770 SPI_NO_TX | SPI_NO_RX); in spi_setup()
4015 if (spi->mode & SPI_NO_RX) in __spi_validate()