RTC_SEC10          49 arch/sh/boards/mach-sh03/rtc.c 		sec  = (__raw_readb(RTC_SEC1) & 0xf) + (__raw_readb(RTC_SEC10) & 0x7) * 10;
RTC_SEC10          57 arch/sh/boards/mach-sh03/rtc.c 	} while (sec != (__raw_readb(RTC_SEC1) & 0xf) + (__raw_readb(RTC_SEC10) & 0x7) * 10);
RTC_SEC10          65 arch/sh/boards/mach-sh03/rtc.c 		__raw_writeb(0, RTC_SEC1); __raw_writeb(0, RTC_SEC10);
RTC_SEC10         110 arch/sh/boards/mach-sh03/rtc.c 		__raw_writeb(real_seconds / 10, RTC_SEC10);