Searched refs:RTC_MR_HIGHPPM (Results 1 – 1 of 1) sorted by relevance
36 #define RTC_MR_HIGHPPM BIT(15) macro212 if (!(mr & RTC_MR_HIGHPPM)) in atmel_rtc_get_offset()236 mr &= ~(RTC_MR_NEGPPM | RTC_MR_CORR_MASK | RTC_MR_HIGHPPM); in atmel_rtc_set_offset()259 mr |= RTC_MR_HIGHPPM; in atmel_rtc_set_offset()