Searched refs:BitLength (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/acpi/iasl/ |
H A D | dtfield.c | 628 UINT32 BitLength = 1; in DtCompileFlag() local 646 BitLength = 1; in DtCompileFlag() 652 BitLength = 2; in DtCompileFlag() 659 BitLength = 2; in DtCompileFlag() 666 BitLength = 2; in DtCompileFlag() 672 BitLength = 2; in DtCompileFlag() 678 BitLength = 4; in DtCompileFlag() 684 BitLength = 4; in DtCompileFlag() 690 BitLength = 4; in DtCompileFlag() 696 BitLength = 4; in DtCompileFlag() [all …]
|
H A D | aslresource.c | 572 UINT32 BitLength) in RsCreateResourceField() argument 579 Op->Asl.Value.Tag.BitLength = BitLength; in RsCreateResourceField()
|
H A D | aslload.c | 434 Node->Length = InitializerOp->Asl.Value.Tag.BitLength; in LdLoadResourceElements()
|
H A D | aslcompiler.h | 1313 UINT32 BitLength);
|
/illumos-gate/usr/src/common/acpica/executer/ |
H A D | exprep.c | 358 UINT32 BitLength; in AcpiExDecodeFieldAccess() local 373 ObjDesc->CommonField.BitLength, in AcpiExDecodeFieldAccess() 375 BitLength = ByteAlignment * 8; in AcpiExDecodeFieldAccess() 379 BitLength = 8; in AcpiExDecodeFieldAccess() 386 BitLength = 8; in AcpiExDecodeFieldAccess() 392 BitLength = 16; in AcpiExDecodeFieldAccess() 398 BitLength = 32; in AcpiExDecodeFieldAccess() 404 BitLength = 64; in AcpiExDecodeFieldAccess() 429 return_UINT32 (BitLength); in AcpiExDecodeFieldAccess() 477 ObjDesc->CommonField.BitLength = FieldBitLength; in AcpiExPrepCommonFieldObject() [all …]
|
H A D | exfldio.c | 462 if (ObjDesc->CommonField.BitLength >= ACPI_INTEGER_BIT_SIZE) in AcpiExRegisterOverflow() 471 if (Value >= ((UINT64) 1 << ObjDesc->CommonField.BitLength)) in AcpiExRegisterOverflow() 480 ObjDesc->CommonField.BitLength)); in AcpiExRegisterOverflow() 854 ACPI_ROUND_BITS_UP_TO_BYTES (ObjDesc->CommonField.BitLength)) in AcpiExExtractFromField() 858 ObjDesc->CommonField.BitLength, BufferLength)); in AcpiExExtractFromField() 869 (ObjDesc->CommonField.BitLength == AccessBitWidth)) in AcpiExExtractFromField() 899 ObjDesc->CommonField.BitLength, AccessBitWidth); in AcpiExExtractFromField() 902 ObjDesc->CommonField.BitLength + in AcpiExExtractFromField() 960 BufferTailBits = ObjDesc->CommonField.BitLength % AccessBitWidth; in AcpiExExtractFromField() 1019 ObjDesc->CommonField.BitLength); in AcpiExInsertIntoField() [all …]
|
H A D | exfield.c | 360 ObjDesc->Field.BitLength); in AcpiExReadDataFromField() 398 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength)); in AcpiExReadDataFromField() 426 ObjDesc->CommonField.BitLength, in AcpiExReadDataFromField() 620 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength)); in AcpiExWriteDataToField() 672 ObjDesc->CommonField.BitLength, in AcpiExWriteDataToField()
|
H A D | exdump.c | 416 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (CommonField.BitLength), "Bit Length"}, 940 ObjDesc->Field.BitLength, in AcpiExDumpOperand() 958 ObjDesc->BufferField.BitLength, in AcpiExDumpOperand()
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | acobject.h | 431 UINT32 BitLength; /* Length of field in bits */\
|
H A D | aclocal.h | 992 UINT32 BitLength; member
|
/illumos-gate/usr/src/common/acpica/namespace/ |
H A D | nsdump.c | 581 ObjDesc->CommonField.BitLength, in AcpiNsDumpOneObject()
|
/illumos-gate/usr/src/common/acpica/events/ |
H A D | evregion.c | 397 BitWidth = FieldObj->Field.BitLength; in AcpiEvAddressSpaceDispatch()
|