Home
last modified time | relevance | path

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

/external/u-boot/include/configs/
Dadp-ae3xx.h68 #define RTC_DIV_COUNT (0.5) /* Why?? */ macro
Dadp-ag101p.h70 #define RTC_DIV_COUNT (0.5) /* Why?? */ macro
/external/u-boot/drivers/rtc/
Dftrtc010.c83 now = (ftrtc010_time() + readl(&rtc->record)) / RTC_DIV_COUNT; in rtc_get()