Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/q40/
H A Dconfig.c216 Q40_RTC_SECS = bin2bcd(t->tm_sec); in q40_hwclk()
235 t->tm_sec = bcd2bin (Q40_RTC_SECS); in q40_hwclk()
/openbmc/linux/arch/m68k/include/asm/
H A Dq40_master.h56 #define Q40_RTC_SECS (*(volatile unsigned char *)(Q40_RTC_BASE-24)) macro