Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Dm41t11.c62 #ifndef CONFIG_SYS_M41T11_BASE_YEAR
63 #define CONFIG_SYS_M41T11_BASE_YEAR 2000 macro
92 tmp->tm_year = CONFIG_SYS_M41T11_BASE_YEAR in rtc_get()
141 if( ((tmp->tm_year - CONFIG_SYS_M41T11_BASE_YEAR) > 200) || in rtc_set()
142 (tmp->tm_year < CONFIG_SYS_M41T11_BASE_YEAR) ){ in rtc_set()
145 data[RTC_HOUR_ADDR] |= (tmp->tm_year - CONFIG_SYS_M41T11_BASE_YEAR) > 100 ? 0x40 : 0; in rtc_set()
/OK3568_Linux_fs/u-boot/include/configs/
H A Dm28evk.h61 #define CONFIG_SYS_M41T11_BASE_YEAR 2000 macro
H A Dm53evk.h136 #define CONFIG_SYS_M41T11_BASE_YEAR 2000 macro
H A Dxpedite520x.h202 #define CONFIG_SYS_M41T11_BASE_YEAR 2000 macro
H A Dxpedite550x.h236 #define CONFIG_SYS_M41T11_BASE_YEAR 2000 macro
H A Dxpedite537x.h233 #define CONFIG_SYS_M41T11_BASE_YEAR 2000 macro
H A Dxpedite517x.h235 #define CONFIG_SYS_M41T11_BASE_YEAR 2000 macro
/OK3568_Linux_fs/u-boot/scripts/
H A Dconfig_whitelist.txt3674 CONFIG_SYS_M41T11_BASE_YEAR