Searched refs:NVRAM_CENTURY (Results 1 – 5 of 5) sorted by relevance
93 #define NVRAM_CENTURY (MC_NVRAM_START + 36) /* RTC offset 0x32 */ macro
389 static int centb = NVRAM_CENTURY;404 cmoscentury = mc146818_read(NULL, NVRAM_CENTURY); in clock_expandyear()
546 cmoscentury = mc146818_read(NULL, NVRAM_CENTURY); in clock_expandyear()570 mc146818_write(NULL, NVRAM_CENTURY, in clock_expandyear()643 mc146818_write(NULL, NVRAM_CENTURY, century); /* XXX softc */ in rtcsettime()
37 #define NVRAM_CENTURY 0x32 macro105 rtc.regs[NVRAM_CENTURY] = TOBCD((gnow->tm_year + 1900) / 100); in rtc_updateregs()