Lines Matching defs:Value

173     UINT32                  *Value,
179 UINT32 Value,
353 * PARAMETERS: Value - Where the value is returned
368 UINT64 *Value,
396 *Value = 0;
434 ACPI_SET_BITS (Value, Index * AccessWidth,
443 ACPI_FORMAT_UINT64 (*Value), AccessWidth,
454 * PARAMETERS: Value - Value to be written
466 UINT64 Value,
506 Value64 = ACPI_GET_BITS (&Value, Index * AccessWidth,
539 ACPI_FORMAT_UINT64 (Value), AccessWidth,
630 * PARAMETERS: Pm1aControl - Value to be written to PM1A control
631 * Pm1bControl - Value to be written to PM1B control
686 UINT32 Value = 0;
698 Status = AcpiHwReadMultiple (&Value,
705 Status = AcpiHwReadMultiple (&Value,
712 Status = AcpiHwReadMultiple (&Value,
721 Value &= ~ACPI_PM1_CONTROL_WRITEONLY_BITS;
729 Value = (UINT32) Value64;
738 Value = (UINT32) Value64;
745 Status = AcpiHwReadPort (AcpiGbl_FADT.SmiCommand, &Value, 8);
758 *ReturnValue = (UINT32) Value;
770 * Value - The value to write
794 UINT32 Value)
817 Value &= ~ACPI_PM1_STATUS_PRESERVED_BITS;
819 Status = AcpiHwWriteMultiple (Value,
826 Status = AcpiHwWriteMultiple (Value,
846 ACPI_INSERT_BITS (Value, ACPI_PM1_CONTROL_PRESERVED_BITS, ReadValue);
850 Status = AcpiHwWriteMultiple (Value,
869 ACPI_INSERT_BITS (Value, ACPI_PM2_CONTROL_PRESERVED_BITS, ReadValue);
871 Status = AcpiHwWrite (Value, &AcpiGbl_FADT.XPm2ControlBlock);
876 Status = AcpiHwWrite (Value, &AcpiGbl_FADT.XPmTimerBlock);
883 Status = AcpiHwWritePort (AcpiGbl_FADT.SmiCommand, Value, 8);
903 * PARAMETERS: Value - Where the register value is returned
915 UINT32 *Value,
956 *Value = (ValueA | ValueB);
965 * PARAMETERS: Value - The value to write
977 UINT32 Value,
986 Status = AcpiHwWrite (Value, RegisterA);
1006 Status = AcpiHwWrite (Value, RegisterB);