Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformHelperLib/
DPlatformHelperLib.c169 IN CONST UINT32 SpiBaseAddress, in PlatformIsSpiRangeProtected() argument
184 Limit = SpiBaseAddress + (Length - 1); in PlatformIsSpiRangeProtected()
190 if (SpiBaseAddress >= ProtectedBase && Limit <= ProtectedLimit) { in PlatformIsSpiRangeProtected()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Include/Library/
DPlatformHelperLib.h182 IN CONST UINT32 SpiBaseAddress,