Home
last modified time | relevance | path

Searched refs:AML_FIRST_ARG_OP (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/include/
H A Damlcode.h188 #define AML_FIRST_ARG_OP (UINT16) 0x68 /* Used for Arg op # calculations */ macro
/f-stack/freebsd/contrib/dev/acpica/components/dispatcher/
H A Ddsobject.c648 ObjDesc->Reference.Value = ((UINT32) Opcode) - AML_FIRST_ARG_OP; in AcpiDsInitObjectFromOp()