Lines Matching refs:BitLength
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()
852 BufferTailBits = ObjDesc->CommonField.BitLength % AccessBitWidth; in AcpiExExtractFromField()
911 ObjDesc->CommonField.BitLength); in AcpiExInsertIntoField()
968 DatumCount = ACPI_ROUND_UP_TO (ObjDesc->CommonField.BitLength, in AcpiExInsertIntoField()
971 FieldDatumCount = ACPI_ROUND_UP_TO (ObjDesc->CommonField.BitLength + in AcpiExInsertIntoField()
1038 BufferTailBits = (ObjDesc->CommonField.BitLength + in AcpiExInsertIntoField()