Home
last modified time | relevance | path

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

/linux-6.6.21/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()
/linux-6.6.21/include/linux/
Drtc.h178 #define RTC_TIMESTAMP_END_9999 253402300799LL /* 9999-12-31 23:59:59 */ macro