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

/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Daslxref.c199 UINT32 FieldBitLength,
336 * FieldBitLength - Entire length of field unit
353 UINT32 FieldBitLength,
364 FieldEndBitOffset = FieldBitOffset + FieldBitLength;
425 UINT32 FieldBitLength; local
881 FieldBitLength = (UINT32) Op->Asl.Next->Asl.Value.Integer;
886 FieldBitLength = 1;
892 FieldBitLength = 8;
897 FieldBitLength = 16;
902 FieldBitLength
349 XfCheckFieldRange( ACPI_PARSE_OBJECT *Op, UINT32 RegionBitLength, UINT32 FieldBitOffset, UINT32 FieldBitLength, UINT32 AccessBitWidth) argument
[all...]
/freebsd-12-stable/sys/contrib/dev/acpica/components/executer/
H A Dexprep.c177 UINT32 FieldBitLength,
186 * FieldBitLength - Length of field in bits
206 UINT32 FieldBitLength,
229 ACPI_ROUND_UP (FieldBitLength + FieldBitOffset, 8));
235 FieldBitLength, FieldBitOffset));
443 * FieldBitLength - Field length in number of bits
460 UINT32 FieldBitLength)
477 ObjDesc->CommonField.BitLength = FieldBitLength;
592 Info->FieldBitPosition, Info->FieldBitLength);
204 AcpiExGenerateAccess( UINT32 FieldBitOffset, UINT32 FieldBitLength, UINT32 RegionLength) argument
455 AcpiExPrepCommonFieldObject( ACPI_OPERAND_OBJECT *ObjDesc, UINT8 FieldFlags, UINT8 FieldAttribute, UINT32 FieldBitPosition, UINT32 FieldBitLength) argument
/freebsd-12-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsfield.c566 Info->FieldBitLength = Arg->Common.Value.Size;
608 Info->FieldBitPosition += Info->FieldBitLength;
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Dacinterp.h495 UINT32 FieldBitLength);
H A Daclocal.h420 UINT32 FieldBitLength; member in struct:acpi_create_field_info

Completed in 124 milliseconds