Home
last modified time | relevance | path

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

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