Searched refs:bytewidth (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/x86/isa/ |
| H A D | atrtc.c | 319 UINT32 bytewidth = howmany(bitwidth, 8); in atrtc_acpi_cmos_handler() local 336 if (!atrtc_check_cmos_access(is_read, addr, bytewidth)) { in atrtc_acpi_cmos_handler() 338 is_read ? "Read" : "Write", (uintmax_t)addr, bytewidth); in atrtc_acpi_cmos_handler() 344 rtcin_region(addr, value, bytewidth); in atrtc_acpi_cmos_handler() 347 rtcout_region(addr, value, bytewidth); in atrtc_acpi_cmos_handler() 356 is_read ? "read" : "write", (unsigned)addr, bytewidth, in atrtc_acpi_cmos_handler() 357 bytewidth, value, " "); in atrtc_acpi_cmos_handler()
|