Home
last modified time | relevance | path

Searched refs:Frequency (Results 1 – 25 of 51) sorted by relevance

123

/device/linaro/bootloader/edk2/MdePkg/Library/DxeTimerLibEsal/
DDxeTimerLibEsal.c198 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/
DIpfTimerLib.c191 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()
DX86TimerLib.c241 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/
DIpfTimerLib.c191 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()
DX86TimerLib.c350 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/
DTscTimerLibShare.c250 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/
DAcpiTimerLib.c250 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/
DBaseAcpiTimerLib.c34 UINT64 Frequency; in InternalGetPerformanceCounterFrequency() local
39 Frequency = MultU64x32 (GetPerformanceCounter () - Count, 10000); in InternalGetPerformanceCounterFrequency()
41 return Frequency; in InternalGetPerformanceCounterFrequency()
DAcpiTimerLib.c312 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/
DLegacySpeaker.c118 IN UINT16 Frequency in ProgramToneFrequency()
126 Data = (UINT8)(Frequency & 0x00FF); in ProgramToneFrequency()
128 Data = (UINT8)((Frequency & 0xFF00) >> 8); in ProgramToneFrequency()
DLegacySpeaker.h62 IN UINT16 Frequency
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
DLegacySpeaker.c123 IN UINT16 Frequency in ProgramToneFrequency()
131 Data = (UINT8)(Frequency & 0x00FF); in ProgramToneFrequency()
133 Data = (UINT8)((Frequency & 0xFF00) >> 8); in ProgramToneFrequency()
DLegacySpeaker.h62 IN UINT16 Frequency
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/TimestampDxe/
DTimestampDxe.c140 …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/
DCpu.c530 UINT64 Frequency; in InitializeCpu() local
535 gWinNt->QueryPerformanceFrequency ((LARGE_INTEGER *)&Frequency); in InitializeCpu()
540 mTimerPeriod = DivU64x64Remainder (1000000000000000, Frequency, NULL); in InitializeCpu()
/device/google/dragon/audio/hal/dsp/tests/
Dplot_fftl.m27 xlabel('Frequency'), ylabel('Magnitude'), grid;
35 xlabel('Frequency'), ylabel('Phase (degrees)'), grid;
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscProcessorInformationFunction.c184 UINT64 Frequency = 0;
250 Frequency = (ConvertBase10ToRaw((EFI_EXP_BASE10_DATA *)SrcData)/1000000);
393 SmbiosRecord-> CurrentSpeed = *(UINT16*) & Frequency;
394 SmbiosRecord-> MaxSpeed = *(UINT16*) & Frequency;
/device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
DCpu.c441 UINT64 Frequency; in InitializeCpu() local
448 Frequency = gEmuThunk->QueryPerformanceFrequency (); in InitializeCpu()
453 mTimerPeriod = DivU64x64Remainder (1000000000000000ULL, Frequency, NULL); in InitializeCpu()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DTimestamp.h38 UINT64 Frequency; member
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
DSpeaker.h67 IN UINT16 Frequency
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/MmcHostDxe/
DMmcHostDxe.c121 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/edk2/Omap35xxPkg/MmcHostDxe/
DMmcHostDxe.c121 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/edk2/Vlv2TbltDevicePkg/Include/Ppi/
DSpeaker.h67 IN UINT16 Frequency
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
DMMCSDTransfer.c393 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/ShellPkg/Library/UefiDpLib/
DDp.h48 UINT32 Frequency; ///< Timer count frequency in KHz. member

123