Searched defs:PostCode (Results 1 - 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Library/BasePostCodeLibDebug/
H A DPostCode.c30 PostCode() must actively prevent recursion. If PostCode() is called while
32 PostCode() must return Value immediately.
41 PostCode ( function
/device/linaro/bootloader/edk2/MdePkg/Library/BasePostCodeLibPort80/
H A DPostCode.c31 PostCode() must actively prevent recursion. If PostCode() is called while
33 PostCode() must return Value immediately.
42 PostCode ( function
99 PostCode (Value);
/device/linaro/bootloader/edk2/MdePkg/Library/PeiDxePostCodeLibReportStatusCode/
H A DPostCode.c3 PostCode Library for PEIMs and DXE drivers that send PostCode to ReportStatusCode
27 This macro converts the post code to status code value. Bits 0..4 of PostCode
28 are mapped to bits 16..20 of status code value, and bits 5..7 of PostCode are mapped to bits
31 @param PostCode POST code value.
36 #define POST_CODE_TO_STATUS_CODE_VALUE(PostCode) \
37 ((EFI_STATUS_CODE_VALUE) (((PostCode & 0x1f) << 16) | ((PostCode & 0x3) << 19)))
48 PostCode() must actively prevent recursion. If PostCode() i
59 PostCode ( function
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
H A DEdkIIGluePostCodeLib.h27 #define PostCode(_VALUE) GluePostCode(_VALUE) macro
45 PostCode() must actively prevent recursion. If PostCode() is called while
47 PostCode() must return Value immediately.
135 If POST codes are enabled in PcdPostCodeProperyMask, then call PostCode()
143 #define POST_CODE(Value) PostCodeEnabled() ? PostCode(Value) : Value
150 Value and Description. If only POST codes are enabled, then call PostCode()
162 PostCode(Value)) : \
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/DebugAssert/
H A DDebugAssert.h58 IN UINT16 PostCode,
80 EFI_POST_CODE PostCode; member in struct:_EFI_DEBUG_ASSERT_PROTOCOL
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
H A Dmeminit_utils.c37 uint32_t PostCode; variable
1293 PostCode = ((major << 8) | minor);

Completed in 70 milliseconds