Home
last modified time | relevance | path

Searched refs:STATUS_PROG_FAILED (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/linux/mtd/
H A Dspinand.h140 #define STATUS_PROG_FAILED BIT(3) macro
/openbmc/linux/include/linux/mtd/
H A Dspinand.h163 #define STATUS_PROG_FAILED BIT(3) macro
/openbmc/u-boot/drivers/mtd/nand/spi/
H A Dcore.c552 if (!ret && (status & STATUS_PROG_FAILED)) in spinand_write_page()
/openbmc/linux/drivers/mtd/nand/spi/
H A Dcore.c627 if (!ret && (status & STATUS_PROG_FAILED)) in spinand_write_page()