Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dacbuffer.h314 #define ACPI_PLD_SET_HORIZONTAL(dword,value) ACPI_SET_BITS (dword, 8, ACPI_2BIT_MASK, value) … macro
/dragonfly/sys/contrib/dev/acpica/source/components/debugger/
H A Ddbconvert.c496 ACPI_PLD_SET_HORIZONTAL (&Dword, PldInfo->HorizontalPosition); in AcpiDbEncodePldBuffer()
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Daslpld.c758 ACPI_PLD_SET_HORIZONTAL (&Dword, PldInfo->HorizontalPosition); in OpcEncodePldBuffer()