Searched refs:BitLength (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexprep.c250 UINT32 BitLength; local
265 ObjDesc->CommonField.BitLength,
267 BitLength = ByteAlignment * 8;
271 BitLength = 8;
278 BitLength = 8;
284 BitLength = 16;
290 BitLength = 32;
296 BitLength = 64;
321 return_UINT32 (BitLength);
369 ObjDesc->CommonField.BitLength
[all...]
H A Dexfldio.c354 if (ObjDesc->CommonField.BitLength >= ACPI_INTEGER_BIT_SIZE)
363 if (Value >= ((UINT64) 1 << ObjDesc->CommonField.BitLength))
372 ObjDesc->CommonField.BitLength));
746 ACPI_ROUND_BITS_UP_TO_BYTES (ObjDesc->CommonField.BitLength))
750 ObjDesc->CommonField.BitLength, BufferLength));
761 (ObjDesc->CommonField.BitLength == AccessBitWidth))
791 ObjDesc->CommonField.BitLength, AccessBitWidth);
794 ObjDesc->CommonField.BitLength +
852 BufferTailBits = ObjDesc->CommonField.BitLength % AccessBitWidth;
911 ObjDesc->CommonField.BitLength);
[all...]
H A Dexfield.c252 ObjDesc->Field.BitLength);
285 * pin number index. The BitLength is the length of the field, which
290 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength));
318 ObjDesc->CommonField.BitLength,
500 * pin number index. The BitLength is the length of the field, which
512 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength));
564 ObjDesc->CommonField.BitLength,
H A Dexdump.c308 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (CommonField.BitLength), "Bit Length"},
819 ObjDesc->Field.BitLength,
837 ObjDesc->BufferField.BitLength,
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacobject.h320 UINT32 BitLength; /* Length of field in bits */\
H A Daclocal.h882 UINT32 BitLength; member in struct:acpi_tag_info
/illumos-gate/usr/src/uts/intel/io/acpica/events/
H A Devregion.c289 BitWidth = FieldObj->Field.BitLength;
/illumos-gate/usr/src/uts/intel/io/acpica/namespace/
H A Dnsdump.c470 ObjDesc->CommonField.BitLength,

Completed in 60 milliseconds