Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dspi.h31 #define SPI_RX_SLOW BIT(11) /* receive with 1 wire slow */ macro
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dich.c663 slave->mode = SPI_RX_SLOW | SPI_TX_BYTE; in ich_spi_child_pre_probe()
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dspi_flash.c1255 if (spi->mode & SPI_RX_SLOW) in spi_flash_scan()
H A Dspi-nor-core.c2582 if ((info->flags & SPI_NOR_NO_FR) || (spi->mode & SPI_RX_SLOW)) in spi_nor_scan()