Searched refs:NOR_FLASH_ERASE_RETRY (Results 1 – 2 of 2) sorted by relevance
34 #define NOR_FLASH_ERASE_RETRY 10 macro
367 } while ((Index < NOR_FLASH_ERASE_RETRY) && (Status == EFI_WRITE_PROTECTED)); in NorFlashUnlockAndEraseSingleBlock()369 if (Index == NOR_FLASH_ERASE_RETRY) { in NorFlashUnlockAndEraseSingleBlock()