Home
last modified time | relevance | path

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

/freebsd/sys/isa/
H A Drtc.h83 #define RTCIR_ALARM 0x20 /* alarm intr */ macro
/freebsd/sys/amd64/vmm/io/
H A Dvrtc.c466 vrtc_set_reg_c(vrtc, rtc->reg_c | RTCIR_ALARM); in vrtc_time_update()
600 newval &= RTCIR_ALARM | RTCIR_PERIOD | RTCIR_UPDATE; in vrtc_set_reg_c()
603 if ((aintr_enabled(vrtc) && (newval & RTCIR_ALARM) != 0) || in vrtc_set_reg_c()