Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Datmel_rtc.c36 #define RTC_MR_HIGHPPM BIT(15) macro
212 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()