Searched defs:HpetRead (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/HpetTimerDxe/
H A DHpetTimer.c245 HpetRead ( function
329 MainCounter = HpetRead (HPET_MAIN_COUNTER_OFFSET);
334 mPreviousComparator = HpetRead (HPET_TIMER_COMPARATOR_OFFSET + mTimerIndex * HPET_TIMER_STRIDE);
510 MainCounter = HpetRead (HPET_MAIN_COUNTER_OFFSET);
521 CurrentComparator = HpetRead (HPET_TIMER_COMPARATOR_OFFSET + mTimerIndex * HPET_TIMER_STRIDE);
523 CurrentComparator = HpetRead (HPET_TIMER_COMPARATOR_OFFSET + mTimerIndex * HPET_TIMER_STRIDE);
564 MainCounter = HpetRead (HPET_MAIN_COUNTER_OFFSET);
687 MainCounter = HpetRead (HPET_MAIN_COUNTER_OFFSET);
775 mHpetGeneralCapabilities.Uint64 = HpetRead (HPET_GENERAL_CAPABILITIES_ID_OFFSET);
776 mHpetGeneralConfiguration.Uint64 = HpetRead (HPET_GENERAL_CONFIGURATION_OFFSE
[all...]

Completed in 181 milliseconds