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

/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexfldio.c736 UINT32 AccessBitWidth; local
756 AccessBitWidth = ACPI_MUL_8 (ObjDesc->CommonField.AccessByteWidth);
761 (ObjDesc->CommonField.BitLength == AccessBitWidth))
785 AccessBitWidth = sizeof (UINT64) * 8;
791 ObjDesc->CommonField.BitLength, AccessBitWidth);
795 ObjDesc->CommonField.StartFieldBitOffset, AccessBitWidth);
828 if (AccessBitWidth - ObjDesc->CommonField.StartFieldBitOffset <
832 (AccessBitWidth - ObjDesc->CommonField.StartFieldBitOffset);
852 BufferTailBits = ObjDesc->CommonField.BitLength % AccessBitWidth;
899 UINT32 AccessBitWidth; local
[all...]
H A Dexprep.c354 UINT32 AccessBitWidth; local
376 * For AnyAcc, the AccessBitWidth is the largest width that is both
386 AccessBitWidth = AcpiExDecodeFieldAccess (
388 if (!AccessBitWidth)
396 ACPI_DIV_8 (AccessBitWidth);
404 * Note: ByteAlignment is always either equal to the AccessBitWidth or 8

Completed in 60 milliseconds