• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/

Lines Matching defs:address

54 			     u8 space_id, u8 byte_width, u64 address);
186 u8 space_id, u8 byte_width, u64 address)
193 ACPI_MOVE_64_TO_64(&generic_address->address, &address);
232 address, length);
337 * For ACPI 1.0 FADTs, all 32-bit address fields are expanded to the
340 * For ACPI 2.0+ FADTs, all valid (non-zero) 32-bit address fields are expanded
360 * address mismatch between the 32-bit and 64-bit address fields
369 "32/64 FACS address mismatch in FADT - two FACS tables!"));
377 "32/64 DSDT address mismatch in FADT - two DSDT tables!"));
389 * generic address structures as necessary. Later code will always use
390 * the 64-bit address structures.
393 * We now always use the 32-bit address if it is valid (non-null). This
395 * the 64-bit address supersedes the 32-bit version, but we do this for
398 * version. This is the only address that is guaranteed to have been
414 if (address64->address && address32 &&
415 (address64->address != (u64) address32)) {
417 "32/64X address mismatch in %s: 0x%8.8X/0x%8.8X%8.8X, using 32",
419 ACPI_FORMAT_UINT64(address64->address)));
422 /* Always use 32-bit address if it is valid (non-null) */
426 * Copy the 32-bit address to the 64-bit GAS structure. The
427 * Space ID is always I/O for 32-bit legacy address fields
468 * Check for FACS and DSDT address mismatches. An address mismatch between
469 * the 32-bit and 64-bit address fields (FIRMWARE_CTRL/X_FIRMWARE_CTRL and
475 "32/64X FACS address mismatch in FADT - "
486 "32/64X DSDT address mismatch in FADT - "
494 /* Examine all of the 64-bit extended address fields (X fields) */
498 * Generate pointer to the 64-bit address, get the register
513 if (address64->address &&
524 * Both the address and length must be non-zero.
526 if (!address64->address || !length) {
528 "Required field %s has zero address and/or length:"
532 address),
538 * length field. If present, both the address and length must
541 if ((address64->address && !length) ||
542 (!address64->address && length)) {
544 "Optional field %s has zero address or length: "
548 address),
590 if ((target64->address) &&
636 if (source64->address) {
640 source64->address +