Searched refs:RTC_DAY10 (Results 1 - 1 of 1) sorted by relevance

/arch/sh/boards/mach-sh03/
H A Drtc.c27 #define RTC_DAY10 (RTC_BASE + 8) macro
50 day = (__raw_readb(RTC_DAY1) & 0xf) + (__raw_readb(RTC_DAY10) & 0xf) * 10;
67 __raw_writeb(1, RTC_DAY1); __raw_writeb(0, RTC_DAY10);

Completed in 23 milliseconds