MCPcopy 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
152static void
153atrtc_rate(unsigned rate)
154{
155
156 rtc_statusa = RTCSA_DIVIDER | rate;
157 writertc(RTC_STATUSA, rtc_statusa);
158}
159
160static void
161atrtc_enable_intr(void)

Callers 1

rtc_startFunction · 0.85

Calls 1

writertcFunction · 0.85

Tested by

no test coverage detected