Lines Matching refs:Value

286         AcpiUtSetIntegerWidth ((UINT8) Child->Asl.Value.Integer);  in OpcGetIntegerWidth()
333 switch (Op->Asl.Value.Integer) in OpcSetOptimalIntegerSize()
383 if (Op->Asl.Value.Integer <= ACPI_UINT8_MAX) in OpcSetOptimalIntegerSize()
389 if (Op->Asl.Value.Integer <= ACPI_UINT16_MAX) in OpcSetOptimalIntegerSize()
395 if (Op->Asl.Value.Integer <= ACPI_UINT32_MAX) in OpcSetOptimalIntegerSize()
411 Op->Asl.Value.Integer &= ACPI_UINT32_MAX; in OpcSetOptimalIntegerSize()
460 AttribOp->Asl.Value.Integer = 0; in OpcDoAccessAs()
468 Attribute = (UINT8) AttribOp->Asl.Value.Integer; in OpcDoAccessAs()
492 LengthOp->Asl.Value.Integer = 16; in OpcDoAccessAs()
557 BufferLengthOp->Asl.Value.Integer = Rnode->BufferLength; in OpcDoConnection()
565 BufferDataOp->Asl.Value.Buffer = (UINT8 *) Rnode; in OpcDoConnection()
610 AsciiString = (UINT8 *) InitializerOp->Asl.Value.String; in OpcDoUnicode()
614 Count = strlen (InitializerOp->Asl.Value.String) + 1; in OpcDoUnicode()
631 BufferLengthOp->Asl.Value.Integer = Length; in OpcDoUnicode()
638 InitializerOp->Asl.Value.Buffer = (UINT8 *) UnicodeString; in OpcDoUnicode()
695 InString = (char *) Op->Asl.Value.String; in OpcDoEisaId()
732 AslError (ASL_ERROR, ASL_MSG_INVALID_EISAID, Op, Op->Asl.Value.String); in OpcDoEisaId()
757 Op->Asl.Value.Integer = EisaId; in OpcDoEisaId()
791 InString = ACPI_CAST_PTR (char, Op->Asl.Value.String); in OpcDoUuId()
797 AslError (ASL_ERROR, ASL_MSG_INVALID_UUID, Op, Op->Asl.Value.String); in OpcDoUuId()
819 NewOp->Asl.Value.Integer = 16; in OpcDoUuId()
830 NewOp->Asl.Value.String = ACPI_CAST_PTR (char, Buffer); in OpcDoUuId()
864 if (!Op->Asl.Value.Integer) in OpcGenerateAmlOpcode()
866 Op->Asl.Value.Integer = AslKeywordMapping[Index].Value; in OpcGenerateAmlOpcode()