Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
133
void
134
writertc(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
142
static void
143
atrtc_start(void)
Callers
2
atrtc_rate
Function · 0.85
rtcout_region
Function · 0.85
Calls
1
rtcout_locked
Function · 0.85
Tested by
no test coverage detected