Home
last modified time | relevance | path

Searched full:rtc_offset (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-ep93xx/
H A Dep93xx.h581 #define RTC_OFFSET 0x920000 macro
582 #define RTC_BASE (EP93XX_APB_BASE | RTC_OFFSET)
/openbmc/qemu/hw/misc/macio/
H A Dcuda.c57 #define RTC_OFFSET 2082844800 macro
534 s->tick_offset = (uint32_t)mktimegm(&tm) + RTC_OFFSET; in cuda_realize()
H A Dpmu.c51 #define RTC_OFFSET 2082844800 macro
734 s->tick_offset = (uint32_t)mktimegm(&tm) + RTC_OFFSET; in pmu_realize()
/openbmc/qemu/hw/misc/
H A Dmac_via.c295 #define RTC_OFFSET 2082844800 macro
1244 v1s->tick_offset = (uint32_t)mktimegm(&tm) + RTC_OFFSET; in mos6522_q800_via1_realize()