Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/ProcessorSubClassDxe/
DProcessorSubClass.c485 UINT16 CurrentSpeed; in AddSmbiosProcessorTypeTable() local
510 CurrentSpeed = GetCpuFrequency(ProcessorNumber); in AddSmbiosProcessorTypeTable()
549 CurrentSpeed = 0; in AddSmbiosProcessorTypeTable()
606 Type4Record->CurrentSpeed = CurrentSpeed; in AddSmbiosProcessorTypeTable()
/device/linaro/bootloader/edk2/Nt32Pkg/CpuRuntimeDxe/
DCpu.c487 SmbiosRecord->CurrentSpeed = 1234; in CpuUpdateSmbios()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/MemorySubClass/
DMemorySubClass.c286 Type6Record->CurrentSpeed = 0; in MemorySubClassEntryPoint()
291 Type6Record->CurrentSpeed = (UINT8)(1000 / (ArrayLink.MemorySpeed.Value)); in MemorySubClassEntryPoint()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DSmbios.h156 UINT16 CurrentSpeed; member
197 UINT8 CurrentSpeed; member
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatformSmbiosDxe/
DPlatformSmbiosDxe.c662 mProcessorInfoType4.CurrentSpeed = SmbiosT4->T4CurrentSpeed; in ProcessorInfoUpdateSmbiosType4()
685 mProcessorInfoType4.CurrentSpeed = PcdGet32(PcdArmArchTimerFreqInHz)/1000000; // In MHz in ProcessorInfoUpdateSmbiosType4()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscProcessorInformationFunction.c391 SmbiosRecord-> CurrentSpeed = *(UINT16*) & Frequency;
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h841 UINT16 CurrentSpeed; member
988 UINT8 CurrentSpeed; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
DMemoryConv.c414 (UINT8*)StructureNode->Structure + OFFSET_OF (SMBIOS_TABLE_TYPE6, CurrentSpeed), in SmbiosFldSMBIOSType6()
/device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
DFrontPage.c621 ConvertProcessorToString(Type4Record->CurrentSpeed, 6, &NewString); in UpdateFrontPageBannerStrings()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DFrontPage.c779 ConvertProcessorToString(Type4Record->CurrentSpeed, 6, &NewString); in UpdateFrontPageStrings()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c419 PRINT_STRUCT_VALUE (Struct, Type4, CurrentSpeed); in SmbiosPrintStructure()
476 PRINT_STRUCT_VALUE (Struct, Type6, CurrentSpeed); in SmbiosPrintStructure()
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch9092 PrintStructValue (pStruct, Type6, CurrentSpeed);