Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
DPlatform.c436 UINTN BiosFlaLower1; in SpiBiosProtectionFunction() local
443 BiosFlaLower1 = PcdGet32(PcdFlashFvFspBase)-PcdGet32(PcdFlashAreaBaseAddress); in SpiBiosProtectionFunction()
446 BiosFlaLower1 = PcdGet32(PcdFlashFvMainBase)-PcdGet32(PcdFlashAreaBaseAddress); in SpiBiosProtectionFunction()
491 (B_PCH_SPI_PR1_PRB_MASK&(BiosFlaLower1>>12))|(B_PCH_SPI_PR1_PRL_MASK&(BiosFlaLimit1>>12)<<16)); in SpiBiosProtectionFunction()