Searched refs:AccessType (Results 1 – 2 of 2) sorted by relevance
238 UINT8 AccessType; in OpnDoFieldCommon() local247 AccessType = (UINT8) Op->Asl.Value.Integer; in OpnDoFieldCommon()252 FieldOp->Asl.Value.Integer = AccessType; in OpnDoFieldCommon()270 FieldFlags = (UINT8) (AccessType | LockRule | UpdateRule); in OpnDoFieldCommon()297 AccessType = (UINT8) PkgLengthNode->Asl.Value.Integer; in OpnDoFieldCommon()356 switch (AccessType) in OpnDoFieldCommon()
532 UINT8 AccessType; in AcpiPsGetNextField() local624 AccessType = ACPI_GET8 (ParserState->Aml); in AcpiPsGetNextField()629 Field->Common.Value.Integer = (UINT8) AccessType; in AcpiPsGetNextField()
Completed in 5 milliseconds