Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/NorFlashDxe/
DNorFlashDxe.h34 #define NOR_FLASH_ERASE_RETRY 10 macro
DNorFlashDxe.c367 } while ((Index < NOR_FLASH_ERASE_RETRY) && (Status == EFI_WRITE_PROTECTED)); in NorFlashUnlockAndEraseSingleBlock()
369 if (Index == NOR_FLASH_ERASE_RETRY) { in NorFlashUnlockAndEraseSingleBlock()