Home
last modified time | relevance | path

Searched refs:dword (Results 1 – 3 of 3) sorted by relevance

/acpica-3.6.0/source/include/
Dacbuffer.h273 #define ACPI_PLD_GET_REVISION(dword) ACPI_GET_BITS (dword, 0, ACPI_7BIT_MASK) argument
274 #define ACPI_PLD_SET_REVISION(dword,value) ACPI_SET_BITS (dword, 0, ACPI_7BIT_MASK, value) … argument
276 #define ACPI_PLD_GET_IGNORE_COLOR(dword) ACPI_GET_BITS (dword, 7, ACPI_1BIT_MASK) argument
277 #define ACPI_PLD_SET_IGNORE_COLOR(dword,value) ACPI_SET_BITS (dword, 7, ACPI_1BIT_MASK, value) … argument
279 #define ACPI_PLD_GET_RED(dword) ACPI_GET_BITS (dword, 8, ACPI_8BIT_MASK) argument
280 #define ACPI_PLD_SET_RED(dword,value) ACPI_SET_BITS (dword, 8, ACPI_8BIT_MASK, value) … argument
282 #define ACPI_PLD_GET_GREEN(dword) ACPI_GET_BITS (dword, 16, ACPI_8BIT_MASK) argument
283 #define ACPI_PLD_SET_GREEN(dword,value) ACPI_SET_BITS (dword, 16, ACPI_8BIT_MASK, value) … argument
285 #define ACPI_PLD_GET_BLUE(dword) ACPI_GET_BITS (dword, 24, ACPI_8BIT_MASK) argument
286 #define ACPI_PLD_SET_BLUE(dword,value) ACPI_SET_BITS (dword, 24, ACPI_8BIT_MASK, value) … argument
[all …]
/acpica-3.6.0/source/include/platform/
Dacwin.h270 __asm lock cmpxchg dword ptr [ecx], edx \
292 __asm lock cmpxchg dword ptr [ecx], edx \
/acpica-3.6.0/documents/
Dchanges.txt8144 access, the size is encoded as 1=byte, 2=word, 3=dword, and 4=qword.
10788 truncating the upper dword of a 64-bit value. This macro is only used to
17322 value of zero if "Ones" was used where a byte, word or dword value
19771 moves instead of word/dword/qword moves. - External objects are