Home
last modified time | relevance | path

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

/src/sys/contrib/dev/acpica/components/debugger/
H A Ddbtest.c180 UINT32 BitLength);
185 UINT32 BitLength);
430 UINT32 BitLength = 0; in AcpiDbTestOneObject() local
449 BitLength = AcpiGbl_IntegerBitWidth; in AcpiDbTestOneObject()
462 BitLength = ByteLength * 8; in AcpiDbTestOneObject()
487 BitLength = ObjDesc->CommonField.BitLength; in AcpiDbTestOneObject()
488 ByteLength = ACPI_ROUND_BITS_UP_TO_BYTES (BitLength); in AcpiDbTestOneObject()
489 if (BitLength > AcpiGbl_IntegerBitWidth) in AcpiDbTestOneObject()
520 Status = AcpiDbTestIntegerType (Node, BitLength); in AcpiDbTestOneObject()
530 Status = AcpiDbTestBufferType (Node, BitLength); in AcpiDbTestOneObject()
[all …]
/src/sys/contrib/dev/acpica/compiler/
H A Ddtfield.c638 UINT32 BitLength = 1; in DtCompileFlag() local
656 BitLength = 1; in DtCompileFlag()
662 BitLength = 2; in DtCompileFlag()
669 BitLength = 2; in DtCompileFlag()
676 BitLength = 2; in DtCompileFlag()
682 BitLength = 8; in DtCompileFlag()
688 BitLength = 2; in DtCompileFlag()
694 BitLength = 4; in DtCompileFlag()
700 BitLength = 4; in DtCompileFlag()
706 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 Daslcompiler.h1401 UINT32 BitLength);
H A Daslload.c481 Node->Length = InitializerOp->Asl.Value.Tag.BitLength; in LdLoadResourceElements()
/src/sys/contrib/dev/acpica/components/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()
477 ObjDesc->CommonField.BitLength = FieldBitLength; in AcpiExPrepCommonFieldObject()
[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()
960 BufferTailBits = ObjDesc->CommonField.BitLength % AccessBitWidth; in AcpiExExtractFromField()
1019 ObjDesc->CommonField.BitLength); in AcpiExInsertIntoField()
[all …]
H A Dexfield.c322 ObjDesc->Field.BitLength); in AcpiExReadDataFromField()
367 "PCC FieldRead bits %u\n", ObjDesc->Field.BitLength)); in AcpiExReadDataFromField()
371 ObjDesc->Field.BitLength)); in AcpiExReadDataFromField()
382 ObjDesc->CommonField.BitLength, in AcpiExReadDataFromField()
492 ObjDesc->Field.BitLength); in AcpiExWriteDataToField()
548 ObjDesc->CommonField.BitLength, in AcpiExWriteDataToField()
H A Dexserial.c196 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength)); in AcpiExReadGpio()
258 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength)); in AcpiExWriteGpio()
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()
/src/contrib/bearssl/T0/
H A DTPointerExpr.cs68 numBits = Math.Max(numBits, BitLength(rmin)); in GetMaxBitLength()
71 numBits = Math.Max(numBits, BitLength(rmax)); in GetMaxBitLength()
81 static int BitLength(long v) in BitLength() method in TPointerExpr
/src/sys/contrib/dev/acpica/include/
H A Dacobject.h432 UINT32 BitLength; /* Length of field in bits */\
H A Daclocal.h1002 UINT32 BitLength; member
/src/sys/contrib/dev/acpica/components/namespace/
H A Dnsdump.c581 ObjDesc->CommonField.BitLength, in AcpiNsDumpOneObject()
/src/sys/contrib/dev/acpica/components/events/
H A Devregion.c445 BitWidth = FieldObj->Field.BitLength; in AcpiEvAddressSpaceDispatch()