Home
last modified time | relevance | path

Searched refs:SPI_NOR_NO_ERASE (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/mtd/spi-nor/
H A Dfujitsu.c14 FLAGS(SPI_NOR_NO_ERASE) },
H A Dcore.h522 #define SPI_NOR_NO_ERASE BIT(6) macro
583 .flags = SPI_NOR_NO_ERASE | SPI_NOR_NO_FR, \
H A Dspansion.c883 FLAGS(SPI_NOR_NO_ERASE) },
H A Dcore.c3427 if (nor->info->flags & SPI_NOR_NO_ERASE) in spi_nor_set_mtd_info()
/openbmc/u-boot/drivers/mtd/spi/
H A Dsf_internal.h42 #define SPI_NOR_NO_ERASE BIT(1) /* No erase command needed */ macro
H A Dspi-nor-core.c2869 if (info->flags & SPI_NOR_NO_ERASE) in spi_nor_scan()