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