Home
last modified time | relevance | path

Searched refs:STATUS_ERASE_FAILED (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/linux/mtd/
Dspinand.h162 #define STATUS_ERASE_FAILED BIT(2) macro
/linux-6.12.1/drivers/mtd/nand/spi/
Dcore.c990 if (!ret && (status & STATUS_ERASE_FAILED)) in spinand_erase()