Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Include/
DQuarkNcSocId.h335 #define B_CFG_STICKY_RW_VIOLATION (B_CFG_STICKY_RW_SMM_VIOLATION | B_CFG_STICKY_RW_HM… macro
336 #define B_CFG_STICKY_RW_ALL (B_CFG_STICKY_RW_VIOLATION | B_CFG_STICKY_RW_WARM_R…
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
DPlatformEarlyInit.c806 if ((RegValue & B_CFG_STICKY_RW_VIOLATION) != 0) { in CheckForResetDueToErrors()
822 RegValue &= ~(B_CFG_STICKY_RW_VIOLATION); in CheckForResetDueToErrors()