Lines Matching defs:Value
224 * Value Where value is placed
238 UINT32 *Value,
258 Status = AcpiOsReadPort (Address, Value, Width);
272 for (i = 0, *Value = 0; i < Width; i += 8)
284 *Value |= (OneByte << i);
299 * Value Value to write
313 UINT32 Value,
332 Status = AcpiOsWritePort (Address, Value, Width);
352 Status = AcpiOsWritePort (Address, (Value >> i) & 0xFF, 8);