Lines Matching refs:ParseOpcode
203 UINT16 ParseOpcode; in OpcDoPld() local
213 if (Op->Asl.ParseOpcode != PARSEOP_TOPLD) in OpcDoPld()
228 ParseOpcode = ThisOp->Asl.Child->Asl.ParseOpcode; in OpcDoPld()
231 switch (ThisOp->Asl.ParseOpcode) in OpcDoPld()
235 if (ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
252 if (ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
271 if (ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
283 if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_RED) in OpcDoPld()
287 else if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_GREEN) in OpcDoPld()
300 if (ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
312 if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_WIDTH) in OpcDoPld()
327 if (ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
339 if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_USERVISIBLE) in OpcDoPld()
343 else if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_DOCK) in OpcDoPld()
356 if (ParseOpcode == PARSEOP_INTEGER) in OpcDoPld()
380 if (ParseOpcode == PARSEOP_INTEGER) in OpcDoPld()
404 if (ParseOpcode == PARSEOP_INTEGER) in OpcDoPld()
428 if (ParseOpcode == PARSEOP_INTEGER) in OpcDoPld()
452 if (ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
470 if (ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
482 if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_GROUPTOKEN) in OpcDoPld()
497 if (ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
509 if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_BAY) in OpcDoPld()
513 else if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_EJECTABLE) in OpcDoPld()
527 if (ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
539 if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_CABINETNUMBER) in OpcDoPld()
552 if (ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
569 if (ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
626 if (ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
644 if (ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
656 if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_VERTICALOFFSET) in OpcDoPld()
680 Op->Asl.ParseOpcode = PARSEOP_BUFFER; in OpcDoPld()