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

Function writertc

freebsd/x86/isa/atrtc.c:133–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void
134writertc(int reg, u_char val)
135{
136
137 mtx_lock_spin(&atrtc_lock);
138 rtcout_locked(reg, val);
139 mtx_unlock_spin(&atrtc_lock);
140}
141
142static void
143atrtc_start(void)

Callers 2

atrtc_rateFunction · 0.85
rtcout_regionFunction · 0.85

Calls 1

rtcout_lockedFunction · 0.85

Tested by

no test coverage detected