Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/mtd/
H A Dspinand.h171 #define STATUS_ERASE_FAILED BIT(2) macro
/rk3399_rockchip-uboot/drivers/mtd/nand/spi/
H A Dcore.c799 if (!ret && (status & STATUS_ERASE_FAILED)) in spinand_erase()