Searched refs:BitLength (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/intel/io/acpica/executer/ |
H A D | exprep.c | 250 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 D | exfldio.c | 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() [all …]
|
H A D | exfield.c | 252 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 D | exdump.c | 308 {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 D | acobject.h | 320 UINT32 BitLength; /* Length of field in bits */\
|
H A D | aclocal.h | 882 UINT32 BitLength; member
|
/titanic_50/usr/src/uts/intel/io/acpica/namespace/ |
H A D | nsdump.c | 470 ObjDesc->CommonField.BitLength, in AcpiNsDumpOneObject()
|
/titanic_50/usr/src/uts/intel/io/acpica/events/ |
H A D | evregion.c | 289 BitWidth = FieldObj->Field.BitLength; in AcpiEvAddressSpaceDispatch()
|