Home
last modified time | relevance | path

Searched defs:_VALUE (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
DEdkIIGlueIoLib.h28 #define IoWrite8(_PORT,_VALUE) GlueIoWrite8(_PORT,_VALUE) argument
30 #define IoWrite16(_PORT,_VALUE) GlueIoWrite16(_PORT,_VALUE) argument
32 #define IoWrite32(_PORT,_VALUE) GlueIoWrite32(_PORT,_VALUE) argument
DEdkIIGluePostCodeLib.h27 #define PostCode(_VALUE) GluePostCode(_VALUE) argument
28 #define PostCodeWithDescription(_VALUE, _DESC) GluePostCodeWithDescription(_VALUE, _DESC) argument
DEdkIIGlueReportStatusCodeLib.h28 #define CodeTypeToPostCode(_CODETYPE, _VALUE, _POSTCODE) GlueCodeTypeToPostCode(_CODETYPE, _VALU… argument
29 #define ReportStatusCodeExtractAssertInfo(_CODETYPE, _VALUE, _DATA, _FILENAME, _DESC, _LINENUMBER) … argument
33 #define ReportStatusCode(_TYPE, _VALUE) GlueReportStatusCode(_TYPE, _VALUE) argument
34 #define ReportStatusCodeWithDevicePath(_TYPE, _VALUE, _DEVICEPATH) … argument
36 #define ReportStatusCodeWithExtendedData(_TYPE, _VALUE, _EXDATA, _EXDATASIZE) … argument
38 #define ReportStatusCodeEx(_TYPE, _VALUE, _INSTANCE, _CALLERID, _EXDATAGUID, _EXDATA, _EXDATASIZE) … argument
DEdkIIGlueBaseMemoryLib.h29 #define SetMem(_BUFFER, _LENGTH, _VALUE) GlueSetMem(_BUFFER, _LENGTH, _VALUE) argument