Home
last modified time | relevance | path

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

/linux-2.6.39/arch/m68k/hp300/
Dconfig.c128 #define RTC_REG_SEC1 1 macro
202 t->tm_sec = hp300_rtc_read(RTC_REG_SEC1) * 10 + in hp300_hwclk()
218 hp300_rtc_write(RTC_REG_SEC1, t->tm_sec / 10); in hp300_hwclk()
240 return hp300_rtc_read(RTC_REG_SEC1) * 10 + in hp300_get_ss()