HomeSort by: relevance | last modified time | path
    Searched refs:AML_FIRST_LOCAL_OP (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/dispatcher/
dsobject.c 633 /* Local ID (0-7) is (AML opcode - base AML_FIRST_LOCAL_OP) */
635 ObjDesc->Reference.Value = ((UINT32) Opcode) - AML_FIRST_LOCAL_OP;
  /src/sys/external/bsd/acpica/dist/include/
amlcode.h 179 #define AML_FIRST_LOCAL_OP (UINT16) 0x60 /* Used for Local op # calculations */

Completed in 12 milliseconds