Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/rtc/
Drtc-omap.c66 #define OMAP_RTC_OSC_REG 0x54 macro
788 reg = rtc_read(rtc, OMAP_RTC_OSC_REG); in omap_rtc_probe()
789 rtc_write(rtc, OMAP_RTC_OSC_REG, reg | OMAP_RTC_OSC_32KCLK_EN); in omap_rtc_probe()
844 reg = rtc_read(rtc, OMAP_RTC_OSC_REG); in omap_rtc_probe()
847 rtc_write(rtc, OMAP_RTC_OSC_REG, reg); in omap_rtc_probe()
934 reg = rtc_read(rtc, OMAP_RTC_OSC_REG); in omap_rtc_remove()
936 rtc_write(rtc, OMAP_RTC_OSC_REG, reg); in omap_rtc_remove()