Home
last modified time | relevance | path

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

/linux/drivers/rtc/
H A Drtc-omap.c46 #define OMAP_RTC_SECONDS_REG 0x00 macro
294 tm->tm_sec = rtc_read(rtc, OMAP_RTC_SECONDS_REG); in omap_rtc_read_time_raw()
332 rtc_write(rtc, OMAP_RTC_SECONDS_REG, tm->tm_sec); in omap_rtc_set_time()
456 if (rtc_read(rtc, OMAP_RTC_SECONDS_REG) != seconds) { in omap_rtc_power_off_program()