Searched defs:vrtc (Results 1 – 3 of 3) sorted by relevance
76 struct vrtc { struct86 #define VRTC_LOCK(vrtc) mtx_lock(&((vrtc)->mtx)) argument87 #define VRTC_UNLOCK(vrtc) mtx_unlock(&((vrtc)->mtx)) argument88 #define VRTC_LOCKED(vrtc) mtx_owned(&((vrtc)->mtx)) argument100 #define rtc_halted(vrtc) ((vrtc->rtcdev.reg_b & RTCSB_HALT) != 0) argument101 #define aintr_enabled(vrtc) (((vrtc)->rtcdev.reg_b & RTCSB_AINTR) != 0) argument102 #define pintr_enabled(vrtc) (((vrtc)->rtcdev.reg_b & RTCSB_PINTR) != 0) argument103 #define uintr_enabled(vrtc) (((vrtc)->rtcdev.reg_b & RTCSB_UINTR) != 0) argument128 update_enabled(struct vrtc *vrtc) in update_enabled()149 vrtc_curtime(struct vrtc *vrtc, sbintime_t *basetime) in vrtc_curtime()[all …]
2033 vrtc: rtc@a8 { label
170 struct vrtc *vrtc; /* (o) virtual RTC */ member