Searched refs:STATUS_ERASE_FAILED (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/include/linux/mtd/ | ||
D | spinand.h | 162 #define STATUS_ERASE_FAILED BIT(2) macro |
/linux-6.12.1/drivers/mtd/nand/spi/ | ||
D | core.c | 990 if (!ret && (status & STATUS_ERASE_FAILED)) in spinand_erase() |