Home
last modified time | relevance | path

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

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