rtc_current_time 153 drivers/rtc/rtc-tps6586x.c unsigned long rtc_current_time; rtc_current_time 180 drivers/rtc/rtc-tps6586x.c rtc_current_time = rticks >> 10; rtc_current_time 181 drivers/rtc/rtc-tps6586x.c if ((seconds - rtc_current_time) > ALM1_VALID_RANGE_IN_SEC) rtc_current_time 182 drivers/rtc/rtc-tps6586x.c seconds = rtc_current_time - 1;