Home
last modified time | relevance | path

Searched refs:BaseFrequence (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/Ipf/
DIpfTimerLib.c160 UINT64 BaseFrequence; in GetPerformanceCounterProperties() local
164 BaseFrequence = PalRet.r9; in GetPerformanceCounterProperties()
177 return BaseFrequence * (PalRet.r11 >> 32) / (UINT32)PalRet.r11; in GetPerformanceCounterProperties()
/device/linaro/bootloader/edk2/MdePkg/Library/DxeTimerLibEsal/
DDxeTimerLibEsal.c149 UINT64 BaseFrequence; in GetPerformanceCounterProperties() local
156 BaseFrequence = PalRet.r9; in GetPerformanceCounterProperties()
178 return BaseFrequence * (PalRet.r11 >> 32) / (UINT32)PalRet.r11; in GetPerformanceCounterProperties()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/
DIpfTimerLib.c150 UINT64 BaseFrequence; in GetPerformanceCounterProperties() local
164 BaseFrequence = PalRet.r9; in GetPerformanceCounterProperties()
171 return BaseFrequence * (PalRet.r11 >> 32) / (UINT32)PalRet.r11; in GetPerformanceCounterProperties()
/device/linaro/bootloader/edk2/MdePkg/Library/SecPeiDxeTimerLibCpu/
DIpfTimerLib.c150 UINT64 BaseFrequence; in GetPerformanceCounterProperties() local
164 BaseFrequence = PalRet.r9; in GetPerformanceCounterProperties()
171 return BaseFrequence * (PalRet.r11 >> 32) / (UINT32)PalRet.r11; in GetPerformanceCounterProperties()