Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Dftrtc010.c53 static unsigned long ftrtc010_time(void) in ftrtc010_time() function
84 now = (ftrtc010_time() + readl(&rtc->record)) / RTC_DIV_COUNT; in rtc_get()
86 now = ftrtc010_time() + readl(&rtc->record); in rtc_get()
109 now = ftrtc010_time(); in rtc_set()