Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Datmel_rtc.c25 #define RTC_CR_UPDCAL BIT(1) macro
160 } while (cr & (RTC_CR_UPDCAL | RTC_CR_UPDTIM)); in atmel_rtc_set_time()
163 atmel_rtc_write(RTC_CR, cr | RTC_CR_UPDCAL | RTC_CR_UPDTIM); in atmel_rtc_set_time()