Home
last modified time | relevance | path

Searched refs:BankField (Results 1 – 10 of 10) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/components/executer/
H A Dexprep.c664 ObjDesc->BankField.Value = Info->BankValue; in AcpiExPrepFieldValue()
665 ObjDesc->BankField.RegionObj = in AcpiExPrepFieldValue()
667 ObjDesc->BankField.BankObj = in AcpiExPrepFieldValue()
672 AcpiUtAddReference (ObjDesc->BankField.RegionObj); in AcpiExPrepFieldValue()
673 AcpiUtAddReference (ObjDesc->BankField.BankObj); in AcpiExPrepFieldValue()
677 ObjDesc->BankField.StartFieldBitOffset, in AcpiExPrepFieldValue()
678 ObjDesc->BankField.BaseByteOffset, in AcpiExPrepFieldValue()
680 ObjDesc->BankField.RegionObj, in AcpiExPrepFieldValue()
681 ObjDesc->BankField.BankObj)); in AcpiExPrepFieldValue()
H A Dexfldio.c596 if (AcpiExRegisterOverflow (ObjDesc->BankField.BankObj, in AcpiExFieldDatumIo()
597 (UINT64) ObjDesc->BankField.Value)) in AcpiExFieldDatumIo()
606 Status = AcpiExInsertIntoField (ObjDesc->BankField.BankObj, in AcpiExFieldDatumIo()
607 &ObjDesc->BankField.Value, in AcpiExFieldDatumIo()
608 sizeof (ObjDesc->BankField.Value)); in AcpiExFieldDatumIo()
H A Dexdump.c335 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (BankField.Value), "Value"},
336 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (BankField.RegionObj), "Region Object"},
337 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (BankField.BankObj), "Bank Object"}
/dragonfly/sys/contrib/dev/acpica/source/components/utilities/
H A Dutdelete.c763 NextObject = Object->BankField.BankObj; in AcpiUtUpdateObjectReference()
765 Object->BankField.RegionObj, Action, &StateList); in AcpiUtUpdateObjectReference()
/dragonfly/sys/contrib/dev/acpica/source/components/namespace/
H A Dnsdump.c544 ObjDesc->BankField.BankObj->CommonField.Node)); in AcpiNsDumpOneObject()
751 ObjDesc = (void *) ObjDesc->BankField.RegionObj; in AcpiNsDumpOneObject()
/dragonfly/sys/contrib/dev/acpica/source/components/dispatcher/
H A Ddsargs.c372 Node = ObjDesc->BankField.Node; in AcpiDsGetBankFieldArguments()
H A Ddsopcode.c940 ObjDesc->BankField.Value = (UINT32) OperandDesc->Integer.Value; in AcpiDsEvalBankFieldOperands()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dacobject.h644 ACPI_OBJECT_BANK_FIELD BankField; member
/dragonfly/sys/contrib/dev/acpica/
H A Dchanges.txt1612 2) BankField (RegionName, BankName, BankValue,
3595 when possible to be Integer data objects: BankField, OperationRegion,
6557 referenced locally via a Field or BankField ASL operator. Now generates
10364 field declarations in Field(), BankField(), and IndexField(). BZ 10606.
10458 Qword), Field, BankField, and IndexField operators when invoked from
10559 Fixed a problem where a CopyObject to RegionField, BankField, and
10714 BankField. Previously, only constants were supported, now any TermArg may
12429 Fixed a problem with the disassembly of a BankField operator with a
13918 Improved error handling for the Field, IndexField, and BankField
/dragonfly/sys/contrib/dev/acpica/tests/misc/
H A Dgrammar.asl1458 Store ("++++++++ Creating BankField BNK2 in OpRegion OPR2", Debug)
1462 BankField (OPR2, BNK2, 0, ByteAcc, NoLock, Preserve)