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