Home
last modified time | relevance | path

Searched refs:GroupOrientation (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/contrib/dev/acpica/components/debugger/
HDdbconvert.c385 ACPI_PLD_SET_ORIENTATION (&Dword, PldInfo->GroupOrientation); in AcpiDbEncodePldBuffer()
504 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_GroupOrientation", PldInfo->GroupOrientation); in AcpiDbDumpPldBuffer()
/NextBSD/sys/contrib/dev/acpica/include/
HDacbuffer.h134 UINT8 GroupOrientation; member
/NextBSD/sys/contrib/dev/acpica/components/utilities/
HDutxface.c635 PldInfo->GroupOrientation = ACPI_PLD_GET_ORIENTATION (&Dword); in ACPI_EXPORT_SYMBOL()
/NextBSD/sys/contrib/dev/acpica/components/disassembler/
HDdmbuffer.c760 AcpiOsPrintf (ACPI_PLD_OUTPUT08, "PLD_GroupOrientation", PldInfo->GroupOrientation); in AcpiDmPldBuffer()
/NextBSD/sys/contrib/dev/acpica/compiler/
HDaslopcodes.c760 ACPI_PLD_SET_ORIENTATION (&Dword, PldInfo->GroupOrientation); in OpcEncodePldBuffer()
1104 PldInfo.GroupOrientation = (UINT8) Node->Asl.Child->Asl.Value.Integer; in OpcDoPld()