Home | History | Annotate | Download | only in hardware

Lines Matching defs:Address

167     UINT64                  Address,
190 * PARAMETERS: Address - GAS register address
202 UINT64 Address,
220 * Note: This algorithm assumes that the "Address" fields should always
243 while (!ACPI_IS_ALIGNED (Address, AccessBitWidth >> 3))
276 * Address - Pointer to where the gas->address
282 * pointer, Address, SpaceId, BitWidth, and BitOffset.
290 UINT64 *Address)
304 * Copy the target address. This handles possible alignment issues.
305 * Address must not be null. A null address also indicates an optional
308 ACPI_MOVE_64_TO_64 (Address, &Reg->Address);
309 if (!(*Address))
320 "Unsupported address space: 0x%X", Reg->SpaceId));
335 AccessWidth = AcpiHwGetAccessBitWidth (*Address, Reg, MaxBitWidth);
371 UINT64 Address;
386 Status = AcpiHwValidateRegister (Reg, 64, &Address);
397 AccessWidth = AcpiHwGetAccessBitWidth (Address, Reg, 64);
402 * Two address spaces supported: Memory or IO. PCI_Config is
418 Address + Index * ACPI_DIV_8 (AccessWidth),
424 Address + Index * ACPI_DIV_8 (AccessWidth),
444 ACPI_FORMAT_UINT64 (Address), AcpiUtGetRegionName (Reg->SpaceId)));
469 UINT64 Address;
483 Status = AcpiHwValidateRegister (Reg, 64, &Address);
491 AccessWidth = AcpiHwGetAccessBitWidth (Address, Reg, 64);
496 * Two address spaces supported: Memory or IO. PCI_Config is
518 Address + Index * ACPI_DIV_8 (AccessWidth),
524 Address + Index * ACPI_DIV_8 (AccessWidth),
540 ACPI_FORMAT_UINT64 (Address), AcpiUtGetRegionName (Reg->SpaceId)));
572 ACPI_FORMAT_UINT64 (AcpiGbl_XPm1aStatus.Address)));
660 if (AcpiGbl_FADT.XPm1bControlBlock.Address)
936 if (RegisterB->Address)
1004 if (RegisterB->Address)