Lines Matching refs:rx_nbits
4251 * Set transfer tx_nbits and rx_nbits as single transfer default
4295 if (xfer->rx_buf && !xfer->rx_nbits)
4296 xfer->rx_nbits = SPI_NBITS_SINGLE;
4298 * Check transfer tx/rx_nbits:
4300 * 2. check tx/rx_nbits match the mode in spi_device
4320 /* Check transfer rx_nbits */
4324 if (xfer->rx_nbits != SPI_NBITS_SINGLE &&
4325 xfer->rx_nbits != SPI_NBITS_DUAL &&
4326 xfer->rx_nbits != SPI_NBITS_QUAD &&
4327 xfer->rx_nbits != SPI_NBITS_OCTAL)
4329 if ((xfer->rx_nbits == SPI_NBITS_DUAL) &&
4332 if ((xfer->rx_nbits == SPI_NBITS_QUAD) &&
4335 if ((xfer->rx_nbits == SPI_NBITS_OCTAL) &&