Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-omap.c67 #define OMAP_RTC_OSC_REG 0x54 macro
789 reg = rtc_read(rtc, OMAP_RTC_OSC_REG); in omap_rtc_probe()
790 rtc_write(rtc, OMAP_RTC_OSC_REG, reg | OMAP_RTC_OSC_32KCLK_EN); in omap_rtc_probe()
845 reg = rtc_read(rtc, OMAP_RTC_OSC_REG); in omap_rtc_probe()
848 rtc_write(rtc, OMAP_RTC_OSC_REG, reg); in omap_rtc_probe()
935 reg = rtc_read(rtc, OMAP_RTC_OSC_REG); in omap_rtc_remove()
937 rtc_write(rtc, OMAP_RTC_OSC_REG, reg); in omap_rtc_remove()