Home
last modified time | relevance | path

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

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