Home
last modified time | relevance | path

Searched defs:mc146818_decode_year (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/mips/include/asm/mach-rm/
H A Dmc146818rtc.h14 #define mc146818_decode_year(year) ((year) < 70 ? (year) + 2000 : (year) + 1900) macro
16 #define mc146818_decode_year(year) ((year) + 1980) macro
/openbmc/linux/arch/mips/include/asm/mach-malta/
H A Dmc146818rtc.h34 #define mc146818_decode_year(year) ((year) < 70 ? (year) + 2000 : (year) + 1900) macro
/openbmc/linux/arch/mips/include/asm/mach-jazz/
H A Dmc146818rtc.h36 #define mc146818_decode_year(year) ((year) + 1980) macro
/openbmc/linux/arch/mips/include/asm/mach-generic/
H A Dmc146818rtc.h33 #define mc146818_decode_year(year) ((year) < 70 ? (year) + 2000 : (year) + 1900) macro