Home
last modified time | relevance | path

Searched refs:ACPI_PLD_SET_HEIGHT (Results 1 – 3 of 3) sorted by relevance

/acpica-latest/source/include/
Dacbuffer.h294 #define ACPI_PLD_SET_HEIGHT(dword,value) ACPI_SET_BITS (dword, 16, ACPI_16BIT_MASK, value) … macro
/acpica-latest/source/components/debugger/
Ddbconvert.c484 ACPI_PLD_SET_HEIGHT (&Dword, PldInfo->Height); in AcpiDbEncodePldBuffer()
/acpica-latest/source/compiler/
Daslpld.c747 ACPI_PLD_SET_HEIGHT (&Dword, PldInfo->Height); in OpcEncodePldBuffer()