Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/components/debugger/
A Ddbtest.c71 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 Dexprep.c250 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 Dexfldio.c354 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 Dexfield.c252 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 Dexdump.c308 {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 Ddtfield.c519 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 Daslresource.c464 UINT32 BitLength) in RsCreateResourceField() argument
471 Op->Asl.Value.Tag.BitLength = BitLength; in RsCreateResourceField()
A Daslload.c313 Node->Length = InitializerOp->Asl.Value.Tag.BitLength; in LdLoadResourceElements()
A Daslcompiler.h1071 UINT32 BitLength);
/third_party/lib/acpica/source/include/acpica/
A Dacobject.h320 UINT32 BitLength; /* Length of field in bits */\
A Daclocal.h882 UINT32 BitLength; member
/third_party/lib/acpica/source/components/namespace/
A Dnsdump.c467 ObjDesc->CommonField.BitLength, in AcpiNsDumpOneObject()
/third_party/lib/acpica/source/components/events/
A Devregion.c290 BitWidth = FieldObj->Field.BitLength; in AcpiEvAddressSpaceDispatch()

Completed in 26 milliseconds