Lines Matching refs:Integer
178 AcpiUtSetIntegerWidth ((UINT8) Child->Asl.Value.Integer); in OpcGetIntegerWidth()
225 switch (Op->Asl.Value.Integer) in OpcSetOptimalIntegerSize()
275 if (Op->Asl.Value.Integer <= ACPI_UINT8_MAX) in OpcSetOptimalIntegerSize()
281 if (Op->Asl.Value.Integer <= ACPI_UINT16_MAX) in OpcSetOptimalIntegerSize()
287 if (Op->Asl.Value.Integer <= ACPI_UINT32_MAX) in OpcSetOptimalIntegerSize()
303 Op->Asl.Value.Integer &= ACPI_UINT32_MAX; in OpcSetOptimalIntegerSize()
352 AttribOp->Asl.Value.Integer = 0; in OpcDoAccessAs()
360 Attribute = (UINT8) AttribOp->Asl.Value.Integer; in OpcDoAccessAs()
384 LengthOp->Asl.Value.Integer = 16; in OpcDoAccessAs()
449 BufferLengthOp->Asl.Value.Integer = Rnode->BufferLength; in OpcDoConnection()
523 BufferLengthOp->Asl.Value.Integer = Length; in OpcDoUnicode()
649 Op->Asl.Value.Integer = EisaId; in OpcDoEisaId()
717 NewOp->Asl.Value.Integer = 16; in OpcDoUuId()
762 if (!Op->Asl.Value.Integer) in OpcGenerateAmlOpcode()
764 Op->Asl.Value.Integer = AslKeywordMapping[Index].Value; in OpcGenerateAmlOpcode()