Home
last modified time | relevance | path

Searched refs:RTC_ADDRESS_MINUTES (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/
DResetSystemLib.c54 #define RTC_ADDRESS_MINUTES 2 // R/W Range 0..59 macro
267 IoWrite8 (PCAT_RTC_ADDRESS_REGISTER, RTC_ADDRESS_MINUTES); in EnterS3WithImmediateWake()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/
DRtc.c35 #define RTC_ADDRESS_MINUTES 2 // R/W Range 0..59 macro
442 Time->Minute = RtcRead (RTC_ADDRESS_MINUTES); in LibGetTime()
544 RtcWrite (RTC_ADDRESS_MINUTES, RtcTime.Minute); in LibSetTime()
816 Time.Minute = RtcRead (RTC_ADDRESS_MINUTES); in LibRtcInitialize()
/device/linaro/bootloader/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
DPcRtc.h56 #define RTC_ADDRESS_MINUTES 2 // R/W Range 0..59 macro
DPcRtc.c169 Time.Minute = RtcRead (RTC_ADDRESS_MINUTES); in PcRtcInit()
387 Time->Minute = RtcRead (RTC_ADDRESS_MINUTES); in PcRtcGetTime()
537 RtcWrite (RTC_ADDRESS_MINUTES, RtcTime.Minute); in PcRtcSetTime()