Home
last modified time | relevance | path

Searched refs:ERR_PROTECTED (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/common/
Dflash.c149 return (ERR_PROTECTED); in flash_write()
193 case ERR_PROTECTED: in flash_perror()
/external/u-boot/drivers/mtd/
Daltera_qspi.c97 return ERR_PROTECTED; in flash_erase()
115 return ERR_PROTECTED; in write_buff()
Dpic32_flash.c82 return ERR_PROTECTED; in flash_complete_operation()
Dcfi_flash.c635 retcode = ERR_PROTECTED; in flash_full_status_check()
/external/u-boot/board/cobra5272/
Dflash.c157 return ERR_PROTECTED; in flash_erase()
/external/u-boot/include/
Dflash.h126 #define ERR_PROTECTED 4 macro