HomeSort by relevance Sort by last modified time
    Searched defs:PostCode (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Library/BasePostCodeLibDebug/
PostCode.c 30 PostCode() must actively prevent recursion. If PostCode() is called while
32 PostCode() must return Value immediately.
41 PostCode (
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePostCodeLibPort80/
PostCode.c 31 PostCode() must actively prevent recursion. If PostCode() is called while
33 PostCode() must return Value immediately.
42 PostCode (
99 PostCode (Value);
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiDxePostCodeLibReportStatusCode/
PostCode.c 3 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() is called while
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGluePostCodeLib.h 27 #define PostCode(_VALUE) GluePostCode(_VALUE)
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/
DebugAssert.h 58 IN UINT16 PostCode,
80 EFI_POST_CODE PostCode;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
meminit_utils.c 37 uint32_t PostCode;
    [all...]

Completed in 3983 milliseconds