Searched refs:TimerIndex (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/HpetTimerDxe/
H A DHpetTimer.c755 UINTN TimerIndex; local
804 for (TimerIndex = 0; TimerIndex <= mHpetGeneralCapabilities.Bits.NumberOfTimers; TimerIndex++) {
805 DEBUG ((DEBUG_INFO, " HPET_TIMER%d_CONFIGURATION = 0x%016lx\n", TimerIndex, HpetRead (HPET_TIMER_CONFIGURATION_OFFSET + TimerIndex * HPET_TIMER_STRIDE)));
806 DEBUG ((DEBUG_INFO, " HPET_TIMER%d_COMPARATOR = 0x%016lx\n", TimerIndex, HpetRead (HPET_TIMER_COMPARATOR_OFFSET + TimerIndex * HPET_TIMER_STRIDE)));
807 DEBUG ((DEBUG_INFO, " HPET_TIMER%d_MSI_ROUTE = 0x%016lx\n", TimerIndex, HpetRead (HPET_TIMER_MSI_ROUTE_OFFSET + TimerIndex * HPET_TIMER_STRID
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DCpu.h208 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,
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/
H A DCpuDxe.h169 @param TimerIndex - Specifies which CPU timer is requested.
184 @retval EFI_INVALID_PARAMETER - TimerIndex is not valid or TimerValue is NULL.
191 IN UINT32 TimerIndex,
H A DCpuDxe.c544 @param TimerIndex - Specifies which CPU timer is requested.
559 @retval EFI_INVALID_PARAMETER - TimerIndex is not valid or TimerValue is NULL.
566 IN UINT32 TimerIndex,
575 if (TimerIndex != 0) {
564 CpuGetTimerValue( IN EFI_CPU_ARCH_PROTOCOL *This, IN UINT32 TimerIndex, OUT UINT64 *TimerValue, OUT UINT64 *TimerPeriod OPTIONAL ) argument
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DCpu.h210 This function reads the processor timer specified by TimerIndex and returns it in TimerValue.
213 @param TimerIndex Specifies which processor timer is to be returned in TimerValue. This parameter
220 @retval EFI_SUCCESS The processor timer value specified by TimerIndex was returned in TimerValue.
222 @retval EFI_INVALID_PARAMETER TimerValue is NULL or TimerIndex is not valid.
230 IN UINT32 TimerIndex,

Completed in 489 milliseconds