Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mtd/spi-nor/
Dmicron-st.c66 NO_CHIP_ERASE) },
69 NO_CHIP_ERASE) },
72 NO_CHIP_ERASE) },
75 SPI_NOR_QUAD_READ | NO_CHIP_ERASE) },
Dcore.h297 #define NO_CHIP_ERASE BIT(12) /* Chip does not support chip erase */ macro
Dcore.c3170 if (info->flags & NO_CHIP_ERASE) in spi_nor_scan()