Searched refs:rtc_enabled (Results 1 – 1 of 1) sorted by relevance
71 int rtc_enabled; member98 if (!rtc->rtc_enabled) in aml_rtc_read_time()116 if (!rtc->rtc_enabled) { in aml_rtc_set_time()119 rtc->rtc_enabled = regmap_test_bits(rtc->map, RTC_CTRL, RTC_ENABLE); in aml_rtc_set_time()120 if (!rtc->rtc_enabled) in aml_rtc_set_time()139 if (!rtc->rtc_enabled) in aml_rtc_set_alarm()166 if (!rtc->rtc_enabled) in aml_rtc_read_alarm()191 if (!rtc->rtc_enabled) in aml_rtc_read_offset()219 if (!rtc->rtc_enabled) in aml_rtc_set_offset()283 rtc->rtc_enabled = regmap_test_bits(rtc->map, RTC_CTRL, RTC_ENABLE); in aml_rtc_init()[all …]