Home
last modified time | relevance | path

Searched defs:value (Results 1 – 8 of 8) sorted by relevance

/acpica-latest/source/include/
Dacbuffer.h274 #define ACPI_PLD_SET_REVISION(dword,value) ACPI_SET_BITS (dword, 0, ACPI_7BIT_MASK, value) … argument
277 #define ACPI_PLD_SET_IGNORE_COLOR(dword,value) ACPI_SET_BITS (dword, 7, ACPI_1BIT_MASK, value) … argument
280 #define ACPI_PLD_SET_RED(dword,value) ACPI_SET_BITS (dword, 8, ACPI_8BIT_MASK, value) … argument
283 #define ACPI_PLD_SET_GREEN(dword,value) ACPI_SET_BITS (dword, 16, ACPI_8BIT_MASK, value) … argument
286 #define ACPI_PLD_SET_BLUE(dword,value) ACPI_SET_BITS (dword, 24, ACPI_8BIT_MASK, value) … argument
291 #define ACPI_PLD_SET_WIDTH(dword,value) ACPI_SET_BITS (dword, 0, ACPI_16BIT_MASK, value) … argument
294 #define ACPI_PLD_SET_HEIGHT(dword,value) ACPI_SET_BITS (dword, 16, ACPI_16BIT_MASK, value) … argument
299 #define ACPI_PLD_SET_USER_VISIBLE(dword,value) ACPI_SET_BITS (dword, 0, ACPI_1BIT_MASK, value) … argument
302 #define ACPI_PLD_SET_DOCK(dword,value) ACPI_SET_BITS (dword, 1, ACPI_1BIT_MASK, value) … argument
305 #define ACPI_PLD_SET_LID(dword,value) ACPI_SET_BITS (dword, 2, ACPI_1BIT_MASK, value) … argument
[all …]
Dacpixf.h182 #define ACPI_INIT_GLOBAL(type,name,value) \ argument
192 #define ACPI_INIT_GLOBAL(type,name,value) \ argument
Dacmacros.h310 #define _ACPI_DIV(value, PowerOf2) ((UINT32) ((value) >> (PowerOf2))) argument
311 #define _ACPI_MUL(value, PowerOf2) ((UINT32) ((value) << (PowerOf2))) argument
312 #define _ACPI_MOD(value, Divisor) ((UINT32) ((value) & ((Divisor) -1))) argument
347 #define ACPI_ROUND_DOWN(value, boundary) (((ACPI_SIZE)(value)) & \ argument
350 #define ACPI_ROUND_UP(value, boundary) ((((ACPI_SIZE)(value)) + \ argument
371 #define ACPI_ROUND_UP_TO(value, boundary) (((value) + ((boundary)-1)) / (boundary)) argument
373 #define ACPI_IS_MISALIGNED(value) (((ACPI_SIZE) value) & (sizeof(ACPI_SIZE)-1)) argument
/acpica-latest/source/compiler/
Ddtparser.y188 UINT64 value; member
Dprparser.y187 UINT64 value; member
/acpica-latest/source/tools/acpihelp/
Dacpihelp.h178 #define ACPI_INIT_GLOBAL(type,name,value) \ argument
188 #define ACPI_INIT_GLOBAL(type,name,value) \ argument
/acpica-latest/source/include/platform/
Dacenv.h420 #define ACPI_STRUCT_INIT(field, value) value argument
Daclinux.h306 #define ACPI_STRUCT_INIT(field, value) .field = value argument