Home
last modified time | relevance | path

Searched refs:ERR_NOT_ERASED (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/mtd/
H A Dpic32_flash.c88 return ERR_NOT_ERASED; in flash_complete_operation()
190 return ERR_NOT_ERASED; in write_word()
H A Dcfi_flash.c628 retcode = ERR_NOT_ERASED; in flash_full_status_check()
811 return ERR_NOT_ERASED; in flash_write_cfiword()
931 retcode = ERR_NOT_ERASED; in flash_write_cfibuffer()
/openbmc/u-boot/common/
H A Dflash.c190 case ERR_NOT_ERASED: in flash_perror()
/openbmc/u-boot/board/cobra5272/
H A Dflash.c259 return ERR_NOT_ERASED; in write_word()
/openbmc/u-boot/include/
H A Dflash.h125 #define ERR_NOT_ERASED 2 macro