Searched refs:BitLength (Results 1 – 13 of 13) sorted by relevance
| /third_party/lib/acpica/source/components/debugger/ |
| A D | dbtest.c | 71 UINT32 BitLength); 76 UINT32 BitLength); 316 UINT32 BitLength = 0; in AcpiDbTestOneObject() local 335 BitLength = AcpiGbl_IntegerBitWidth; in AcpiDbTestOneObject() 348 BitLength = ByteLength * 8; in AcpiDbTestOneObject() 365 BitLength = ObjDesc->CommonField.BitLength; in AcpiDbTestOneObject() 486 UINT32 BitLength) in AcpiDbTestIntegerType() argument 496 if (BitLength > 64) in AcpiDbTestIntegerType() 511 BitLength, ACPI_ROUND_BITS_UP_TO_BYTES (BitLength), in AcpiDbTestIntegerType() 595 UINT32 BitLength) in AcpiDbTestBufferType() argument [all …]
|
| /third_party/lib/acpica/source/components/executer/ |
| A D | exprep.c | 250 UINT32 BitLength; in AcpiExDecodeFieldAccess() local 265 ObjDesc->CommonField.BitLength, in AcpiExDecodeFieldAccess() 267 BitLength = ByteAlignment * 8; in AcpiExDecodeFieldAccess() 271 BitLength = 8; in AcpiExDecodeFieldAccess() 278 BitLength = 8; in AcpiExDecodeFieldAccess() 284 BitLength = 16; in AcpiExDecodeFieldAccess() 290 BitLength = 32; in AcpiExDecodeFieldAccess() 296 BitLength = 64; in AcpiExDecodeFieldAccess() 321 return_UINT32 (BitLength); in AcpiExDecodeFieldAccess() 532 (ObjDesc->CommonField.BitLength > 8)) in AcpiExPrepFieldValue() [all …]
|
| A D | exfldio.c | 354 if (ObjDesc->CommonField.BitLength >= ACPI_INTEGER_BIT_SIZE) in AcpiExRegisterOverflow() 363 if (Value >= ((UINT64) 1 << ObjDesc->CommonField.BitLength)) in AcpiExRegisterOverflow() 372 ObjDesc->CommonField.BitLength)); in AcpiExRegisterOverflow() 746 ACPI_ROUND_BITS_UP_TO_BYTES (ObjDesc->CommonField.BitLength)) in AcpiExExtractFromField() 750 ObjDesc->CommonField.BitLength, BufferLength)); in AcpiExExtractFromField() 761 (ObjDesc->CommonField.BitLength == AccessBitWidth)) in AcpiExExtractFromField() 791 ObjDesc->CommonField.BitLength, AccessBitWidth); in AcpiExExtractFromField() 794 ObjDesc->CommonField.BitLength + in AcpiExExtractFromField() 911 ObjDesc->CommonField.BitLength); in AcpiExInsertIntoField() 968 DatumCount = ACPI_ROUND_UP_TO (ObjDesc->CommonField.BitLength, in AcpiExInsertIntoField() [all …]
|
| A D | exfield.c | 252 ObjDesc->Field.BitLength); in AcpiExReadDataFromField() 290 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength)); in AcpiExReadDataFromField() 318 ObjDesc->CommonField.BitLength, in AcpiExReadDataFromField() 512 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength)); in AcpiExWriteDataToField() 564 ObjDesc->CommonField.BitLength, in AcpiExWriteDataToField()
|
| A D | exdump.c | 308 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (CommonField.BitLength), "Bit Length"}, 822 ObjDesc->Field.BitLength, in AcpiExDumpOperand() 840 ObjDesc->BufferField.BitLength, in AcpiExDumpOperand()
|
| /third_party/lib/acpica/source/compiler/ |
| A D | dtfield.c | 519 UINT32 BitLength = 1; in DtCompileFlag() local 542 BitLength = 1; in DtCompileFlag() 548 BitLength = 2; in DtCompileFlag() 555 BitLength = 2; in DtCompileFlag() 562 BitLength = 2; in DtCompileFlag() 568 BitLength = 2; in DtCompileFlag() 579 if (Value >= ((UINT64) 1 << BitLength)) in DtCompileFlag() 581 sprintf (MsgBuffer, "Maximum %u bit", BitLength); in DtCompileFlag()
|
| A D | aslresource.c | 464 UINT32 BitLength) in RsCreateResourceField() argument 471 Op->Asl.Value.Tag.BitLength = BitLength; in RsCreateResourceField()
|
| A D | aslload.c | 313 Node->Length = InitializerOp->Asl.Value.Tag.BitLength; in LdLoadResourceElements()
|
| A D | aslcompiler.h | 1071 UINT32 BitLength);
|
| /third_party/lib/acpica/source/include/acpica/ |
| A D | acobject.h | 320 UINT32 BitLength; /* Length of field in bits */\
|
| A D | aclocal.h | 882 UINT32 BitLength; member
|
| /third_party/lib/acpica/source/components/namespace/ |
| A D | nsdump.c | 467 ObjDesc->CommonField.BitLength, in AcpiNsDumpOneObject()
|
| /third_party/lib/acpica/source/components/events/ |
| A D | evregion.c | 290 BitWidth = FieldObj->Field.BitLength; in AcpiEvAddressSpaceDispatch()
|
Completed in 26 milliseconds