Searched refs:BitLength (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/contrib/dev/acpica/components/debugger/ |
| H A D | dbtest.c | 180 UINT32 BitLength); 185 UINT32 BitLength); 430 UINT32 BitLength = 0; in AcpiDbTestOneObject() local 462 BitLength = ByteLength * 8; in AcpiDbTestOneObject() 487 BitLength = ObjDesc->CommonField.BitLength; in AcpiDbTestOneObject() 582 UINT32 BitLength) in AcpiDbTestIntegerType() argument 592 if (BitLength > 64) in AcpiDbTestIntegerType() 607 BitLength, ACPI_ROUND_BITS_UP_TO_BYTES (BitLength), in AcpiDbTestIntegerType() 690 UINT32 BitLength) in AcpiDbTestBufferType() argument 744 ExtraBits = BitLength % 8; in AcpiDbTestBufferType() [all …]
|
| /f-stack/freebsd/contrib/dev/acpica/compiler/ |
| H A D | dtfield.c | 638 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 = 2; in DtCompileFlag() 688 BitLength = 4; in DtCompileFlag() 694 BitLength = 4; in DtCompileFlag() 700 BitLength = 4; in DtCompileFlag() 706 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 | 1397 UINT32 BitLength);
|
| H A D | aslload.c | 481 Node->Length = InitializerOp->Asl.Value.Tag.BitLength; in LdLoadResourceElements()
|
| /f-stack/freebsd/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 | 320 ObjDesc->Field.BitLength); in AcpiExReadDataFromField() 365 "PCC FieldRead bits %u\n", ObjDesc->Field.BitLength)); in AcpiExReadDataFromField() 369 ObjDesc->Field.BitLength)); in AcpiExReadDataFromField() 380 ObjDesc->CommonField.BitLength, in AcpiExReadDataFromField() 488 ObjDesc->Field.BitLength); in AcpiExWriteDataToField() 546 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()
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/contrib/dev/acpica/components/namespace/ |
| H A D | nsdump.c | 581 ObjDesc->CommonField.BitLength, in AcpiNsDumpOneObject()
|
| /f-stack/freebsd/contrib/dev/acpica/components/events/ |
| H A D | evregion.c | 399 BitWidth = FieldObj->Field.BitLength; in AcpiEvAddressSpaceDispatch()
|