Searched refs:BitLength (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/acpica/executer/ |
H A D | exprep.c | 250 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 D | exfldio.c | 354 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 D | exfield.c | 252 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 D | exdump.c | 308 {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 D | acobject.h | 320 UINT32 BitLength; /* Length of field in bits */\
|
H A D | aclocal.h | 882 UINT32 BitLength; member in struct:acpi_tag_info
|
/illumos-gate/usr/src/uts/intel/io/acpica/events/ |
H A D | evregion.c | 289 BitWidth = FieldObj->Field.BitLength;
|
/illumos-gate/usr/src/uts/intel/io/acpica/namespace/ |
H A D | nsdump.c | 470 ObjDesc->CommonField.BitLength,
|
Completed in 59 milliseconds