Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ atrtc_rate
Function
atrtc_rate
freebsd/x86/isa/atrtc.c:152–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
152
static void
153
atrtc_rate(unsigned rate)
154
{
155
156
rtc_statusa = RTCSA_DIVIDER | rate;
157
writertc(RTC_STATUSA, rtc_statusa);
158
}
159
160
static void
161
atrtc_enable_intr(void)
Callers
1
rtc_start
Function · 0.85
Calls
1
writertc
Function · 0.85
Tested by
no test coverage detected