Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/mtd/
H A Dspinand.h139 #define STATUS_ERASE_FAILED BIT(2) macro
/openbmc/linux/include/linux/mtd/
H A Dspinand.h162 #define STATUS_ERASE_FAILED BIT(2) macro
/openbmc/u-boot/drivers/mtd/nand/spi/
H A Dcore.c765 if (!ret && (status & STATUS_ERASE_FAILED)) in spinand_erase()
/openbmc/linux/drivers/mtd/nand/spi/
H A Dcore.c821 if (!ret && (status & STATUS_ERASE_FAILED)) in spinand_erase()