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.c149 UINT32 ProtectedBase; in PlatformIsSpiRangeProtected() local
161 ProtectedBase = (RegVal & 0xfff) << 12; in PlatformIsSpiRangeProtected()
163 if (SpiBaseAddress >= ProtectedBase && Limit <= ProtectedLimit) { in PlatformIsSpiRangeProtected()