Searched refs:RTC_OFFSET (Results 1 – 5 of 5) sorted by relevance
21 #define RTC_OFFSET 0x1ff0 macro23 #define RTC_FLAGS (RTC_OFFSET + 0)30 #define RTC_CONTROL (RTC_OFFSET + 8)31 #define RTC_CENTURY (RTC_OFFSET + 8)32 #define RTC_SECONDS (RTC_OFFSET + 9)34 #define RTC_HOURS (RTC_OFFSET + 11)35 #define RTC_DAY (RTC_OFFSET + 12)36 #define RTC_DATE (RTC_OFFSET + 13)37 #define RTC_MONTH (RTC_OFFSET + 14)38 #define RTC_YEAR (RTC_OFFSET + 15)[all …]
24 #define RTC_OFFSET 0x1fff0 macro26 #define RTC_FLAGS (RTC_OFFSET + 0)27 #define RTC_CENTURY (RTC_OFFSET + 1)33 #define RTC_WATCHDOG (RTC_OFFSET + 7)35 #define RTC_SECONDS (RTC_OFFSET + 9)37 #define RTC_HOURS (RTC_OFFSET + 11)38 #define RTC_DAY (RTC_OFFSET + 12)39 #define RTC_DATE (RTC_OFFSET + 13)40 #define RTC_MONTH (RTC_OFFSET + 14)41 #define RTC_YEAR (RTC_OFFSET + 15)[all …]
34 #define RTC_OFFSET 2082844800 macro270 return (time64_t)result.idata - RTC_OFFSET; in via_read_time()308 data.idata = lower_32_bits(time + RTC_OFFSET); in via_set_rtc_time()
773 #define RTC_OFFSET 2082844800 macro788 return (time64_t)now - RTC_OFFSET; in cuda_get_time()796 now = lower_32_bits(rtc_tm_to_time64(tm) + RTC_OFFSET); in cuda_set_rtc_time()
1736 #define RTC_OFFSET 2082844800 macro1750 return (time64_t)now - RTC_OFFSET; in pmu_get_time()1758 now = lower_32_bits(rtc_tm_to_time64(tm) + RTC_OFFSET); in pmu_set_rtc_time()
Completed in 19 milliseconds