Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/dev/acpica/compiler/
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 Daslcompiler.h1317 UINT32 BitLength);
H A Daslload.c432 Node->Length = InitializerOp->Asl.Value.Tag.BitLength; in LdLoadResourceElements()
/freebsd-12.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbtest.c179 UINT32 BitLength);
184 UINT32 BitLength);
428 UINT32 BitLength = 0; in AcpiDbTestOneObject() local
447 BitLength = AcpiGbl_IntegerBitWidth; in AcpiDbTestOneObject()
460 BitLength = ByteLength * 8; in AcpiDbTestOneObject()
482 BitLength = ObjDesc->CommonField.BitLength; in AcpiDbTestOneObject()
618 UINT32 BitLength) in AcpiDbTestIntegerType() argument
628 if (BitLength > 64) in AcpiDbTestIntegerType()
643 BitLength, ACPI_ROUND_BITS_UP_TO_BYTES (BitLength), in AcpiDbTestIntegerType()
726 UINT32 BitLength) in AcpiDbTestBufferType() argument
[all …]
/freebsd-12.1/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()
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.c305 ObjDesc->Field.BitLength); in AcpiExReadDataFromField()
346 ObjDesc->CommonField.BitLength, in AcpiExReadDataFromField()
478 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()
/freebsd-12.1/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
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacobject.h431 UINT32 BitLength; /* Length of field in bits */\
H A Daclocal.h993 UINT32 BitLength; member
/freebsd-12.1/sys/contrib/dev/acpica/components/namespace/
H A Dnsdump.c581 ObjDesc->CommonField.BitLength, in AcpiNsDumpOneObject()
/freebsd-12.1/sys/contrib/dev/acpica/components/events/
H A Devregion.c397 BitWidth = FieldObj->Field.BitLength; in AcpiEvAddressSpaceDispatch()