Searched refs:SPI_NOR_NO_ERASE (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/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 | fujitsu.c | 13 { "mb85rs1mt", INFO(0x047f27, 0, 128 * 1024, 1, SPI_NOR_NO_ERASE) },
|
H A D | spansion.c | 106 SPI_NOR_NO_ERASE) },
|
H A D | core.h | 276 #define SPI_NOR_NO_ERASE BIT(1) /* No erase command needed */ macro
|
H A D | core.c | 3240 if (info->flags & SPI_NOR_NO_ERASE) in spi_nor_scan()
|
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/ |
H A D | fujitsu.c | 14 FLAGS(SPI_NOR_NO_ERASE) },
|
H A D | core.h | 470 * SPI_NOR_NO_ERASE: no erase command needed. 522 #define SPI_NOR_NO_ERASE BIT(6) macro 583 .flags = SPI_NOR_NO_ERASE | SPI_NOR_NO_FR, \
|
H A D | spansion.c | 882 FLAGS(SPI_NOR_NO_ERASE) },
|
H A D | core.c | 3427 if (nor->info->flags & SPI_NOR_NO_ERASE) in spi_nor_set_mtd_info()
|
Completed in 13 milliseconds