MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rtcin

Function rtcin

freebsd/x86/isa/atrtc.c:122–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122int
123rtcin(int reg)
124{
125 u_char val;
126
127 mtx_lock_spin(&atrtc_lock);
128 val = rtcin_locked(reg);
129 mtx_unlock_spin(&atrtc_lock);
130 return (val);
131}
132
133void
134writertc(int reg, u_char val)

Callers 4

getmemsizeFunction · 0.85
rtc_intrFunction · 0.85
rtcin_regionFunction · 0.85
atrtc_gettimeFunction · 0.85

Calls 1

rtcin_lockedFunction · 0.85

Tested by

no test coverage detected