Lines Matching defs:Value
168 * Value - Pointer to in or out value
184 UINT64 *Value,
356 *Value = 0;
361 *Value = (UINT64) ACPI_GET8 (LogicalAddrPtr);
366 *Value = (UINT64) ACPI_GET16 (LogicalAddrPtr);
371 *Value = (UINT64) ACPI_GET32 (LogicalAddrPtr);
376 *Value = (UINT64) ACPI_GET64 (LogicalAddrPtr);
393 ACPI_SET8 (LogicalAddrPtr, *Value);
398 ACPI_SET16 (LogicalAddrPtr, *Value);
403 ACPI_SET32 (LogicalAddrPtr, *Value);
408 ACPI_SET64 (LogicalAddrPtr, *Value);
436 * Value - Pointer to in or out value
452 UINT64 *Value,
475 *Value = Value32;
481 (UINT32) *Value, BitWidth);
501 * Value - Pointer to in or out value
517 UINT64 *Value,
538 * Value - input value for write, output address for read
554 *Value = 0;
556 PciId, PciRegister, Value, BitWidth);
562 PciId, PciRegister, *Value, BitWidth);
582 * Value - Pointer to in or out value
598 UINT64 *Value,
619 * Value - Pointer to in or out value
635 UINT64 *Value,
656 * Value - Pointer to in or out value
672 UINT64 *Value,
695 memcpy (ACPI_CAST_PTR (char, Value), Pointer, ACPI_DIV_8 (BitWidth));
700 memcpy (Pointer, ACPI_CAST_PTR (char, Value), ACPI_DIV_8 (BitWidth));