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

/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
H A DPcRtcEntry.c17 PC_RTC_MODULE_GLOBALS mModuleGlobal; variable
42 return PcRtcGetTime (Time, Capabilities, &mModuleGlobal);
61 return PcRtcSetTime (Time, &mModuleGlobal);
87 return PcRtcGetWakeupTime (Enabled, Pending, Time, &mModuleGlobal);
112 return PcRtcSetWakeupTime (Enabled, Time, &mModuleGlobal);
137 EfiInitializeLock (&mModuleGlobal.RtcLock, TPL_CALLBACK);
139 Status = PcRtcInit (&mModuleGlobal);

Completed in 74 milliseconds