Searched refs:FieldBitLength (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Daslxref.c86 UINT32 FieldBitLength,
213 * FieldBitLength - Entire length of field unit
230 UINT32 FieldBitLength,
241 FieldEndBitOffset = FieldBitOffset + FieldBitLength;
301 UINT32 FieldBitLength; local
532 FieldBitLength = (UINT32) Op->Asl.Next->Asl.Value.Integer;
537 FieldBitLength = 1;
543 FieldBitLength = 8;
548 FieldBitLength = 16;
553 FieldBitLength
226 XfCheckFieldRange( ACPI_PARSE_OBJECT *Op, UINT32 RegionBitLength, UINT32 FieldBitOffset, UINT32 FieldBitLength, UINT32 AccessBitWidth) argument
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/executer/
H A Dexprep.c71 UINT32 FieldBitLength,
79 * FieldBitLength - Length of field in bits
99 UINT32 FieldBitLength,
119 FieldByteEndOffset = ACPI_DIV_8 (ACPI_ROUND_UP (FieldBitLength +
125 FieldBitLength, FieldBitOffset));
328 * FieldBitLength - Field length in number of bits
345 UINT32 FieldBitLength)
362 ObjDesc->CommonField.BitLength = FieldBitLength;
477 Info->FieldBitPosition, Info->FieldBitLength);
97 AcpiExGenerateAccess( UINT32 FieldBitOffset, UINT32 FieldBitLength, UINT32 RegionLength) argument
340 AcpiExPrepCommonFieldObject( ACPI_OPERAND_OBJECT *ObjDesc, UINT8 FieldFlags, UINT8 FieldAttribute, UINT32 FieldBitPosition, UINT32 FieldBitLength) argument
/freebsd-10.0-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsfield.c437 Info->FieldBitLength = Arg->Common.Value.Size;
468 Info->FieldBitPosition += Info->FieldBitLength;
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dacinterp.h349 UINT32 FieldBitLength);
H A Daclocal.h292 UINT32 FieldBitLength; member in struct:acpi_create_field_info

Completed in 195 milliseconds