Searched refs:RTC_ADDRESS_MINUTES (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DRealTimeClock.c25 #define RTC_ADDRESS_MINUTES 2 // R/W Range 0..59 macro
163 Minute = RtcRead (RTC_ADDRESS_MINUTES);
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
H A DPcRtc.h51 #define RTC_ADDRESS_MINUTES 2 // R/W Range 0..59 macro
H A DPcRtc.c158 Time.Minute = RtcRead (RTC_ADDRESS_MINUTES);
286 Time->Minute = RtcRead (RTC_ADDRESS_MINUTES);
398 RtcWrite (RTC_ADDRESS_MINUTES, RtcTime.Minute);

Completed in 52 milliseconds