Searched refs:AccessType (Results 1 – 6 of 6) sorted by relevance
/acpica-latest/source/compiler/ |
D | asloperands.c | 346 UINT8 AccessType; in OpnDoFieldCommon() local 355 AccessType = (UINT8) Op->Asl.Value.Integer; in OpnDoFieldCommon() 360 FieldOp->Asl.Value.Integer = AccessType; in OpnDoFieldCommon() 378 FieldFlags = (UINT8) (AccessType | LockRule | UpdateRule); in OpnDoFieldCommon() 405 AccessType = (UINT8) PkgLengthNode->Asl.Value.Integer; in OpnDoFieldCommon() 506 switch (AccessType) in OpnDoFieldCommon()
|
/acpica-latest/source/components/parser/ |
D | psargs.c | 644 UINT8 AccessType; in AcpiPsGetNextField() local 755 AccessType = ACPI_GET8 (ParserState->Aml); in AcpiPsGetNextField() 760 Field->Common.Value.Integer = (UINT8) AccessType; in AcpiPsGetNextField()
|
/acpica-latest/tests/aslts/src/runtime/collections/functional/region/ |
D | indexfield.asl | 35 * - application of any allowed AccessType Keywords, 45 * - access to IndexField objects located on boundary of AccessType Unit,
|
D | bankfield.asl | 39 * - application of any allowed AccessType Keywords,
|
D | regionfield.asl | 35 * - application of any allowed AccessType Keywords,
|
/acpica-latest/documents/ |
D | changes.txt | 1824 1) Field (RegionName, AccessType, LockRule, UpdateRule) 1826 AccessType, LockRule, UpdateRule) 1828 AccessType, LockRule, UpdateRule) 1829 For the Field operators above, the AccessType, LockRule, and UpdateRule 1831 AccessType: AnyAcc
|