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

Function atrtc_enable_intr

freebsd/x86/isa/atrtc.c:160–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160static void
161atrtc_enable_intr(void)
162{
163
164 rtc_statusb |= RTCSB_PINTR;
165 mtx_lock_spin(&atrtc_lock);
166 rtcout_locked(RTC_STATUSB, rtc_statusb);
167 rtcin_locked(RTC_INTR);
168 mtx_unlock_spin(&atrtc_lock);
169}
170
171static void
172atrtc_disable_intr(void)

Callers 1

rtc_startFunction · 0.85

Calls 2

rtcout_lockedFunction · 0.85
rtcin_lockedFunction · 0.85

Tested by

no test coverage detected