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

Function rtcout_region

freebsd/x86/isa/atrtc.c:279–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279static void
280rtcout_region(int reg, const void *buf, int len)
281{
282 const u_char *ptr = buf;
283
284 while (len-- > 0)
285 writertc(reg++, *ptr++);
286}
287
288static bool
289atrtc_check_cmos_access(bool is_read, ACPI_PHYSICAL_ADDRESS addr, UINT32 len)

Callers 1

atrtc_acpi_cmos_handlerFunction · 0.85

Calls 1

writertcFunction · 0.85

Tested by

no test coverage detected