Searched refs:bytewidth (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/x86/isa/ |
H A D | atrtc.c | 322 UINT32 bytewidth = howmany(bitwidth, 8); in atrtc_acpi_cmos_handler() local 339 if (!atrtc_check_cmos_access(is_read, addr, bytewidth)) { in atrtc_acpi_cmos_handler() 341 is_read ? "Read" : "Write", (uintmax_t)addr, bytewidth); in atrtc_acpi_cmos_handler() 347 rtcin_region(addr, value, bytewidth); in atrtc_acpi_cmos_handler() 350 rtcout_region(addr, value, bytewidth); in atrtc_acpi_cmos_handler() 359 is_read ? "read" : "write", (unsigned)addr, bytewidth, in atrtc_acpi_cmos_handler() 360 bytewidth, value, " "); in atrtc_acpi_cmos_handler()
|