extra_days         83 drivers/rtc/rtc-rk808.c 	time64_t extra_days = nov2dec_transitions(tm);
extra_days         85 drivers/rtc/rtc-rk808.c 	rtc_time64_to_tm(time - extra_days * 86400, tm);
extra_days         88 drivers/rtc/rtc-rk808.c 	if (nov2dec_transitions(tm) < extra_days) {
extra_days         92 drivers/rtc/rtc-rk808.c 			rtc_time64_to_tm(time - (extra_days - 1) * 86400, tm);