Home
last modified time | relevance | path

Searched refs:SPI_TX_DUAL (Results 1 – 8 of 8) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/
Dspi.h28 #define SPI_TX_DUAL BIT(9) /* transmit with 2 wires */ macro
/third_party/uboot/u-boot-2020.01/drivers/spi/
Dmeson_spifc.c253 SPI_TX_QUAD | SPI_TX_DUAL)) in meson_spifc_set_mode()
Dspi-sifive.c151 else if ((slave->mode & SPI_TX_DUAL) || (slave->mode & SPI_RX_DUAL)) in sifive_spi_prep_transfer()
Dbcm63xx_hsspi.c241 (opcode == HSSPI_FIFO_OP_CODE_W && plat->mode == SPI_TX_DUAL)) in bcm63xx_hsspi_xfer()
Dspi-uclass.c443 mode |= SPI_TX_DUAL; in spi_slave_ofdata_to_platdata()
Dspi-mem.c114 if ((tx && (mode & (SPI_TX_DUAL | SPI_TX_QUAD))) || in spi_check_buswidth_req()
Dstm32_qspi.c508 else if (mode & SPI_TX_DUAL) in stm32_qspi_set_mode()
/third_party/uboot/u-boot-2020.01/drivers/mtd/spi/
Dspi-nor-core.c2447 if (spi->mode & SPI_TX_DUAL) in spi_nor_scan()