Searched refs:real_seconds (Results 1 – 2 of 2) sorted by relevance
72 int real_seconds, real_minutes, cmos_minutes; in update_persistent_clock64() local95 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()
92 int real_seconds, real_minutes, cmos_minutes; in set_rtc_mmss() local101 real_seconds = tm->tm_sec; in set_rtc_mmss()108 __raw_writeb(real_seconds % 10, RTC_SEC1); in set_rtc_mmss()109 __raw_writeb(real_seconds / 10, RTC_SEC10); in set_rtc_mmss()
Completed in 5 milliseconds