Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformHookLib/
DPlatformHookLib.c48 Status = PcdSetBoolS (PcdSerialUseMmio, TRUE); in PlatformHookSerialPortInitialize()
50 Status = PcdSetBoolS (PcdSerialUseMmio, FALSE); in PlatformHookSerialPortInitialize()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecureLib/
DPlatformSecureLib.c134 Status = PcdSetBoolS (PcdUserIsPhysicallyPresent, TRUE); in UserPhysicalPresent()
166 Status = PcdSetBoolS (PcdUserIsPhysicallyPresent, !CheckResetButtonState ()); in PlatformSecureLibInitialize()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/
DPlatformBootManager.c320 Status = PcdSetBoolS (PcdBootState, FALSE); in PlatformBootManagerAfterConsole()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DMemoryTest.c429 Status = PcdSetBoolS(PcdBootState, FALSE); in BdsMemoryTest()
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DPcdLib.h687 #define PcdSetBoolS(TokenName, Value) _PCD_SET_MODE_BOOL_S_##TokenName ((Value)) macro