Lines Matching refs:Integer
582 Arg->Common.Value.Integer = (UINT64) *Aml; in AcpiPsGetNextSimpleArg()
587 Arg->Common.Value.Integer = 0; in AcpiPsGetNextSimpleArg()
599 ACPI_MOVE_16_TO_64 (&Arg->Common.Value.Integer, Aml); in AcpiPsGetNextSimpleArg()
604 Arg->Common.Value.Integer = 0; in AcpiPsGetNextSimpleArg()
610 Arg->Common.Value.Integer = PartialValue; in AcpiPsGetNextSimpleArg()
623 ACPI_MOVE_32_TO_64 (&Arg->Common.Value.Integer, Aml); in AcpiPsGetNextSimpleArg()
628 Arg->Common.Value.Integer = 0; in AcpiPsGetNextSimpleArg()
634 Arg->Common.Value.Integer = PartialValue; in AcpiPsGetNextSimpleArg()
647 ACPI_MOVE_64_TO_64 (&Arg->Common.Value.Integer, Aml); in AcpiPsGetNextSimpleArg()
652 Arg->Common.Value.Integer = 0; in AcpiPsGetNextSimpleArg()
658 Arg->Common.Value.Integer = PartialValue; in AcpiPsGetNextSimpleArg()
873 Field->Common.Value.Integer = (UINT8) AccessType; in AcpiPsGetNextField()
874 Field->Common.Value.Integer |= (UINT16) (AccessAttribute << 8); in AcpiPsGetNextField()
888 Field->Common.Value.Integer |= (UINT32) (AccessLength << 16); in AcpiPsGetNextField()