Lines Matching defs:Value
60 * Value - Pointer to in or out value
76 UINT64 *Value,
231 *Value = 0;
236 *Value = (UINT64) ACPI_GET8 (LogicalAddrPtr);
241 *Value = (UINT64) ACPI_GET16 (LogicalAddrPtr);
246 *Value = (UINT64) ACPI_GET32 (LogicalAddrPtr);
251 *Value = (UINT64) ACPI_GET64 (LogicalAddrPtr);
268 ACPI_SET8 (LogicalAddrPtr, *Value);
273 ACPI_SET16 (LogicalAddrPtr, *Value);
278 ACPI_SET32 (LogicalAddrPtr, *Value);
283 ACPI_SET64 (LogicalAddrPtr, *Value);
311 * Value - Pointer to in or out value
327 UINT64 *Value,
350 *Value = Value32;
356 (UINT32) *Value, BitWidth);
376 * Value - Pointer to in or out value
392 UINT64 *Value,
413 * Value - input value for write, output address for read
429 *Value = 0;
431 PciId, PciRegister, Value, BitWidth);
437 PciId, PciRegister, *Value, BitWidth);
457 * Value - Pointer to in or out value
473 UINT64 *Value,
494 * Value - Pointer to in or out value
510 UINT64 *Value,
531 * Value - Pointer to in or out value
547 UINT64 *Value,
562 memcpy (ACPI_CAST_PTR (char, Value), ACPI_PHYSADDR_TO_PTR (Address),
568 memcpy (ACPI_PHYSADDR_TO_PTR (Address), ACPI_CAST_PTR (char, Value),