Home | History | Annotate | Download | only in tables

Lines Matching refs:Length

84     UINT16                  Length;
230 * for GPEs, the legacy length (ByteWidth) is used instead to
342 UINT32 Length;
361 Length = FadtDesc->Length;
367 (void) AcpiUtVerifyChecksum (Table, Length);
371 AcpiTbCreateLocalFadt (Table, Length);
411 * Length - Length of the table
425 UINT32 Length)
433 if (Length > sizeof (ACPI_TABLE_FADT))
436 "FADT (revision %u) is longer than %s length, "
437 "truncating length %u to %u",
438 Table->Revision, ACPI_FADT_CONFORMANCE, Length,
449 ACPI_MIN (Length, sizeof (ACPI_TABLE_FADT)));
520 UINT8 Length;
533 * Note: The FADT revision value is unreliable. Only the length can be
536 if (AcpiGbl_FADT.Header.Length <= ACPI_FADT_V2_SIZE)
545 * Now we can update the local FADT length to the length of the
549 AcpiGbl_FADT.Header.Length = sizeof (ACPI_TABLE_FADT);
571 * length and register name.
579 Length = *ACPI_ADD_PTR (UINT8,
580 &AcpiGbl_FADT, FadtInfoTable[i].Length);
630 * For each extended field, check for length mismatch
631 * between the legacy length field and the corresponding
632 * 64-bit X length field.
633 * Note: If the legacy length field is > 0xFF bits, ignore
637 * was not populated - legacy length will be used instead.
639 if ((ACPI_MUL_8 (Length) <= ACPI_UINT8_MAX) &&
641 (Address64->BitWidth != ACPI_MUL_8 (Length)))
644 "32/64X length mismatch in FADT/%s: %u/%u",
645 Name, ACPI_MUL_8 (Length), Address64->BitWidth));
662 ACPI_ADR_SPACE_SYSTEM_IO, Length,
671 * Both the address and length must be non-zero.
673 if (!Address64->Address || !Length)
676 "Required FADT field %s has zero address and/or length: "
678 Name, ACPI_FORMAT_UINT64 (Address64->Address), Length));
685 * length field. If present, both the address and length must
688 if ((Address64->Address && !Length) ||
689 (!Address64->Address && Length))
694 (Length ? "Length" : "Address"),
695 (Length ? "Address": "Length"),
696 ACPI_FORMAT_UINT64 (Address64->Address), Length));
746 "Invalid length for FADT/%s: %u, using default %u",
758 * Get the length of the individual PM1 registers (enable and status).
759 * Each register is defined to be (event block length / 2). Extra divide
772 * Register block. Each is of length (Pm1EventLength/2)