Lines Matching refs:BitLength
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()
960 BufferTailBits = ObjDesc->CommonField.BitLength % AccessBitWidth; in AcpiExExtractFromField()
1019 ObjDesc->CommonField.BitLength); in AcpiExInsertIntoField()
1065 DatumCount = ACPI_ROUND_UP_TO (ObjDesc->CommonField.BitLength, in AcpiExInsertIntoField()
1068 FieldDatumCount = ACPI_ROUND_UP_TO (ObjDesc->CommonField.BitLength + in AcpiExInsertIntoField()
1135 BufferTailBits = (ObjDesc->CommonField.BitLength + in AcpiExInsertIntoField()