/device/linaro/bootloader/edk2/MdePkg/Library/DxeTimerLibEsal/ |
D | DxeTimerLibEsal.c | 198 UINT64 Frequency; in GetTimeInNanoSecond() local 203 Frequency = GetPerformanceCounterProperties (NULL, NULL); in GetTimeInNanoSecond() 210 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond() 219 Frequency = RShiftU64 (Frequency, (UINTN) Shift); in GetTimeInNanoSecond() 220 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/ |
D | IpfTimerLib.c | 191 UINT64 Frequency; in GetTimeInNanoSecond() local 196 Frequency = GetPerformanceCounterProperties (NULL, NULL); in GetTimeInNanoSecond() 203 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond() 212 Frequency = RShiftU64 (Frequency, (UINTN) Shift); in GetTimeInNanoSecond() 213 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
|
D | X86TimerLib.c | 241 UINT64 Frequency; in GetTimeInNanoSecond() local 246 Frequency = GetPerformanceCounterProperties (NULL, NULL); in GetTimeInNanoSecond() 253 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond() 262 Frequency = RShiftU64 (Frequency, (UINTN) Shift); in GetTimeInNanoSecond() 263 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
|
/device/linaro/bootloader/edk2/MdePkg/Library/SecPeiDxeTimerLibCpu/ |
D | IpfTimerLib.c | 191 UINT64 Frequency; in GetTimeInNanoSecond() local 196 Frequency = GetPerformanceCounterProperties (NULL, NULL); in GetTimeInNanoSecond() 203 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond() 212 Frequency = RShiftU64 (Frequency, (UINTN) Shift); in GetTimeInNanoSecond() 213 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
|
D | X86TimerLib.c | 350 UINT64 Frequency; in GetTimeInNanoSecond() local 355 Frequency = GetPerformanceCounterProperties (NULL, NULL); in GetTimeInNanoSecond() 362 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond() 371 Frequency = RShiftU64 (Frequency, (UINTN) Shift); in GetTimeInNanoSecond() 372 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
|
/device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/ |
D | TscTimerLibShare.c | 250 UINT64 Frequency; in GetTimeInNanoSecond() local 255 Frequency = GetPerformanceCounterProperties (NULL, NULL); in GetTimeInNanoSecond() 262 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond() 271 Frequency = RShiftU64 (Frequency, (UINTN) Shift); in GetTimeInNanoSecond() 272 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
|
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/AcpiTimerLib/ |
D | AcpiTimerLib.c | 250 UINT64 Frequency; in GetTimeInNanoSecond() local 255 Frequency = GetPerformanceCounterProperties (NULL, NULL); in GetTimeInNanoSecond() 262 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond() 271 Frequency = RShiftU64 (Frequency, (UINTN) Shift); in GetTimeInNanoSecond() 272 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
|
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/AcpiTimerLib/ |
D | AcpiTimerLib.c | 312 UINT64 Frequency; in GetTimeInNanoSecond() local 317 Frequency = GetPerformanceCounterProperties (NULL, NULL); in GetTimeInNanoSecond() 324 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond() 333 Frequency = RShiftU64 (Frequency, (UINTN) Shift); in GetTimeInNanoSecond() 334 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/ |
D | LegacySpeaker.c | 118 IN UINT16 Frequency in ProgramToneFrequency() 126 Data = (UINT8)(Frequency & 0x00FF); in ProgramToneFrequency() 128 Data = (UINT8)((Frequency & 0xFF00) >> 8); in ProgramToneFrequency()
|
D | LegacySpeaker.h | 62 IN UINT16 Frequency
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/ |
D | LegacySpeaker.c | 123 IN UINT16 Frequency in ProgramToneFrequency() 131 Data = (UINT8)(Frequency & 0x00FF); in ProgramToneFrequency() 133 Data = (UINT8)((Frequency & 0xFF00) >> 8); in ProgramToneFrequency()
|
D | LegacySpeaker.h | 62 IN UINT16 Frequency
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/TimestampDxe/ |
D | TimestampDxe.c | 140 …mTimestampProperties.Frequency = GetPerformanceCounterProperties(&mTimerLibStartValue, &mTimerLibE… in TimestampDriverInitialize() 151 …TimerLibStartTime:0x%lx, TimerLibEndtime:0x%lx\n", mTimestampProperties.Frequency, mTimerLibStartV… in TimestampDriverInitialize()
|
/device/linaro/bootloader/edk2/Nt32Pkg/CpuRuntimeDxe/ |
D | Cpu.c | 530 UINT64 Frequency; in InitializeCpu() local 535 gWinNt->QueryPerformanceFrequency ((LARGE_INTEGER *)&Frequency); in InitializeCpu() 540 mTimerPeriod = DivU64x64Remainder (1000000000000000, Frequency, NULL); in InitializeCpu()
|
/device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/ |
D | Cpu.c | 432 UINT64 Frequency; in InitializeCpu() local 439 Frequency = gEmuThunk->QueryPerformanceFrequency (); in InitializeCpu() 444 mTimerPeriod = DivU64x64Remainder (1000000000000000ULL, Frequency, NULL); in InitializeCpu()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | Timestamp.h | 38 UINT64 Frequency; member
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/ |
D | MiscProcessorInformationFunction.c | 184 UINT64 Frequency = 0; 248 Frequency = (ConvertBase10ToRaw((EFI_EXP_BASE10_DATA *)SrcData)/1000000); 391 SmbiosRecord-> CurrentSpeed = *(UINT16*) & Frequency; 392 SmbiosRecord-> MaxSpeed = *(UINT16*) & Frequency;
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Juno/AcpiTables/ |
D | Dsdt.asl | 54 100, //Residency Counter Frequency 75 100, //Residency Counter Frequency 99 100, //Residency Counter Frequency 146 100, //Residency Counter Frequency 167 100, //Residency Counter Frequency 191 100, //Residency Counter Frequency
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/ |
D | Speaker.h | 67 IN UINT16 Frequency
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Ppi/ |
D | Speaker.h | 67 IN UINT16 Frequency
|
/device/linaro/bootloader/edk2/Omap35xxPkg/MmcHostDxe/ |
D | MmcHostDxe.c | 121 UINTN Frequency = 0; in CalculateCardCLKD() local 220 Frequency = TransferRateValue * TimeValue/10; in CalculateCardCLKD() 223 *ClockFrequencySelect = ((MMC_REFERENCE_CLK/Frequency) + 1); in CalculateCardCLKD() 225 …, Frequency: %d KHz, ClockFrequencySelect: %x\n", mMaxDataTransferRate, Frequency/1000, *ClockFreq… in CalculateCardCLKD()
|
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/PortingGuide/ |
D | Spi.txt | 7 Frequency (in Hz) of SPI clock
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/ |
D | Dp.h | 47 UINT32 Frequency; ///< Timer count frequency in KHz. member
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/ |
D | MMCSDTransfer.c | 393 UINT32 Frequency; in CaculateCardParameter() local 402 Frequency = 100 * 1000; in CaculateCardParameter() 406 Frequency = 1 * 1000 * 1000; in CaculateCardParameter() 410 Frequency = 10 * 1000 * 1000; in CaculateCardParameter() 414 Frequency = 100 * 1000 * 1000; in CaculateCardParameter() 496 Frequency = Frequency * Multiple / 10; in CaculateCardParameter() 497 CardData->MaxFrequency = Frequency; in CaculateCardParameter()
|
/device/linaro/bootloader/edk2/PerformancePkg/Dp_App/ |
D | Dp.h | 47 UINT32 Frequency; ///< Timer count frequency in KHz. member
|