Lines Matching defs:Address

166  *              Address             - Where in the space to read or write
182 ACPI_PHYSICAL_ADDRESS Address,
239 (void) AcpiUtShortDivide ((UINT64) Address, Length, NULL, &Remainder);
248 * Is 1) Address below the current mapping? OR
249 * 2) Address beyond the current mapping?
251 if (!Mm || (Address < Mm->PhysicalAddress) ||
252 ((UINT64) Address + Length > (UINT64) Mm->PhysicalAddress + Mm->Length))
268 if (Address < Mm->PhysicalAddress)
273 if ((UINT64) Address + Length > (UINT64) Mm->PhysicalAddress + Mm->Length)
289 ACPI_FORMAT_UINT64(Address), Length));
299 ((MemInfo->Address + MemInfo->Length) - Address);
313 (ACPI_ROUND_UP (Address, ACPI_DEFAULT_PAGE_SIZE) - Address);
326 LogicalAddrPtr = AcpiOsMapMemory(Address, MapLength);
331 ACPI_FORMAT_UINT64 (Address), (UINT32) MapLength));
339 Mm->PhysicalAddress = Address;
357 ((UINT64) Address - (UINT64) Mm->PhysicalAddress);
360 "System-Memory (width %u) R/W %u Address=%8.8X%8.8X\n",
361 BitWidth, Function, ACPI_FORMAT_UINT64 (Address)));
453 * Address - Where in the space to read or write
469 ACPI_PHYSICAL_ADDRESS Address,
483 "System-IO (width %u) R/W %u Address=%8.8X%8.8X\n",
484 BitWidth, Function, ACPI_FORMAT_UINT64 (Address)));
492 Status = AcpiHwReadPort ((ACPI_IO_ADDRESS) Address,
499 Status = AcpiHwWritePort ((ACPI_IO_ADDRESS) Address,
518 * Address - Where in the space to read or write
534 ACPI_PHYSICAL_ADDRESS Address,
561 PciRegister = (UINT16) (UINT32) Address;
599 * Address - Where in the space to read or write
615 ACPI_PHYSICAL_ADDRESS Address,
636 * Address - Where in the space to read or write
652 ACPI_PHYSICAL_ADDRESS Address,
673 * Address - Where in the space to read or write
689 ACPI_PHYSICAL_ADDRESS Address,
704 (Address - ACPI_PTR_TO_PHYSADDR (Mapping->Pointer));