Home
last modified time | relevance | path

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

/hypervisor/dm/
A Dvrtc.c471 #define RTC_DELTA 1 /* For RTC and system time may out of sync for no more than 1s */ macro
483 if ((current >= (alarm - RTC_DELTA)) && (current <= (alarm + RTC_DELTA))) { in vrtc_get_reg_c()

Completed in 4 milliseconds