Searched refs:epoch_start (Results 1 - 1 of 1) sorted by relevance

/drivers/rtc/
H A Drtc-tps6586x.c61 unsigned long long epoch_start; member in struct:tps6586x_rtc
91 seconds += rtc->epoch_start;
106 if (seconds < rtc->epoch_start) {
110 seconds -= rtc->epoch_start;
171 if (alrm->enabled && (seconds < rtc->epoch_start)) {
182 seconds -= rtc->epoch_start;
228 seconds += rtc->epoch_start;
264 rtc->epoch_start = mktime(2009, 1, 1, 0, 0, 0);

Completed in 82 milliseconds