Home
last modified time | relevance | path

Searched refs:SPI_RX_OCTAL (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dspi.h35 #define SPI_RX_OCTAL BIT(15) /* receive with 8 wires */ macro
/rk3399_rockchip-uboot/drivers/spi/
H A Dspi-uclass.c491 mode |= SPI_RX_OCTAL; in spi_slave_ofdata_to_platdata()
H A Dspi-mem.c128 (!tx && (mode & SPI_RX_OCTAL))) in spi_check_buswidth_req()
/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dspi-nor-core.c2565 if (spi->mode & SPI_RX_OCTAL) { in spi_nor_scan()