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

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Drtc.h54 #define RTC_YEAR 0x09 macro
/vbox/src/VBox/Devices/PC/
H A DDevRTC.cpp81 #define RTC_YEAR 9 macro
297 tm->tm_year = from_bcd(pThis, pThis->cmos_data[RTC_YEAR]) + 100;
327 case RTC_YEAR:
403 case RTC_YEAR:
534 uint8_t u8Year = from_bcd(pThis, pThis->cmos_data[RTC_YEAR]);
684 pThis->cmos_data[RTC_YEAR] = to_bcd(pThis, tm->tm_year % 100);

Completed in 402 milliseconds