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

/freebsd-10-stable/sys/contrib/dev/acpica/components/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
/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
H A Daslxref.c90 UINT32 AccessBitWidth);
233 * AccessBitWidth - Access width of the field unit
240 * Note: AccessBitWidth must be either 8,16,32, or 64
250 UINT32 AccessBitWidth)
272 * the end-of-region. Assumes AccessBitWidth is a power of 2
274 FieldEndBitOffset = ACPI_ROUND_UP (FieldEndBitOffset, AccessBitWidth);
245 XfCheckFieldRange( ACPI_PARSE_OBJECT *Op, UINT32 RegionBitLength, UINT32 FieldBitOffset, UINT32 FieldBitLength, UINT32 AccessBitWidth) argument

Completed in 99 milliseconds