Home
last modified time | relevance | path

Searched refs:real_seconds (Results 1 – 2 of 2) sorted by relevance

/arch/mips/dec/
A Dtime.c72 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()
/arch/sh/boards/mach-sh03/
A Drtc.c92 int real_seconds, real_minutes, cmos_minutes; in set_rtc_mmss() local
101 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