Lines Matching defs:Address
58 * Address - Where in the space to read or write
74 ACPI_PHYSICAL_ADDRESS Address,
130 (void) AcpiUtShortDivide ((UINT64) Address, Length, NULL, &Remainder);
139 * Is 1) Address below the current mapping? OR
140 * 2) Address beyond the current mapping?
142 if ((Address < MemInfo->MappedPhysicalAddress) ||
143 (((UINT64) Address + Length) >
165 ((MemInfo->Address + MemInfo->Length) - Address);
179 (ACPI_ROUND_UP (Address, ACPI_DEFAULT_PAGE_SIZE) - Address);
192 MemInfo->MappedLogicalAddress = AcpiOsMapMemory (Address, MapLength);
197 ACPI_FORMAT_UINT64 (Address), (UINT32) MapLength));
204 MemInfo->MappedPhysicalAddress = Address;
213 ((UINT64) Address - (UINT64) MemInfo->MappedPhysicalAddress);
216 "System-Memory (width %u) R/W %u Address=%8.8X%8.8X\n",
217 BitWidth, Function, ACPI_FORMAT_UINT64 (Address)));
309 * Address - Where in the space to read or write
325 ACPI_PHYSICAL_ADDRESS Address,
339 "System-IO (width %u) R/W %u Address=%8.8X%8.8X\n",
340 BitWidth, Function, ACPI_FORMAT_UINT64 (Address)));
348 Status = AcpiHwReadPort ((ACPI_IO_ADDRESS) Address,
355 Status = AcpiHwWritePort ((ACPI_IO_ADDRESS) Address,
374 * Address - Where in the space to read or write
390 ACPI_PHYSICAL_ADDRESS Address,
417 PciRegister = (UINT16) (UINT32) Address;
455 * Address - Where in the space to read or write
471 ACPI_PHYSICAL_ADDRESS Address,
492 * Address - Where in the space to read or write
508 ACPI_PHYSICAL_ADDRESS Address,
529 * Address - Where in the space to read or write
545 ACPI_PHYSICAL_ADDRESS Address,
562 memcpy (ACPI_CAST_PTR (char, Value), ACPI_PHYSADDR_TO_PTR (Address),
568 memcpy (ACPI_PHYSADDR_TO_PTR (Address), ACPI_CAST_PTR (char, Value),