| /freebsd-12.1/sys/contrib/dev/acpica/compiler/ |
| 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 | aslcompiler.h | 1317 UINT32 BitLength);
|
| H A D | aslload.c | 432 Node->Length = InitializerOp->Asl.Value.Tag.BitLength; in LdLoadResourceElements()
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbtest.c | 179 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 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() 640 (ObjDesc->CommonField.BitLength > 8)) in AcpiExPrepFieldValue() [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() 1019 ObjDesc->CommonField.BitLength); in AcpiExInsertIntoField() 1065 DatumCount = ACPI_ROUND_UP_TO (ObjDesc->CommonField.BitLength, in AcpiExInsertIntoField() [all …]
|
| H A D | exfield.c | 305 ObjDesc->Field.BitLength); in AcpiExReadDataFromField() 346 ObjDesc->CommonField.BitLength, in AcpiExReadDataFromField() 478 ObjDesc->CommonField.BitLength, in AcpiExWriteDataToField()
|
| H A D | exserial.c | 196 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength)); in AcpiExReadGpio() 258 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength)); in AcpiExWriteGpio()
|
| 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()
|
| /freebsd-12.1/contrib/bearssl/T0/ |
| H A D | TPointerExpr.cs | 68 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 D | acobject.h | 431 UINT32 BitLength; /* Length of field in bits */\
|
| H A D | aclocal.h | 993 UINT32 BitLength; member
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsdump.c | 581 ObjDesc->CommonField.BitLength, in AcpiNsDumpOneObject()
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/events/ |
| H A D | evregion.c | 397 BitWidth = FieldObj->Field.BitLength; in AcpiEvAddressSpaceDispatch()
|