Home
last modified time | relevance | path

Searched refs:RTC_ADDRESS_REGISTER_A (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/
DResetSystemLib.c62 #define RTC_ADDRESS_REGISTER_A 10 // R/W[0..6] R0[7] macro
80 IoWrite8 (PCAT_RTC_ADDRESS_REGISTER, RTC_ADDRESS_REGISTER_A); in WaitForRTCUpdate()
84 IoWrite8 (PCAT_RTC_ADDRESS_REGISTER, RTC_ADDRESS_REGISTER_A); in WaitForRTCUpdate()
90 IoWrite8 (PCAT_RTC_ADDRESS_REGISTER, RTC_ADDRESS_REGISTER_A); in WaitForRTCUpdate()
95 IoWrite8 (PCAT_RTC_ADDRESS_REGISTER, RTC_ADDRESS_REGISTER_A); in WaitForRTCUpdate()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/
DRtc.c43 #define RTC_ADDRESS_REGISTER_A 10 // R/W[0..6] R0[7] macro
387 RegisterA.Data = RtcRead (RTC_ADDRESS_REGISTER_A); in RtcWaitToUpdate()
390 RegisterA.Data = RtcRead (RTC_ADDRESS_REGISTER_A); in RtcWaitToUpdate()
785 RtcWrite (RTC_ADDRESS_REGISTER_A, RegisterA.Data); in LibRtcInitialize()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSmm/
DSmmPlatform.h117 #define RTC_ADDRESS_REGISTER_A 0x0A
DPlatform.c957 IoWrite8(PCAT_RTC_ADDRESS_REGISTER, RTC_ADDRESS_REGISTER_A); in EnableS5WakeOnRtc()
/device/linaro/bootloader/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
DPcRtc.h64 #define RTC_ADDRESS_REGISTER_A 10 // R/W[0..6] R0[7] macro
DPcRtc.c122 RtcWrite (RTC_ADDRESS_REGISTER_A, RegisterA.Data); in PcRtcInit()
931 RegisterA.Data = RtcRead (RTC_ADDRESS_REGISTER_A); in RtcWaitToUpdate()
934 RegisterA.Data = RtcRead (RTC_ADDRESS_REGISTER_A); in RtcWaitToUpdate()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
DPlatformDxe.h85 #define RTC_ADDRESS_REGISTER_A 0x0A macro