HomeSort by relevance Sort by last modified time
    Searched refs:BaseFrequence (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/Ipf/
IpfTimerLib.c 160 UINT64 BaseFrequence;
164 BaseFrequence = PalRet.r9;
177 return BaseFrequence * (PalRet.r11 >> 32) / (UINT32)PalRet.r11;
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeTimerLibEsal/
DxeTimerLibEsal.c 149 UINT64 BaseFrequence;
156 BaseFrequence = PalRet.r9;
178 return BaseFrequence * (PalRet.r11 >> 32) / (UINT32)PalRet.r11;
  /device/linaro/bootloader/edk2/MdePkg/Library/SecPeiDxeTimerLibCpu/
IpfTimerLib.c 150 UINT64 BaseFrequence;
164 BaseFrequence = PalRet.r9;
171 return BaseFrequence * (PalRet.r11 >> 32) / (UINT32)PalRet.r11;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/
IpfTimerLib.c 150 UINT64 BaseFrequence;
164 BaseFrequence = PalRet.r9;
171 return BaseFrequence * (PalRet.r11 >> 32) / (UINT32)PalRet.r11;

Completed in 175 milliseconds