Lines Matching defs:Address

166  *              Address             - Where in the space to read or write
182 ACPI_PHYSICAL_ADDRESS Address,
238 (void) AcpiUtShortDivide ((UINT64) Address, Length, NULL, &Remainder);
247 * Is 1) Address below the current mapping? OR
248 * 2) Address beyond the current mapping?
250 if (!Mm || (Address < Mm->PhysicalAddress) ||
251 ((UINT64) Address + Length > (UINT64) Mm->PhysicalAddress + Mm->Length))
267 if (Address < Mm->PhysicalAddress)
272 if ((UINT64) Address + Length > (UINT64) Mm->PhysicalAddress + Mm->Length)
288 ACPI_FORMAT_UINT64(Address), Length));
298 ((MemInfo->Address + MemInfo->Length) - Address);
307 LogicalAddrPtr = AcpiOsMapMemory(Address, MapLength);
312 ACPI_FORMAT_UINT64 (Address), (UINT32) MapLength));
320 Mm->PhysicalAddress = Address;
338 ((UINT64) Address - (UINT64) Mm->PhysicalAddress);
341 "System-Memory (width %u) R/W %u Address=%8.8X%8.8X\n",
342 BitWidth, Function, ACPI_FORMAT_UINT64 (Address)));
434 * Address - Where in the space to read or write
450 ACPI_PHYSICAL_ADDRESS Address,
464 "System-IO (width %u) R/W %u Address=%8.8X%8.8X\n",
465 BitWidth, Function, ACPI_FORMAT_UINT64 (Address)));
473 Status = AcpiHwReadPort ((ACPI_IO_ADDRESS) Address,
480 Status = AcpiHwWritePort ((ACPI_IO_ADDRESS) Address,
499 * Address - Where in the space to read or write
515 ACPI_PHYSICAL_ADDRESS Address,
542 PciRegister = (UINT16) (UINT32) Address;
580 * Address - Where in the space to read or write
596 ACPI_PHYSICAL_ADDRESS Address,
617 * Address - Where in the space to read or write
633 ACPI_PHYSICAL_ADDRESS Address,
654 * Address - Where in the space to read or write
670 ACPI_PHYSICAL_ADDRESS Address,
685 (Address - ACPI_PTR_TO_PHYSADDR (Mapping->Pointer));