ACPI_GET8
*Value = (UINT64) ACPI_GET8 (LogicalAddrPtr);
switch (ACPI_GET8 (ParserState->Aml))
AccessType = ACPI_GET8 (ParserState->Aml);
AccessAttribute = ACPI_GET8 (ParserState->Aml);
AccessLength = ACPI_GET8 (ParserState->Aml);
if (ACPI_GET8 (ParserState->Aml) == AML_BUFFER_OP)
Opcode = ACPI_GET8 (ParserState->Aml);
BufferLength = ACPI_GET8 (ParserState->Aml);
Opcode = (UINT16) ACPI_GET8 (Aml);
Opcode = (UINT16) ((Opcode << 8) | ACPI_GET8 (Aml));
((ACPI_GET8 (Source) >> Info->Value) & 0x01));
((ACPI_GET8 (Source) >> Info->Value) & 0x03));
((ACPI_GET8 (Source) >> Info->Value) & 0x07));
((ACPI_GET8 (Source) >> Info->Value) & 0x3F));
ItemCount = ACPI_GET8 (Source);
ItemCount = ACPI_GET8 (Source);
ItemCount = AcpiRsDecodeBitmask (ACPI_GET8 (Source), Destination);
if (ACPI_GET8 (Source) != Info->Value)
((ACPI_GET8 (Source) & 0x01) << Info->Value));
((ACPI_GET8 (Source) & 0x03) << Info->Value));
((ACPI_GET8 (Source) & 0x07) << Info->Value));
((ACPI_GET8 (Source) & 0x3F) << Info->Value));
ItemCount = ACPI_GET8 (Source);
ResourceType = ACPI_GET8 (Aml);
if (ACPI_GET8 (Aml) & ACPI_RESOURCE_NAME_LARGE)
return (ACPI_GET8 (Aml));
return ((UINT8) (ACPI_GET8 (Aml) & ACPI_RESOURCE_NAME_SMALL_MASK));
if (ACPI_GET8 (Aml) & ACPI_RESOURCE_NAME_LARGE)
ResourceLength = (UINT16) (ACPI_GET8 (Aml) &
if (ACPI_GET8 (Aml) & ACPI_RESOURCE_NAME_LARGE)