Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rtc/
Drtc-ls1x.c181 rtcdev->range_max = RTC_TIMESTAMP_END_2099; in ls1x_rtc_probe()
Drtc-rx8581.c212 rx8581->rtc->range_max = RTC_TIMESTAMP_END_2099; in rx8581_probe()
Drtc-tps65910.c430 tps_rtc->rtc->range_max = RTC_TIMESTAMP_END_2099; in tps65910_rtc_probe()
Drtc-at91rm9200.c444 rtc->range_max = RTC_TIMESTAMP_END_2099; in at91_rtc_probe()
Drtc-ab-b5ze-s3.c946 data->rtc->range_max = RTC_TIMESTAMP_END_2099; in abb5zes3_probe()
Drtc-ds1685.c1458 rtc_dev->range_max = RTC_TIMESTAMP_END_2099; in ds1685_rtc_probe()
/Linux-v4.19/include/linux/
Drtc.h168 #define RTC_TIMESTAMP_END_2099 4102444799LL /* 2099-12-31 23:59:59 */ macro