Home
last modified time | relevance | path

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

/linux-2.6.39/arch/m68k/q40/
Dconfig.c234 Q40_RTC_SECS = bin2bcd(t->tm_sec); in q40_hwclk()
253 t->tm_sec = bcd2bin (Q40_RTC_SECS); in q40_hwclk()
267 return bcd2bin(Q40_RTC_SECS); in q40_get_ss()
289 Q40_RTC_SECS = bin2bcd(real_seconds); in q40_set_clock_mmss()
/linux-2.6.39/arch/m68k/include/asm/
Dq40_master.h55 #define Q40_RTC_SECS (*(volatile unsigned char *)(Q40_RTC_BASE-24)) macro