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

/freebsd-13-stable/sys/isa/
H A Drtc.h114 #define RTC_CENTURY 0x32 /* current century */ macro
/freebsd-13-stable/sys/amd64/vmm/io/
H A Dvrtc.c75 CTASSERT(offsetof(struct rtcdev, century) == RTC_CENTURY); variable
800 offset == RTC_CENTURY || offset >= sizeof(struct rtcdev)) {
835 if (offset < 10 || offset == RTC_CENTURY) {
904 if (offset < 10 || offset == RTC_CENTURY)
956 if (offset == RTC_CENTURY && !rtc_halted(vrtc)) {
/freebsd-13-stable/sys/x86/isa/
H A Datrtc.c552 rtcout_locked(RTC_CENTURY, bct.year >> 8);
596 bct.year |= rtcin_locked(RTC_CENTURY) << 8;

Completed in 115 milliseconds