Searched refs:ProtectedBase (Results 1 – 1 of 1) sorted by relevance
149 UINT32 ProtectedBase; in PlatformIsSpiRangeProtected() local161 ProtectedBase = (RegVal & 0xfff) << 12; in PlatformIsSpiRangeProtected()163 if (SpiBaseAddress >= ProtectedBase && Limit <= ProtectedLimit) { in PlatformIsSpiRangeProtected()