Searched refs:SPI_NOR_NO_ERASE (Results 1 – 6 of 6) sorted by relevance
14 FLAGS(SPI_NOR_NO_ERASE) },
522 #define SPI_NOR_NO_ERASE BIT(6) macro583 .flags = SPI_NOR_NO_ERASE | SPI_NOR_NO_FR, \
883 FLAGS(SPI_NOR_NO_ERASE) },
3427 if (nor->info->flags & SPI_NOR_NO_ERASE) in spi_nor_set_mtd_info()
42 #define SPI_NOR_NO_ERASE BIT(1) /* No erase command needed */ macro
2869 if (info->flags & SPI_NOR_NO_ERASE) in spi_nor_scan()