Lines Matching full:revision
167 UINT32 Revision,
354 * use revision or length if available (ACPI 2.0+))
390 if (Rsdp->Revision > 0)
518 /* Always dump the minimum FADT revision 1 fields (ACPI 1.0) */
527 /* Check for FADT revision 2 fields (ACPI 1.0B MS extensions) */
540 /* Check for FADT revision 3/4 fields and up (ACPI 2.0+ extended data) */
551 /* Check for FADT revision 5 fields and up (ACPI 5.0+) */
563 /* Check for FADT revision 6 fields and up (ACPI 6.0+) */
580 /* Validate FADT length against the revision */
582 AcpiDmValidateFadtLength (Table->Revision, Table->Length);
590 * PARAMETERS: Revision - FADT revision (Header->Revision)
595 * DESCRIPTION: Check the FADT revision against the expected table length for
596 * that revision. Issue a warning if the length is not what was
598 * FADT revision has been rendered virtually meaningless.
604 UINT32 Revision,
610 switch (Revision)
614 AcpiOsPrintf ("// ACPI Warning: Invalid FADT revision: 0\n");
654 "\n// ACPI Warning: FADT revision %X does not match length: "
656 Revision, Length, ExpectedLength);