Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/acpica/executer/
H 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()
369 ObjDesc->CommonField.BitLength = FieldBitLength; in AcpiExPrepCommonFieldObject()
[all …]
H 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()
852 BufferTailBits = ObjDesc->CommonField.BitLength % AccessBitWidth; in AcpiExExtractFromField()
911 ObjDesc->CommonField.BitLength); in AcpiExInsertIntoField()
[all …]
H 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()
H A Dexdump.c308 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (CommonField.BitLength), "Bit Length"},
819 ObjDesc->Field.BitLength, in AcpiExDumpOperand()
837 ObjDesc->BufferField.BitLength, in AcpiExDumpOperand()
/titanic_50/usr/src/uts/intel/sys/acpi/
H A Dacobject.h320 UINT32 BitLength; /* Length of field in bits */\
H A Daclocal.h882 UINT32 BitLength; member
/titanic_50/usr/src/uts/intel/io/acpica/namespace/
H A Dnsdump.c470 ObjDesc->CommonField.BitLength, in AcpiNsDumpOneObject()
/titanic_50/usr/src/uts/intel/io/acpica/events/
H A Devregion.c289 BitWidth = FieldObj->Field.BitLength; in AcpiEvAddressSpaceDispatch()