Home
last modified time | relevance | path

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

/acpica-latest/source/include/
Dacbuffer.h291 #define ACPI_PLD_SET_WIDTH(dword,value) ACPI_SET_BITS (dword, 0, ACPI_16BIT_MASK, value) … macro
/acpica-latest/source/components/debugger/
Ddbconvert.c483 ACPI_PLD_SET_WIDTH (&Dword, PldInfo->Width); in AcpiDbEncodePldBuffer()
/acpica-latest/source/compiler/
Daslpld.c746 ACPI_PLD_SET_WIDTH (&Dword, PldInfo->Width); in OpcEncodePldBuffer()