Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/rtc/
H A Dftrtc010.c52 static unsigned long ftrtc010_time(void) in ftrtc010_time() function
83 now = (ftrtc010_time() + readl(&rtc->record)) / RTC_DIV_COUNT; in rtc_get()
85 now = ftrtc010_time() + readl(&rtc->record); in rtc_get()
108 now = ftrtc010_time(); in rtc_set()