Lines Matching refs:epoch
40 unsigned long epoch = simple_strtoul(str, NULL, 0); in specifiy_epoch() local
41 if (epoch < 1900) in specifiy_epoch()
42 printk("Ignoring invalid user specified epoch %lu\n", epoch); in specifiy_epoch()
44 rtc_epoch = epoch; in specifiy_epoch()
52 int epoch, year, ctrl; in init_rtc_epoch() local
66 epoch = 1900; in init_rtc_epoch()
68 epoch = 2000; in init_rtc_epoch()
71 epoch = 1980; in init_rtc_epoch()
74 epoch = 1952; in init_rtc_epoch()
76 rtc_epoch = epoch; in init_rtc_epoch()
78 printk(KERN_INFO "Using epoch %d for rtc year %d\n", epoch, year); in init_rtc_epoch()