RTC_DAY10 52 arch/sh/boards/mach-sh03/rtc.c day = (__raw_readb(RTC_DAY1) & 0xf) + (__raw_readb(RTC_DAY10) & 0xf) * 10; RTC_DAY10 69 arch/sh/boards/mach-sh03/rtc.c __raw_writeb(1, RTC_DAY1); __raw_writeb(0, RTC_DAY10);