Searched full:rtc_offset (Results 1 – 15 of 15) sorted by relevance
24 #define RTC_OFFSET 0x1fff0 macro26 #define RTC_FLAGS (RTC_OFFSET + 0)27 #define RTC_CENTURY (RTC_OFFSET + 1)28 #define RTC_SECONDS_ALARM (RTC_OFFSET + 2)29 #define RTC_MINUTES_ALARM (RTC_OFFSET + 3)30 #define RTC_HOURS_ALARM (RTC_OFFSET + 4)31 #define RTC_DATE_ALARM (RTC_OFFSET + 5)32 #define RTC_INTERRUPTS (RTC_OFFSET + 6)33 #define RTC_WATCHDOG (RTC_OFFSET + 7)34 #define RTC_CALIBRATION (RTC_OFFSET + 8)[all …]
21 #define RTC_OFFSET 0x1ff0 macro23 #define RTC_FLAGS (RTC_OFFSET + 0)24 #define RTC_SECONDS_ALARM (RTC_OFFSET + 2)25 #define RTC_MINUTES_ALARM (RTC_OFFSET + 3)26 #define RTC_HOURS_ALARM (RTC_OFFSET + 4)27 #define RTC_DATE_ALARM (RTC_OFFSET + 5)28 #define RTC_INTERRUPTS (RTC_OFFSET + 6)29 #define RTC_WATCHDOG (RTC_OFFSET + 7)30 #define RTC_CONTROL (RTC_OFFSET + 8)31 #define RTC_CENTURY (RTC_OFFSET + 8)[all …]
82 nvmem-cells = <&rtc_offset>;
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()
770 #define RTC_OFFSET 2082844800 macro785 return (time64_t)now - RTC_OFFSET; in cuda_get_time()793 now = lower_32_bits(rtc_tm_to_time64(tm) + RTC_OFFSET); in cuda_set_rtc_time()
1728 #define RTC_OFFSET 2082844800 macro1742 return (time64_t)now - RTC_OFFSET; in pmu_get_time()1750 now = lower_32_bits(rtc_tm_to_time64(tm) + RTC_OFFSET); in pmu_set_rtc_time()
581 #define RTC_OFFSET 0x920000 macro582 #define RTC_BASE (EP93XX_APB_BASE | RTC_OFFSET)
411 nvmem-cells = <&rtc_offset>;420 rtc_offset: rtc-offset@a0 { label
593 nvmem-cells = <&rtc_offset>;602 rtc_offset: rtc-offset@bc { label
843 nvmem-cells = <&rtc_offset>;852 rtc_offset: rtc-offset@bc { label
57 #define RTC_OFFSET 2082844800 macro534 s->tick_offset = (uint32_t)mktimegm(&tm) + RTC_OFFSET; in cuda_realize()
51 #define RTC_OFFSET 2082844800 macro734 s->tick_offset = (uint32_t)mktimegm(&tm) + RTC_OFFSET; in pmu_realize()
295 #define RTC_OFFSET 2082844800 macro1244 v1s->tick_offset = (uint32_t)mktimegm(&tm) + RTC_OFFSET; in mos6522_q800_via1_realize()
210 uint64_t rtc_offset; /* Now used only during incoming migration */ member
1860 err = spapr_rtc_import_offset(&spapr->rtc, spapr->rtc_offset); in spapr_post_load()2115 VMSTATE_UINT64_TEST(rtc_offset, SpaprMachineState, version_before_3),