Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Datmel_rtc.c32 #define RTC_MR_NEGPPM BIT(4) macro
217 if (!(mr & RTC_MR_NEGPPM)) in atmel_rtc_get_offset()
236 mr &= ~(RTC_MR_NEGPPM | RTC_MR_CORR_MASK | RTC_MR_HIGHPPM); in atmel_rtc_set_offset()
239 mr |= RTC_MR_NEGPPM; in atmel_rtc_set_offset()
245 atmel_rtc_write(RTC_MR, mr & ~RTC_MR_NEGPPM); in atmel_rtc_set_offset()