Searched defs:AccessByteWidth (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexprep.c104 UINT32 AccessByteWidth; local
139 for (AccessByteWidth = 1; AccessByteWidth <= 8; AccessByteWidth <<= 1)
148 if (ACPI_ROUND_UP (FieldByteEndOffset, AccessByteWidth) <=
152 ACPI_ROUND_DOWN (FieldByteOffset, AccessByteWidth) /
153 AccessByteWidth;
157 AccessByteWidth) / AccessByteWidth;
162 "AccessWidth %u end is within region\n", AccessByteWidth));
444 UINT32 AccessByteWidth; local
[all...]

Completed in 44 milliseconds