Searched refs:real_seconds (Results 1 – 1 of 1) sorted by relevance
72 int real_seconds, real_minutes, cmos_minutes; in update_persistent_clock64() local 95 real_minutes = div_s64_rem(nowtime, 60, &real_seconds); in update_persistent_clock64() 102 real_seconds = bin2bcd(real_seconds); in update_persistent_clock64() 105 CMOS_WRITE(real_seconds, RTC_SECONDS); in update_persistent_clock64()