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