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

/freebsd-13-stable/sys/isa/
H A Drtc.h86 #define RTCIR_ALARM 0x20 /* alarm intr */ macro
/freebsd-13-stable/sys/amd64/vmm/io/
H A Dvrtc.c468 vrtc_set_reg_c(vrtc, rtc->reg_c | RTCIR_ALARM);
602 newval &= RTCIR_ALARM | RTCIR_PERIOD | RTCIR_UPDATE;
605 if ((aintr_enabled(vrtc) && (newval & RTCIR_ALARM) != 0) ||

Completed in 103 milliseconds