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

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexprep.c358 UINT32 BitLength; local
373 ObjDesc->CommonField.BitLength,
375 BitLength = ByteAlignment * 8;
379 BitLength = 8;
386 BitLength = 8;
392 BitLength = 16;
398 BitLength = 32;
404 BitLength = 64;
429 return_UINT32 (BitLength);
477 ObjDesc->CommonField.BitLength
[all...]
H A Dexfield.c322 ObjDesc->Field.BitLength);
367 "PCC FieldRead bits %u\n", ObjDesc->Field.BitLength));
371 ObjDesc->Field.BitLength));
382 ObjDesc->CommonField.BitLength,
492 ObjDesc->Field.BitLength);
548 ObjDesc->CommonField.BitLength,
H A Dexfldio.c462 if (ObjDesc->CommonField.BitLength >= ACPI_INTEGER_BIT_SIZE)
471 if (Value >= ((UINT64) 1 << ObjDesc->CommonField.BitLength))
480 ObjDesc->CommonField.BitLength));
854 ACPI_ROUND_BITS_UP_TO_BYTES (ObjDesc->CommonField.BitLength))
858 ObjDesc->CommonField.BitLength, BufferLength));
869 (ObjDesc->CommonField.BitLength == AccessBitWidth))
899 ObjDesc->CommonField.BitLength, AccessBitWidth);
902 ObjDesc->CommonField.BitLength +
960 BufferTailBits = ObjDesc->CommonField.BitLength % AccessBitWidth;
1019 ObjDesc->CommonField.BitLength);
[all...]
H A Dexserial.c191 * pin number index. The BitLength is the length of the field, which
196 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength));
246 * pin number index. The BitLength is the length of the field, which
258 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength));
H A Dexdump.c416 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (CommonField.BitLength), "Bit Length"},
940 ObjDesc->Field.BitLength,
958 ObjDesc->BufferField.BitLength,
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacobject.h432 UINT32 BitLength; /* Length of field in bits */\
H A Daclocal.h1002 UINT32 BitLength; member in struct:acpi_tag_info
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsdump.c581 ObjDesc->CommonField.BitLength,
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devregion.c445 BitWidth = FieldObj->Field.BitLength;

Completed in 77 milliseconds