Home
last modified time | relevance | path

Searched refs:SPI_NOR_NO_FR (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/
H A Dcatalyst.c14 SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
16 SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
18 SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
20 SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
22 SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
H A Deverspin.c14 SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
16 SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
18 SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
20 SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
H A Dcore.h278 #define SPI_NOR_NO_FR BIT(3) /* Can't do fastread */ macro
367 .flags = SPI_NOR_NO_FR | SPI_NOR_XSR_RDY,
H A Dcore.c2889 if (!(info->flags & SPI_NOR_NO_FR)) { in spi_nor_info_init_params()
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dsf_internal.h45 #define SPI_NOR_NO_FR BIT(3) /* Can't do fastread */ macro
H A Dspi-nor-tiny.c590 if (!(info->flags & SPI_NOR_NO_FR)) { in spi_nor_init_params()
757 if (info->flags & SPI_NOR_NO_FR) in spi_nor_scan()
H A Dspi-nor-core.c2158 if (!(info->flags & SPI_NOR_NO_FR)) { in spi_nor_init_params()
2582 if ((info->flags & SPI_NOR_NO_FR) || (spi->mode & SPI_RX_SLOW)) in spi_nor_scan()