Home | History | Annotate | Download | only in acpi

Lines Matching defs:Value

335 		if (header->Value > ninst) {
339 header->Value,
386 const uint64_t Value = header->Value;
393 " BitOffset=%"PRIu8" Mask=0x%"PRIx64" Value=0x%"PRIx64
400 BitOffset, Mask, Value,
419 M->y = (v == Value ? 1 : 0);
426 apei_write_register(reg, map, Mask, preserve_register, Value);
463 v += Value;
471 v -= Value;
476 DELAY(Value); /* XXX avoid excessive delays */
480 if (apei_read_register(reg, map, Mask) != Value)
487 * If reading the register yields Value, skip the next
491 if (apei_read_register(reg, map, Mask) == Value) {
497 if (Value >= maxip) /* paranoia */
500 *ipp = Value;