Home
last modified time | relevance | path

Searched refs:SPI_TX_QUAD (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/drivers/spi/
H A Dstm32_qspi.c228 if (mode & SPI_TX_QUAD) { in _stm32_qspi_gen_ccr()
603 if (mode & SPI_TX_QUAD) in stm32_qspi_set_mode()
604 priv->mode |= SPI_TX_QUAD; in stm32_qspi_set_mode()
608 priv->mode &= ~(SPI_TX_QUAD | SPI_TX_DUAL); in stm32_qspi_set_mode()
619 if (mode & SPI_TX_QUAD) in stm32_qspi_set_mode()
H A Dspi-mem.c114 if ((tx && (mode & (SPI_TX_DUAL | SPI_TX_QUAD))) || in spi_check_buswidth_req()
121 if ((tx && (mode & SPI_TX_QUAD)) || in spi_check_buswidth_req()
H A Dspi-uclass.c470 mode |= SPI_TX_QUAD; in spi_slave_ofdata_to_platdata()
/rk3399_rockchip-uboot/include/
H A Dspi.h30 #define SPI_TX_QUAD BIT(10) /* transmit with 4 wires */ macro
/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dspi_flash.c1263 if (info->flags & WR_QPP && spi->mode & SPI_TX_QUAD) in spi_flash_scan()
H A Dspi-nor-core.c2575 if (spi->mode & SPI_TX_QUAD) in spi_nor_scan()