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

  /device/linaro/bootloader/edk2/PcAtChipsetPkg/HpetTimerDxe/
HpetTimer.c 756 UINTN TimerIndex;
805 for (TimerIndex = 0; TimerIndex <= mHpetGeneralCapabilities.Bits.NumberOfTimers; TimerIndex++) {
806 DEBUG ((DEBUG_INFO, " HPET_TIMER%d_CONFIGURATION = 0x%016lx\n", TimerIndex, HpetRead (HPET_TIMER_CONFIGURATION_OFFSET + TimerIndex * HPET_TIMER_STRIDE)));
807 DEBUG ((DEBUG_INFO, " HPET_TIMER%d_COMPARATOR = 0x%016lx\n", TimerIndex, HpetRead (HPET_TIMER_COMPARATOR_OFFSET + TimerIndex * HPET_TIMER_STRIDE)));
808 DEBUG ((DEBUG_INFO, " HPET_TIMER%d_MSI_ROUTE = 0x%016lx\n", TimerIndex, HpetRead (HPET_TIMER_MSI_ROUTE_OFFSET + TimerIndex * HPET_TIMER_STRIDE)));
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/CpuRuntimeDxe/
Cpu.c 297 IN UINT32 TimerIndex,
311 TimerIndex - Index of given CPU timer
326 if (TimerIndex != 0) {
CpuDriver.h 169 IN UINT32 TimerIndex,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/
Cpu.h 241 IN UINT32 TimerIndex,
250 This function reads the processor timer specified by TimerIndex and returns it in TimerValue.
255 TimerIndex - Specifies which processor timer is to be returned in TimerValue. This parameter
262 EFI_SUCCESS - The processor timer value specified by TimerIndex was returned in TimerValue.
264 EFI_INVALID_PARAMETER - TimerValue is NULL or TimerIndex is not valid.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Cpu.h 208 This function reads the processor timer specified by TimerIndex and returns it in TimerValue.
211 @param TimerIndex Specifies which processor timer is to be returned in TimerValue. This parameter
218 @retval EFI_SUCCESS The processor timer value specified by TimerIndex was returned in TimerValue.
220 @retval EFI_INVALID_PARAMETER TimerValue is NULL or TimerIndex is not valid.
228 IN UINT32 TimerIndex,
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuDxe.h 170 @param TimerIndex - Specifies which CPU timer is requested.
185 @retval EFI_INVALID_PARAMETER - TimerIndex is not valid or TimerValue is NULL.
192 IN UINT32 TimerIndex,
CpuDxe.c 269 @param TimerIndex - Specifies which CPU timer is requested.
284 @retval EFI_INVALID_PARAMETER - TimerIndex is not valid or TimerValue is NULL.
291 IN UINT32 TimerIndex,
300 if (TimerIndex != 0) {
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
Cpu.h 202 This function reads the processor timer specified by TimerIndex and returns it in TimerValue.
205 @param TimerIndex Specifies which processor timer is to be returned in TimerValue. This parameter
211 @retval EFI_SUCCESS The processor timer value specified by TimerIndex was returned in TimerValue.
213 @retval EFI_INVALID_PARAMETER TimerValue is NULL or TimerIndex is not valid.
221 IN UINT32 TimerIndex,
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/
CpuDxe.c 192 IN UINT32 TimerIndex,
  /device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
Cpu.c 363 IN UINT32 TimerIndex,
372 if (TimerIndex != 0) {
CpuDriver.h 213 IN UINT32 TimerIndex,

Completed in 595 milliseconds