Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/rtc/
Drtc-ds1347.c167 rtc->range_max = RTC_TIMESTAMP_END_9999; in ds1347_probe()
Drtc-opal.c252 rtc->range_max = RTC_TIMESTAMP_END_9999; in opal_rtc_probe()
Drtc-pl031.c432 .range_max = RTC_TIMESTAMP_END_9999,
Drtc-spear.c391 config->rtc->range_max = RTC_TIMESTAMP_END_9999; in spear_rtc_probe()
Drtc-sh.c604 rtc->rtc_dev->range_max = RTC_TIMESTAMP_END_9999; in sh_rtc_probe()
Drtc-s5m.c791 info->rtc_dev->range_max = RTC_TIMESTAMP_END_9999; in s5m_rtc_probe()
/linux-6.1.9/include/linux/
Drtc.h177 #define RTC_TIMESTAMP_END_9999 253402300799LL /* 9999-12-31 23:59:59 */ macro