Searched refs:bytewidth (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/x86/isa/
H A Datrtc.c313 UINT32 bytewidth = howmany(bitwidth, 8); local
330 if (!atrtc_check_cmos_access(is_read, addr, bytewidth)) {
332 is_read ? "Read" : "Write", (uintmax_t)addr, bytewidth);
338 rtcin_region(addr, value, bytewidth);
341 rtcout_region(addr, value, bytewidth);
350 is_read ? "read" : "write", (unsigned)addr, bytewidth,
351 bytewidth, value, " ");

Completed in 31 milliseconds