Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/boards/mach-sh03/
H A Drtc.c28 #define RTC_DAY10 (RTC_BASE + 8) macro
51 day = (__raw_readb(RTC_DAY1) & 0xf) + (__raw_readb(RTC_DAY10) & 0xf) * 10; in sh03_rtc_gettimeofday()
68 __raw_writeb(1, RTC_DAY1); __raw_writeb(0, RTC_DAY10); in sh03_rtc_gettimeofday()