Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/include/
H A Dacbuffer.h323 #define ACPI_PLD_SET_TOKEN(dword,value) ACPI_SET_BITS (dword, 15, ACPI_8BIT_MASK, value) … macro
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbconvert.c500 ACPI_PLD_SET_TOKEN (&Dword, PldInfo->GroupToken); in AcpiDbEncodePldBuffer()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslpld.c761 ACPI_PLD_SET_TOKEN (&Dword, PldInfo->GroupToken); in OpcEncodePldBuffer()