Home
last modified time | relevance | path

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

/Linux-v4.19/include/acpi/
Dacbuffer.h156 #define ACPI_PLD_SET_PANEL(dword,value) ACPI_SET_BITS (dword, 3, ACPI_3BIT_MASK, value) /* … macro
/Linux-v4.19/drivers/acpi/acpica/
Ddbconvert.c296 ACPI_PLD_SET_PANEL(&dword, pld_info->panel); in acpi_db_encode_pld_buffer()