Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformHelperLib/
DPlatformHelperLib.c177 UINT32 ProtectedLimit; in PlatformIsSpiRangeProtected() local
189 ProtectedLimit = (RegVal & 0x00fff000) + 0xfff; in PlatformIsSpiRangeProtected()
190 if (SpiBaseAddress >= ProtectedBase && Limit <= ProtectedLimit) { in PlatformIsSpiRangeProtected()