Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libprtdiag/common/
H A Ddisplay_funcs.c77 #define YRBASE 68 macro
97 year = BCD_TO_BYTE(mostek[6]) + YRBASE; in get_time()
/titanic_41/usr/src/uts/sun4u/io/
H A Dtodmostek.c130 tod.tod_year = BCD_TO_BYTE(CLOCK->clk_year) + YRBASE; in todm_get()
166 CLOCK->clk_year = BYTE_TO_BCD(tod.tod_year - YRBASE); in todm_set()
/titanic_41/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c144 tod.tod_year -= YRBASE; in todpc_set()
193 tod.tod_year += 100 + YRBASE; /* 20xx year */ in todpc_get()
197 tod.tod_year += YRBASE; /* 19xx year */ in todpc_get()
/titanic_41/usr/src/uts/i86pc/sys/
H A Dclock.h73 #define YRBASE 00 /* 1900 - what year 0 in chip represents */ macro
/titanic_41/usr/src/uts/sun4u/sys/
H A Dtodmostek.h49 #define YRBASE 68 /* 1968 - what year 0 in chip represents */ macro