Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/include/
H A Damlcode.h179 #define AML_FIRST_LOCAL_OP (UINT16) 0x60 /* Used for Local op # calculations */ macro
/dragonfly/sys/contrib/dev/acpica/source/components/dispatcher/
H A Ddsobject.c635 ObjDesc->Reference.Value = ((UINT32) Opcode) - AML_FIRST_LOCAL_OP; in AcpiDsInitObjectFromOp()