Searched refs:SPI_NBITS_SINGLE (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/spi/
H A Dspi-bcm63xx-hsspi.c300 if (t->tx_nbits > SPI_NBITS_SINGLE &&
307 if (t->tx_nbits == SPI_NBITS_SINGLE) {
322 if (tx_only && t->tx_nbits == SPI_NBITS_SINGLE) {
H A Dspi-bcm-qspi.c421 int width = op->data.buswidth ? op->data.buswidth : SPI_NBITS_SINGLE;
435 case SPI_NBITS_SINGLE:
466 int width = op->data.buswidth ? op->data.buswidth : SPI_NBITS_SINGLE;
474 case SPI_NBITS_SINGLE:
512 int width = op->data.buswidth ? op->data.buswidth : SPI_NBITS_SINGLE;
H A Dspi-armada-3700.c164 case SPI_NBITS_SINGLE:
H A Dspi-sun6i.c450 case SPI_NBITS_SINGLE:
H A Dspi-rspi.c871 } else if (xfer->tx_nbits > SPI_NBITS_SINGLE) {
874 } else if (xfer->rx_nbits > SPI_NBITS_SINGLE) {
H A Dspi.c4095 * (SPI_NBITS_SINGLE) if it is not set for this transfer.
4135 xfer->tx_nbits = SPI_NBITS_SINGLE;
4137 xfer->rx_nbits = SPI_NBITS_SINGLE;
4146 if (xfer->tx_nbits != SPI_NBITS_SINGLE &&
4161 if (xfer->rx_nbits != SPI_NBITS_SINGLE &&
/linux-master/include/linux/spi/
H A Dspi.h961 * (SPI_NBITS_SINGLE) is used.
963 * (SPI_NBITS_SINGLE) is used.
1056 * two should both be set. User can set transfer mode with SPI_NBITS_SINGLE(1x)
1091 #define SPI_NBITS_SINGLE 0x01 /* 1-bit transfer */ macro

Completed in 154 milliseconds