Home
last modified time | relevance | path

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

/openbmc/linux/include/acpi/
H A Dacbuffer.h165 #define ACPI_PLD_SET_SHAPE(dword,value) ACPI_SET_BITS (dword, 10, ACPI_4BIT_MASK, value) /*… macro
/openbmc/linux/drivers/acpi/acpica/
H A Ddbconvert.c303 ACPI_PLD_SET_SHAPE(&dword, pld_info->shape); in acpi_db_encode_pld_buffer()