Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/kernel/
H A Drtc.c34 static unsigned long rtc_epoch; variable
43 rtc_epoch = epoch; in specifiy_epoch()
53 if (rtc_epoch != 0) { in init_rtc_epoch()
75 rtc_epoch = epoch; in init_rtc_epoch()
93 if (rtc_epoch != 1900) { in alpha_rtc_read_time()
98 year += rtc_epoch - 1900; in alpha_rtc_read_time()
113 if (rtc_epoch != 1900) { in alpha_rtc_set_time()
115 xtm.tm_year -= rtc_epoch - 1900; in alpha_rtc_set_time()
127 return put_user(rtc_epoch, (unsigned long __user *)arg); in alpha_rtc_ioctl()
131 rtc_epoch = arg; in alpha_rtc_ioctl()