Searched refs:YRBASE (Results 1 – 5 of 5) sorted by relevance
77 #define YRBASE 68 macro97 year = BCD_TO_BYTE(mostek[6]) + YRBASE; in get_time()
130 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()
144 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()
73 #define YRBASE 00 /* 1900 - what year 0 in chip represents */ macro
49 #define YRBASE 68 /* 1968 - what year 0 in chip represents */ macro