OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACPI_SET_BITS
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/include/
acbuffer.h
274
#define ACPI_PLD_SET_REVISION(dword,value)
ACPI_SET_BITS
(dword, 0, ACPI_7BIT_MASK, value) /* Offset 0, Len 7 */
277
#define ACPI_PLD_SET_IGNORE_COLOR(dword,value)
ACPI_SET_BITS
(dword, 7, ACPI_1BIT_MASK, value) /* Offset 7, Len 1 */
280
#define ACPI_PLD_SET_RED(dword,value)
ACPI_SET_BITS
(dword, 8, ACPI_8BIT_MASK, value) /* Offset 8, Len 8 */
283
#define ACPI_PLD_SET_GREEN(dword,value)
ACPI_SET_BITS
(dword, 16, ACPI_8BIT_MASK, value) /* Offset 16, Len 8 */
286
#define ACPI_PLD_SET_BLUE(dword,value)
ACPI_SET_BITS
(dword, 24, ACPI_8BIT_MASK, value) /* Offset 24, Len 8 */
291
#define ACPI_PLD_SET_WIDTH(dword,value)
ACPI_SET_BITS
(dword, 0, ACPI_16BIT_MASK, value) /* Offset 32+0=32, Len 16 */
294
#define ACPI_PLD_SET_HEIGHT(dword,value)
ACPI_SET_BITS
(dword, 16, ACPI_16BIT_MASK, value) /* Offset 32+16=48, Len 16 */
299
#define ACPI_PLD_SET_USER_VISIBLE(dword,value)
ACPI_SET_BITS
(dword, 0, ACPI_1BIT_MASK, value) /* Offset 64+0=64, Len 1 */
302
#define ACPI_PLD_SET_DOCK(dword,value)
ACPI_SET_BITS
(dword, 1, ACPI_1BIT_MASK, value) /* Offset 64+1=65, Len 1 */
305
#define ACPI_PLD_SET_LID(dword,value)
ACPI_SET_BITS
(dword, 2, ACPI_1BIT_MASK, value) /* Offset 64+2=66, Len 1 *
[
all
...]
acmacros.h
479
#define
ACPI_SET_BITS
(TargetPtr, Position, Mask, Value) \
/src/sys/external/bsd/acpica/dist/hardware/
hwregs.c
434
ACPI_SET_BITS
(Value, Index * AccessWidth,
Completed in 13 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025