Lines Matching defs:Address
166 UINT64 Address,
306 * Address - Address of the register
311 * DESCRIPTION: Initialize a Generic Address Structure (GAS)
322 UINT64 Address,
353 * The 64-bit Address field is non-aligned in the byte packed
356 ACPI_MOVE_64_TO_64 (&GenericAddress->Address, &Address);
411 /* Address mismatch between 32-bit and 64-bit versions */
723 if (Address64->Address)
725 if (Address64->Address != (UINT64) Address32)
727 /* Address mismatch */
733 ACPI_FORMAT_UINT64 (Address64->Address),
764 if (!Address64->Address || AcpiGbl_Use32BitFadtAddresses)
778 if (!Address64->Address || !Length)
783 Name, ACPI_FORMAT_UINT64 (Address64->Address), Length));
793 if ((Address64->Address && !Length) ||
794 (!Address64->Address && Length))
799 (Length ? "Length" : "Address"),
800 (Length ? "Address": "Length"),
801 ACPI_FORMAT_UINT64 (Address64->Address), Length));
843 * If a valid register (Address != 0) and the (DefaultLength > 0)
846 if ((Target64->Address) &&
889 if (Source64->Address)
893 Source64->Address +