Home
last modified time | relevance | path

Searched refs:ASL_PARSE_OPCODE_BASE (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
Dasldefine.h67 #define ASL_PARSE_OPCODE_BASE PARSEOP_ACCESSAS /* First Lex type */ macro
Daslopcodes.c746 Index = (UINT16) (Op->Asl.ParseOpcode - ASL_PARSE_OPCODE_BASE); in OpcGenerateAmlOpcode()
Dasltransform.c473 Index = (UINT16) (Next->Asl.ParseOpcode - ASL_PARSE_OPCODE_BASE); in TrDoSwitch()