Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/NorFlashDxe/
DNorFlashDxe.c249 } while ((LockStatus & P30_SR_BIT_WRITE) != P30_SR_BIT_WRITE); in NorFlashUnlockSingleBlock()
301 } while ((StatusRegister & P30_SR_BIT_WRITE) != P30_SR_BIT_WRITE); in NorFlashEraseSingleBlock()
406 } while ((StatusRegister & P30_SR_BIT_WRITE) != P30_SR_BIT_WRITE); in NorFlashWriteSingleWord()
504 if (((*Data) & P30_SR_BIT_WRITE) == P30_SR_BIT_WRITE) { in NorFlashWriteBuffer()
538 } while ((StatusRegister & P30_SR_BIT_WRITE) != P30_SR_BIT_WRITE); in NorFlashWriteBuffer()
DNorFlashDxe.h56 #define P30_SR_BIT_WRITE (BIT7 << 16 | BIT7) macro