Searched refs:SPI_NOR_NO_FR (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/ |
| H A D | catalyst.c | 14 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 D | everspin.c | 14 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 D | core.h | 278 #define SPI_NOR_NO_FR BIT(3) /* Can't do fastread */ macro 367 .flags = SPI_NOR_NO_FR | SPI_NOR_XSR_RDY,
|
| H A D | core.c | 2889 if (!(info->flags & SPI_NOR_NO_FR)) { in spi_nor_info_init_params()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/spi/ |
| H A D | sf_internal.h | 45 #define SPI_NOR_NO_FR BIT(3) /* Can't do fastread */ macro
|
| H A D | spi-nor-tiny.c | 590 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 D | spi-nor-core.c | 2158 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()
|