Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Datmel_rtc.c41 #define RTC_SR 0x18 macro
166 sr = atmel_rtc_read(RTC_SR); in atmel_rtc_set_time()
H A Dstm32_rtc.c49 #define RTC_SR U(0x50) macro
392 uint32_t status = io_read32(rtc_base + RTC_SR); in stm32_rtc_it_handler()
755 if (IO_READ32_POLL_TIMEOUT(base + RTC_SR, value, in stm32_rtc_get_timestamp()
769 if (io_read32(base + RTC_SR) & RTC_SR_TSOVF) { in stm32_rtc_get_timestamp()
830 uint32_t status = io_read32(rtc_base + RTC_SR); in stm32_rtc_read_alarm()