Lines Matching defs:Value
122 * PARAMETERS: Value - Where the value is returned
229 * PARAMETERS: Value - Value to be written
240 UINT64 Value,
266 Address, Value, Reg->BitWidth);
281 Address, ACPI_LODWORD (Value), Width);
290 (Address + 4), ACPI_HIDWORD (Value), 32);
300 ACPI_FORMAT_UINT64 (Value), Reg->BitWidth,
316 * ReturnValue - Value that was read from the register,
319 * RETURN: Status and the value read from the specified Register. Value
343 UINT32 Value;
369 Value = ((RegisterValue & BitRegInfo->AccessBitMask)
374 RegisterId, BitRegInfo->ParentRegister, RegisterValue, Value));
376 *ReturnValue = Value;
388 * Value - Value to write to the register, in bit
408 UINT32 Value)
453 BitRegInfo->AccessBitMask, Value);
468 RegisterValue = ACPI_REGISTER_PREPARE_BITS (Value,
481 "BitReg %X, ParentReg %X, Value %8.8X, Actual %8.8X\n",
482 RegisterId, BitRegInfo->ParentRegister, Value, RegisterValue));
524 * BYTE 0 - Value for the PM1A SLP_TYP register
525 * BYTE 1 - Value for the PM1B SLP_TYP register
529 * Integer 0 - Value for the PM1A SLP_TYP register
530 * Integer 1 - Value for the PM1A SLP_TYP register
625 *SleepTypeA = (UINT8) Elements[0]->Integer.Value;
626 *SleepTypeB = (UINT8) (Elements[0]->Integer.Value >> 8);
641 *SleepTypeA = (UINT8) Elements[0]->Integer.Value;
642 *SleepTypeB = (UINT8) Elements[1]->Integer.Value;