Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dpic32_flash.c89 return ERR_NOT_ERASED; in flash_complete_operation()
191 return ERR_NOT_ERASED; in write_word()
H A Dcfi_flash.c629 retcode = ERR_NOT_ERASED; in flash_full_status_check()
812 return ERR_NOT_ERASED; in flash_write_cfiword()
932 retcode = ERR_NOT_ERASED; in flash_write_cfibuffer()
/OK3568_Linux_fs/u-boot/common/
H A Dflash.c191 case ERR_NOT_ERASED: in flash_perror()
/OK3568_Linux_fs/u-boot/board/cobra5272/
H A Dflash.c260 return ERR_NOT_ERASED; in write_word()
/OK3568_Linux_fs/u-boot/include/
H A Dflash.h126 #define ERR_NOT_ERASED 2 macro