OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACPI_8BIT_MASK
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/include/
acbuffer.h
279
#define ACPI_PLD_GET_RED(dword) ACPI_GET_BITS (dword, 8,
ACPI_8BIT_MASK
)
280
#define ACPI_PLD_SET_RED(dword,value) ACPI_SET_BITS (dword, 8,
ACPI_8BIT_MASK
, value) /* Offset 8, Len 8 */
282
#define ACPI_PLD_GET_GREEN(dword) ACPI_GET_BITS (dword, 16,
ACPI_8BIT_MASK
)
283
#define ACPI_PLD_SET_GREEN(dword,value) ACPI_SET_BITS (dword, 16,
ACPI_8BIT_MASK
, value) /* Offset 16, Len 8 */
285
#define ACPI_PLD_GET_BLUE(dword) ACPI_GET_BITS (dword, 24,
ACPI_8BIT_MASK
)
286
#define ACPI_PLD_SET_BLUE(dword,value) ACPI_SET_BITS (dword, 24,
ACPI_8BIT_MASK
, value) /* Offset 24, Len 8 */
322
#define ACPI_PLD_GET_TOKEN(dword) ACPI_GET_BITS (dword, 15,
ACPI_8BIT_MASK
)
323
#define ACPI_PLD_SET_TOKEN(dword,value) ACPI_SET_BITS (dword, 15,
ACPI_8BIT_MASK
, value) /* Offset 64+15=79, Len 8 */
325
#define ACPI_PLD_GET_POSITION(dword) ACPI_GET_BITS (dword, 23,
ACPI_8BIT_MASK
)
326
#define ACPI_PLD_SET_POSITION(dword,value) ACPI_SET_BITS (dword, 23,
ACPI_8BIT_MASK
, value) /* Offset 64+23=87, Len 8 *
[
all
...]
acmacros.h
489
#define
ACPI_8BIT_MASK
0x000000FF
Completed in 13 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025