Home
last modified time | relevance | path

Searched refs:ACPI_PLD_SET_BLUE (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/acpi/
Dacbuffer.h134 #define ACPI_PLD_SET_BLUE(dword,value) ACPI_SET_BITS (dword, 24, ACPI_8BIT_MASK, value) /*… macro
/Linux-v4.19/drivers/acpi/acpica/
Ddbconvert.c280 ACPI_PLD_SET_BLUE(&dword, pld_info->blue); in acpi_db_encode_pld_buffer()