Home
last modified time | relevance | path

Searched refs:NO_CHIP_ERASE (Results 1 – 3 of 3) sorted by relevance

/drivers/mtd/spi-nor/
Dmicron-st.c179 NO_CHIP_ERASE) },
182 NO_CHIP_ERASE) },
185 NO_CHIP_ERASE) },
188 SPI_NOR_QUAD_READ | NO_CHIP_ERASE) },
Dcore.h356 #define NO_CHIP_ERASE BIT(12) /* Chip does not support chip erase */ macro
Dcore.c3178 if (info->flags & NO_CHIP_ERASE) in spi_nor_scan()