Searched refs:SPI_NBITS_DUAL (Results 1 – 7 of 7) sorted by relevance
175 if ((opcode == HSSPI_OP_READ && t->rx_nbits == SPI_NBITS_DUAL) || in bcm63xx_hsspi_do_txrx()176 (opcode == HSSPI_OP_WRITE && t->tx_nbits == SPI_NBITS_DUAL)) in bcm63xx_hsspi_do_txrx()
123 if (t->tx_nbits == SPI_NBITS_DUAL) in rb4xx_transfer_one()
522 if (xfer->tx_nbits == SPI_NBITS_DUAL && in img_spfi_config()523 xfer->rx_nbits == SPI_NBITS_DUAL) in img_spfi_config()
2181 xfer->tx_nbits != SPI_NBITS_DUAL && in __spi_validate()2184 if ((xfer->tx_nbits == SPI_NBITS_DUAL) && in __spi_validate()2194 xfer->rx_nbits != SPI_NBITS_DUAL && in __spi_validate()2197 if ((xfer->rx_nbits == SPI_NBITS_DUAL) && in __spi_validate()
307 case SPI_NBITS_DUAL: in qspi_read_msg()
854 case SPI_NBITS_DUAL: in qspi_transfer_mode()863 case SPI_NBITS_DUAL: in qspi_transfer_mode()
694 #define SPI_NBITS_DUAL 0x02 /* 2bits transfer */ macro