/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/ |
D | PostCode.c | 29 OUT UINT8 *PostCode in CodeTypeToPostCode() argument 56 *PostCode = (UINT8) (((Value & EFI_STATUS_CODE_CLASS_MASK) >> 24) << 5); in CodeTypeToPostCode() 57 *PostCode = (UINT8)(*PostCode | (((Value & EFI_STATUS_CODE_SUBCLASS_MASK) >> 16) & 0x1f)); in CodeTypeToPostCode()
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiDxePostCodeLibReportStatusCode/ |
D | PostCode.c | 36 #define POST_CODE_TO_STATUS_CODE_VALUE(PostCode) \ argument 37 ((EFI_STATUS_CODE_VALUE) (((PostCode & 0x1f) << 16) | ((PostCode & 0x3) << 19))) 59 PostCode ( in PostCode() function
|
D | PeiDxePostCodeLibReportStatusCode.inf | 33 PostCode.c
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
D | PostCodeLib.h | 41 PostCode ( 127 #define POST_CODE(Value) PostCodeEnabled() ? PostCode(Value) : Value 147 PostCode(Value)) : \
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiDxePostCodeLibReportStatusCode/ |
D | PostCode.c | 37 #define POST_CODE_TO_STATUS_CODE_VALUE(PostCode) \ argument 38 ((EFI_STATUS_CODE_VALUE) (((PostCode & 0x1f) << 16) | ((PostCode & 0x3) << 19)))
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
D | EdkIIGluePostCodeLib.h | 27 #define PostCode(_VALUE) GluePostCode(_VALUE) macro 143 #define POST_CODE(Value) PostCodeEnabled() ? PostCode(Value) : Value 162 PostCode(Value)) : \
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/RtLedStatusCode/ |
D | RtLedStatusCode.c | 198 OUT UINT8 *PostCode in CodeTypeToProgressCode() argument 205 *PostCode = (UINT8) (((Value & EFI_STATUS_CODE_CLASS_MASK) >> 24) << 5); in CodeTypeToProgressCode() 206 …*PostCode = (UINT8) (*PostCode | (UINT8) (((Value & EFI_STATUS_CODE_SUBCLASS_MASK) >> 16) & 0x1f)); in CodeTypeToProgressCode()
|
/device/linaro/bootloader/edk2/MdePkg/Library/BasePostCodeLibPort80/ |
D | PostCode.c | 42 PostCode ( in PostCode() function 99 PostCode (Value); in PostCodeWithDescription()
|
D | BasePostCodeLibPort80.inf | 33 PostCode.c
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/DebugAssert/ |
D | DebugAssert.h | 58 IN UINT16 PostCode, 80 EFI_POST_CODE PostCode; member
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/MonoStatusCode/ |
D | PeiPostCode.c | 111 OUT UINT8 *PostCode 129 *PostCode = mPeiPort80Table[Index].Port80Value;
|
/device/linaro/bootloader/edk2/MdePkg/Library/BasePostCodeLibDebug/ |
D | BasePostCodeLibDebug.inf | 4 # Post Code Library that uses DebugLib service to send PostCode. 35 PostCode.c
|
D | BasePostCodeLibDebug.uni | 4 // Post Code Library that uses DebugLib service to send PostCode. 21 …anguage en-US "Post Code Library that uses the DebugLib service to send PostCode. It layers on top…
|
D | PostCode.c | 41 PostCode ( in PostCode() function
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/ |
D | ReportStatusCodeLib.c | 43 OUT UINT8 *PostCode in CodeTypeToPostCode() argument 49 ASSERT (PostCode != NULL); in CodeTypeToPostCode() 56 *PostCode = (UINT8) ((((Value & EFI_STATUS_CODE_CLASS_MASK) >> 24) << 5) | in CodeTypeToPostCode()
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseReportStatusCodeLibNull/ |
D | BaseReportStatusCodeLib.c | 45 OUT UINT8 *PostCode in CodeTypeToPostCode() argument 48 ASSERT (PostCode != NULL); in CodeTypeToPostCode()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiReportStatusCodeLib/ |
D | ReportStatusCodeLib.c | 103 OUT UINT8 *PostCode in GlueCodeTypeToPostCode() argument 109 ASSERT (PostCode != NULL); in GlueCodeTypeToPostCode() 116 *PostCode = (UINT8) ((((Value & EFI_STATUS_CODE_CLASS_MASK) >> 24) << 5) | in GlueCodeTypeToPostCode()
|
/device/linaro/bootloader/edk2/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/ |
D | ReportStatusCodeLib.c | 113 OUT UINT8 *PostCode in CodeTypeToPostCode() argument 119 ASSERT (PostCode != NULL); in CodeTypeToPostCode() 126 *PostCode = (UINT8) ((((Value & EFI_STATUS_CODE_CLASS_MASK) >> 24) << 5) | in CodeTypeToPostCode()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/SmmRuntimeDxeReportStatusCodeLib/ |
D | ReportStatusCodeLib.c | 135 OUT UINT8 *PostCode in GlueCodeTypeToPostCode() argument 141 ASSERT (PostCode != NULL); in GlueCodeTypeToPostCode() 148 *PostCode = (UINT8) ((((Value & EFI_STATUS_CODE_CLASS_MASK) >> 24) << 5) | in GlueCodeTypeToPostCode()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiReportStatusCodeLib/ |
D | ReportStatusCodeLib.c | 115 OUT UINT8 *PostCode in CodeTypeToPostCode() argument 121 ASSERT (PostCode != NULL); in CodeTypeToPostCode() 128 *PostCode = (UINT8) ((((Value & EFI_STATUS_CODE_CLASS_MASK) >> 24) << 5) | in CodeTypeToPostCode()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmReportStatusCodeLib/ |
D | ReportStatusCodeLib.c | 132 OUT UINT8 *PostCode in CodeTypeToPostCode() argument 138 ASSERT (PostCode != NULL); in CodeTypeToPostCode() 145 *PostCode = (UINT8) ((((Value & EFI_STATUS_CODE_CLASS_MASK) >> 24) << 5) | in CodeTypeToPostCode()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeReportStatusCodeLib/ |
D | ReportStatusCodeLib.c | 155 OUT UINT8 *PostCode in GlueCodeTypeToPostCode() argument 161 ASSERT (PostCode != NULL); in GlueCodeTypeToPostCode() 168 *PostCode = (UINT8) ((((Value & EFI_STATUS_CODE_CLASS_MASK) >> 24) << 5) | in GlueCodeTypeToPostCode()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeReportStatusCodeLib/ |
D | ReportStatusCodeLib.c | 143 OUT UINT8 *PostCode in CodeTypeToPostCode() argument 149 ASSERT (PostCode != NULL); in CodeTypeToPostCode() 156 *PostCode = (UINT8) ((((Value & EFI_STATUS_CODE_CLASS_MASK) >> 24) << 5) | in CodeTypeToPostCode()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ |
D | ReportStatusCodeLib.c | 146 OUT UINT8 *PostCode in CodeTypeToPostCode() argument 152 ASSERT (PostCode != NULL); in CodeTypeToPostCode() 159 *PostCode = (UINT8) ((((Value & EFI_STATUS_CODE_CLASS_MASK) >> 24) << 5) | in CodeTypeToPostCode()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/ |
D | ReportStatusCodeLib.c | 280 OUT UINT8 *PostCode in CodeTypeToPostCode() argument 286 ASSERT (PostCode != NULL); in CodeTypeToPostCode() 293 *PostCode = (UINT8) ((((Value & EFI_STATUS_CODE_CLASS_MASK) >> 24) << 5) | in CodeTypeToPostCode()
|