Home
last modified time | relevance | path

Searched refs:Value (Results 226 – 244 of 244) sorted by path

12345678910

/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3.h228 #define VMXNET3_BAR0_PUT32(Device, Reg, Value) \ argument
230 (Value))
233 #define VMXNET3_BAR1_PUT32(Device, Reg, Value) \ argument
235 (Value))
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacclib.h294 int Value,
H A Dacdebug.h237 UINT32 Value);
608 UINT32 Value,
H A Dacdisasm.h618 UINT32 Value);
946 UINT32 Value,
953 UINT32 Value);
959 UINT32 Value,
970 UINT32 Value);
1007 UINT8 Value,
1012 UINT16 Value,
1017 UINT32 Value,
1022 UINT64 Value,
H A Dacevents.h396 UINT64 *Value);
H A Dachware.h188 UINT64 *Value,
193 UINT64 Value,
213 UINT32 Value);
263 UINT32 *Value,
269 UINT32 Value,
H A Dacinterp.h348 UINT64 *Value,
502 ACPI_OPERAND_OBJECT *Value,
773 UINT64 Value);
793 UINT64 *Value,
802 UINT64 *Value,
811 UINT64 *Value,
820 UINT64 *Value,
829 UINT64 *Value,
838 UINT64 *Value,
847 UINT64 *Value,
[all …]
H A Daclocal.h312 UINT32 Value; member
787 UINT16 Value; \
1031 …ACPI_PARSE_VALUE Value; /* Value or args associated with the opcode */\
1373 UINT8 Value; member
1477 UINT32 Value; member
H A Dacmacros.h479 #define ACPI_SET_BITS(TargetPtr, Position, Mask, Value) \ argument
480 (*(TargetPtr) |= (((Value) & (Mask)) << (Position)))
495 #define ACPI_GET_1BIT_FLAG(Value) ((Value) & ACPI_1BIT_MASK) argument
496 #define ACPI_GET_2BIT_FLAG(Value) ((Value) & ACPI_2BIT_MASK) argument
497 #define ACPI_GET_3BIT_FLAG(Value) ((Value) & ACPI_3BIT_MASK) argument
498 #define ACPI_GET_4BIT_FLAG(Value) ((Value) & ACPI_4BIT_MASK) argument
H A Dacobject.h228 UINT64 Value; member
433 …UINT32 Value; /* Value to store into the Bank or Index regis…
555 UINT32 Value; /* Used for Local/Arg/Index/DdbHandle */ member
H A Dacoutput.h481 #define ACPI_FUNCTION_TRACE_U32(Name, Value) \ argument
482 ACPI_TRACE_ENTRY (Name, AcpiUtTraceU32, UINT32, Value)
548 #define return_VALUE(Value) \ argument
549 ACPI_TRACE_EXIT (AcpiUtValueExit, UINT64, Value)
551 #define return_UINT32(Value) \ argument
552 ACPI_TRACE_EXIT (AcpiUtValueExit, UINT32, Value)
554 #define return_UINT8(Value) \ argument
555 ACPI_TRACE_EXIT (AcpiUtValueExit, UINT8, Value)
H A Dacpiosxf.h480 UINT32 *Value,
488 UINT32 Value,
500 UINT64 *Value,
508 UINT64 Value,
523 UINT64 *Value,
532 UINT64 Value,
H A Dacpixf.h1211 UINT64 *Value,
1217 UINT64 Value,
1230 UINT32 Value))
H A Dacresrc.h181 UINT8 Value; member
H A Dactbl1.h253 UINT64 Value; /* Value used with Read/Write register */ member
338 UINT8 Value; member
367 UINT8 Value; member
H A Dactbl3.h730 UINT32 Value; /* Value used with Read/Write register */ member
H A Dactypes.h1066 UINT64 Value; /* The actual number */ member
1251 UINT32 Value,
1299 UINT64 *Value,
H A Dacutils.h579 UINT64 Value);
675 UINT64 *Value);
775 UINT64 Value);
971 UINT32 Value);
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacefiex.h860 UINT8 Value);

12345678910