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 525 /* Local ID (0-7) is (AML opcode - base AML_FIRST_LOCAL_OP) */
527 ObjDesc->Reference.Value = ((UINT32) Opcode) - AML_FIRST_LOCAL_OP;
  /src/sys/external/bsd/acpica/dist/include/
amlcode.h 71 #define AML_FIRST_LOCAL_OP (UINT16) 0x60 /* Used for Local op # calculations */

Completed in 20 milliseconds