Searched refs:cmoscentury (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/x86/isa/
H A Drtc.c268 int s, clockcentury, cmoscentury; local
279 cmoscentury = mc146818_read(NULL,
284 cmoscentury = mc146818_read(NULL, NVRAM_CENTURY);
287 cmoscentury = mc146818_read(NULL, (centb = 0x37));
290 cmoscentury = 0;
292 if (!cmoscentury) {
298 cmoscentury = bcdtobin(cmoscentury);
300 if (cmoscentury != clockcentury) {
303 cmoscentury, clockyea
[all...]

Completed in 173 milliseconds