Searched refs:OMAP_RTC_PMIC_REG (Results 1 – 1 of 1) sorted by relevance
/drivers/rtc/ |
D | rtc-omap.c | 85 #define OMAP_RTC_PMIC_REG 0x98 macro 421 val = rtc_readl(rtc, OMAP_RTC_PMIC_REG); in omap_rtc_power_off_program() 422 rtc_writel(rtc, OMAP_RTC_PMIC_REG, val | OMAP_RTC_PMIC_POWER_EN_EN); in omap_rtc_power_off_program() 491 val = rtc_readl(omap_rtc_power_off_rtc, OMAP_RTC_PMIC_REG); in omap_rtc_power_off() 494 rtc_writel(omap_rtc_power_off_rtc, OMAP_RTC_PMIC_REG, val); in omap_rtc_power_off() 606 val = rtc_readl(rtc, OMAP_RTC_PMIC_REG); in rtc_pinconf_get() 636 val = rtc_readl(rtc, OMAP_RTC_PMIC_REG); in rtc_pinconf_set() 663 rtc_writel(rtc, OMAP_RTC_PMIC_REG, val); in rtc_pinconf_set()
|