Searched refs:OMAP_RTC_PMIC_REG (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-omap.c | 84 #define OMAP_RTC_PMIC_REG 0x98 macro 420 val = rtc_readl(rtc, OMAP_RTC_PMIC_REG); in omap_rtc_power_off_program() 421 rtc_writel(rtc, OMAP_RTC_PMIC_REG, val | OMAP_RTC_PMIC_POWER_EN_EN); in omap_rtc_power_off_program() 490 val = rtc_readl(omap_rtc_power_off_rtc, OMAP_RTC_PMIC_REG); in omap_rtc_power_off() 493 rtc_writel(omap_rtc_power_off_rtc, OMAP_RTC_PMIC_REG, val); in omap_rtc_power_off() 605 val = rtc_readl(rtc, OMAP_RTC_PMIC_REG); in rtc_pinconf_get() 635 val = rtc_readl(rtc, OMAP_RTC_PMIC_REG); in rtc_pinconf_set() 662 rtc_writel(rtc, OMAP_RTC_PMIC_REG, val); in rtc_pinconf_set()
|