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