Searched refs:Frequency (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeTimerLibEsal/
H A DDxeTimerLibEsal.c198 UINT64 Frequency; local
203 Frequency = GetPerformanceCounterProperties (NULL, NULL);
208 // Frequency
210 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u);
219 Frequency = RShiftU64 (Frequency, (UINTN) Shift);
220 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SecPeiDxeTimerLibCpu/
H A DIpfTimerLib.c191 UINT64 Frequency; local
196 Frequency = GetPerformanceCounterProperties (NULL, NULL);
201 // Frequency
203 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u);
212 Frequency = RShiftU64 (Frequency, (UINTN) Shift);
213 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL);
H A DX86TimerLib.c276 UINT64 Frequency; local
281 Frequency = GetPerformanceCounterProperties (NULL, NULL);
286 // Frequency
288 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u);
297 Frequency = RShiftU64 (Frequency, (UINTN) Shift);
298 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/PerformancePkg/Library/TscTimerLib/
H A DTscTimerLibShare.c250 UINT64 Frequency; local
255 Frequency = GetPerformanceCounterProperties (NULL, NULL);
260 // Frequency
262 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u);
271 Frequency = RShiftU64 (Frequency, (UINTN) Shift);
272 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/
H A DIpfTimerLib.c191 UINT64 Frequency; local
196 Frequency = GetPerformanceCounterProperties (NULL, NULL);
201 // Frequency
203 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u);
212 Frequency = RShiftU64 (Frequency, (UINTN) Shift);
213 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL);
H A DX86TimerLib.c214 UINT64 Frequency; local
219 Frequency = GetPerformanceCounterProperties (NULL, NULL);
224 // Frequency
226 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u);
235 Frequency = RShiftU64 (Frequency, (UINTN) Shift);
236 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/PerformancePkg/Dp_App/
H A DDp.h47 UINT32 Frequency; ///< Timer count frequency in KHz. member in struct:__anon12668
H A DDpTrace.c451 (UINT32)TimerInfo.Frequency
462 (UINT32)TimerInfo.Frequency
473 (UINT32)TimerInfo.Frequency
482 (UINT32)TimerInfo.Frequency
492 (UINT32)TimerInfo.Frequency
H A DDp.c338 // Freq = Frequency in Hz
344 // Convert the Frequency from Hz to KHz
345 TimerInfo.Frequency = (UINT32)DivU64x32 (Freq, 1000);
357 PrintToken (STRING_TOKEN (STR_DP_KHZ), TimerInfo.Frequency); // Print Timer frequency in KHz
H A DDpUtilities.c369 Duration is multiplied by 1000, instead of Frequency being divided by 1000 or
387 return DivU64x32 (Temp, TimerInfo.Frequency);
/vbox/src/VBox/Runtime/r3/linux/
H A Dmp-linux.cpp84 uint32_t Frequency = 0; local
108 Frequency = v;
114 return Frequency;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispDriver.cpp216 && (pdm->dmDisplayFrequency == pModesTable[i].Frequency))
233 selectedMode.VisScreenWidth, selectedMode.VisScreenHeight, selectedMode.BitsPerPlane, selectedMode.Frequency));
332 pGdiInfo->ulVRefresh = selectedMode.Frequency;
481 pdm->dmDisplayFrequency = pModesTable[mode].Frequency;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/
H A DVBoxMPVidModes.cpp96 pMode->Frequency = 60;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d10.idl870 UINT64 Frequency;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d10.idl928 UINT64 Frequency;

Completed in 457 milliseconds