Searched refs:AccessType (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/acpica/source/compiler/
H A Dasloperands.c310 UINT8 AccessType; local
317 /* AccessType -- not optional, so no need to check for DEFAULT_ARG */
319 AccessType = (UINT8) Op->Asl.Value.Integer;
324 FieldOp->Asl.Value.Integer = AccessType;
342 FieldFlags = (UINT8) (AccessType | LockRule | UpdateRule);
369 AccessType = (UINT8) PkgLengthNode->Asl.Value.Integer;
428 switch (AccessType)
492 /* Second child is the AccessType */
526 /* Third child is the AccessType */
564 /* Fourth child is the AccessType */
[all...]
/barrelfish-master/lib/acpica/source/components/parser/
H A Dpsargs.c604 UINT8 AccessType; local
689 * Get AccessType and AccessAttrib and merge into the field Op
690 * AccessType is first operand, AccessAttribute is second. stuff
696 AccessType = ACPI_GET8 (ParserState->Aml);
701 Field->Common.Value.Integer = (UINT8) AccessType;

Completed in 88 milliseconds