Home
last modified time | relevance | path

Searched refs:DataWidth (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
DIfrOpCodeCreation.c174 IN UINT8 DataWidth, in CreateOneOfOpCode() argument
226 if (DataWidth > 2) { in CreateOneOfOpCode()
233 OneOf.Width = DataWidth; in CreateOneOfOpCode()
359 IN UINT8 DataWidth, in CreateCheckBoxOpCode() argument
404 if (DataWidth > 1) { in CreateCheckBoxOpCode()
411 CheckBox.Width = DataWidth; in CreateCheckBoxOpCode()
427 IN UINT8 DataWidth, in CreateNumericOpCode() argument
484 if (DataWidth > 2) { in CreateNumericOpCode()
491 Numeric.Width = DataWidth; in CreateNumericOpCode()
511 IN UINT8 DataWidth, in CreateStringOpCode() argument
[all …]
DIfrLibrary.h290 IN UINT8 DataWidth,
378 IN UINT8 DataWidth,
419 IN UINT8 DataWidth,
475 IN UINT8 DataWidth,
688 IN UINT8 DataWidth,
780 IN UINT8 DataWidth,
824 IN UINT8 DataWidth,
880 IN UINT8 DataWidth,
DIfrOnTheFly.c427 IN UINT8 DataWidth, in CreateOneOf() argument
479 if (DataWidth > 2) { in CreateOneOf()
500 OneOf.Width = DataWidth; in CreateOneOf()
677 IN UINT8 DataWidth, in CreateCheckBox() argument
722 if (DataWidth > 1) { in CreateCheckBox()
743 CheckBox.Width = DataWidth; in CreateCheckBox()
771 IN UINT8 DataWidth, in CreateNumeric() argument
831 if (DataWidth > 2) { in CreateNumeric()
852 Numeric.Width = DataWidth; in CreateNumeric()
885 IN UINT8 DataWidth, in CreateString() argument
[all …]
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Common/
DMemIscp.h130 …UINT16 DataWidth; ///< Data Width, in bits, of this memory device. member
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscMemoryDeviceFunction.c293 SmbiosRecord->DataWidth = 32;
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatformSmbiosDxe/
DPlatformSmbiosDxe.c820 dstType17.DataWidth = srcType17->DataWidth; in MemDevInfoUpdatedstType17()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/MemorySubClass/
DMemorySubClass.c344 Type17Record->DataWidth = ArrayLink.MemoryDataWidth; in MemorySubClassEntryPoint()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DSmbios.h319 UINT16 DataWidth; member
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/MemorySubClassDxe/
DMemorySubClass.c609 Type17Record->DataWidth = MemoryDataWidth; in SmbiosAddType17Table()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
DMemoryConv.c210 (UINT8 *) StructureNode->Structure + OFFSET_OF (SMBIOS_TABLE_TYPE17, DataWidth), in SmbiosFldMemoryType3()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h1655 UINT16 DataWidth; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c705 PRINT_STRUCT_VALUE (Struct, Type17, DataWidth); in SmbiosPrintStructure()