Searched defs:rtc_set_memory (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/
H A DDevRTC.cpp971 static void rtc_set_memory(PRTCSTATE pThis, int addr, int val) function
1020 rtc_set_memory(pThis, 0x32, iYear); /* 32h - Century Byte (BCD value for the century */
1021 rtc_set_memory(pThis, 0x37, iYear); /* 37h - (IBM PS/2) Date Century Byte */

Completed in 35 milliseconds