Home
last modified time | relevance | path

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

/linux-6.12.1/include/acpi/
Dacbuffer.h162 #define ACPI_PLD_SET_HORIZONTAL(dword,value) ACPI_SET_BITS (dword, 8, ACPI_2BIT_MASK, value) /* … macro
/linux-6.12.1/drivers/acpi/acpica/
Ddbconvert.c304 ACPI_PLD_SET_HORIZONTAL(&dword, pld_info->horizontal_position); in acpi_db_encode_pld_buffer()