Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/rtc/
H A Dds164x.c26 #define RTC_EPOCH 2000 /* century */ macro
88 tmp->tm_year = bcd2bin( year ) + RTC_EPOCH; in rtc_get()