Home
last modified time | relevance | path

Searched defs:vrtc (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/amd64/vmm/io/
H A Dvrtc.c75 struct vrtc { struct
85 #define VRTC_LOCK(vrtc) mtx_lock(&((vrtc)->mtx)) argument
477 vrtc_freq(struct vrtc *vrtc) in vrtc_freq()
542 struct vrtc *vrtc = arg; in vrtc_callout_handler() local
752 struct vrtc *vrtc; in vrtc_set_time() local
773 struct vrtc *vrtc; in vrtc_get_time() local
788 struct vrtc *vrtc; in vrtc_nvram_write() local
815 struct vrtc *vrtc; in vrtc_nvram_read() local
847 struct vrtc *vrtc; in vrtc_addr_handler() local
869 struct vrtc *vrtc; in vrtc_data_handler() local
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-g12-common.dtsi2012 vrtc: rtc@a8 { label
/freebsd/sys/amd64/vmm/
H A Dvmm.c169 struct vrtc *vrtc; /* (o) virtual RTC */ member