Home
last modified time | relevance | path

Searched refs:BitLength (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Ddtfield.c628 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 Daslresource.c572 UINT32 BitLength) in RsCreateResourceField() argument
579 Op->Asl.Value.Tag.BitLength = BitLength; in RsCreateResourceField()
H A Daslload.c434 Node->Length = InitializerOp->Asl.Value.Tag.BitLength; in LdLoadResourceElements()
H A Daslcompiler.h1313 UINT32 BitLength);
/illumos-gate/usr/src/common/acpica/executer/
H A Dexprep.c358 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()
640 (ObjDesc->CommonField.BitLength > 8)) in AcpiExPrepFieldValue()
[all …]
H A Dexfldio.c462 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()
1019 ObjDesc->CommonField.BitLength); in AcpiExInsertIntoField()
1065 DatumCount = ACPI_ROUND_UP_TO (ObjDesc->CommonField.BitLength, in AcpiExInsertIntoField()
[all …]
H A Dexfield.c360 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 Dexdump.c416 {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 Dacobject.h431 UINT32 BitLength; /* Length of field in bits */\
H A Daclocal.h992 UINT32 BitLength; member
/illumos-gate/usr/src/common/acpica/namespace/
H A Dnsdump.c581 ObjDesc->CommonField.BitLength, in AcpiNsDumpOneObject()
/illumos-gate/usr/src/common/acpica/events/
H A Devregion.c397 BitWidth = FieldObj->Field.BitLength; in AcpiEvAddressSpaceDispatch()