Home
last modified time | relevance | path

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

/linux-6.12.1/include/acpi/
Dacbuffer.h159 #define ACPI_PLD_SET_VERTICAL(dword,value) ACPI_SET_BITS (dword, 6, ACPI_2BIT_MASK, value) /* … macro
/linux-6.12.1/drivers/acpi/acpica/
Ddbconvert.c303 ACPI_PLD_SET_VERTICAL(&dword, pld_info->vertical_position); in acpi_db_encode_pld_buffer()