HomeSort by relevance Sort by last modified time
    Searched defs:RTC_ADDRESS_YEAR (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/
ResetSystemLib.c 61 #define RTC_ADDRESS_YEAR 9 // R/W Range 0..99
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
PcRtc.h 63 #define RTC_ADDRESS_YEAR 9 // R/W Range 0..99
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/
Rtc.c 42 #define RTC_ADDRESS_YEAR 9 // R/W Range 0..99
446 Time->Year = RtcRead (RTC_ADDRESS_YEAR);
548 RtcWrite (RTC_ADDRESS_YEAR, (UINT8) RtcTime.Year);
622 Time->Year = RtcRead (RTC_ADDRESS_YEAR);
629 Time->Year = RtcRead (RTC_ADDRESS_YEAR);
820 Time.Year = RtcRead (RTC_ADDRESS_YEAR);

Completed in 476 milliseconds