Home
last modified time | relevance | path

Searched refs:SPI_RX_DUAL (Results 1 – 9 of 9) sorted by relevance

/u-boot/drivers/spi/
A Docteon_spi.c316 if (flags & (SPI_TX_DUAL | SPI_RX_DUAL)) in octeontx2_spi_xfer()
472 flags |= SPI_RX_DUAL; in octeon_spi_exec_op()
490 flags |= SPI_RX_DUAL; in octeon_spi_exec_op()
A Dmeson_spifc.c254 if (mode & (SPI_CPHA | SPI_RX_QUAD | SPI_RX_DUAL | in meson_spifc_set_mode()
A Dbcm63xx_hsspi.c243 if ((opcode == HSSPI_FIFO_OP_CODE_R && plat->mode == SPI_RX_DUAL) || in bcm63xx_hsspi_xfer()
A Dspi-uclass.c489 mode |= SPI_RX_DUAL; in spi_slave_of_to_plat()
A Dca_sflash.c206 else if (mode & SPI_RX_DUAL) in ca_sflash_set_mode()
A Dspi-mem.c123 (!tx && (mode & (SPI_RX_DUAL | SPI_RX_QUAD)))) in spi_check_buswidth_req()
A Dstm32_qspi.c510 else if (mode & SPI_RX_DUAL) in stm32_qspi_set_mode()
/u-boot/include/
A Dspi.h32 #define SPI_RX_DUAL BIT(12) /* receive with 2 wires */ macro
/u-boot/drivers/mtd/spi/
A Dspi-nor-core.c2521 } else if (spi->mode & SPI_RX_DUAL) { in spi_nor_scan()

Completed in 17 milliseconds