Searched refs:RTC_SEC10 (Results 1 – 1 of 1) sorted by relevance
22 #define RTC_SEC10 (RTC_BASE + 1) macro49 sec = (__raw_readb(RTC_SEC1) & 0xf) + (__raw_readb(RTC_SEC10) & 0x7) * 10; in sh03_rtc_gettimeofday()57 } while (sec != (__raw_readb(RTC_SEC1) & 0xf) + (__raw_readb(RTC_SEC10) & 0x7) * 10); in sh03_rtc_gettimeofday()65 __raw_writeb(0, RTC_SEC1); __raw_writeb(0, RTC_SEC10); in sh03_rtc_gettimeofday()110 __raw_writeb(real_seconds / 10, RTC_SEC10); in set_rtc_mmss()