Lines Matching refs:Asl
213 if (Op->Asl.ParseOpcode != PARSEOP_TOPLD) in OpcDoPld()
223 ThisOp = Op->Asl.Child; in OpcDoPld()
228 ParseOpcode = ThisOp->Asl.Child->Asl.ParseOpcode; in OpcDoPld()
229 Value = (UINT32) ThisOp->Asl.Child->Asl.Value.Integer; in OpcDoPld()
231 switch (ThisOp->Asl.ParseOpcode) in OpcDoPld()
283 if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_RED) in OpcDoPld()
287 else if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_GREEN) in OpcDoPld()
312 if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_WIDTH) in OpcDoPld()
339 if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_USERVISIBLE) in OpcDoPld()
343 else if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_DOCK) in OpcDoPld()
367 ThisOp->Asl.Child->Asl.Value.String, in OpcDoPld()
391 ThisOp->Asl.Child->Asl.Value.String, in OpcDoPld()
415 ThisOp->Asl.Child->Asl.Value.String, in OpcDoPld()
439 ThisOp->Asl.Child->Asl.Value.String, in OpcDoPld()
482 if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_GROUPTOKEN) in OpcDoPld()
509 if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_BAY) in OpcDoPld()
513 else if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_EJECTABLE) in OpcDoPld()
539 if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_CABINETNUMBER) in OpcDoPld()
656 if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_VERTICALOFFSET) in OpcDoPld()
673 ThisOp = ThisOp->Asl.Next; in OpcDoPld()
680 Op->Asl.ParseOpcode = PARSEOP_BUFFER; in OpcDoPld()
685 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST; in OpcDoPld()
692 NewOp->Asl.AmlOpcode = AML_BYTE_OP; in OpcDoPld()
693 NewOp->Asl.Value.Integer = 20; in OpcDoPld()
694 NewOp->Asl.Parent = Op; in OpcDoPld()
696 Op->Asl.Child = NewOp; in OpcDoPld()
702 NewOp->Asl.AmlOpcode = AML_RAW_DATA_BUFFER; in OpcDoPld()
703 NewOp->Asl.AmlLength = 20; in OpcDoPld()
704 NewOp->Asl.Value.String = ACPI_CAST_PTR (char, Buffer); in OpcDoPld()
705 NewOp->Asl.Parent = Op->Asl.Parent; in OpcDoPld()
707 Op->Asl.Next = NewOp; in OpcDoPld()