Home
last modified time | relevance | path

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

/linux/drivers/rtc/
H A Drtc-omap.c67 #define OMAP_RTC_OSC_REG 0x54 macro
787 reg = rtc_read(rtc, OMAP_RTC_OSC_REG); in omap_rtc_probe()
788 rtc_write(rtc, OMAP_RTC_OSC_REG, reg | OMAP_RTC_OSC_32KCLK_EN); in omap_rtc_probe()
843 reg = rtc_read(rtc, OMAP_RTC_OSC_REG); in omap_rtc_probe()
846 rtc_write(rtc, OMAP_RTC_OSC_REG, reg); in omap_rtc_probe()
933 reg = rtc_read(rtc, OMAP_RTC_OSC_REG); in omap_rtc_remove()
935 rtc_write(rtc, OMAP_RTC_OSC_REG, reg); in omap_rtc_remove()